@font-face {
    font-family: 'plus_jakarta_sansregular';
    src: url('../fonts/plusjakartasans-variablefont_wght-webfont.eot');
    src: url('../fonts/plusjakartasans-variablefont_wght-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plusjakartasans-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/plusjakartasans-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
    
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
   --primary-color :#004488;
   --dark-blue : #0B1A2E;
   --light-blue : #00B4FF; 
   --accent : #0D1117;
   --contrast-color: #E8A838;

}
body {
    background: #F2F7FD;
    font-size: 14px;
    font-family: 'plus_jakarta_sansregular';
}
img{
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: var(--primary-color);
}
ul {
    list-style-type: none;
}
*{
    box-sizing: border-box;
}
h1,h2,h3,h4{
    font-weight: bold;   
}
p {
    line-height: 22px;
}
input::placeholder, textarea::placeholder {
  color: #B2B2B2;
  font-family: 'plus_jakarta_sansregular';
}
input:focus, textarea:focus, select:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
button{
    cursor: pointer;
}
.btn {
    background: var(--primary-color);
    padding: 10px 24px;
    float: left;
    width: auto;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
}
.btn.yellow_btn {
    margin-left: 10px;
    background: transparent;
    border: 1px solid var(--contrast-color);
    transition: all ease 0.5s;
}
.btn:hover {
    background: var(--light-blue);
    border: 1px solid transparent;
    /* transform: translateY(-2px); */
    filter: brightness(1.1);
    transition: all ease 0.5s;
}
.container {
    width:90%; 
    display: table;
    max-width:1200px;
    margin:0 auto;
    position:relative; 
}
.section {
    padding: 40px 0;
    position: relative;
    float: left;
    width: 100%;
}
h2 {
    font-size: 32px;
    color: var(--dark-blue);
    margin-bottom: 20px;
}
.sub_heading {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--contrast-color);
    float: left;
    width: 100%;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
/*header*/
.header {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
header.nav {
    float: left;
    width: 100%;
    padding: 18px 0;
}
.logo {
    float: left;
    width: auto;
}
.right-header {
    float: right;
    width: auto;
    padding-top: 25px;
}
nav.nav-menu {
    float: left;
    width: auto;
    padding: 12px 0;
    position: relative;
}
nav.nav-menu ul li {
    float: left;
    width: auto;
    margin-right: 20px;
    position: relative;
}
nav.nav-menu ul li a {
    color: #F0F0F0;
    float: left;
    width: 100%;
}
nav.nav-menu ul li a:hover, nav.nav-menu ul li.current-menu-item a{
    color: var(--light-blue);
}
.header-btn {
    float: right;
    width: auto;
}
.header-btn {
    float: right;
    width: auto;
}
.header-btn .btn {
    background: #0078D4;
    /* color: var(--dark-blue); */
}
.header-btn .btn:hover {
    background: var(--light-blue);
}
nav.nav-menu ul li ul.sub-menu {
    position: absolute;
    top: 18px;
    width: 180px;
    background: var(--dark-blue);
    box-shadow: 1px 1px 10px 1px #050837;
    border-radius: 4px;
    padding: 12px;
    display: none;
}
nav.nav-menu ul li ul.sub-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc26;
    width: 100%;
}
nav.nav-menu ul li ul.sub-menu li:last-child {
    border-bottom: 0;
}
nav.nav-menu ul li:hover ul.sub-menu{
    display: block;
}
.menu_trigger {
    float: left;
    font-family: "FontAwesome";
    font-size: 22px;
    width: 40px;
    height: 25px;
    text-decoration: none;
    display: none;
    text-align: center;
    margin: 9px auto;
    color: #fff;
}
.menu_trigger::before {
  content: "\f0c9"; /* hamburger icon */
}
.mob_menu {
    float: left;
    width: 100%;
    border-top: solid 1px #713d6e;
    display: none;
    background: rgb(112, 60, 110);
}
.mob_menu ul {
    padding:0;
    list-style:none;
    width:100%;
    margin:0 auto 20px;
}
.mob_menu ul li {
    float:left;
    width:100%;
    padding:12px 0;
    text-align:center;
    border-bottom:solid 1px #3e2543;
}
.mob_menu ul li:hover {
    background: rgba(62, 37, 67, 0.52);
    box-shadow: 0px 2px 7px rgb(62, 37, 67);
    transition: all .5s ease;
}
.mob_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    letter-spacing:2px;
}
.mob_menu ul ul {
    width:100%;
    display:none;
    border-top:dotted 1px #CCC;
}
.mob_menu ul ul li:last-child {
    border:none;
}
.close_btn {
    position: absolute;
    right: -3px;
    top: 0;
    background: var(--light-blue);
    padding: 10px;
    display: none;
}
/*hero*/
.bxslider1 img {
  width: 100%;
  height: auto;
  display: block;
}
.hero {
    background: url(../images/banner.png) no-repeat left top;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}
