@charset "UTF-8";
/*
Theme Name: indapoint Dark
Theme URI: #
Author: IndaPoint
Author URI: https://www.indapoint.com
Description: Custom Dark theme from IndaPoint
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
*/
/* Poppins Local Font Loading */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('assets/webfonts/poppins-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/webfonts/poppins-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('assets/webfonts/poppins-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('assets/webfonts/poppins-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('assets/webfonts/poppins-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('assets/webfonts/poppins-800.woff2') format('woff2');
}
/*Write custom css*/
/*New server*/
:root {
    --text-blue: #05c3dd;
    --gradient-blue: linear-gradient(135deg, #0A4D68 0%, #05C3DD 100%);
    --gradient-dark: linear-gradient(135deg, #001524 0%, #0A4D68 100%);
    --bg-dark: #001525;
    --bg-dark-2: #0a3149;
    --bg-light: #e6f9fc;
}

body{
    font-family: 'Poppins', sans-serif;
	margin: 0;
    padding: 0;
/*     color: #252B33; */
	color: #fff;
	background: var(--gradient-dark);
	/*font-size: 18px;*/
	font-size: 20px;
}
a:hover {
    color: var(--bs-link-hover-color);
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-600{
    font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.text-14{font-size: 14px;}
.text-16{font-size: 16px;}
.text-18{font-size: 18px;}
.text-20{font-size: 20px;}
.text-22{font-size: 22px;}
.text-24{font-size: 24px;}
.text-26{font-size: 26px;}
.text-28{font-size: 28px;}
.text-30{font-size: 30px;}
h2{
    font-size: 46px;
    line-height: 68px;
}
.zindex-1{
    position: relative;
    z-index: 1;
}
.btn-yellow{
    border: 0;
    border-radius: 100px;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    background-color:#FCBD1C;
    padding: 15px 28px;
    text-decoration: none;
    color: #000;
    letter-spacing: -0.5px;
	transition: all 0.3s;
}
.btn-yellow:hover{
    background-color: #f3b71f;
}
.btn-sm{
    font-size: 19px;
    line-height: 28px;
    padding: 14px 29px;
}
.btn-white{
    border: 0;
    border-radius: 100px;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    background-color: white;
    padding: 15px 28px;
    text-decoration: none;
    color: #000;
    letter-spacing: -0.5px;
}
.btn-white:hover{
	background-color: white !important;
	color: #000 !important;
}
/* For First Section */
.inner-banner{
    padding: 40px 0 93px 0;
    position: relative;
    background-image: url(assets/images/banner-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.fixed .inner-banner{
    padding-top: 130px;
}
/* .inner-banner::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(assets/images/banner-shades.png);
    z-index: -1;
} */
.inner-banner .container{
    padding: 0px 50px;
    max-width: 1400px;
}
.inner-banner h1{
    font-size: 58px;
    line-height: 72px;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1.25px;
}
.inner-banner p{
    font-size: 22px;
    line-height: 34px;
}
.inner-banner p a{
    color: #fcbd1c;
	text-decoration: none;
}
.inner-banner .banner-state .banner-state-item{
    margin-right: 50px;
	    text-align: center;
}
.inner-banner .banner-state .banner-state-item h4{
    font-size: 30px;
    line-height: 45px;
}
.inner-banner .banner-state .banner-state-item h5{
    font-size: 20px;
    font-weight: 400;
}
.inner-banner .banner-form{
    padding: 29px 31px 38px 41px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    background-color: white;
}
.inner-banner .banner-form h3{
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
.inner-banner .banner-form label{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #525151;
    margin-top: 30px;
}
.inner-banner .banner-form .form-control{
    width: 100%;
    border: 0;
    padding: 8px 0 5px 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
}
.inner-banner .banner-form .form-group{
    border-bottom: 1px solid black;
}
.inner-banner .banner-form input::placeholder{
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #CDDAE2;
}
.inner-banner .banner-form .submit-btn{
    border: 0;
    width: 100%;
    background-color: #FCBD1C;
    color: black;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    border-radius: 100px;
    padding: 10px 0;
    margin-top: 38px;
}
.heading {
    margin-bottom: 50px;
}
.heading h2{
    margin-bottom: 25px;
    color: #252B33;
    letter-spacing: -1.25px;
    font-weight: 800;
    line-height: 1.2em;
}
.heading p{
    font-size: 22px;
    line-height: 34px;
}
/* For Services Section */
.service-section{
    padding: 70px 0;
}
.service-section .service-item{
    padding: 55px 34px 25px 37px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px 7px rgba(0,0,0,.03);
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
}
.service-section .service-listing .service-item img{
	height: 78px;
}
.service-section .service-listing .service-item h4 {
    margin-top: 24px;
}
.service-section .service-item h3{
    font-size: 24px;
    line-height: 36px;
    color: #000;
	
	margin-top: 24px;
}
.service-section .service-item h3 span, .solution-listing .solution-item h4 span{
	font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    padding-top: 3px;
}
.service-section .service-item p{
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
}
/* For cta Section */
.cta-section{
    padding: 80px 0;
    background: url(assets/images/cta-bg.png) center center no-repeat;
    position: relative;
}
.cta-section::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
    z-index: -1;
}
.cta-section .cta-section-info p{
    font-size: 24px;
    line-height: 34px;
}
.cta-section .cta-section-info h2{
    font-size: 38px;
}
/* For Solution section */
.solution-section{
    padding: 70px 0;
}
.solution-listing{
    row-gap: 30px;
}
.solution-section .solution-item a{ 
	color: inherit;
	text-decoration: none;
}
.solution-section .solution-item{
    padding: 45px 31px 30px 30px;
    transition: all 0.3s;
    height: 100%;
    border-radius: 10px;
}
.solution-listing .solution-item:hover,
.solution-listing .solution-item.active{
    box-shadow: 4px 6px 18px 4px rgba(0, 0, 0, 0.1);
}
.solution-section .solution-item img {
    height: 78px;
}
.solution-section .solution-item h4{
    font-size: 24px;
    line-height: 36px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.solution-section .solution-item p{
    font-size: 20px;
    line-height: 30px;
}

.web-solution-section{
    padding: 70px 0 70px 0;
}
.web-solution-section h2{
    font-size: 37px;
    line-height: 58px;
    color: #000;
    margin-top: -15px;
    margin-bottom: 25px;
	letter-spacing: -1.25px;
}
.web-solution-section p{
    font-size: 22px;
    line-height: 34px;
}
 /* For Partner section */
.client-partner-section{
    padding: 60px 0;
    background-color: #F8F6F9;
}
.partner-item.slick-slide img{
    margin: auto;
}
.promise-section .promise-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.promise-section .promise-info span{
    font-size: 34px;
    color: #050748;
}
.promise-section .promise .promise-button img{
    margin-left: 8px;
}
/* for hiring section */
.hiring-section{
    padding: 70px 0;
}
.hiring-listing .col-md-4:nth-child(even) .hiring-info{
    background: rgba(230, 221, 244, 0.23);
}
.hiring-section .hiring-info{
    background: rgba(195, 216, 246, 0.23);
    padding: 25px 20px 25px 30px;
    border-radius: 10px;
    height: 100%;
}
.hiring-section .hiring-info img.hiring-team{
	height: 78px;
}
.hiring-section .hiring-info h3{
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.hiring-section .hiring-info p{
    font-size: 19px;
    line-height: 30px;
    text-align: left;
}
.hiring-section .hiring-info ul{
    margin-top: 28px;
}
.hiring-section .hiring-info ul li{
    font-size: 19px;
    line-height: 30px;
    margin: 8px 0;
}
.hiring-section .hiring-info ul li img{
    margin-right: 15px;
}
.about-us-section {
    padding: 70px 0 70px 0;
}
.about-us-section .about-us-section-wrap .about-us-section-info p{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
}
.about-us-section .about-us-section-wrap .about-us-section-item{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.about-us-section .about-us-section-wrap .about-us-section-item img{
    width: 55px;
}
.about-us-section .about-us-section-wrap .about-us-section-item h4{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 20px;
}
.about-us-section .state{
    text-align: center;
    background-color: #F8F6F9;
    margin-top: 10px;
    height: 256px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us-section .state .state-img img{
	height: 79px;
}
.about-us-section .state h4{
    font-size: 38px;
    line-height: 57px;
    text-align: center;
    margin-top: 10px;
}
.about-us-section .state h5{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

/* For Blog Section */
.blog-section{
    padding: 70px 0;
}
.blog-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.blog-section .blog-item{
/*     padding: 40px 28px 32px 28px; */
	padding: 0px 28px 32px 28px;
    background: rgba(195, 216, 246, 0.2);
    border-radius: 10px;
	text-decoration: none;
}
.blog-section .blog-item h4{
    font-size: 21px;
    line-height: 32px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 3;
	color: #fff;
}
.blog-section .blog-item h4 a{
    text-decoration: none;
    color: inherit;
}
.blog-section .blog-item p{
    font-size: 18px;
    line-height: 27px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 4;
	color: #fff;
}
p.blog-list-date {
    font-size: 14px !important;
    color: #355c85;
    font-weight: 400;
    margin-bottom: 0px;
}
/* For faq Section */
.faq-section{
    padding: 70px 0;
}
.faq-section .heading{
    margin-bottom: 15px;
}
.faq-item{
    padding-left: 45px;
}
.faq-section .faq-title{
    font-size: 22px;
    margin-top: 35px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.faq-section .faq-title::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(assets/images/accord-nav.png) left top no-repeat;
    position: absolute;
    left: -45px;
    top: 2px;
}
.faq-item.open .faq-title::before{
    background: url(assets/images/accord-nav.png) left -25px no-repeat;
}
.faq-section .faq-content{
    font-size: 20px;
    line-height: 30px;
    display: none;
    padding-top: 20px;
}
.faq-section .faq-content p{
    margin-bottom: 0px;
}
.faq-section .faq-content ul{
	list-style: disc;
	margin-left: 20px;
	margin-top: 8px;
}
.testimonials-section{
    padding: 70px 0px;
}
.testimonials-section .testi-left h5{
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
}
.testimonials-section .testi-left h4{
    font-size: 46px;
    line-height: 68px;
    color: #252B33;
    letter-spacing: -1.25px;
    font-weight: 800;
}
.testimonials-section .testi-right{
    /*background: rgba(195, 216, 246, 0.2);
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;*/
    position: relative;
}
.client-avtar{
    display: inline-block;
    position: relative;
}
.client-img img{
    position: relative;
    z-index: 2;
}
.testimonials-section .client-item .client-img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/images/client-bg.png) top left no-repeat;
    left: -5px;
    top: -20px;
}
.testimonials-section .client-item .video-btn{
    position: absolute;
    width: 66px;
    height: 66px;
    background: #FCBD1C;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    z-index: 999;
    bottom: 0px;
    right: 10px;
	cursor: pointer;
}
.testimonials-section .client-item .client-info{
/*     padding: 0 40px 0 0; */
}
.testimonials-section .client-item .client-info h3{
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0;
}
.testimonials-section .client-item .client-info h5{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
	color: #96acc3;
}
.testimonials-section .client-item .client-info p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
.testimonials-section .slick-prev, .testimonials-section .slick-next{
    bottom: -30px !important;
    right: 40px;
    top: auto;
    left: auto;
    background: url(assets/images/aero.png) -20px top no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -11111px;
}
.testimonials-section .slick-prev{
    right: 85px;
    background: url(assets/images/aero.png) left top no-repeat;
}
.related-service-section {
    padding: 30px 0px 50px 0px;
}
.related-service-section h4{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2em;
}
.related-buttons{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 12px;
	margin-top: 28px;
}
.related-service-section a{
    border: 1px solid #385D86;
    background-color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.5px;
    border-radius: 100px;
    padding: 4px 18px;
    display: inline-block;
    text-decoration: none;
    color: #070707;
}
/* For Inquiry Section */
.contact-section{
    padding: 40px 0;
    background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
    position: relative;
    z-index: 0;
}
.contact-section::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(assets/images/cta-bg.png) center center no-repeat;
    z-index: -1;
    background-size: cover;
}
.contact-section  h4{
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: white;
}
.contact-section h3{
    font-size: 42px;
    line-height: 68px;
    color: white;
    letter-spacing: -1.25px;
    font-weight: 800;
}
.contact-section .country{
    margin-top: 60px;
}
.contact-section .country p{
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-top: 8px;
    color: white;
}
.contact-section .country h5{
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin: 0;
    margin-top: 3px;
    color: #fff;
}

.contact-section .country a{
	text-decoration: none !important;
	color: #fff !important;
}

.contact-section .contact-form{
    padding: 10px 35px 30px 35px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.contact-section label{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.5px;
    color:#525151;
    margin-top: 20px;
}
.contact-section .contact-form .form-control{
    width: 100%;
    border-radius: 10px;
    border: 0;
    background-color: #F7F7F7;
    padding: 10px 0 10px 28px;
    margin-top: 10px;
    outline: 0;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 400;
    box-shadow: none !important;
}
.contact-section .contact-form .form-control::placeholder,
.contact-section .contact-form textarea::placeholder{
    color: #CDDAE2;
}
.contact-section .contact-form textarea.form-control{
    height: 70px;
    width: calc(100% - 80px);
}
.contact-section .contact-form .submit-btn{
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FCBD1C;
    border: 0;
    border-radius: 10px;
    padding: 20px 20px;
}
/*footer contact form 7 css  */
.contact-section .contact-form p{
    margin-bottom: 0px;
}
.contact-section .contact-form br{
    display: none;
}
.wpcf7-spinner{
    position: absolute;
    bottom: -25px;
}
.contact-section .contact-form .wpcf7-not-valid-tip{
    position: absolute;
    font-size: 13px;
}
.contact-section .wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    border: none;
    font-size: 15px;
    color: #dc3232;
}
/*footer contact form 7 css ends */
footer{
    padding: 50px 0;
    background-color: #F8F6F9;
    font-size: 17px;
}
footer h4{
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}
footer .footer-column-1 .menu{
    display: grid;
    grid-template-columns: auto auto auto;
    padding-right: 20px;
}
footer ul li{
    margin: 4px 0;
    display: inline-block;
    width: 100%;
}
footer ul li a{
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    color: #070707;
    white-space: nowrap;
}
footer .copyright{
    margin-top: 30px;
    align-items: center;
    font-size: 14px;
    color: #8A959E;
	border-top: 1px solid #e1e1e1;
    padding: 30px 0 0 0;
}
footer .footer-social i{
    margin-right: 15px;
    font-size: 20px;
    color: #252B33;
}
footer .copyright .menu {
    display: flex;
}
.copyright  li{
    margin: 0 8px;
}
.copyright  li a{
    font-size: 14px;
    color: #8A959E;
}
footer a:hover {
    color: var(--bs-link-hover-color);
}
.policy-link {
    display: inline-flex;
    gap: 20px;
}
.policy-link li a {
    color: #8A959E;
}
/* home page start  */
.home-banner{
    padding: 0px 0 65px 0;
    position: relative;
    /* background-image: url(assets/images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    z-index: 0;
}
.fixed .home-banner{
    padding-top: 120px;
}
.home-banner::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(assets/images/banner-shades.png);
    z-index: -1;
}
/* .home-banner .container{
    padding: 0px 0px;
    max-width: 100%;
} */
.home-banner .home-left {
    padding: 50px 50px 0 50px;
/* 	padding: 50px 0px 0 0px; */
}
.home-banner h1{
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #252B33;
    letter-spacing: -1.25px;
}
.home-banner p{
    font-size: 20px;
    line-height: 34px;
    margin-top: 20px;
}
.home-banner .home-right img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.technologies-section{
    padding: 70px 0 70px 0;
}
.technologies-section .tech-tabs .nav-link{
    color: black;
    border: none !important;
    transition: all 0.2s;
    margin: 0 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}
.technologies-section .tech-tabs .nav-link:hover::after,
.technologies-section .tech-tabs .nav-link.active::after{
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #0974E7;
    left: 0px;
    bottom: -1px;
}
.technologies-section .tech-tabs{
	justify-content:space-between!important;
}
.technologies-section .tech-listing{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.technologies-section .tech-item{
    margin: 0 20px;
    padding: 24px 10px;
    text-align: center;
    width: 16%;
    max-width: 16%;
    border: 1px solid transparent;
}
.technologies-section .tech-item:hover{
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 0 10px 10px rgba(0,0,0,.03);
}
.technologies-section .tech-item a{
    text-decoration: none;
}
.technologies-section .tech-item img{
    filter: contrast(150%) grayscale(100%);
    max-width: 60px;
    transition: all 0.1s ease;
}
.technologies-section .tech-item:hover img{
    filter: none;
}
.technologies-section .tech-item h4{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 0;
    color: #000;
}
.portfolio-section{
    padding: 70px 0 70px 0;
}
.portfolio-section .portfolio-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.global-section{
    padding: 70px 0 70px 0;
}

/* For Header */
header{
    position: relative;
    z-index: 2;
}
.fixed header{
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
}
header .container-fluid{
    padding: 20px 40px;
    max-width: 1400px;
}
header .navbar-nav > li > a{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: black;
    text-decoration: none;
    letter-spacing: -0.60px;
    padding: 10px 8px 30px 10px;
    transition: all 0.2s ease;
}
header .navbar ul li.contact-menu a{
    background-color: #FCBD1C;
    padding: 13px 30px;
    border-radius: 100px;
    margin-left: 20px;
}
header .navbar ul li.contact-menu a:hover{
    color: #000;
    background-color: #ffc739;
}
header .navbar ul a:hover{
    color: #fcbd1c;
}
header .navbar .current-menu-parent > a,
header .navbar .current-menu-ancestor > a{
	color: #fcbd1c;
}
/* sub menu */
.megamenu:hover > .sub-menu {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.megamenu > .sub-menu {
    display: none;
    padding: 30px 40px 30px 40px;
    position: absolute;
    left: 0px;
    width: 100%;
    margin-top: 30px;
}
.megamenu .sub-menu a{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0px;
    position: relative;
}
.megamenu > .sub-menu > li > a{
    font-weight: 600;
    margin-bottom: 8px;
}
.megamenu .sub-menu .sub-menu a::after,
.megamenu.hire-developer .sub-menu a::after,
.megamenu.resources .sub-menu a::after{
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #fcbd1c;
    transition: all 0.3s ease-in-out;
}
.megamenu .sub-menu .sub-menu li:hover a::after,
.megamenu.hire-developer .sub-menu li:hover a::after,
.megamenu.resources .sub-menu li:hover a::after{
    width: 100%;
}
.megamenu > .sub-menu:after{
	background: #fff;
    background: -moz-linear-gradient(-45deg,#ffffff 46%,#f7f4e8 56%,#e6edf2 83%,#ededf4 100%);
    background: -webkit-linear-gradient( -45deg,#ffffff 46%,#f7f4e8 56%,#e6edf2 83%,#ededf4 100%);
    background: linear-gradient( 135deg,#ffffff 46%,#f7f4e8 56%,#e6edf2 83%,#ededf4 100%);
    box-shadow: 0 2px 15px rgb(0 0 0 / 3%);
    border-top: 1px solid #eee;
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
}
.megamenu.solution-menu > .sub-menu li{
    width: 50%;
    max-width: 50%;
    padding-right: 30px;
    margin-bottom: 20px;
}
.megamenu.solution-menu > .sub-menu .sub-menu li{
    width: 100%;
    max-width: 100%;
}
.megamenu.hire-developer .sub-menu a,
.megamenu.resources .sub-menu li a{
    font-weight: 400;
}
.megamenu.hire-developer > .sub-menu li{
    width: 33.33%;
    max-width: 33.33%;
    padding-right: 30px;
}
.megamenu.resources .sub-menu{
    width: 220px;
    right: 0px;
    padding-right: 0px;
}
.megamenu.resources .sub-menu li{
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
}
.megamenu.resources > .sub-menu:after{
    border: 1px solid #eee;
}
.megamenu > .sub-menu > li,
.hire-developer > .sub-menu > li {
    padding-left: 30px;
    position: relative;
}
.menu-ic::before{
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0px;
}
/*-----------new menu ends----*/
.partner-listing{
/*     display: flex;
    justify-content: center;
    gap: 70px; */
}
.partner-listing img{
    height: 60px;
}
.common-spacing{
    padding: 70px 0px;
}
/*banner contact form 7 css */
.banner-form p{
    margin-bottom: 0px;
}
.banner-form br{
    display: none;
}
.inner-banner .wpcf7-spinner{
    position: absolute;
    bottom: -25px;
}
.inner-banner .wpcf7-not-valid-tip{
    position: absolute;
    font-size: 13px;
}
.inner-banner .wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    border: none;
    font-size: 15px;
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}
/* banner form 7 css ends */
.page-24751 .testimonials-section {
    /*background: #fafafa;*/
}
/* contact page start */
.page-16074 .contact-section .col-md-5{
    display: none;
}
.page-16074 .contact-section .col-md-7{
    width: 100%;
    max-width: 100%;
}
.page-16074 .contact-section h4{
    display: none;
}
.menu-seprater{
    padding: 30px 0 65px 0;
    position: relative;
}
.page-title{
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.address-item{
    margin-bottom: 35px;
}
.contact-content iframe{
    border: 0;
    width: 100%;
    height: 240px;
    border-radius: 10px;
}
.inquiry-form{
    width: 100%;
    display: block;
    background: #fff;
    padding: 45px 80px 75px 80px;
    border-radius: 5px;
    -webkit-box-shadow: -6px 9px 19px 0 rgba(0,0,0,.15);
    -moz-box-shadow: -6px 9px 19px 0 rgba(0,0,0,.15);
    box-shadow: -6px 9px 19px 0 rgba(0,0,0,.15);
    margin-top: 30px;
}
.inquiry-form .form-group{
    border-bottom: 1px solid #e0e0e0;
}
.inquiry-form .form-group p{
    margin-bottom: 0px;
}
.inquiry-form label{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #525151;
    margin-top: 30px;
}
.inquiry-form .form-control{
    width: 100%;
    border: 0;
    padding: 8px 0 5px 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 10px;
	max-height: 80px;
}
.inquiry-form input::placeholder,
.inquiry-form select::placeholder,
.inquiry-form option::placeholder,
.inquiry-form textarea::placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #CDDAE2;
}
.inquiry-form .submit-btn{
    border: 0;
    width: 100%;
    background-color: #FCBD1C;
    color: black;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    border-radius: 100px;
    padding: 10px 0;
    margin-top: 38px;
}
.inquiry-form br{
    display: none;
}
.contact-content .wpcf7-spinner{
    position: absolute;
    bottom: -25px;
}
.contact-content .wpcf7-not-valid-tip{
    position: absolute;
    font-size: 13px;
	min-width:260px;
}
.contact-content .wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    border: none;
    font-size: 15px;
    color: #dc3232;
}
/* contact page ends */
section.promise-section {
    padding: 0px 0px 40px 0px;
}
/* landing page start */
.landing .inner-banner{

}
.landing .inner-banner h1{
    margin-top: 40px;
}
.landing-banner-img{
    padding: 20px;
}
.landing-banner-img img{
	width: 100%;
}
.landing-tech-section{
    padding: 70px 0;
}
.landing-tech-listing{
    row-gap: 30px;
}
.landing-tech-section .technology-item a{
    color: inherit;
    text-decoration: none;
	display: block;
}
.landing-tech-section .technology-item img{
    height: 60px;
    margin-bottom: 15px;
    filter: contrast(150%) grayscale(100%);
}
.landing-tech-section .technology-item{
    padding: 25px 30px 25px 40px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px 7px rgba(0,0,0,.03);
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
    transition: all 0.2s ease;
}
.landing-tech-section .technology-item:hover{
    background-color: #FCBD1C;
}
.landing-tech-section .technology-item h3{
    font-size: 24px;
    line-height: 36px;
    color: #000;
}
.landing-tech-section .technology-item p{
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
}
/* landing page ends */
.client-partner-section + .promise-section{
    margin-top: 40px;
}



.text-blue{
    color: #0064D0;
}
.text-body{
    color: #252B33;
}
.font-weight-700{
    font-weight: 700;
}
.line-height-1-4{
    line-height: 1.3 !important;
}
.bg-none{
    background: none !important;
}
.section-padding{
    padding: 70px 0px;
}
.solution-content .inner-banner h1{
    font-size: 54px;
}
.solutions-benefits .service-item{
    background: #F7FAFE;
    padding: 40px 15px 50px 15px;
    text-align: center;
    border: none;
    box-shadow: none;
}
.industry{
    padding: 80px 0;
}
.industry .industry-listing .industry-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	margin : 0px 10px 0 10px;
}
.industry .industry-listing .industry-item .industry-img {
    height: 380px;
    object-fit: cover;
	object-position: top;
}
.industry .industry-listing .industry-item .industry-detail{
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
    padding: 0 30px 26px 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    justify-content: end;
    gap: 20px;
}
.industry .industry-listing .industry-item .industry-detail .industry-img img{
    margin-bottom: 20px;
}
.industry .industry-listing .industry-item .industry-detail h4{
    color: white;
    font-size: 24px;
    font-weight: 600;
}
.platform{
    padding: 80px 0;
    background-color:  rgba(173, 187, 249, 0.05);
}
.platform .platform-item:not(:first-child){
    margin-top: 50px;
}
.platform .platform-item h4{
    font-size: 24px;
    color: #252B33;
    font-weight: 700;
    margin-bottom: 14px;
}
.platform .platform-item p{
    font-size: 16px;
    font-weight: 500;
    color: #50545C;
    margin-bottom: 0;
}

.platform-item-wrap {
    flex-wrap: wrap;
    gap: 24px;
}

.platform .platform-item .platform-item-wrap .platform-icon{
    display: flex;
    align-items: center;
	width: 47%;
}
.platform .platform-item .platform-item-wrap .platform-icon img{
    margin-right: 12px;
}
.platform .platform-item .platform-item-wrap .platform-icon h5{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #50545C;
}
.heading .tagline{
    font-weight: 700;
    color: #0064D0;
    margin-bottom: 5px;
}

.casestudy-listing{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.casestudy-industry{
    color: #81959E;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    min-height: 26px;
}
.casestudy-list-image{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}
.casestudy-title{
    font-size: 20px;
    line-height: 32px;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*-webkit-line-clamp: 1;*/
}
.font-inherit{
    font-size: inherit;
}
.color-inherit{
    color: inherit;
}
.heading h1{
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1.5px;
    font-weight: 800;
    margin-bottom: 40px;
}
.casestudy-list-excerpts{
    font-size: 18px;
    line-height: 27px;
    /*-webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 2;*/
	 /*color: #81959E;*/
}
.casestudy-tags span{
    border: 1px solid rgba(218,225,228,1);
    border-radius: 12px;
    font-size: 12px;
    color: #81959E;
    font-weight: normal;
    padding: 1px 10px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: text-top;
}

.case-study-wrap .heading h1{
    font-size: 42px;
}
.case-study-wrap .heading h2{
    font-size: 40px;
    line-height: 58px;
}
.case-study-wrap .heading h3{
    font-size: 26px;
    color: #252B33;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 28px;
}
.case-study-intro  img{
	max-height: 60px;
}
.cs-service-list{
    margin-top: 45px;
}
.cs-service-list a{
    color: #1c88fc;
    margin-bottom: 5px;
    font-size: 20px;
    text-decoration: none;
    display: block;
}
.cs-highlight-text{
    color: #1c88fc;
    font-size: 22px;
}
.cs-chalanges-list li{
    margin-bottom: 0px;
    position: relative;
    font-weight: 400;
    padding-left: 30px;
    background: var(--bg-dark);
    padding: 30px;
    border-radius: 10px;
	
}
.cs-chalanges-list{
    display: grid;
    grid-template-columns: auto auto;
        column-gap: 20px;
    row-gap: 15px;
	margin:0 !important;
	list-style-type: none !important;
}
/*.cs-chalanges-list li::before{
    content: "\f140";
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
    left: 0px;
    top: 0px;
    position: absolute;
}
.cs-chalanges-list li::after{
    content: "\f140\f140";
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
    left: 0px;
    top: 0px;
    position: absolute;
}*/
.text-light-yellow{
    color: #f5c240;
}
.case-study-intro.common-spacing{
    padding: 40px 0px;
}								 
.cs-tech-used span {
    background-color: rgb(0 0 0);
    border-radius: 100px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    padding: 3px 14px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: text-top;
}
.bg-light-blue{
    background: #f6fcff;
}

#rmp-menu-wrap-25574 .rmp-menu-item-link .rmp-font-icon {
    transform: rotate(180deg);
}
.aigpl-gallery-wrp .aigpl-img, .aigpl-gallery-album-wrp .aigpl-img{
	border-radius: 20px !important;
}

.content-section{
    font-size: 19px;
    line-height: 1.8;
}
.content-section p + p{
    margin-top: 30px;
}

	/* For Current Opening */

section.current-opening{
	padding: 50px 0 50px 0;
}
.awsm-job-wrap .awsm-filter-wrap{
	display: none;
}
.awsm-job-listings.awsm-row .awsm-job-listing-item.awsm-grid-item{
	width: 50%;
}
.awsm-job-listing-item .awsm-job-item .awsm-grid-right-col {
    display: none;
}
.awsm-job-item h2.awsm-job-post-title{
	margin: 0 !important;
	line-height: 24px;
	color: black;
	display: flex;
}
.awsm-job-item h2.awsm-job-post-title:after{
	content: "\f30b";
    font-family: "Font Awesome 6 Pro";
	margin-left: auto;
	font-size: 16px;
}
.awsm-job-listings.awsm-row .awsm-job-listing-item.awsm-grid-item .awsm-job-item:hover{
	    background-color: #FCBD1C;
		border: 1px solid #FCBD1C;
}

	/* For Current Opening Pages */

h1.awsm-jobs-single-title{
	margin-bottom: 50px;
	font-weight:900;
}
.awsm-job-main .awsm-job-single-wrap .awsm-job-content{
	padding-right: 60px;
}
.awsm-job-main .awsm-job-single-wrap .awsm-job-content h2{
	display: none;
}
.awsm-job-main .awsm-job-single-wrap .awsm-job-content h3{
	margin: 45px 0 20px 0;
	font-size: 18px;
}
.awsm-job-main .awsm-job-single-wrap .awsm-job-content ul{
	list-style-type: disc;
	margin-left:20px;
}
.awsm-job-main .awsm-job-single-wrap .awsm-job-content li{
	margin: 10px 0;
}
.awsm-job-single-wrap .awsm-job-content .awsm-job-specifications-container{
	display: none;
}

	/* For Current Opening Form */

.awsm-job-single-wrap .awsm-job-form-inner {
    background: #fff;
	border: none;
    padding: 32px 42px 32px 42px;
    border-radius: 5px;
    box-shadow: -6px 9px 19px 0 rgba(0,0,0,.15);
}
.awsm-job-single-wrap .awsm-job-form-inner h2 {
    font-size: 18px;
	line-height: 1;
    margin-bottom: 25px;
}
.awsm-job-single-wrap .awsm-job-form-inner .awsm-job-form-group label{
	font-size: 16px;
	font-weight: 500;
    color: #525151;
	margin-bottom: 0px;
}
.awsm-job-single-wrap .awsm-job-form-inner .awsm-job-form-control {
    padding: 8px 0 5px 0;
    width: 100%;
    outline: none;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid rgb(207 207 207);
}
.awsm-job-single-wrap .awsm-job-form-inner .awsm-job-form-group .awsm-job-form-error{
	font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
}
.awsm-job-single-wrap .awsm-job-form-inner .awsm-job-form-group .awsm-application-submit-btn{
	border: 0;
    background-color: #FCBD1C;
    color: black;
    font-weight: 500;
    font-size: 19px;
    border-radius: 100px;
    padding: 10px 50px;
}
.awsm-job-single-wrap .awsm-job-form-inner .awsm-resume-file-control{
	border: none;
}
.awsm-job-single-wrap textarea.awsm-job-form-control{
	height: 120px;
}

    /* For Career Pages */

.service-section .career-service{
    max-width: 1280px;
    margin: 0 auto;
}

/* team-testimonial section */

.team-testimonial{
    padding: 80px 0 80px 0;
    background-color: #fafafa;
}
.team-testimonial .team-testimonial-listing:not(:first-child){
    margin-top: 40px;
}
.team-testimonial .team-testimonial-item{
    padding: 10px 15px 90px 15px;
	position: relative;
	height: 100%;
}
.team-testimonial .team-testimonial-item .team-testimonial-img img{
    margin-bottom: 24px;
    border-radius: 100px;
	width: 100px;
}
.team-testimonial .team-testimonial-item p{
    margin-bottom: 26px;
    font-size: 19px;
}
.team-testimonial .team-testimonial-item .team-testimonial-detail{
    position: absolute;
    bottom: 0;
}
.team-testimonial .team-testimonial-item .team-testimonial-detail h5{
    font-size: 21px;
}
.team-testimonial .team-testimonial-item .team-testimonial-detail span{
    font-size: 17px;
}

/* Work With Us Section */

.work-with-us{
    padding: 100px 0 80px 0;
}
.work-with-us .work-with-us-info a {
    display: block;
    text-decoration: none;
    margin-top: 10px;
    font-size: 21px;
}

/* For Solution Image */

.solutions-intro-section p img.img-fluid{
    display: block;
    margin: 0 auto;
}

/* For Blog Pages */

.blog-detail p{
    margin-bottom: 20px;
}
.blog-detail h2 {
    font-size: 32px!important;
	line-height: 44px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.blog-detail h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.blog-detail h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
	margin-top: 20px;
}
.blog-detail ul li {
    margin: 12px 0;
    position: relative;
    padding-left: 25px;
}
.blog-detail ul li::after{
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    position: absolute;
    font-size: 9px;
    left: 0;
    top: 10px;
    font-weight: 900;
}
.blog-detail pre{
	background: #333;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
}
.blog-detail a{
	text-decoration: none;
}

/* For Direct Pages */
.main-content .content-section .common-spacing{
	padding: 30px 0;
}
.main-content .content-section li {
    margin: 12px 0;
    position: relative;
    padding-left: 30px;
}
.main-content .content-section li::after{
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    position: absolute;
    font-size: 9px;
    left: 0;
    top: 8px;
    font-weight: 900;
}
.main-content .content-section h2{
	margin-top:20px;
    margin-bottom: 25px;
    color: #252B33;
    letter-spacing: -1.25px;
    font-weight: 800;
	font-size: 36px;
	line-height: 52px;
}
.main-content .content-section h3{
	margin-top:20px;
	margin-bottom: 25px;
    color: #252B33;
    letter-spacing: -1.25px;
    font-weight: 800;
	font-size: 24px;
}
.main-content .content-section a{
	text-decoration:none;
}
.main-content .content-section p img{
	display: block;
    margin: auto;
    margin-top: 15px;
}

/* icon style start  */
.solution-listing  .solution-item{
    position: relative;
    border: 2px solid transparent;
/*     background: #fff; */
}
.solution-listing  .solution-item,
.solution-listing  .solution-item img,
.solution-listing  .solution-item i,
.solution-listing  .solution-item h4,
.solution-listing  .solution-item p,
.solution-listing  .solution-item ul,
.solution-listing  .solution-item::before{
    -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.solution-listing  .solution-item img,
.solution-listing  .solution-item i{
    position: relative;
    z-index: 2;
}
.solution-listing  .solution-item:hover img,
.solution-listing  .solution-item:hover i,
.solution-listing  .solution-item:hover h4,
.solution-listing  .solution-item:hover p,
.solution-listing  .solution-item:hover ul,
.solution-listing  .solution-item:hover::before{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.solution-listing  .solution-item::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 70px;
    left: 57px;
    width: 24px;
    height: 24px;
    background:  rgb(255, 128, 118);
    border-radius: 100px;
    z-index: 0;
}
.solution-listing  .solution-item:hover{
    background-color: rgb(255 128 118 / 12%);
    border: 2px solid #f4afab;
    box-shadow: none;
}
.solution-listing  > [class^="col-"]:nth-child(2) .solution-item::before , 
.solution-listing  > [class^="col-"]:nth-child(8) .solution-item::before{
    background:  rgb(202, 177, 255);
    top: 75px;
    left: 65px;
}
.solution-listing  > [class^="col-"]:nth-child(2)  .solution-item:hover , 
.solution-listing  > [class^="col-"]:nth-child(8)  .solution-item:hover{
    background-color: rgb(202 177 255 / 12%);
    border: 2px solid#bba3eb;
}
.solution-listing  > [class^="col-"]:nth-child(3) .solution-item::before , 
.solution-listing  > [class^="col-"]:nth-child(9) .solution-item::before{
    background:  rgb(251, 193, 54);
    top: 75px;
    left: 75px;
}
.solution-listing  > [class^="col-"]:nth-child(3) .solution-item:hover , 
.solution-listing  > [class^="col-"]:nth-child(9) .solution-item:hover{
    background-color: rgb(251 193 54 / 12%);
    border: 2px solid#e3cd95;
}
.solution-listing  > [class^="col-"]:nth-child(4) .solution-item::before , 
.solution-listing  > [class^="col-"]:nth-child(10) .solution-item::before{
    background:  rgb(90, 194, 255);
    top: 65px;
    left: 55px;
}
.solution-listing  > [class^="col-"]:nth-child(4)  .solution-item:hover , 
.solution-listing  > [class^="col-"]:nth-child(10)  .solution-item:hover{
    background-color: rgb(90 194 255 / 12%);
    border: 2px solid#b6dcf6;
}
.solution-listing  > [class^="col-"]:nth-child(5) .solution-item::before , 
.solution-listing  > [class^="col-"]:nth-child(11) .solution-item::before{
    background:  rgb(157, 238, 135);
    top: 65px;
    left: 45px;
}
.solution-listing  > [class^="col-"]:nth-child(5)  .solution-item:hover , 
.solution-listing  > [class^="col-"]:nth-child(11)  .solution-item:hover{
    background-color: rgb(157 238 135 / 12%);
    border: 2px solid#9fe989;
}
.solution-listing  > [class^="col-"]:nth-child(6) .solution-item::before , 
.solution-listing  > [class^="col-"]:nth-child(12) .solution-item::before{
    background:  #f1a6cc;
    top: 60px;
    left: 60px;
}
.solution-listing  > [class^="col-"]:nth-child(6)  .solution-item:hover , 
.solution-listing  > [class^="col-"]:nth-child(12)  .solution-item:hover{
    background-color: rgb(241 166 204 / 12%);
    border: 2px solid#f1a6cc;
}
/* icon style ends  */

.casestudy-listing.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.blog-content{
    padding-top: 60px;
}
.blog-content img{
	width:100%;
	height:auto;
	object-fit:cover;
}
.blog-title{
    font-size: 58px;
    line-height: 72px;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1.25px;
}
.blog-date{
    color: #8a959e;
    font-weight: 400;
    margin-top: 30px;
}
.blog-image{
    margin: 30px 0px;
}
.text-light{
    color: #8a959e !important;
}

/* Blog page pagination */

.blog-section .pagination{
	justify-content: center;
    margin-top: 40px;
    align-items: center;
}
.blog-section span.page-numbers.current {
    padding: 10px 18px 10px 18px;
    background-color: rgba(195, 216, 246, 0.2);
    margin: 0 5px;
    border-radius: 3px;
    text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	color: #0a58ca;
}
.blog-section a.page-numbers {
    padding: 10px 18px 10px 18px;
    margin: 0 5px;
    border-radius: 3px;
    text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	color: black;
}
.blog-section span.page-numbers.dots{
	padding: 10px 18px 10px 18px;
    margin: 0 5px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
}
.blog-section a.page-numbers:hover{
	background-color: rgba(195, 216, 246, 0.2);
	color: #0a58ca;
}

/* For About Us Page */

.about-us-title{
    padding: 80px 0 40px 0;
}
.who-we-are{
    padding: 80px 0 50px 0;
}
.who-we-are .who-we-are-list h3{
    color: rgb(37, 43, 51);
    letter-spacing: -1.25px;
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 36px;
}
.who-we-are .who-we-are-list p{
    font-size: 19px;
    margin-top: 24px;
    margin-bottom: 0;
}
.counter{
    padding: 60px 0 40px 0;
}
.counter .counter-heading p{
    font-size: 30px;
}
.counter .state-listing .counter-state-item{
    padding: 20px 20px 20px 20px;
    text-align: center;
}
.counter .state-listing .counter-state-item span{
    font-size: 60px;
    letter-spacing: -2px;
    font-weight: 700;
    margin-bottom: 20px;
}   
.counter .state-listing .counter-state-item p{
    font-size: 20px;
} 
.about-us-testimonials{
    padding: 100px 0px 80px 0;
    background-color: #fafafa;
}
.about-us-testimonials .video-testimonials img{
    width: 100%;
}
.about-us-testimonials .video-testimonials a.video-btn{
    position: absolute;
    height: 56px;
    width: 56px;
	color: black;
    border-radius: 50%;
    background-color: #FCBD1C;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    bottom: 16px;
    left: 18px;
}
.about-us-testimonials .about-us-testimonials-info span{
    color: #252B33;
    font-size: 20px;
}
.about-us-testimonials .about-us-testimonials-info h3{
    font-size: 40px;
    font-weight: 800;
    margin: 16px 0 24px 0;
}
.about-us-testimonials .about-us-testimonials-info p{
    color: #252B33;
    margin-bottom: 36px;
    font-size: 19px;
}

.our-leader{
    padding: 50px 0 50px 0;
    background-color: #fafafa;
}
.our-leader .leader-listing{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.our-leader .leader-listing .leader-item h6{
    margin-top: 18px;
    font-size: 22px;
}
.our-leader .leader-listing .leader-item p{
    color: #252B33;
    font-size: 20px;
    margin: 10px 0px 10px 0;
}
.bg-light-blue{
	background: #edf5fd;
}

.testimonials-wrap .service-item{
	border: none;
	box-shadow: none;
	border-radius: 0px 20px 0px 20px;
	background: #fff;
	height: auto;
	padding: 35px 34px 25px 37px;
	margin-bottom: 25px
}
.testimonials-wrap .service-listing .col-md-6{
	margin-bottom: 25px
}
.testimonials-wrap .testi-name {
	font-size: 18px;
	color: #a2b0bf;
	line-height: 1;
}
.testimonials-wrap .service-section .service-item p {
	font-size: 20px;
	position: relative;
	z-index: 1;
}
.testimonials-wrap .service-section .service-item p::before{
	content: "\f10d";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #a2b0bf42;
	font-size: 90px;
	z-index: -1;
}
.testi-video-listing .service-item{
	overflow: hidden;
}
.testi-video-listing .video-box{
	margin: -35px -34px 10px -37px;
}

/* dropdwon menu changes start */
.dropdown-menu-wrap{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 800px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
    display: none;
}
header .navbar-nav > li:hover .dropdown-menu-wrap{
    display: block;
}
.dropdown-menu-wrap::before{
    content: "";
    display: inline-block;
    -webkit-box-shadow: -3px -3px 5px rgba(82,95,127,.04);
    box-shadow: -3px -3px 5px rgba(82,95,127,.04);
    border-radius: 4px 0 0 0;
    background: #fff;
    position: absolute;
    top: -6px;
    margin: 0 0 0 0px;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, 0px) rotate(45deg);
}
.dropdown-menu-wrap a{
    text-decoration: none;
    color: inherit;
}
.navbar-nav > li{
    position: relative;
}
.menu-left{
    background: #ecf6ff;
    padding: 20px 15px;
    border: 5px solid #fff;
    width: 33%;
}
header  .menu-left-item{
    width: 100%;
    border-radius: 8px;
    text-decoration: none;
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
	margin-bottom: 3px;
}
header  .menu-left-item.nextgen{
	align-items: flex-start;
}
header  .menu-left-item:hover,
header  .menu-left-item.active{
    background-color: #fff !important;
}
.menu-left-item span{
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.menu-left-item i{
	min-width: 30px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 100px;
    color: #333;
    margin-right: 5px;
	padding-top: 1px;
}
.menu-left-item::after{
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: rotate(-90deg);
    color: #486c91;
    font-weight: 800;
    opacity: 0;
}
.submenu-item{
    color: inherit;
    text-decoration: none;
    display: none;
}
.submenu-item.active{
    display: grid !important;
}
.submenu-item h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.submenu-item p{
    font-size: 12px;
    color: #0009;
    margin-bottom: 0px;
}
.menu-middle{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 7px !important;
    width: 37%;
}
.menu-poster{
    padding: 15px 27px 15px 0px !important;
    width: 30%;
}
.menu-poster-wrap{
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    background: #2b56ea;
    border-radius: 10px;
}
.menu-poster-wrap h2{
    color: #FCBD1C;
    font-size: 24px;
    letter-spacing: -.5px;
    line-height: 32px;
    font-weight: 700;
}
.menu-poster-wrap p{
    font-size: 12px;
    font-weight: 600;
}
.menu-poster-wrap .btn{
    font-size: 14px;
    padding: 2px 14px;
    font-weight: 600;
    width: auto;
    display: inline-block;
	white-space: nowrap;
}
.submenu-item li{
    padding: 8px 14px 8px 14px;
    border-radius: 5px;
}
.submenu-item li:hover{
    background: #fff5ef;
}
.submenu-item li a:hover{
    color: inherit !important;
}
.submenu-item li + li{
    margin-top: 5px;
}
.solutions-menu .submenu-item{
    display: grid !important;
    grid-template-columns: auto auto;
}
.solutions-menu {
    width: 70%;
    padding-left: 26px !important;
}
.solutions-menu .submenu-item li + li{
    margin-top: 0px;
}
.resources-menu{
    width: 200px;
}
.resources-menu .menu-middle{
    width: 100%;
}
/* dropdwon menu changes ends*/

.not-found-wrap{
    width: 100%;
    background: url(https://www.indapoint.com/wp-content/uploads/2023/08/404-error-2-1.png) right top no-repeat;
    height: 100vh;
    background-size: contain;
}
.ourwork-slider  .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

/* icon style start  */
.icon-listing  .service-item{
    position: relative;
}
.icon-listing  .service-item,
.icon-listing  .service-item img,
.icon-listing  .service-item h4,
.icon-listing  .service-item h3,
.icon-listing  .service-item p,
.icon-listing  .service-item span,
.icon-listing  .service-item ul,
.icon-listing  .service-item::before{
    -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.icon-listing .service-item img{
    position: relative;
    z-index: 2;
}
.icon-listing  .service-item:hover img,
.icon-listing  .service-item:hover h4,
.icon-listing  .service-item:hover h3,
.icon-listing  .service-item:hover p,
.icon-listing  .service-item:hover span,
.icon-listing  .service-item:hover ul,
.icon-listing  .service-item:hover::before{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.icon-listing  .service-item::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 70px;
    left: 57px;
    width: 24px;
    height: 24px;
    background:  rgb(255, 128, 118);
    border-radius: 100px;
    z-index: 0;
}
.icon-listing  .service-item:hover{
    background-color: rgb(255 128 118 / 12%);
    border-color:  #f4afab;
    box-shadow: none;
}
.icon-listing  > [class^="col-"]:nth-child(2) .service-item::before , .icon-listing  > [class^="col-"]:nth-child(8) .service-item::before{
    background:  rgb(202, 177, 255);
    top: 75px;
    left: 65px;
}
.icon-listing  > [class^="col-"]:nth-child(2)  .service-item:hover , .icon-listing  > [class^="col-"]:nth-child(8)  .service-item:hover{
    background-color: rgb(202 177 255 / 12%);
    border-color: #bba3eb;
}
.icon-listing  > [class^="col-"]:nth-child(3) .service-item::before , .icon-listing  > [class^="col-"]:nth-child(9) .service-item::before{
    background:  rgb(251, 193, 54);
    top: 75px;
    left: 75px;
}
.icon-listing  > [class^="col-"]:nth-child(3)  .service-item:hover , .icon-listing  > [class^="col-"]:nth-child(9)  .service-item:hover{
    background-color: rgb(251 193 54 / 12%);
    border-color: #e3cd95;
}
.icon-listing  > [class^="col-"]:nth-child(4) .service-item::before , .icon-listing  > [class^="col-"]:nth-child(10) .service-item::before{
    background:  rgb(90, 194, 255);
    top: 65px;
    left: 55px;
}
.icon-listing  > [class^="col-"]:nth-child(4)  .service-item:hover , .icon-listing  > [class^="col-"]:nth-child(10)  .service-item:hover{
    background-color: rgb(90 194 255 / 12%);
    border-color: #b6dcf6;
}
.icon-listing  > [class^="col-"]:nth-child(5) .service-item::before , .icon-listing  > [class^="col-"]:nth-child(11) .service-item::before{
    background:  rgb(157, 238, 135);
    top: 65px;
    left: 45px;
}
.icon-listing  > [class^="col-"]:nth-child(5)  .service-item:hover , .icon-listing  > [class^="col-"]:nth-child(11)  .service-item:hover{
    background-color: rgb(157 238 135 / 12%);
    border-color: #9fe989;
}
.icon-listing  > [class^="col-"]:nth-child(6) .service-item::before , .icon-listing  > [class^="col-"]:nth-child(12) .service-item::before{
    background:  #f1a6cc;
    top: 60px;
    left: 60px;
}
.icon-listing  > [class^="col-"]:nth-child(6)  .service-item:hover , .icon-listing  > [class^="col-"]:nth-child(12)  .service-item:hover{
    background-color: rgb(241 166 204 / 12%);
    border-color: #f1a6cc;
}
/* for center */
.icon-listing.center .service-item::before{
    left: 50% !important;
    margin-left: -11px;
}
.icon-listing  > [class^="col-"]:nth-child(2) .service-item::before{
    margin-left: 0px;
}
.icon-listing  > [class^="col-"]:nth-child(3) .service-item::before{
    margin-left: -15px;
}
.icon-listing  > [class^="col-"]:nth-child(4) .service-item::before{
    margin-left: -15px;
}
.icon-listing  > [class^="col-"]:nth-child(5) .service-item::before{
    margin-left: 0px;
}
.icon-listing  > [class^="col-"]:nth-child(6) .service-item::before{
    margin-left: -11px;
}
/* icon style ends  */
.partners .partner-item {
	 height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px 20px;
}
.partners .partner-item  img{
    display: inline-block;
    width: 100%;
    object-fit: contain;
    height: 40px;
	filter: grayscale(1);
	transition: all 0.2s ease;
}
.partners .partner-item  img:hover{
	filter: grayscale(0);
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus{
    color:#000 !important;
    background-color: #fdc32f !important;
    border-color: #fdc32f !important;
}
.case-study-wrap .common-spacing{
    padding: 50px 0px;
}
.case-study-wrap .common-spacing + .common-spacing{
    padding-top: 20px !important;
}
.breadcrumb{
    font-size: 16px;
}
.breadcrumb a{
    color: #000;
    text-decoration: none;
}
.breadcrumb a:hover{
    color: #FCBD1C;
}
.list-disc{
	list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
.list-disc li{
    margin-bottom: 10px;
}

.blog-img-container{
	border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    margin: 8px -20px 0px -20px;
}

/* For Newsletter Section */

.newsletter-section	{
	padding: 70px 0 70px 0;
	background-color: #c3d8f633;
/* 	margin-top: 10px; */
}
.newsletter-section .newsletter-title h2{
	font-size: 32px;
	margin-bottom: 0;
	line-height:1;
}
.newsletter-section .newsletter-form{
	position: relative;
}
.newsletter-section .newsletter-form p{
    margin: 0;
}
.newsletter-section .newsletter-form .wpcf7-email{
	padding: 12px 24px;
    border-radius: 100px;
    font-size: 18px;
}
.newsletter-section .newsletter-form .wpcf7-email:focus{
	box-shadow: none;
    border-color: #ced4da;
}
.newsletter-section .newsletter-form .btn-yellow{
	position: absolute;
    padding: 0px 36px;
    font-size: 20px;
    top: 0px;
    right: 0px;
    height: 53px;
}
.newsletter-section .wpcf7-form{
	position: relative;
}
.newsletter-section .newsletter-form .wpcf7-not-valid-tip{
	font-size: 14px;
	margin-left: 24px;
}
.newsletter-section .wpcf7-form .wpcf7-response-output{
	margin: 0;
/*     position: absolute; */
    bottom: 0px;
    font-size: 15px;
    border: 0;
	color: #dc3232;
}
.newsletter-form br{
	display: none;
}
.blog-img-container > img{
	min-height: 175px;
    object-fit: cover;
    object-position: bottom center;
}

.page-29794 header{
	position: absolute;
	width: 100%;
}
/*Subscription form*/
input#mauticform_input_indapointnewsletterform_email {
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 18px;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

button#mauticform_input_indapointnewsletterform_submit {
    position: absolute;
    padding: 0 36px;
    font-size: 20px;
    top: 0;
    right: 0;
    height: 52px;
}
@media (max-width: 767px){
    input#mauticform_input_indapointnewsletterform_email {
        padding: 6px 15px !important;
        font-size: 16px !important;
    }
	
}
span.highlight-text {
    font-weight: 700 !important;
	text-transform:capitalize;
}
.aigpl-img-caption{
	display: none !important;
}
.blog-detail p img.aligncenter {
	margin: auto;
    display: block;
}
.certificate-listing img {
	max-height: 180px;
	height: auto;
	width: auto;
}
.partner-listing {
	display:block;
}

@media (max-width: 767px) {
	.certificate-listing img {
		max-height: 110px;
	}
	.partner-listing img{
		width: 100%;
		height: auto;
		max-height: 45px;
		object-fit: contain;
	}
}

.integrations {
	text-align: center;
	padding: 80px 0px;
	background: #fbfbfb;
}

.integrations h2 {
	padding-bottom: 40px;
}
.example:hover {
	transform: translateY(-5px);
}
.example {
    border-radius: 10px;
    height: 100%;
    background: #fff;
    text-align: left;
	transition: transform 0.3s ease-in-out;
}
.example-header {
	position: relative;
	color: #333;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	position:relative;
}
.example-header:before {
    content: "";
    position: absolute;
    width: 92%;
    height: 1px;
    background: #fcbd1c;
    bottom: 0;
}
.example-content {
	padding: 20px;
}

.model-box {
	height: 200px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #6384a4;
	background: #fff;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.model-box ul {
    text-align: left;
    list-style: disc;
    padding-left: 20px;
}
.model-box ul li{
    font-size: 18px;
}
.engagement_models {
    padding: 80px 0px;
}
.hid-box {
   top: 100%;
   position: absolute;
   transition: all 0.3s ease-out;
   background: #6384a4;
   height: 100%;
   width: 100%;
   color: white;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 15px;
}

.model-box:hover > .hid-box {
     top: 0;
  }
.service-section .service-listing .service-item h3{
    margin-top: 0px;
}
.service-section .service-listing .service-item{
    padding:30px 30px 20px;
}
 @media (max-width: 767px) {
   .model-box {
          height: 220px;
       }
   }

/* Our mission section CSS Start */
        .mission-list-container {
            border:1px solid #ddd;
            padding: 10px;
            border-radius: 10px;
            margin-top: 20px;
        }
        .mission-list {
            text-align: left;
            padding: 20px;
        }
        .mission-list li {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }
.mission-section{
	background-color: #fafafa;
    padding: 80px 0px;
}
.web-solution-section img{
	width:100%;
}
.about-image img{
	border-radius:12px;
	width:100%;
}
.team-banner img {
    width: 100%;
    border-radius: 16px;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.page-16092 .solution-section{
	padding: 70px 0px 0px;
}
/* For Ai Assistant Page Start */
.service-item ul{
	margin-top: 18px;
}
.service-item ul li{
	position: relative;
	padding-left: 30px;
    margin: 6px 0px;
}
.service-item ul li:before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
/* 	transform: translatey(-50%); */
	left: 0;
	font-size: 20px;
    color: #0974E7;
    font-weight: 600;
}
.ai-tabs{
    justify-content: center;
    margin: 30px 0 0px 0;
    border-bottom: 1px solid #dee2e6;
}
.ai-tabs .nav-link{
    color: black;
    border: none !important;
    border-radius: 0;
    transition: all 0.2s;
    margin: 0 5px;
    padding: 16px 36px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ai-tabs .nav-link.active{
    background-color: #fff;
    color: #0974E7;
}
.ai-tabs .nav-link:hover::after,
.ai-tabs .nav-link.active::after{
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #0974E7;
    left: 0px;
    bottom: -1px;
}
.reach-us{
    padding: 0 0 70px 0;
}
.reach-us-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.reach-ic {
    flex-shrink: 0;
    height: 80px;
    width: 80px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    font-size: 30px;
}
.reach-detail h4 {
    font-size: 22px;
    margin-bottom: 4px;
}
.reach-detail p {
    margin-bottom: 0;
    font-size: 18px;
}
.reach-detail p a {
    color: #606060;
    text-decoration: none;
}
.reach-detail p a:hover{
    color: #1177d1;
}
/* For Ai Assistant Page End */

/* Developement process approch section start */

.approach-section{
    padding: 40px 0 110px 0;
}
.approach-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 70px;
}
.approach-item{
    padding: 30px 30px 0px 0px;
    border-top: 2px solid #fcbd1c;
}
.approach-item h4{
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0 20px 0
}
.approach-item p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #6e6e6e;
}
/* Developement process approch section end */

/* Case studies pages CSS Start */

.case-study-wrap h2 {
    font-size: 40px;
    line-height: 58px;
}
.case-study-wrap h3 {
    font-size: 30px;
    line-height: 58px;
}
.case-study-wrap .case-study-content{
    max-width: 1140px;
	  margin:0 auto;
	  padding:30px 15px;
}
.case-study-content ul{
	list-style-type:disc;
	margin-left:25px;
	margin-bottom:40px;
}
.case-study-content img{
	display:block;
	margin: 0 auto;
}
.case-study-content ul li ul{
	margin-bottom:0px;
}
.case-study-video {
	text-align:center;
	padding:30px 0px 40px;
}
.case-study-video iframe{
	max-width: 800px;
	width: 100%;
	height: 450px;
}
/* Case studies pages CSS End */

/* Privacy Policy Page Css Start */
.privacy-date {
    margin-bottom: 40px;
}
.privacy-content h3 {
    font-size: 30px;
    margin: 40px 0 20px 0;
}
.privacy-content ul {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 20px;
}
.privacy-content li {
    margin: 4px 0;
}
/* Privacy Policy Page Css End */



/* For New AI Case Study Layout CSS Start */
.case-study-wrap .casestudy-tags span{
	border: 1px solid #FCBD1C;
  color: #000;
	font-size: 15px;
	padding: 0.6rem 1rem;
	margin-bottom: 8px;
}
.tech-stack{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.tech-pill {
    background: rgba(236, 72, 153, 0.1);
    border: 1px solid rgba(236, 72, 153, 0.25);
    color: #db2777;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s 
ease;
cursor:pointer;
}
.tech-pill:hover {
    background: #db2777;
    color: white;
    transform: scale(1.05);
}
.platform-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    animation: fadeInUp 0.8s 
ease 0.5s both;
		margin-top: 20px;
}
.platform-badge {
    background: #000;
		color: #fff;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 0.6rem 1rem;
    display: flex;
		font-size: 15px;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.3s 
ease;
}
.platform-badge i{
	font-size: 20px;
}
.service-item .card-icon i{
	position: relative;
  z-index: 2;
	font-size: 78px;
}
.icon-listing .service-item:hover ul, .icon-listing .service-item:hover i{
	-webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.icon-listing .service-item:hover ul, .icon-listing .service-item:hover i{
	-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

/* Workflow Steps */
.workflow-steps {
	display: flex;
	gap: 4rem;
	position: relative;
	padding: 2rem 0 0 0;
}

/* set this to your circle (number) size */
.workflow-steps{
  --dot-size: 64px; /* example: if .workflow-step-number is 64x64 */
  position: relative;
}

.workflow-steps::before{
  content: '';
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #0064D0;
  border-radius: 2px;
  z-index: 0;
  width: calc(87% - var(--dot-size));
}

.workflow-step-number{
  position: relative;
  z-index: 1;
}


.workflow-step {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}

.workflow-step-number {
	width: 55px;
	height: 55px;
	background: #0064D0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	font-weight: 800;
	color: white;
	margin-bottom: 1rem;
	box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
}

.workflow-step-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.workflow-step-desc {
	font-size: 16px;
}
.workflow-small-text {
    font-size: 16px;
    margin-top: 10px;
    color: #0064d0;
}
.output-icon i{
	font-size: 75px;
}
.output-card h3{
	margin-top: 10px !important;
}
.output-card p{
	margin-top: 10px !important;
}
.output-tech{
	font-weight: 600;
	display: inline-block;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.stat-card {
	background: #F8F6F9;
	border-radius: 18px;
	padding: 2rem 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
}

.stat-icon img{
	height: 80px;
}
.stat-number {
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 14px;
}

.stat-label {
	font-size: 16px;
	margin-bottom: 0.5rem;
}

.stat-change {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.8rem;
	padding: 0.3rem 0.75rem;
	border-radius: 20px;
	background: rgba(34, 197, 94, 0.1);
	color: #22c55e;
}

.case-testimonial-card {
	background-color: #edf5fd;
	border-radius: 20px;
	padding: 2.5rem;
	position: relative;
}

.case-testimonial-card::before {
	content: '"';
	position: absolute;
	top: 1rem;
	left: 2rem;
	font-size: 6rem;
	opacity: 0.2;
	font-family: Georgia, serif;
	line-height: 1;
}

.case-testimonial-text {
	font-size: 1.25rem;
	font-style: italic;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 1;
}

.case-testimonial-author {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 28px;
}

.case-testimonial-avatar{
	flex-shrink: 0;
}

.case-testimonial-avatar img{
	width: 56px;
	border-radius: 50%;
}

.case-testimonial-name {
	font-weight: 700;
	margin-bottom: 0;
}

.case-testimonial-role {
	font-size: 1rem;
	margin-bottom: 0;
}

.cta-container {
	background: #edf5fd;
	border-radius: 28px;
	padding: 4rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta-title {
	font-size: 2.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
	position: relative;
}

.cta-description {
	font-size: 1.15rem;
	margin-bottom: 2rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.cta-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.charts-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.chart-card {
	border: 1px solid #e8e8e8;
	border-radius: 18px;
	padding: 1.5rem;
}

.chart-card.full-width {
	grid-column: 1 / -1;
}

.chart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	gap: 30px;
}

.chart-title {
	font-size: 1.1rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0;
}

.chart-badge {
	background: rgb(252 189 28 / 12%);
	padding: 0.3rem 0.75rem;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 600;
	text-align: center;
}

.chart-container {
	position: relative;
	height: 270px;
}

.chart-container.tall {
	height: 320px;
}

.user-impact-left{
	padding-right: 50px;
}

.user-impact-list ul li{
	position: relative;
	padding-left: 30px;
    margin: 6px 0px;
}
.user-impact-list ul li:before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 20px;
	color: #0974E7;
	font-weight: 600;
}
.results-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px 80px;
}

.result-item {
	display: flex;
	align-items: flex-start;
	gap: 26px;
}

.result-icon {
	width: 70px;
	height: 70px;
	background-color: #edf5fd;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	flex-shrink: 0;
}

.result-content h4 {
	font-size: 24px;
	margin-bottom: 0.25rem;
}

.result-content p {
	margin: 8px 0 0 0;
}

.roadmap-card ul li{
	  position: relative;
    padding-left: 30px;
    margin: 6px 0px;
}

.roadmap-card ul li:before{
	  content: "\f30b";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #0974E7;
		font-weight: 700;
}
.savings-row {
    display: flex;
    gap: 50px;
}

.savings-item {
    padding: 30px 30px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
		text-align: center;
		width: 100%;
}

.savings-icon i {
    font-size: 60px;
}

.savings-item h4 {
    font-size: 38px;
    margin: 0px 0 12px 0;
    color: #0064D0;
}

.savings-item h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}

.savings-item span {
    font-size: 16px;
    color: #7a7a7a;
}

/* For New AI Case Study Layout CSS End */

/* New AI Portfolio Page CSS start */

.portfolio .casestudy-tags span {
    border: 1px solid #FCBD1C;
    color: #000;
    font-size: 15px;
    padding: 0.6rem 1rem;
    margin-bottom: 8px;
}
.hero-buttons{
	display: flex;
	gap: 16px;
}
.hero-buttons .btn{
	font-size: 20px;
}

.screenshots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.screenshot-card {
    background: #151922;
    border: 1px solid #1e2330;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s 
ease;
}
.screenshot-placeholder {
    position: relative;
    overflow: hidden;
}
.screenshot-label {
    font-size: 0.85rem;
    color: var(--ip-text-muted);
}
.screenshot-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.value-card {
	  border-radius: 10px;
    padding: 30px 30px 20px;
		background-color: #F7FAFE;
		height: 100%;
}
.value-card .value-icon img{
    width: 65px;
}
.value-card h3{
    font-size: 24px;
		margin: 16px 0 10px 0;
    line-height: 32px;
    color: #000;
}
.value-card p{
    font-size: 20px;
    line-height: 28px;
		margin-bottom: 0;
}
.industry-row{
    display: flex;
    gap: 20px;
}
.industry-card{
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #e8edf5;
		width: 100%;
		text-align: center;
}
.industry-card img{
	width: 45px;
}
.industry-card h4{
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0px 10px 0px;
}
.industry-card h5{
    font-size: 18px;
    color: gray;
    font-weight: 400;
}
.screenshot-card-light {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.screenshot-placeholder-light {
/*     background: #F9FAFB; */
}

.screenshot-icon-light {
    color: #A0AEC0;
}
.screenshot-info{
	padding: 30px 20px 10px;
}

.screenshot-label-light {
    color: #718096;
}
.screenshot-title-light {
    color: #1A202C;
}
.screenshot-desc-light {
    color: #4A5568;
    font-size: 16px;
}

.stat-card:hover {
    border-color:#0064D0;
    transform: translateY(-5px);
}
.stat-card {
    background: #F7FAFE;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s 
ease;
}

/* Section background */
.section-architecture-light {
    padding: 80px 0; 
}

/* Base card */
.architecture-card {
    border-radius: 16px;
    padding: 1.75rem 2rem;
}

/* Light card styling */
.architecture-card-light {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

/* UX card special gradient + border */
.architecture-card-ux {
     background: linear-gradient(
        135deg,
        rgba(18, 90, 215, 0.08) 0%,     /* soft blue tint */
        rgba(230, 241, 255, 0.98) 100%  /* very light blue */
    );
    border-color: rgba(18, 90, 215, 0.25);
}

/* Titles */
.architecture-title {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

/* Intro text */
.architecture-intro {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}
/* List */
.architecture-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.architecture-list li {
    display: flex;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #EDF2F7;
}

.architecture-list li:last-child {
    border-bottom: none;
}

.arch-label {
    flex: 0 0 90px;
    font-weight: 600;
}

.arch-value {
    flex: 1;
    color: #666;
}

/* UX feature pills */
.ux-feature-pill {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
}

.ux-feature-pill i {
    color:#0974E7;
    font-size: 1.1rem;
}
.ux-feature-pill i{
    color: #0974E7;
    font-size: 1.1rem;
}

/* video section CSS start */
.portfolio-video-section{
	padding:80px 0px;
}
.portfolio-video-section .video-container {
  	margin-top: 24px;
}

/* Main card */
.portfolio-video-section .video-placeholder {
  position: relative;
  border-radius: 18px 18px 0px 0px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-video-section .video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  z-index: 3;
}

.portfolio-video-section .video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.80));
  pointer-events: none;
  z-index: 1;
}

.portfolio-video-section .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Center Play Button */
.portfolio-video-section .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -62%);
  z-index: 2;

  width: 100px;
  height: 100px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7c4dff;
  box-shadow: 0 12px 30px rgba(124, 77, 255, .35);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.portfolio-video-section .play-button i {
  color: #fff;
  font-size: 30px;
  margin-left: 2px;
}

.portfolio-video-section .play-button:hover {
  transform: translate(-50%, -64%) scale(1.03);
  filter: brightness(1.06);
  box-shadow: 0 16px 40px rgba(124, 77, 255, .45);
}

/* Title below button */
.portfolio-video-section .video-title {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, 18px);
  z-index: 2;
  margin: 0;
  text-align: center;
  color: rgba(255,255,255,.92);
  font-weight: 700;
  font-size: 18px;
}

/* Duration below title */
.portfolio-video-section .video-duration {
  position: absolute;
  left: 50%;
  top: 57%;
  transform: translate(-50%, 48px);
  z-index: 2;

  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-size: 12.5px;
  color: rgba(255,255,255,.6);
}

.portfolio-video-section .video-duration i {
  opacity: .85;
}

.portfolio-video-section .bg-video::-webkit-media-controls-panel {
  background: rgba(0,0,0,.35);
}
.video-info {
    padding: 1.5rem;
    border-top: 1px solid #1e2330;
	  background-color:#edf5fd;
	  border-radius:0px 0px 18px 18px;
}
.video-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.video-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #252B33;
    font-size: 0.9rem;
}

.video-meta-item i{
	font-size: 17px;
}

/* Remove dark overlay when video is playing */
.portfolio-video-section .video-placeholder.playing::before {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}
.portfolio-video-section .video-placeholder.playing .video-title,
.portfolio-video-section .video-placeholder.playing .video-duration{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease;
}
.portfolio-video-section .video-placeholder.playing .play-button{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease;
}
.screenshot-section .screenshot-placeholder{
/* 	aspect-ratio: 9/16; */
}

/* video section CSS End */

/* Product roadmap CSS start */

.product-roadmap-section{
	padding: 50px 0px 80px 0px;
}
.product-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.product-roadmap-card {
    border: 1px solid #E2E8F0;
    padding: 30px;
    position: relative;
}
.product-roadmap-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
  background: linear-gradient(90deg, #1e47b8, #527df4);
    border-radius: 16px 16px 0 0;
}
.product-roadmap-phase {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #252b33;
    margin-bottom: 0.75rem;
}
.product-roadmap-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
	  line-height:1.2em;
}
.product-roadmap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-roadmap-list li {
    font-size: 16px;
    color: #666;
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    position: relative;
}
.roadmap-list li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    color: #0974E7;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}
/* Product roadmap CSS end */

.hero-highlight {
    background: hsl(211.15deg 100% 40.78% / 8%);
    border-left: 3px solid #0064D0;
    padding: 1rem 1.5rem;
    border-radius: 0 12px 12px 0;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s 
ease 0.35s both;
	font-size:16px;
}
.hero-highlight p{
	margin: 0px;
}

.user-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.scan-cards .service-item p{
	margin-top:0;
	margin-bottom:15px;
}

@media (max-width:991px){
	.screenshots-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* New Portfolio Page CSS end */
	
	
/* New Portfolio Landing Page Start */
.portfolio-hero-section{
    padding: 100px 0; 
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.hero-stats-item h4 {
  font-size: 36px;
  font-weight: 700;
}

.hero-stats-item h6{
  font-size: 20px;
  margin-top: 6px;
  font-weight: 400;
}

.portfolio-tab .tech-tabs{
	justify-content: center !important;
	border-bottom: 0;
	gap: 12px;
}
.portfolio-tab .tech-tabs .nav-link{
	padding: 8px 24px;
	margin: 0 0;
} 
.portfolio-tab-content{
	margin-top: 70px;
}
.portfolio-card-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.portfolio-card-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
	box-shadow: 0 0 10px 7px rgba(0, 0, 0, .03);
    border: 1px solid #eee;
}

.portfolio-card-image {
    position: relative;
    overflow: hidden;
}
.portfolio-card-image img{
	width: 100%;
}
.portfolio-card-category {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    background: rgb(0 100 208 / 60%);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.portfolio-card-content {
    padding: 24px;
}

.portfolio-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.portfolio-card-subtitle {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.portfolio-card-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.portfolio-card-tech-tag {
    background: rgb(252 189 28 / 16%);
    padding: 6px 14px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
}

.portfolio-card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.portfolio-card-feature-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.portfolio-card-feature-chip i {
		font-size: 16px;
		color: #0064D0;
}

.portfolio-card-actions {
    display: flex;
    gap: 12px;
}
.portfolio-card-actions .btn{
	width: 100%;
    font-size: 16px;
    border-radius: 20px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.portfolio-card-actions .btn i{
	font-size: 20px;
}
.btn-detail{
		background-color: transparent;
    color: #0064D0;
    border: 1px solid #0064D0;
		font-weight: 500;
}
.btn-detail:hover{
		border-color: #0064D0 !important;;
	color: #0064D0 !important;
}
.full-width .portfolio-card-item {
    display: flex;
		align-items: center;
}

.full-width .portfolio-card-image {
    width: 100%;
    height: auto;
	padding: 24px 0px 24px 24px;
}

.full-width .portfolio-card-image .portfolio-card-category{
	top: 40px;
}

.full-width .portfolio-card-content {
    width: 100%;
    padding: 30px 36px;
}


.ai-technology-stack{
	padding: 60px 0 100px 0;
}
.ai-technology-listing {
    display: flex;
		justify-content: center;
		flex-wrap: wrap;
    gap: 20px 40px;
}

.ai-technology-item {
    text-align: center;
		padding: 20px;
		width: 15%;
		border: 1px solid transparent;
	transition: all 0.2s;
	border-radius: 6px;
}
.ai-technology-item:hover{
		border: 1px solid #eee;
  	background: #fff;
  	box-shadow: 0 0 10px 10px rgba(0,0,0,.03);
}

.ai-technology-item img {
    margin-bottom: 12px;
    height: 56px;
}

.ai-technology-item h4 {
    font-size: 16px;
		font-weight: 600;
		margin-bottom: 0;
}
/* New Portfolio Landing Page End */

/*verification popup*/
#verificationModal .modal-content {
	background: #ffffff;
	backdrop-filter: blur(20px);
	border-radius: 24px;
	border: 1px solid #2a517a;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

#verificationModal .verification-header {
	background: linear-gradient(135deg, #305883 0%, #143E6B 100%);
	padding: 32px;
	text-align: center;
	position: relative;
	border: none;
	overflow: hidden;
	display:block;
}

#verificationModal .verification-header::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgb(255 255 255 / 33%) 0%, #0000001f 60%);
	animation: verificationShimmer 3s ease-in-out infinite;
}

@keyframes verificationShimmer {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(10%, 10%); }
}

#verificationModal .step-indicator {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

#verificationModal .step-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

#verificationModal .step-dot.active {
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.3);
}

#verificationModal .step-line {
	width: 40px;
	height: 2px;
	background: #ffffff;
}

#verificationModal .header-icon {
	width: 64px;
	height: 64px;
	background: rgba(15, 23, 42, 0.9);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	position: relative;
	z-index: 1;
}

#verificationModal .verification-title {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 8px;
	position: relative;
	z-index: 1;
}

#verificationModal .verification-subtitle {
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	position: relative;
	z-index: 1;
}

#verificationModal .btn-close-custom {
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 2;
}

#verificationModal .btn-close-custom:hover {
	transform: rotate(90deg);
}

#verificationModal .verification-body {
	padding: 32px;
}

#verificationModal .verification-form {
	animation: verificationFadeIn 0.3s ease;
}

@keyframes verificationFadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

#verificationModal .trust-banner {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: rgba(34, 197, 94, 0.1);
	border: 1px solid rgba(34, 197, 94, 0.2);
	border-radius: 12px;
	padding: 14px 16px;
	margin-bottom: 24px;
}

#verificationModal .trust-icon {
	width: 40px;
	height: 40px;
	background: rgba(34, 197, 94, 0.2);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#verificationModal .trust-text {
	font-size: 13px;
	color: #94a3b8;
	line-height: 1.6;
	margin: 0;
}

#verificationModal .trust-text strong {
	color: #22c55e;
	font-weight: 600;
}

#verificationModal .input-group-custom {
	margin-bottom: 20px;
}

#verificationModal .input-label-custom {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #252B33;
	margin-bottom: 8px;
	letter-spacing: 0.3px;
}

#verificationModal .input-field-custom {
	width: 100%;
	padding: 14px 16px;
	background: rgb(255 255 255 / 50%);
    border: 1px solid #252B33;
	border-radius: 12px;
	font-size: 15px;
	color: #252B33;
	transition: all 0.2s ease;
	outline: none;
}

#verificationModal .input-field-custom::placeholder {
	color: #64748b;
}

#verificationModal .input-field-custom:focus {
	border-color: #fbbf24;
	box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
	background: rgb(255 255 255 / 70%);
}

#verificationModal .code-inputs {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 24px 0;
}

#verificationModal .code-input-custom {
	width: 52px;
	height: 60px;
	background: rgba(15, 23, 42, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	font-size: 24px;
	font-weight: 600;
	color: #f6a30f;
	text-align: center;
	transition: all 0.2s ease;
}

#verificationModal .code-input-custom::placeholder {
	color: #64748b;
	font-size: 32px;
}

#verificationModal .code-input-custom:focus {
	border-color: #fbbf24;
	box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
	transform: translateY(-2px);
	background: rgba(15, 23, 42, 0.7);
}

#verificationModal .code-input-custom:not(:placeholder-shown) {
	background: rgba(251, 191, 36, 0.1);
	border-color: #fbbf24;
}