.hero_text {
    float: left;
    width: 48%;
    padding: 12% 0 4%;
}
.hero_text .sub_heading {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}
.hero_text h2 {
    color: var(--light-blue);
    margin: 30px 0 20px;
}
.hero_text p {
    color: #BEC4C9;
    line-height: 22px;
}
.hero_img {
    float: right;
    width: 48%;
    padding-top: 9%;
}
/**/
.section.counter ul {
   display: grid;
  /* Columns will be at least 250px, and expand to fill available space (1fr) */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
    justify-content: space-between;
}
.section.counter ul li {
    width: auto;
    background: #fcfcfc;
    box-shadow: -2px 1px 14px 1px hsl(0deg 0% 0% / 8%);
    border-radius: 12px;
    padding: 13px 20px;
}
.count_text {
    float: left;
    width: 60% !important;
}
.count_img {
    float: right;
    width: 28% !important;
    padding: 10px 0;
}
.count {
    color: #0078D4;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
/**/
.section.solution.sub_heading {
    text-align: center;
}
.section.solutions h2 {
    text-align: center;
    margin-bottom: 5px;
}
.section.solutions p {
    text-align: center;
    font-weight: bold;
    color: #3e3f40;
}
.solution_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: space-around;
    margin-top: 40px;
    position: relative;
}
.solution_wrap {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: -2px 1px 14px 1px hsl(0deg 0% 0% / 8%);
}
.solution_img {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.solution_img img {
    width: 100%;
}
.solution_details {
    float: left;
    text-align: left;
    width: 100%;
    padding: 20px 25px 30px;
}
.solution_details .solution_name {
    font-size: 18px;
    color: #0078D4;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.solution_details .sub_title {
    float: left;
    width: 100%;
    color: var(--contrast-color);
    margin-bottom: 9px;
    font-weight: bold;
}
.section.solutions .solution_details p {
    text-align: left;
    font-weight: normal;
    min-height: auto;
    margin-bottom: 30px;
}
.read_more_btn {
    text-align: right;
    width: auto;
    float: right;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.read_more_btn a {
    font-weight: bold;
}
/**/
.industries ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.industries h2 {
    font-size: 26px;
}
.section.industries ul li {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: -2px 1px 14px 1px hsl(0deg 0% 0% / 8%);
    position: relative;
}
.section.industries ul li:first-child {
    background: none;
    box-shadow: none;
    padding: 0;
}
.industries_img {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.section.industries ul li h3 {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.section.industries ul li p{
    margin-bottom: 18px;
}
.section.industries .container {
    background: #E5EBF1;
    padding: 40px;
    border-radius: 16px;
}
/**/
.section.Services {
    background: var(--dark-blue);
}
.top_heading {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.heading_left {
    width: 50%;
    float: left;
}
.heading.right {
    float: right;
    width: 50%;
    color: #ccc;
    padding-top: 16px;
}
.heading_left h2 {
    color: #fff;
}
.service_grid {
    float: left;
    width: 100%;
}
.service_grid ul {
    display: grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.service_grid ul li {
    border: 1px solid #86C6F5;
    border-radius: 16px;
    box-shadow: 0px 0px 11px 1px #86C6F5;
}
.service_card {
    float: left;
    width: 100%;
}
.service_img {
    float: left;
    width: 100%;
}
.service_img img {
    width: 100%;
    border-radius: 16px 16px 0 0 !important;
}
.service_details {
    background: transparent;
    padding: 30px;
    border-radius: 0 0 16px 16px;
    float: left;
    /* border: 1px solid #86C6F5; */
}
.service_details h3 {
    color: var(--contrast-color);
    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}
.service_details p {
    color: #D9D9D9;
    margin-bottom: 22px;
    min-height: 130px;
}
/**/
.section.video_section .sub_heading {
    text-align: center;
}
.section.video_section h2 {
    text-align: center;
    margin-bottom: 40px;
}
.section.video_section ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.video_container {
    float: left;
    width: 40%;
    background: var(--primary-color);
    padding: 10px 0 0 10px;
    border-radius: 12px;
}
.video_container img {
    width: 100%;
    border-radius: 12px;
}
.video_content {
    float: right;
    width: 42%;
    padding: 4% 0;
}
.video_content h3 {
    color: var(--light-blue);
    font-size: 24px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.video_content p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
a.btn.no_bg {
    background: transparent;
    color: var(--primary-color);
    padding: 0;
    font-weight: bold;
}
.section.video_section ul li .video_content ul li {
    margin-bottom: 10px;
}
.section.video_section ul li:nth-child(2n) .video_container {
    float: right;
}
.section.video_section ul li:nth-child(2n) .video_content{
    float: left;
}
/**/
.section.partners {
    text-align: center;
    background: #fff;
    margin-bottom: 50px;
}
.request_demo_sec .demo_textarea {
    width: 60% !important;
}
.demo_textarea h2 {
    color: var(--contrast-color);
    margin-bottom: 20px;
}
.demo_textarea p {
    color: #E3F3FF;
}
.button_wrap {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.section.request_demo_sec {
    width: 60%;
    margin: 0 auto;
    background: linear-gradient(45deg, var(--dark-blue), #0D2852);
    border-radius: 16px;
    margin: 40px auto;
    float: none;
    display: table;
    padding: 50px 0;
    margin-bottom: 8%;
}
.demo_textarea {
    float: left;
    width: 50%;
}
.demo_img {
    position: absolute;
    right: -140px;
    width: 70%;
}
/* footer */


.footer {
    position: relative;
    padding-top: 30px;
    float: left;
    width: 100%;
    background-size: 100%;
    z-index: 999;
    background: var(--dark-blue);
}
.footer-section {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.footer-col.big_width {
    width: 30%;
}
.footer-col.contact-info {
    width: 18%;
}
.footer-col {
    width: 15%;
}
.footer-section .footer-col h4 {
    margin-bottom: 35px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    /* margin-bottom: 14px; */
    position: relative;
}
.footer-section .footer-col h4:after {
    content: "";
    background: var(--light-blue);
    height: 3px;
    position: absolute;
    width: 60px;
    left: 0;
    bottom: -14px;
    border-radius: 4px;
}
.footer-col ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footer-col ul li a {
    color: #d9d9d9;
    float: left;
    width: 100%;
    transition: 0.6s ease-out;
    position: relative;
    padding-left: 12px;
}
.footer-col ul li a:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #D9D9D9;
    left: 0;
    top: 8px;
}
.footer-col ul li a:hover {
   color: var(--light-blue);
}
.footer-col p {
    color: #d9d9d9;
    line-height: 21px;
}
.social-icons {
    margin-top: 18px;
}
.social-icons a {
    color: #ADADAD;
    margin-right: 9px;
    font-size: 18px;
}
.social-icons a:hover {
    color: var(--light-blue);
}
.footer_logo {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.footer_logo img {
    width: 80px;
}
.footer-bottom {
    text-align: center;
    padding: 15px 0;
    opacity: 0.8;
    border-top: 1px solid hsl(0deg 0% 91.76% / 10%);
    float: left;
    width: 100%;
}
.copywrite_text {
    float: left;
    width: auto;
    color: #d9d9d9;
}
.footer-bottom .right_link {
    float: right;
    width: auto;
}
.right_link ul li {
    float: left;
    width: auto;
    margin-left: 25px;
}
.right_link ul li a {
    color: #d9d9d9;
}
.right_link ul li a:hover, .footer-col.contact-info ul li a:hover {
    color: var(--light-blue);
}
.footer-col.contact-info ul li a:before{
    display: none;
}
.footer-col.contact-info ul li .info_icon {
    float: left;
    width: auto;
    color: var(--light-blue);
    padding-left: 0;
}
.footer-col.contact-info ul li a, .footer-col.contact-info ul li span {
    width: auto;
    color: #ADADAD;
    padding-left: 8px;
    line-height: 12px;
}
/*about*/
.hero.inner-hero .container {
    width: 46%;
    text-align: center;
    margin: 9% auto 7%;
}
.hero.inner-hero h2 {
    color: var(--light-blue);
    margin-bottom: 10px;
}
.hero.inner-hero p {
    color: #bfbebe;
}
.hero.inner-hero h2 .white-color {
    color: #fff;
}
.hero.inner-hero::after {
    content: "";
    position: absolute;
    bottom: -71px;
    left: 0;
    width: 100%;
    height: 110px;
    background: #f2f7fd;
    transform: skewY(2deg);
}
.about-img {
    float: left;
    width: 40%;
    position: relative;
}
.about-content {
    float: right;
    width: 57%;
}
.about-content h2 {
    float: left;
    width: 100%;
}
.about-content p {
    color: #5A6B7D;
}
.about-content h2 img {
    float: left;
    margin-right: 10px;
}
.content-section {
    float: left;
    width: 100%;
    margin-top: 23px;
}
.sec-layer {
    background: linear-gradient(177deg, var(--dark-blue), var(--primary-color));
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 12px;
    color: #fff;
}
.sec-layer h3 {
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.sec-layer h3 .heading-img {
    float: left;
    width: auto;
    margin-right: 10px;
    padding: 0;
}
.sec-layer h3 span {
    padding: 13px 0;
    float: left;
}
.content-section p {
    color: #fff;
}
.about-img .img-layer {
    position: relative;
    float: left;
    width: 47%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.about-img .img-layer.two {
    float: right;
    scroll-margin-left: 10px;
    margin: 0;
    position: absolute;
    top: 68px;
    right: 0;
}
.about-img .img-layer.three {
    width: 100%;
}
.about-img .img-layer.text {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--light-blue);
    width: 228px;
    border-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    font-size: 19px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    min-height: 57px;
}
.about-img .img-layer img {
    width: 100%;
    border-radius: 14px;
}
/**/
.why-choose-us-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    /* background: linear-gradient(178deg, var
#00B4FF
(--light-blue), transparent); */
}
.why-choose-us-wrap {
    background: linear-gradient(178deg, #A3D1F3, transparent);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #86C6F5;
}
.why-choose-us-wrap .number {
    color: #091932;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.why-choose-us-wrap h2 {
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 12px;
}
.why-choose-us-wrap p {
    color: #091932;
    margin-bottom: 18px;
    min-height: 60px;
}
/*contact page*/
.left-contact-wrap {
    float: left;
    width: 35%;
}
.left-contact-wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.left-contact-wrap ul li .icon-wrap {
    float: left;
    width: auto;
    background: var(--primary-color);
    padding: 13px 15px;
    border-radius: 50%;
    margin-right: 16px;
}
.content-wrap {
    float: left;
    width: auto;
}
.content-wrap .address-title {
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 4px;
    margin-top: 6px;
}
.content-wrap .address-content, .content-wrap .address-content a {
    float: left;
    width: 100%;
    color: #615d5d;
}
.book-demo-wrap {
    float: left;
    width: 100%;
    margin-top: 15px;
    background: var(--primary-color);
    padding: 30px;
    border-radius: 12px;
}
.book-demo-wrap h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}
.book-demo-wrap p{
    color: #ccc;
}
.book-btn-wrap {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.book-btn-wrap .btn.book_btn {
    background: var(--light-blue);
}
.contact-form-wrap {
    float: right;
    width: 62%;
    background: linear-gradient(360deg, #091932, var(--primary-color));
    padding: 30px;
    border-radius: 16px;
    z-index: 9;
    position: relative;
}
.contact-form-wrap h2 {
    color: #fff;
    font-size: 24px;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form .input-wrap {
    float: left;
    width: 46%;
    margin: 10px;
}
.contact-form .input-wrap label.input-label {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #dfdada;
    margin-bottom: 10px;
}
.contact-form .input-wrap.full {
    width: 96%;
}
.contact-form .input-wrap .input_field {
    float: left;
    width: 100%;
    border: none;
    background: transparent;
    padding: 13px 14px 13px 0;
    border-bottom: 2px solid hsl(235.12deg 37.39% 54.9% / 75%);
    color: #B2B2B2;
}
.contact-map {
    position: relative;
    margin-top: -100px;
}
.contact-form .btn.blue_btn {
    margin-top: 20px;
    background: var(--light-blue);
}
/*product-kudra*/
.product_logo {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.section.progress-section .sub_heading, .section.progress-section h2{
    text-align: center;
}
.process-timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0;
    /* padding: 0 20px; */
}

/* The horizontal line through the center */
.timeline-line {
    position: absolute;
    top: 54%;
    left: 13%;
    right: 0;
    height: 2px;
    background-color: #cbd5e1;
    z-index: 1;
    transform: translateY(-50%);
    width: 75%;
}
.timeline-item.top .step-number {
    margin: 27px 0;
}
.timeline-item .content {
    width: 180px;
}
.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
    text-align: center;
}

/* Positioning for Steps 1 & 3 (Text on bottom) */
.timeline-item.top {
    flex-direction: column;
}

/* Positioning for Steps 2 & 4 (Text on top) */

.step-number {
    font-size: 42px;
    font-weight: 700;
    color: var(--contrast-color);
    margin: 10px 0;
}

.dot {
    width: 16px !important;
    height: 16px !important;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 15px 0;
}

.content h3 {
    font-size: 18px;
    color: var(--primary-color);
    margin: 0 0 8px 0;
}

.content p {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    max-width: 200px;
    margin: 0 auto;
}
.section.key_features {
    background: var(--dark-blue);
}
.section.key_features .sub_heading, .section.key_features h2 {
    text-align: center;
}
.section.key_features h2{
    color: #fff;
}
.key_features-wrapper {
    float: left;
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px !important;
    margin-top: 40px;
}
.key_features-wrap {
    border: 2px solid #0078D4;
    background: hsl(0deg 0% 85.1% / 4%);
    padding: 40px 25px;
    border-radius: 12px;
    position: relative;
}
.key_features-wrap h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}
.key_features-wrap p {
    color: #c5c2c2;
}
.product_logo-round {
    position: absolute;
    top: -27px;
    right: -27px;
}
.product-details-video {
    float: right;
    width: 40%;
}
.product-details-content {
    float: left;
    width: 50%;
}
.product-details-content .color-text {
    float: left;
    width: 100%;
    margin-top: 18px;
    color: var(--primary-color);
    font-weight: bold;
}
.product-details-content .btn.yellow_btn {
    background: var(--light-blue);
    border-color: transparent;
}
/*industries*/
.section.industries-section h2 {
    color: var(--dark-blue);
}
.section.industries-section .heading.right {
    color: #837f7f;
}
.industries_wrap {
    float: left;
    width: 100%;
}
.finance-card {
    background: linear-gradient(179deg, #A3D1F3, #fff);
    border-radius: 24px;
    padding: 40px;
    max-width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #86C6F5;
    margin-bottom: 30px;
}
/* Header Layout */
.card-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
    position: relative;
    flex-wrap: wrap;
}
.card-header .button-group {
    gap: 0;
}
.card-header .button-group .btn {
    border-radius: 8px 0 0 8px;
}
.card-header .button-group .btn.btn-arrow {
    border-radius: 0 8px 8px 0;
}
.icon-container {
    background: white;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.icon-container img {
    width: 70%;
}
.title-section h2 {
  color: var(--text-dark);
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
}

.title-section p {
    color: #434343;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 400px;
}

/* Button Group */
.button-group {
  display: flex;
  gap: 8px;
  margin-left: auto; /* Pushes buttons to the right */
}

.btn-arrow {
    margin-left: 0px;
    background: white;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* Tag Grid Layout */
.tag-grid {
    display: grid;
  /* Columns will be at least 200px, but will expand to fill space equally */
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 12px;
    padding-left: 88px;
    width: 80%;
}

.tag {
    border: 1px solid var(--contrast-color);
    color: #091932;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    background: rgb(255 177 0 / 23%);
    transition: background 0.3s;
    /* background: linear-gradient(181deg, var(--contrast-color), transparent); */
}
.tag:hover {
  background: rgba(255, 255, 255, 0.8);
}
/*industries-details*/
.section.industries-challenges-section ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.section.industries-challenges-section ul li{
    background: linear-gradient(178deg, #86C6F5, #DAEFFF);
    padding: 30px 34px;
    float: left;
    width: 100%;
    border-radius: 12px;
}
.section.industries-challenges-section ul li:first-child{
    background: transparent;
    padding: 30px 20px;
}
.section.industries-challenges-section ul li .attention-icon {
    float: left;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50%;
    padding: 10px 0;
    margin-right: 15px;
}
.section.industries-challenges-section ul li h3 {
    font-size: 18px;
    width: auto;
    color: #0D1117;
}
.section.industries-challenges-section ul li p {
    float: left;
    width: 100%;
    margin-top: 16px;
}
.section.industries-challenges-section ul li h2 {
    font-size: 26px;
    margin-bottom: 0px;
}
.section.industries-challenges-section ul li:first-child p {
    margin-top: 12px;
}
.section.industries-challenges-section ul li:hover {
    transform: translateY(-2px);
  filter: brightness(1.1);
}
.section.industries-challenges-section ul li:first-child:hover {
    background: none;
}
.section.use_cases {
    background: var(--dark-blue);
}
.section.use_cases h2{
    text-align: center;
    color: #fff;
}
.section.use_cases  .sub_heading{
    text-align: center;
}
.feature-grid {
  display: grid;
  /* Creates a 3-column layout */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
.feature-card{
    background: hsl(0deg 0% 100% / 8%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 32px;
    transition: transform 0.3s ease;
}
.feature-card.big {
  grid-column: span 2;
}
.feature-card .feature-card-icon {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.feature-card h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}
.feature-card p {
    color: #C4C4C4;
}
.feature-card:hover {
  background: #162538;
}
.section.key_benefits h2, .section.key_benefits .sub_heading{
    text-align: center;
}
.benefits-container {
    display: flex !important;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.benefit-tag {
    background-color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 24px 10px 10px;
    border-radius: 12px;
    color: var(--text-white);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    cursor: default;
}
.benefit-tag:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.tag-icon {
  background-color: #fff;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 18px;
  /* Add a subtle inner shadow to match the Figma spiral icon depth */
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
.tag-icon img {
    width: 57%;
}
.benefit-tag span {
  color:#fff ;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
/*blog*/
.blog-grid {
    display: grid;
  /* Columns will be at least 200px, but will expand to fill space equally */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* 1. The Background Image Container */
.image-wrapper {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 2. The Overlapping White Box */
.content-box {
    background: white;
    margin: -60px 0px 0 20px;
    padding: 24px;
    border-radius: 16px 0 16px 16px;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
}
.commen_heading.heading_wrap {
    position: relative;
}
.meta-data {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.date {
    background: var(--primary-color);
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
}
.author {
    font-size: 14px;
    color: #616060;
}
.author-icon {
    font-size: 18px;
    color: var(--contrast-color);
}
.content-box h3 {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.content-box p {
  color: #999;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.btn.read-more {
    background: none;
    padding-left: 0;
    color: var(--primary-color);
    transition: transform 0.2s ease;
}
.read-more span {
  color: var(--light-blue);
}
.read-more:hover {
  color: var(--light-blue);
  transform: translateX(2px);

}
/*blog-details*/
article.blog-details {
    float: left;
    width: 70%;
}
.sidebar {
    float: right;
    width: 28%;
}
article.blog-details .image-wrapper {
    float: left;
    height: 300px;
}
article.blog-details .content-box {
    margin: 20px 0 0;
    float: left;
    width: 100%;
    border-radius: 20px;
}
.comment_box_bg h2 {
    font-size: 18px;
    color: var(--primary-color);
}
.comment_felid {
    float: left;
    width: 100%;
}
.cooment_bar.frm_wrap.textarea textarea#comment, .comment_text_felid_bar input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 13px;
    margin-bottom: 10px;
}
.cooment_bar.frm_wrap.textarea textarea#comment{
    height: 120px;
}
.post_but.frm_wrap.btn_wrap .btn input#submit {
    background: transparent;
    width: 100%;
    box-shadow: none;
    border: 0;
    color: #fff;
}
.comments a {
    color: #999;
}
.commen_heading.heading_wrap a {
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0;
    background: var(--light-blue);
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 11px;
}
.cooment_text {
    float: left;
    width: 100%;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.reviews ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3efef;
    padding: 12px 0px 20px;
    margin-bottom: 15px;
    position: relative;
}
a.comment-edit-link {
    color: #000;
    margin-left: 5px;
    font-style: italic;
}
.comment-author.vcard img {
    border-radius: 50px;
    margin-right: 10px;
    border: 2px solid var(--primary-color);
    float: left;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.comment-author.vcard cite.fn, .comment-author.vcard cite.fn a {
    float: left;
    width: auto;
    font-weight: bold;
    color: #000;
    /* padding-left: 5px; */
}
.comment-author.vcard .says {
    margin-left: 5px;
}
.comment-body p {
    float: left;
    width: 100%;
    margin-top: 10px;
    white-space: normal;
    word-break: break-all;
}
div#respond a {
    color: var(--primary-color);
}
.reply a.comment-reply-link {
    color: #fff;
    background: var(--primary-color);
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 12px;
}
.reply {
    position: absolute;
    top: 0;
    right: 10px;
}
.comment-meta.commentmetadata a {
    float: left;
    width: auto;
    font-size: 11px;
    margin-top: 9px;
}
.comments a .com_num {
    color: var(--contrast-color);
    margin-right: 6px;
}
.content-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.content-footer-section {
    display: flex;
    align-items: center;
    gap: 12px;
}
.content-footer-section .label {
  font-weight: 700;
  font-size: 14px;
  color: var(--text-dark);
}

/* Tag Styles */
.tag-link {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.tag-link:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

/* Social Icon Styles */
.content-footer-section .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 0;
}
.content-footer-section .social-icons a {
    color: var(--contrast-color);
    transition: all 0.3s ease;
}
.content-footer-section .social-icons a:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}
.comment-card {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.comment-info {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.comment-info img.avatar {
    float: left;
    width: 60px;
    margin-right: 16px;
}
.comment-header {
    float: left;
    width: auto;
}
.comment-header h4 {
    margin-bottom: 4px;
}
.comment-header .date {
    background: transparent;
    padding: 0;
    color: #9d9898;
}
.comment-card:last-child {
    border: none;
}
.widget {
    background: #fff;
    border: 1px solid #D9D9D9;
    padding: 20px 22px;
    margin-bottom: 20px;
    border-radius: 8px;
    float: left;
    width: 100%;
}
.widget h3 {
    color: var(--dark-blue);
    margin-bottom: 15px;
}
.widget.search-widget input {
    float: left;
    border: 1px solid #ccc;
    background: #F6F6F6;
    border-radius: 4px;
    padding: 12px 15px;
    width: 86%;
}
button.btn.search-btn {
    padding: 12px 4px;
    float: right;
    width: 12%;
}
.category-pills a {
  display: block;
  background: #00b4ff4d;
  color: var(--primary-color);
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.category-pills a:hover {
  background: var(--primary-color);
  color: white;
}
.widget .tag-link {
    background: #f6f6f6;
    padding: 7px 10px;
    float: left;
    margin-bottom: 10px;
}
.recent-posts {
    float: left;
    width: 100%;
}
.post-item {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.post-item img {
    width: 80px;
    border-radius: 6px;
    float: left;
}
.post-text {
    float: left;
    width: 66%;
}
.post-text span {
    font-size: 13px;
    color: #a69e9e;
}
.post-text h4 {
    font-size: 13px;
    margin-top: 5px;
}
.faq-sidebar {
    float: left;
    width: 25%;
}
.category-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 30px;
}
.faq-sidebar .category-list .cat-group {
    margin: 0;
}
.faq-sidebar .category-list .cat-group .cat-btn {
    width: 100%;
    float: left;
    font-size: 16px;
    background: linear-gradient(45deg, #C0E4FF, #fff);
    font-weight: bold;
}
.faq-sidebar .sub-category-list {
    background: #c0e4ff;
    background: linear-gradient(45deg, #C0E4FF, #fff);
    border-radius: 0 0 10px 10px;
    margin-top: -5px;
    float: left;
    width: 100%;
    font-size: 14px;
}
.faq-sidebar .sub-category-list .cat-btn.sub-cat {
    padding: 6px 10px 12px;
    font-size: 15px;
    box-shadow: none;
    background: transparent;
}

.desktop_hide {
    display: none;
}
.cat-btn {
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    text-align: left;
    /* font-weight: 600; */
    cursor: pointer;
    background: #C0E4FF;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.faq-sidebar .category-list .cat-group .cat-btn.active{
  background: linear-gradient(45deg, var(--primary-color), #0078D4);
  color:#fff;
}
.support-card {
    background: linear-gradient(0deg, #091932, #1B4C98);
    padding: 20px 40px 40px;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    float: left;
    width: 100%;
}
.support-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
}
.support-card p {
    color: #D2D2D2;
    margin-bottom: 34px;
    line-height: 20px;
}
.btn.contact-btn {
    float: none;
    border-radius: 25px;
    background: var(--light-blue);
}
.accordion-group {
    float: right;
    width: 73%;
}
.faq-item {
    background: #f5fcff;
    border: 1px solid #86C6F5;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    /* padding: 12px; */
    background: linear-gradient(182deg, #C0E7FF, #E3F3FF);
    border: 1px solid #86C6F5;
}

label {
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: bold;
    border-radius: 7px;
}

label::after {
  content: '\f107';
  font-family: "FontAwesome";
  font-size: 12px;
  transition: transform 0.3s;
}

details[open] summary::after {
  transform: rotate(180deg);
}

/* .faq-content {
    padding: 8px 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
} */
/*partner*/
.partner-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px;
}

.partner-card {
  background: linear-gradient(182deg, #A2D7FF, #fff);
  border-radius: 16px;
  padding: 40px;
  position: relative; /* Essential for floating icon */
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  transition: transform 0.3s ease;
}
.partner-card h3 {
    color: #091932;
    font-size: 20px;
    margin-bottom: 17px;
}
.card-icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 60px !important;
    height: 60px !important;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 59, 122, 0.3);
    padding: 7px;
}
.partner-card:nth-child(even) {
    background: linear-gradient(0deg, #A2D7FF, #fff);
}
.partner-card:hover {
  transform: translateY(-5px);
}
.section.contact-section {
    padding-top: 0;
}
.left-contact-wrap.partner-requirement {
    background: var(--light-blue);
    padding: 40px 40px;
    border-radius: 20px;
}
.partner-requirement h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 35px;
}
.left-contact-wrap ul li .icon-wrap i {
    color: #fff;
}
.left-contact-wrap.partner-requirement .content-wrap {
    color: #fff;
    width: 76%;
}
.left-contact-wrap.join-team {
    border: 1px solid #86C6F5;
    border-radius: 10px;
    padding: 20px 30px;
    background: #fff;
}
.left-contact-wrap.join-team h2 {
    font-size: 24px;
    margin-bottom: 12px;
}
.left-contact-wrap.join-team p {
    color: #5D5D5D;
    margin-bottom: 18px;
}
.why-work-with-us-wrap, .benefits-wrap {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    color:#5D5D5D;
}
.why-work-with-us-wrap h3, .benefits-wrap h3 {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 14px;
}
.left-contact-wrap .why-work-with-us-wrap .icon-wrap, .left-contact-wrap .benefits-wrap  .icon-wrap{
    background: transparent;
    padding: 0;
}
.left-contact-wrap .why-work-with-us-wrap .icon-wrap i, .left-contact-wrap .benefits-wrap  .icon-wrap i {
    color: var(--primary-color);
}
.why-work-with-us-wrap ul li, .benefits-wrap ul li {
    margin-bottom: 10px;
}
.left-contact-wrap.join-team p.blue-color {
    font-weight: bold;
    color: var(--primary-color);
}
.upload-container {
    float: left;
    width: 100%;
}
.upload-box {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    padding-bottom: 8px;
    transition: opacity 0.2s ease;
    margin-top: 12px;
}

.upload-box:hover {
  opacity: 0.8;
}

.icon-square {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
}
.icon-square i {
  width: 20px;
  height: 20px;
  color: #fff;
}

.upload-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* The thin separator line seen in your Figma file */
.bottom-border {
  height: 2px;
  background-color: hsl(235.12deg 37.39% 54.9% / 75%);
  width: 100%;
  margin-top: 4px;
}
/*service*/
.section.service-section h2 {
    margin-bottom: 8px;
}
.service-card {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(45deg, #0078D4, #fff);
    border-radius: 24px;
    overflow: hidden;
    /* max-width: 1000px; */
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.service-img {
    flex: 1;
    position: relative;
    min-height: 400px;
    width: 400px;
}
.service-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 14px !important;
}
.content-side {
    flex: 1;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-side h3 {
    font-size: 20px;
    color: #091932;
    margin-bottom: 10px;
}

.content-side p {
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 17px;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.benefit-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 14px;
}

.circle-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid var(--light-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.btn.btn-primary {
    width: 150px;
    text-align: center;
}
.service-card:nth-child(odd) {
    flex-direction: row-reverse;
    background: linear-gradient(45deg, #fff, #0078D4);
}
/*service-details*/
.section.service-details-section .service-img {
    width: 100%;
    min-height: 300px !important;
    margin-bottom: 30px;
}
.section.service-details-section .service-img img {
    height: 400px !important;
}
.service-details-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 30px 35px;
}
.service-details-wrap h2 {
    font-size: 26px;
    margin-bottom: 8px;
}
.service-details-wrap p {
    margin-bottom: 20px;
}
.service-details-wrap ul.benefit-list {
    display: flex;
    gap: 15px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.not_found_wrap {
    width: 500px;
    margin: 100px auto 0px;
}
.not_found_txt {
    text-align: center;
    margin-top: 10px;
}
.not_found_txt h1 {
    margin-bottom: 20px;
}
.back_btn {
    margin: 0 auto;
    display: table;
}
.error404 .header {
    background: var(--primary-color);
}
.error404 header.nav {
    padding: 10px 0 15px;
}
/*stategic partners*/
.partner-wrap .e-con-inner {
    background: linear-gradient(86deg, #5897fb42, #ffffff);
    margin-bottom: 20px !important;
    padding: 20px !important;
    border-radius: 12px;
    border: 1px solid #569ff74d;
}
.partner-wrap .e-con-inner:nth-child(2){
    flex-direction: row-reverse !important;
}
.section.policy-container h2 {
    font-size: 18px;
    margin-bottom: 6px;
}
.section.policy-container p {
    margin-bottom: 20px;
}
.elementor-622 .elementor-element.elementor-element-1217f95e .elementor-heading-title {
    line-height: 38px;
}
.elementor .e-image-link-base {
    display: inline !important;
}
.members-section p {
    min-height: auto;
}
.bold-text span {
    font-weight: bold !important;
    font-size: 16px  !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #fff !important;
    background: #dc3232;
}
.wpcf7-spinner {
    background-color: #5897fb !important;
    margin: 24px 24px !important;
}
.floating_btn {
    position: fixed;
    bottom: 40px;
    right: 35px;
    background: #06981f;
    padding: 14px 10px;
    font-size: 20px;
    border-radius: 50%;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
}
.floating_btn a {
    color: #fff;
    font-size: 28px;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.wpcf7 form.sent .wpcf7-response-output {
    background: green;
    color: #fff !important;
}
.obstacle-img img {
    width: 40px;
    height: 40px;
}
.elementor-element.elementor-element-e29d1c3.section.video_section.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    overflow: hidden;
}
.pagination {
    margin-top: 100px;
    float: right;
}