#verificationModal .email-sent-banner {
	background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
	border-radius: 12px;
	padding: 16px;
	text-align: center;
	margin-bottom: 8px;
}

#verificationModal .email-sent-text {
	font-size: 14px;
	color: #22c55e;
	margin: 0;
}

#verificationModal .email-sent-text strong {
	color: #22c55e;
	font-weight: 600;
}

#verificationModal .submit-btn-custom {
	width: 100%;
	padding: 16px;
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #0f172a;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

#verificationModal .submit-btn-custom:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px -10px rgba(251, 191, 36, 0.5);
}

#verificationModal .submit-btn-custom:active:not(:disabled) {
	transform: translateY(0);
}

#verificationModal .submit-btn-custom:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

#verificationModal .spinner-custom {
	width: 18px;
	height: 18px;
	border: 2px solid rgba(15, 23, 42, 0.3);
	border-top-color: #0f172a;
	border-radius: 50%;
	animation: verificationSpin 0.8s linear infinite;
}

@keyframes verificationSpin {
	to { transform: rotate(360deg); }
}

#verificationModal .back-btn-custom {
	background: none;
	border: none;
	color: #64748b;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 16px;
	transition: all 0.2s ease;
	padding: 0;
}

#verificationModal .back-btn-custom:hover {
	color: #94a3b8;
}

#verificationModal .resend-section {
	text-align: center;
	margin-top: 20px;
}

#verificationModal .resend-text {
	font-size: 14px;
	color: #64748b;
}

#verificationModal .resend-btn-custom {
	background: none;
	border: none;
	color: #fbbf24;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 0;
	margin-left: 4px;
}

#verificationModal .resend-btn-custom:hover:not(:disabled) {
	color: #fcd34d;
	text-decoration: underline;
}

#verificationModal .resend-btn-custom:disabled {
	color: #64748b;
	cursor: not-allowed;
}

#verificationModal .features-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#verificationModal .feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #94a3b8;
}

#verificationModal .feature-icon {
	width: 20px;
	height: 20px;
	background: rgba(34, 197, 94, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#verificationModal .fade-in {
	animation: verificationFadeIn 0.3s ease;
}

#verificationModal .alert {
	border-radius: 12px;
	font-size: 14px;
}

#verificationModal .alert-info {
	background: rgba(59, 130, 246, 0.1);
	border-color: rgba(59, 130, 246, 0.3);
	color: #93c5fd;
}

#verificationModal .alert-danger {
	background: rgba(239, 68, 68, 0.1);
	border-color: rgba(239, 68, 68, 0.3);
	color: #fca5a5;
}

#verificationModal ~ .modal-backdrop.show {
	opacity: 0.8;
}

.verification-success{
    text-align: center;
}

.stats-container {
    background-color: #011b3a;
    color: white;
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 40px 0px 50px 0px;
}

.stats-container h2 {
    color: #ffc83d;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.2em;
}

.stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.stat-item {
    flex: 1 1 150px;
    max-width: 200px;
    font-size: 16px;
}

.stat-item span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.divider {
    width: 2px;
    height: 60px;
    background-color: #fff;
    opacity: 0.3;
}

.blog-wrap ol li {
    margin: 12px 0;
    position: relative;
}

.policy-link {
    display: inline-flex;
    gap: 20px;
}

.policy-link li a {
    color: #8A959E;
}

footer .copyright {
    margin-top: 30px;
    align-items: center;
    font-size: 14px;
    color: #8A959E;
    border-top: 1px solid #e1e1e1;
    padding: 30px 0 0 0;
}

.blog-detail ul li:last-child {
    margin-bottom: 25px;
}


/* For New PortFolio Page Start */

.comparison-card {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, .03);
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.comparison-label {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 16px;
    color: green;
    background-color: rgb(0 128 0 / 8%);
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 24px;
}

.comparison-card.old .comparison-label {
    background-color: rgb(255 0 0 / 8%);
    color: red;
}

.comparison-icon img {
    width: 70px;
}

.comparison-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 16px 0;
}

.comparison-card p {
    font-size: 22px;
}

.comparison-card ul li {
    padding-left: 24px;
}

.comparison-card ul li {
    position: relative;
    padding-left: 30px;
    margin: 6px 0px;
}

.comparison-card ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    font-size: 20px;
    color: green;
    font-weight: 600;
}

.comparison-card.old ul li:before {
    content: "\f00d";
    color: red;
}

.production-wrap {
    background-color: #edf5fd;
    border-radius: 16px;
    padding: 30px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.production-compare {
    display: flex;
    justify-content: space-between;
    width: 75%;
}

.prod-metric {
    padding: 20px 20px 20px 20px;
    text-align: center;
}

.prod-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    color: green;
    background-color: rgb(0 128 0 / 10%);
    border-radius: 100px;
}

.prod-metric.before .prod-label {
    color: red;
    background-color: rgb(255 0 0 / 10%);
}

.prod-metric h3 {
    font-size: 46px;
    color: green;
    margin: 20px 0 5px 0;
}

.prod-metric.before h3 {
    color: red;
}

.prod-metric p {
    margin-bottom: 0;
    font-size: 18px;
}

.production-list {
    margin-top: 40px;
}

.production-list ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.production-list li {
    margin: 3px 0;
    position: relative;
    padding-left: 30px;
}

.production-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    font-size: 20px;
    color: #0974E7;
    font-weight: 600;
}

.compliance-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.compliance-badge {
    background: #fff;
    border-radius: 10px;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.compliance-icon {
    width: 54px;
    height: 54px;
    background: #edf5fd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.compliance-icon img {
    max-width: 28px;
}

.compliance-text {
    flex: 1;
}

.compliance-text h4 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.compliance-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.user-type-card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.user-type-card {
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, .03);
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.technologies-section .tech-item a {
    cursor: default;
}

.user-type-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 24px;
}

.user-type-item {
    background: #edf5fd;
    border-radius: 12px;
    padding: 18px;
    transition: all 0.3s ease;
}

.user-type-item-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.user-type-item h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.25rem;
}

.user-type-item p {
    font-size: 16px;
    margin-bottom: 0;
}

.user-type-card .compliance-badge {
    padding: 0px;
}

.user-type-card .compliance-icon {
    width: 70px;
    height: 70px;
}

.user-type-card .compliance-icon img {
    max-width: 40px;
}

.user-type-card .compliance-text h4 {
    font-size: 24px;
}

.user-type-card .compliance-text p {
    font-size: 18px;
}


.testimonial-card {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
    border-radius: 20px;
    padding: 54px 20px 30px 20px;
    margin-top: 2rem;
    text-align: center;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    opacity: 0.2;
    font-weight: 800;
}

.testimonial-text {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: var(--ip-text);
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.testimonial-avatar img {
    border-radius: 50%;
    width: 60px;
}

.testimonial-info {
    text-align: left;
}

.testimonial-name {
    font-weight: 700;
    font-size: 18px;
}

.testimonial-role {
    font-size: 16px;
}

.automation-flow {
    background: #edf5fd;
    border: 1px solid var(--ip-border);
    border-radius: 20px;
    padding: 3rem;
    margin-top: 3rem;
    position: relative;
}

.flow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
}

.flow-step {
    position: relative;
    padding: 16px;
}

.flow-number {
    width: 54px;
    height: 54px;
    background: aliceblue;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(124, 58, 237, 0.3);
	position: relative;
}

.flow-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0.5rem;
}

.flow-desc {
    font-size: 18px;
}

.flow-connector {
    position: absolute;
    top: 45px;
    left: 50px;
    width: calc(100% + 2rem);
    height: 2px;
    background: #dedede;
}

.flow-step:nth-child(3) .flow-connector,
.flow-step:nth-child(6) .flow-connector,
.flow-step:nth-child(9) .flow-connector,
.flow-step:nth-child(12) .flow-connector {
    display: none;
}

.agency-section {
    background-color: #edf5fd;
}

.agency-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 600px;
    margin: 30px auto 0 auto;
}

.agency-stat {
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.agency-stat-number {
    font-size: 54px;
    font-weight: 800;
    color: #0064d0;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.agency-stat-label {
    font-size: 20px;
}

.portfolio-card-item {
    height: 100%;
}

.location-preview {
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, .03);
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 2rem;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
}

.location-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.location-icon {
    width: 85px;
    height: 85px;
    background: #edf5fd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
	flex-shrink: 0;
}

.location-icon img {
    width: 50px;
}

.location-info h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.location-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 16px;
}

.location-insight {
    background: rgb(237 245 253);
    border: 1px solid rgba(30, 64, 175, 0.2);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
}

.location-insight-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgb(252 189 28 / 20%);
    color: #000;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.location-insight p {
    margin-bottom: 0;
}

.location-actions {
    display: flex;
    gap: 0.75rem;
}

.location-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #FCBD1C;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

header .navbar .navbar-brand img {
    width: 212px;
}

/* Industry Detail page CSS Start */

/* Deployment Section */
.deployment-highlight {
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, .03);
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 50px;
    margin-bottom: 60px;

}

.deployment-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.deployment-desc {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.deployment-card {
    background-color: #edf5fd;
    padding: 30px;
    border-radius: 20px;
}

.deployment-card i {
    font-size: 4rem;
    margin-bottom: 20px;
}

.deployment-card img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 20px;
}

.industry-tags{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.industry-tags span {
    border: 1px solid #FCBD1C;
    color: #000;
    font-size: 15px;
    padding: 0.6rem 1rem;
    margin-bottom: 8px;
    border-radius: 12px;
}

/* Custom Development */
.custom-dev-highlight {
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    margin-bottom: 60px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #1f77cf;
}

.custom-dev-badge {
    display: inline-block;
    background: #234a75;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
}

.custom-dev-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.custom-dev-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.custom-diff {
    background: #edf5fd;
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid #1f77cf;
}

.custom-diff h5 {
    font-size: 24px;
    color: #1f77cf;
    font-weight: 700;
    margin-bottom: 16px;
}

.custom-diff ul {
    list-style: disc;
    margin-left: 20px;
}

.custom-diff ul li {
    font-size: 18px;
    margin: 5px 0;
}

.custom-solutions {
    background: linear-gradient(135deg, #f9fafb, #f3f4f6);
    padding: 35px;
    border-radius: 20px;
}

.custom-solution-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.custom-solution-card i {
    color: #1f77cf;
    font-size: 1.9rem;
    margin-bottom: 18px;
}

.custom-solution-card h6 {
    font-size: 18px;
}

.custom-solution-card p {
    margin-bottom: 0;
    font-size: 16px;
}

.custom-solutions-msg {
    margin-top: 25px;
    padding: 12px;
    font-size: 16px;
    background: rgb(31 119 207 / 8%);
    border: 1px solid #1f77cf;
    border-radius: 12px;
    color: #1f77cf;
    text-align: center;
    font-weight: 600;
}

.custom-solutions-msg p{
	margin-bottom: 0;
}

/* Security */
.security-assurance {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #e5e7eb;
}

.security-assurance-card i {
    font-size: 2.5rem;
    color: #1f77cf;
    margin-bottom: 20px;
}

.security-assurance-card h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.security-assurance-card p {
    font-size: 16px;
    margin-bottom: 0;
}

.usp-badge {
    background-color: #edf5fd;
    border: 1px solid #0064D0;
    color: #0064D0;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
}

/* For Product */
.products-section {
    padding: 60px 0 60px 0;
}

.product-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.product-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.product-header {
    background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
    padding: 40px;
    color: white;
    text-align: center;
}

.product-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 24px;
}

.product-name {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-body {
    padding: 40px;
}

.product-desc {
    margin-bottom: 30px;
}

.product-features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.product-features-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.product-features-list li:last-child {
    border-bottom: none;
}

.product-feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-feature-icon i {
    color: white;
    font-size: 1.3rem;
}

.product-feature-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-feature-content p {
    margin: 0;
    font-size: 1.1rem;
}

.rag-highlight {
    background: #f0f9ff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.rag-highlight h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.rag-highlight ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.rag-highlight ul li {
    font-size: 18px;
    margin: 8px 0;
	word-break: break-word;
}

/* Development Expertise Section CSS Start */

.development-expertise {
    background: #f9fafb;
}

.development-expertise .expertise-card {
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

.development-expertise .expertise-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 25px;
}

.development-expertise .expertise-title-icon {
    margin-right: 15px;
}

.development-expertise .expertise-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.development-expertise .expertise-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.development-expertise .expertise-stat {
    padding: 20px;
    border-radius: 15px;
}

.development-expertise .expertise-stat--green {
    background: #f0fdf4;
}

.development-expertise .expertise-stat--indigo {
    background: #eef2ff;
}

.development-expertise .expertise-stat--amber {
    background: #fef3c7;
}

.development-expertise .expertise-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.development-expertise .expertise-built {
    background: #143e6b;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
}

.development-expertise .expertise-built-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.development-expertise .expertise-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expertise-built ul li {
    padding: 15px 0;
    gap: 15px;
    font-size: 18px;
    padding-left: 35px;
    position: relative;
}

.development-expertise .expertise-item--last {
    border-bottom: none;
}

.development-expertise .expertise-check {
    font-size: 1.2rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.expertise-stats.about-us-section .state {
    height: 160px;
}

.expertise-stats.about-us-section {
    padding: 0px;
}

.expertise-built ul li:not(:last-child) {
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.expertise-built ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: 0;
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #22e26f;
    font-size: 19px;
}

/* Development Expertise Section CSS End */

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.use-case-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #2563eb;
}

.use-case-description {
    color: #6b7280;
    line-height: 1.7;
    font-size: 18px;
}

.tech-expertise {
    background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
}

.tech-expertise .expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;

}

.tech-expertise .expertise-grid .expertise-item {
    text-align: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.tech-expertise .expertise-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.tech-expertise .expertise-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.tech-expertise .expertise-icon {
    margin-bottom: 30px;
}

.tech-expertise .deployment-options {
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 24px;
}

.tech-expertise .deployment-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
}

.tech-expertise .deployment-item {
    text-align: center;
}

.tech-expertise .deployment-icon-wrap {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.tech-expertise .deployment-icon {
    font-size: 2.5rem;
}

.tech-expertise .deployment-item-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.tech-expertise .deployment-item-desc {
    opacity: 0.9;
    margin: 0;
    color: #fff;
}

.tech-expertise .deployment-icon-wrap i {
    color: #fff;
}

.expertise-icon img{
    filter: brightness(0) invert(1);
    height: 65px;
}

.deployment-icon-wrap img {
	filter: brightness(0) invert(1);
    height: 45px;
}

.portfolio-video-section .video-placeholder::before {
    display: none;
}

.video-placeholder iframe {
    width: 100%;
    height: 629px;
}

.industries-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.industry-navigation-wrapper {
    border-radius: 60px;
    padding: 12px 12px 12px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.industry-navigation-wrapper::-webkit-scrollbar {
    display: none;
}

.industry-nav-menu {
    display: flex;
    gap: 20px;
    min-width: min-content;
    justify-content: center;
}

.industry-nav-menu .nav-item {
    flex-shrink: 0;
    padding: 12px 24px;
    border-radius: 50px;
    background: transparent;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}


.industry-nav-menu .nav-item:hover {
    transform: translateY(-2px);
}

.industry-nav-menu .nav-item.active {
    color: #fff;
    border-color: transparent;
    background-color: #1c436d;
}

.industry-nav-menu .nav-item.active::before {
    opacity: 1;
}

.industry-nav-menu .nav-icon {
    margin-right: 8px;
    font-size: 0.9rem;
}

/* Dot indicators below */
.dot-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.dot-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dot-indicator.active {
    background: #1c436d;
    width: 24px;
    border-radius: 4px;
}

/* Carousel Container */
.carousel-container {
    position: relative;
    margin-top: 40px;
}

.carousel-wrapper {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 30px;
}

.technologies-section .tech-tabs {
    justify-content: center !important;
}

/* Industry Card */
.industry-card-item {
    min-width: 100%;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    border: 1px solid #daecff;
}

.card-image-section {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
}

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

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(28 67 109 / 90%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.overlay-icon {
    font-size: 5rem;
    color: white;
    margin-bottom: 20px;
    opacity: 0.95;
}

.overlay-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.overlay-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 0;
}

.card-content-section {
    flex: 1;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industry-card-header {
    margin-bottom: 25px;
}

.industry-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.industry-description {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.industry-features-list li {
    margin: 12px 0;
    background-color: aliceblue;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    border-radius: 6px;
}

.industry-card-footer {
    border-top: 2px solid #e5e7eb;
    padding-top: 20px;
}

.products-built {
    margin-bottom: 40px;
    margin-top: 30px;
}

.products-label {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-tag {
    display: inline-block;
    background: rgb(253 195 47 / 20%);
    color: #000;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

/* Navigation Arrows */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.carousel-arrow:hover {
    background: #1c436d;
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.carousel-arrow.prev {
    left: -75px;
}

.carousel-arrow.next {
    right: -75px;
}

.carousel-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel-arrow:disabled:hover {
    background: white;
    color: inherit;
    transform: translateY(-50%);
}

.technologies-section .tech-item img {
    filter: none;
}

/* Stats Section */
.industry-stats-section {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.industry-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.industry-stats-item {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.industry-stats-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0064D0;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--text-light);
    font-weight: 600;
}


/* Homepage technology section */
.tech-block-title {
    margin-top: 50px;
    border-left: 5px solid #0974e7;
    padding-left: 15px;
}

.tech-item p {
    font-size: 14px;
    padding-top: 10px;
    color: #666;
}

.technologies-section .tech-listing {
    flex-wrap: wrap;
}

.technologies-section .tech-item {
    width: 20%;
    max-width: 20%;
}

/* Hire Stats Banner */
.hire-stats-banner {
    background: #F8F6F9;
    padding: 45px 0;
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

.hire-stat-item {
    text-align: center;
}

.hire-stat-number {
    font-size: 2.6rem;
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
}

.hire-stat-label {
    font-size: 1.2rem;
}



/* Hire Expertise Card */

.hire-expertise-section{
	  background-color: #f8fafc;
		padding: 60px 0 60px 0;
}

.hire-expertise-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 30px 20px 30px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
		border-left: 4px solid #0064D0;
}

.hire-expertise-card-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
		color: #0064D0;
}

.hire-expertise-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hire-expertise-card p{
	font-size: 18px;
}

.hire-expertise-card ul li {
    padding-left: 24px;
		position: relative;
		font-size: 16px;
		margin: 12px 0;
}

.hire-expertise-card ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 2%;
    left: 0;
    font-size: 18px;
    color: #0974E7;
    font-weight: 600;
}

/*  AI Tech Stack Section */
.ai-tech-stack {
    padding: 60px 0 60px 0;
		background: aliceblue;
}

.ai-tech-stack-col {
    margin-top: 70px;
}

.ai-tech-stack-row{
    margin-bottom: 70px;
}

.ai-tech-stack-row-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    border-left: 5px solid #0064D0;
    padding: 2px 16px 2px 16px;
}

.ai-tech-stack-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.ai-tech-stack-item {
    background: #fff;
    border-radius: 10px;
    padding: 30px 24px 26px 24px; 
    text-align: center;
	box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 4%)
}

.ai-tech-stack-item img {
    margin-bottom: 20px;
    width: 54px;
}

.ai-tech-stack-item h4 {
    font-size: 20px;
	font-weight: 600;
    margin-bottom: 8px;
}

.ai-tech-stack-item p {
    font-size: 17px;
		margin-bottom: 0px;
		color: #666;
}

/* For Portfolio Button Tab */
.btn-tab {
    padding: 8px 24px;
    border-radius: 100px;
    font-size: 18px;
    border: 2px solid #0064D0;
    color: #0064D0;
    font-weight: 500;
}

.btn-tab:hover{
	    border-color: #0064D0 !important;
    color: #0064D0 !important;
}

.btn-tab.active{
	cursor: default;
}

.btn-tab.active , .btn-tab.active:hover {
	 	border-color: #0064D0 !important;
    background: #0064D0;
    color: #ffffff !important;
}

.founder-message-box {
	background: rgb(226 241 255);
	border-radius: 20px;
	padding: 40px;
	text-align: center;
	width: 90%;
	margin: 40px auto 0 auto;
}
.founder-message-box h3 {
	font-size: 1.7rem;
	margin-bottom:20px;
}

.solution-hire-banner{
	background: transparent;
	padding: 0px 0px;
	margin-top: -60px;
}

.solution-hire-wrap{
	padding: 45px 30px;
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
	border-radius: 10px;
}

.solution-hire-wrap .hire-stat-col {
    width: 100%;
    padding: 0 15px;
}

.solution-hire-wrap .hire-stat-number , .solution-hire-wrap .hire-stat-label{
	color: #fff;
}

/* AI Solution Section */
.ai-solutions-section{
	padding: 60px 0 60px 0;
}

.ai-solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.ai-solution-card {
    border-radius: 24px;
    padding: 36px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.ai-solution-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.ai-solution-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    background-color: #1c436d;
    flex-shrink: 0;
}

.ai-solution-card-header-text h3 {
    font-size: 2rem;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.2;
}

.ai-solution-card-header p {
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 30px;
}

.ai-solution-card-badge {
    font-size: 15px;
    background-color: rgb(252 189 28 / 25%);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid #fcbd1c;
}

.mvp-offer-box {
    background: #edf5fd;
    border: 1px solid #0974E7;
    border-radius: 16px;
    padding: 18px 24px 24px 24px;
    margin-bottom: 30px;
		margin-top: 30px;
}

.mvp-price {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 8px;
		color:#0974E7;
}

.mvp-offer-box p {
    font-size: 18px;
}

.mvp-offer-box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
    margin-top: 15px;
}
.mvp-offer-box ul li{
	  position: relative;
    padding-left: 22px;
		font-size: 17px;
}
.mvp-offer-box ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 2%;
    left: 0;
    font-size: 16px;
    color: #0974E7;
    font-weight: 600;
}

.ai-solution-list ul {
    margin-bottom: 35px;
}

.ai-solution-list ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ai-solution-list ul li:last-child {
    border-bottom: none;
}

.ai-solution-card-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 10px;
}

.btn-blue-outline {
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #0974E7;
    color: #0974E7;
}

.btn-blue-outline:hover {
    border-color: #0974E7 !important;
    color: #0974E7 !important;
}

/* For Solution Detail Page */

 /* Trust Indicators */
 .trust-box {
	 margin: 40px auto 0 auto;
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 gap: 50px;
}

.trust-item {
	text-align: center;
	padding: 24px;
	background-color: #fff;
	border-radius: 10px;
}

.trust-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 15px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #edf5fd;
  color: #0064d0;
  font-size: 1.6rem;
}

.trust-label {
	font-size: 1.1rem;
	line-height: 1.5;
}

.price-heading{
	font-size: 54px;
}

.observability-wrapper {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.03) 0%, rgba(0, 212, 255, 0.03) 100%);
    border: 3px solid rgba(0, 102, 255, 0.15);
    border-radius: 30px;
    padding: 90px 60px 40px 60px;
    position: relative;
    overflow: hidden;
}

.proprietary-badge{
	position: absolute;
	top: 20px;
	right: 20px;
	background: #0064D0;
	color: white;
	padding: 12px 30px;
	border-radius: 50px;
	font-size: 0.95rem;
	font-weight: 700;
}

.observability-wrapper .service-item{
	background-color: #fff;
}

.grid-optional{
	gap: 36px 36px;
}

.result-item.optional {
	padding: 24px;
	background: white;
	border-radius: 16px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s;
	border: 2px solid transparent;
}

.result-item.optional .result-icon {
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
}

.result-item.optional .result-icon img{
	width: 38px;
	filter: brightness(0) invert(1);
	
}

/* Compliance Section */
.solution-compliance-section{
	background-color: #f8fafc;
}
.solution-compliance-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	margin-top: 50px;
}

.solution-compliance-card {
	background: white;
	border-radius: 16px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.3s;
}

.solution-compliance-badge {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0066ff 0%, #00d4ff 100%);
	color: white;
	font-size: 1.2rem;
	font-weight: 800;
}

.solution-compliance-card h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.solution-compliance-card p {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 0;
}


/* Journey Section */
.journey-timeline-section{
	padding: 50px 0 50px 0;
  background-color: #f8fafc;
}

.journey-timeline {
	position: relative;
	padding: 0px 0px;
	margin-top: 80px;
}

.journey-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
	transform: translateX(-50%);
}

.journey-step {
	display: flex;
	align-items: center;
	gap: 40px;
	position: relative;
}

.journey-step:not(last-child){
	margin-bottom: 60px;
}

.journey-step:nth-child(even) {
	flex-direction: row-reverse;
}

.journey-step-content {
	flex: 1;
	background: white;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	position: relative;
}

.journey-step-number {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 2rem;
	font-weight: 800;
	box-shadow: 2px 4px 20px rgb(0 0 0 / 20%);
	flex-shrink: 0;
	z-index: 2;
}

.journey-step-content h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.journey-step-content p {
	font-size: 1.2rem;
	line-height: 1.7;
	margin-bottom: 0;
}

/* For Startup Landing Page Start */

.statup-banner {
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
}

.founder-message-box.startup {
    border: 1px solid #4a99ee;
    color: #fff;
    background-color: #204975;
}

.text-light-blue{
		color: #7eb8f7;
}

.trust-check-list {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	color: #fff;
	font-size: 1.1rem;
}

.trust-check-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.trust-check-item i {
	color: #07d28f;
	font-size: 1.3rem;
}

.free-section {
  padding: 70px 0 60px 0;
	background-color: #f8fafc;
}

.free-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
	margin-bottom: 60px;
}

.free-card {
	background: white;
	border-radius: 24px;
	padding: 45px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	border: 1px solid #234b77;
	transition: all 0.4s;
	position: relative;
	overflow: hidden;
}

.free-card:hover {
	transform: translateY(-5px);
}

.free-badge {
	display: inline-block;
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
	color: #fff;
	padding: 6px 16px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 20px;
	right: 20px;
}

.free-icon {
	width: 90px;
	height: 90px;
	margin-bottom: 30px;
	border-radius: 18px;
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 2.8rem;
}

.free-card h3 {
	font-size: 2rem;
	margin-bottom: 18px;
}

.free-card p {
	line-height: 1.8;
	margin-bottom: 25px;
}

.free-card .free-card-highlight-text {
	background: rgb(35 75 119 / 6%);
	padding: 15px 20px;
	color: #234b77;
	font-size: 16px;
	border-radius: 12px;
	border-left: 3px solid #234b77;
}

.founder-message-box.mvp {
	border: 2px dashed #0064D0;
}

.founder-message-box.mvp h3{
	font-size: 40px;
}
.founder-message-box.mvp p{
	font-size: 22px;
}

.outline-badge {
	color: #0064d0;
	border: 1px solid #0064d0;
	padding: 6px 18px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

.customer-journey-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
	margin-top: 60px;
}

.customer-journey {
	text-align: center;
	position: relative;
	background: white;
	padding: 30px 25px;
	border-radius: 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.customer-journey::after {
	content: '→';
	position: absolute;
	top: 80px;
	right: -30px;
	font-size: 3rem;
	color: #c2c9d1;
	font-weight: 900;
	z-index: 1;
}

.customer-journey:last-child::after {
	display: none;
}

.customer-journey-number {
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
	border-radius: 50%;
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 2.2rem;
	font-weight: 900;
	box-shadow: 0 6px 20px rgb(0 0 0 / 20%);
}

.customer-journey-title-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}

.customer-journey h3 {
	font-size: 1.5rem;
	margin-bottom: 0px;
}

.customer-journey p {
	color: #64748B;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0;
}

.contact-consultation-section{
	padding: 60px 0 80px 0;	
}

.consultation-form {
    margin-top: 0;
    padding: 30px 60px 60px 60px;
}

.consultation-left{
    padding-right: 100px;
}

.consultation-title h1{
    font-size: 52px;
    line-height: 62px;
}

.consultation-check-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.consultation-check {
    display: flex;
    align-items: center;
    gap: 16px;
}

.consultation-check-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
	color: #fff;
    font-size: 28px;
	flex-shrink: 0;
}

.consultation-check p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 19px;
}

.back-btn{
    padding: 8px 0px;
    font-size: 20px;
    font-weight: 500;
}

.back-btn:active{
	border-color: transparent !important;
}

.blue-btn{
	padding: 14px 32px;
	border-radius: 100px;
	background: linear-gradient(180deg, #305883 0%, #143E6B 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.blue-btn:hover{
	color: #fff !important;
}

/* For Industry Slider In Solution Page Start */
.industry-listing .slick-arrow{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.industry-listing .slick-prev{
	left: -60px;
}

.industry-listing .slick-next{
	right: -60px;
}

.industry-listing .slick-arrow:before{
	color: #000;
	opacity: 1;
	font-size: 20px;
	font-family: 'Font Awesome 6 Free';
    font-weight: 600;
}

.industry-listing .slick-prev:before{
	content: '\f053';
}

.industry-listing .slick-next:before{
	content: '\f054';
}

.industry-listing .slick-arrow:hover{
	background: var(--gradient-blue);
}

.industry-listing .slick-arrow:hover::before {
	color: #fff;
}

.industry .industry-listing .industry-item .industry-detail .ind-sol-ic{
	width: 52px;
}

/* For Industry Slider In Solution Page End */


