:root{
	--primaryColor:#149ed9;
	--primaryColor1:#2d91cf;
	--secondaryColor:#0080FF;
	--secondaryColor1:#4acbff;
	--darkColor:#032d60;
	--pinkColor:#ED6AFF;
	--orangeColor:#F06543;
}

/*** Global CSS Start ***/
@media (min-width:1400px){
  .container{
	max-width: 1440px !important;
  }
}
@media (min-width:1200px){
  .container{
	max-width: 1340px !important;
  }
}

.text-primary-color{
	color:var(--primaryColor) !important;
}
.text-primary-color1{
	color:var(--primaryColor1) !important;
}
.text-secondary-color{
	color:var(--secondaryColor) !important;
}
.text-secondary1{
	color:var(--secondaryColor1) !important;
}
.text-dark-color{
	color:var(--darkColor) !important;
}
.text-pink{
	color:var(--pinkColor) !important;
}
.text-orange{
	color:var(--orangeColor) !important;
}
.bg-primary-color{
	background-color:var(--primaryColor) !important;
}
.bg-primary-color1{
	background-color:var(--primaryColor1) !important;
}
.bg-secondary-color{
	background-color:var(--secondaryColor) !important;
}
.bg-secondary-color1{
	background-color:var(--secondaryColor1) !important;
}
.bg-dark-color{
	background-color:var(--secondaryColor1) !important;
}
.bg-light-gradient{
	background:linear-gradient(180deg, #fff, #e9f2ff) !important;
}

/* Button CSS */
.btn1{
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out;
}
.btn-primary-bg{
    color: #fff;
    background-color: var(--primaryColor);
    border: 2px solid;
    border-color: var(--primaryColor);
}
.btn-primary-bg:hover{
	color: #fff;
    background-color: var(--darkColor);
    border: 2px solid;
    border-color: var(--darkColor);
}
.btn-secondary-bg{
    color: #fff;
    background-color: var(--secondaryColor);
    border: 2px solid;
    border-color: var(--secondaryColor);
}
.btn-secondary-bg:hover{
	color: #fff;
    background-color: var(--darkColor);
    border: 2px solid;
    border-color: var(--darkColor);
}
.btn-dark-bg{
    color: #fff;
    background-color: var(--darkColor);
    border: 2px solid;
    border-color: var(--darkColor);
}
.btn-dark-bg:hover{
	color: #fff;
    background-color: var(--primaryColor);
    border: 2px solid;
    border-color: var(--primaryColor);
}
.btn-light-bg{
    color: var(--secondaryColor);
    background-color: #fff;
    border: 2px solid;
    border-color: #fff;
}
.btn-light-bg:hover{
	color: #fff;
    background-color: var(--primaryColor);
    border: 2px solid;
    border-color: var(--primaryColor);
}

.text-line-2{
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-line-3{
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*** Global CSS End ***/


/* –––––––––––––––––––
   Home Page CSS Start
  –––––––––––––––––––– */

/*** Home Banner Section Start ***/
.home-banner-customer-slider .swiper-slide .client-card{
	visibility:hidden;
}
.home-banner-customer-slider .swiper-slide .client-card .cardClientDesignation{
	display: none;
}
.home-banner-customer-slider .swiper-slide.swiper-slide-active .client-card .cardClientDesignation{
	display: block !important;
}
.home-banner-customer-slider .swiper-slide.swiper-slide-active .client-card{
	visibility:visible !important;
}
.home-banner-customer-slider .swiper-slide-active .cardClientDesignation,
.home-banner-customer-slider .swiper-slide-active .cardImpactBanner {
  transform: unset !important
}

@media only screen and (min-width:991px) {
 .home-banner-customer-slider .swiper-slide img {
   width: 370px;
   margin: auto
 }
}
@media only screen and (max-width:820px) {
  .home-banner-customer-slider .swiper-slide img {
    width: 300px;
    margin: auto
  }
}
@media only screen and (min-width:1500px) {
  .home-banner-customer-slider .swiper-slide img {
    height: auto
  }
}
@media (min-width:1024px) {
  .home-banner-customer-slider .swiper-slide .client-image {
    max-width: 370px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    left: 3rem
  }
}
@media only screen and (max-width:425px) {
  .home-banner-customer-slider .swiper-slide .client-image {
    left: 1rem
  }
}
/*** Home Banner Section End ***/

/*** Home Services Section Start ***/
.swiper-button-next, .swiper-button-prev{
	position:relative;
	background-color: #fff;
    border: none;
    padding: 15px;
    border-radius: 50px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
    width: 30px;
    height: 30px;
	min-width: 30px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in;
	color:#000;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	color:#fff;
	background-color: var(--primaryColor);
}
.swiper-button-next:after, .swiper-button-prev:after{
	display:none;
}
/*** Home Services Section End ***/

/*** Home Industries Section Start ***/
.home-idustries-section{
	background-color:#F7F7F8;
}
.home-idustries-section .item{
	position: relative;
	overflow: hidden;
    border-radius: 19px;
    transition: transform 0.3s ease-in-out;
}
.primary-linear-bg{
  background:linear-gradient(135deg, #008EFF, rgb(0 142 255 / 0%));	
}
.item-content-primary-bg{
  background-color: rgb(0 142 255 / 85%);
}
.dark-linear-bg{
  background:linear-gradient(135deg, #032d60, rgb(0 142 255 / 0%));	
}
.item-content-dark-bg{
  background-color: rgb(3 45 96 / 85%);
}
.orange-linear-bg{
  background:linear-gradient(135deg, #F06543, rgb(0 142 255 / 0%));	
}
.orange-content-dark-bg{
  background-color: rgb(240 101 67 / 85%);
}
.secondary-linear-bg{
  background:linear-gradient(135deg, #4acbff, rgb(0 142 255 / 0%));	
}
.secondary-content-dark-bg{
  background-color: rgb(74 203 255 / 85%);
}
.pink-linear-bg{
  background:linear-gradient(135deg, #ed6aff, rgb(0 142 255 / 0%));	
}
.pink-content-dark-bg{
  background-color: rgb(237 106 255 / 85%);
}
.home-idustries-section .item .item-header{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
	padding: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
	height: 100%;
	width: 100%;
}
.home-idustries-section .item .item-header h4{
	width:100%;
}
.home-idustries-section .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-idustries-section .item .item-content{
	height:100%;
	left: 0px;
    bottom: -100%;
    position: absolute;
    padding: 20px 20px 60px 20px;
    z-index: 0;
	transform: translateY(100%);
	transition: transform 0.3s ease-in-out;
}
.home-idustries-section .item:hover .item-content{
	transform: translateY(0%);
    bottom: 0px;
}
.home-idustries-section .item .item-content p{
	transition: transform 0.3s ease-in-out;
	opacity: 0;
}
.home-idustries-section .item:hover .item-content p{
	opacity: 1;
}
.home-idustries-section .arrow-button{
	position: relative;
    z-index: 1;
	color:var(--darkColor);
	font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	transform: rotate(-45deg);
	transition: transform 0.3s ease-in-out;
}

.home-idustries-section .item:hover .arrow-button{
	transform: rotate(0deg);
}

/*** Home Industries Section End ***/

/*** Home Contact Us Section Start ***/
.home-contact-us-section .users-profile img{
	width: 70px;
    margin-left: -6%;
    transition: ease-in-out 0.5s;
    position: relative;
}
.home-contact-us-section .users-profile img:first-child{
    margin-left: 0px;
}
.home-contact-us-section .users-profile img:hover{
	transform: translateY(-6px);
}
.home-contact-us-section .contact-form-container{
	background-color:#F8F8F8;
	border:1px solid #CFCFCF;
	border-radius:19px;
	width:100%;
}
.home-contact-us-section .contact-form-container .form-control, .home-contact-us-section .contact-form-container textarea{
	padding: 10px 15px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.home-contact-us-section .contact-form-container label{
	font-weight:500;
	margin-bottom: 3px;
}
/*** Home Contact Us Section End ***/

/*** Home Service Quiz Section Start ***/
.home-service-quiz-section{
	position: relative;
    background: linear-gradient(180deg, #fff, #E9F2FF);
}
.home-service-quiz-section::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 160px 200px #fff;
    pointer-events: none;
    z-index: 1;
}
.home-service-quiz-section .service-grid-container{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px; 
}
.home-service-quiz-section .service-middle-grid-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px; 
}
.home-service-quiz-section .blank-card{
	background-color:#E9F2FF;
	height:100%;
	width:100%;
	border:1px solid #CCE1FF;
	border-radius:19px;
	min-height: 127px;
/*     min-width: 127px; */
}
.home-service-quiz-section .service-select-card{
	z-index: 2;
    position: relative;
	text-align: center;
	padding: 15px;
	background-color:#fff;
	border-radius:19px;
	min-height: 127px;
    min-width: 127px;
	box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 10%);
}
.home-service-quiz-section .service-select-card p{
	margin-bottom:0px;
	font-weight: 600;
}

/* Quiz Code start */
.home-service-quiz-section .quiz-container{
	background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	width:100%;
    max-width: 630px;
/*     padding: 30px; */
    text-align: center;
	transform: translateX(-50%);
    left: 50%;
    position: absolute;
	z-index: 2;
	min-height: 367px;
}
.home-service-quiz-section .quiz-container #quiz-step{
	padding: 0px 30px;
    max-height: 360px;
    overflow: auto;
    margin: 30px 0px;
}
.home-service-quiz-section .options{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.home-service-quiz-section .option{
    border: 2px solid;
	border-color:#dbe3ec;
    border-radius: 50rem;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    color: #002B5B;
    font-weight: 500;
}

.home-service-quiz-section .options.active .option{
    padding: 4px 9px;
    font-size: 14px;
}

.home-service-quiz-section .option.selected {
    background: #002B5B;
    color: white;
    border-color: #002B5B;
}

.home-service-quiz-section  .progress-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 25px;
}

.home-service-quiz-section .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #d3dae6;
}

.home-service-quiz-section .dot.active {
      background: #002B5B;
}

.home-service-quiz-section .button-group {
      display: flex;
      justify-content: space-between;
      gap: 10px;
}

.home-service-quiz-section button, .home-service-quiz-section a{
      background: #002B5B;
      color: white;
      border: none;
      border-radius: 25px;
      padding: 10px 30px;
      cursor: pointer;
      font-size: 16px;
      transition: all 0.3s ease;
}

.home-service-quiz-section button:hover, .home-service-quiz-section a:hover{
     background: #014a94;
}

.home-service-quiz-section button:disabled {
     background: #c2c6cc;
     cursor: not-allowed;
}

.home-service-quiz-section .summary {
    text-align: left;
}

.home-service-quiz-section .summary h3 {
    color: #002B5B;
}

.home-service-quiz-section .summary ul.selected-list {
    list-style: none;
    padding-left: 0;
}

.home-service-quiz-section .summary ul.selected-list li {
    background: #f2f5f9;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 8px;
}
@media (max-width:1399.92px){
	.remove-xl-grid{
		display:none;
	}
	.home-service-quiz-section .service-grid-container{
        grid-template-columns: repeat(11, 1fr);
    }
}
@media (max-width:991.92px){
	.home-service-quiz-section .quiz-container #quiz-step{
	   padding: 30px 30px;
    }
	.home-service-quiz-section button, .home-service-quiz-section a{
		padding: 10px 15px;
	}
	.home-service-quiz-section::after{
		display:none;
     }
	.home-service-quiz-section .blank-card{
		display:none;
	}
	.home-service-quiz-section .service-grid-container{
        grid-template-columns: repeat(5, 1fr);
    }
	.home-service-quiz-section .service-middle-grid-container{
        grid-template-columns: repeat(2, 1fr);
    }
	.home-service-quiz-section .option{
        border-radius: 50rem;
        padding:5px 15px;
   }
  .home-service-quiz-section .quiz-container{
	    transform: none;
        left: unset;
        position: unset;
  }
}
@media (max-width:767.92px){
	.home-service-quiz-section .service-middle-grid-container, .home-service-quiz-section .service-grid-container{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width:455px){
	.home-service-quiz-section .service-middle-grid-container, .home-service-quiz-section .service-grid-container{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:299px){
	.home-service-quiz-section .service-middle-grid-container, .home-service-quiz-section .service-grid-container{
        grid-template-columns: repeat(1, 1fr);
    }
}
/*** Home Service Quiz Section End ***/
/* –––––––––––––––––
   Home Page CSS End
  –––––––––––––––––– */

/* –––––––––––––––––––––––––––––––––––
   Salesforce Partner Page CSS Start
  ––––––––––––––––––––––––––––––––––– */

/*** Partnership And Certifications Section Start ***/
.Partnership-and-certifications-section .items{
	text-align:center;
/* 	background-color: #fff;
    padding: 15px 15px;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 60px rgb(0 0 0 / 8%);
	border-radius: 15px; */
}
.Partnership-and-certifications-section .items img{
	width:100%;
	max-width:90px;
}
/*** Partnership And Certifications Section End ***/

/*** Services & Specializations Section Start ***/
.services-and-specializations-section .items{
	text-align:start;
	padding: 20px;
    border: 1px solid rgb(0 142 255 / 30%);
	box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
	border-radius:19px;
	display:flex;
	align-items:start;
	justify-content:center;
	flex-direction: column;
}
/*** Services & Specializations Section End ***/

/*** Salesforce Partner Tiers Section Start ***/
.salesforce-partner-tiers-section{
	background:linear-gradient(180deg, #fff, #E9F2FF);
}
.salesforce-partner-tiers-section .table-container {
	width: 100%;
	max-width: 950px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.salesforce-partner-tiers-section .status-table {
	width: 100%;
	border-collapse: collapse;
}

.salesforce-partner-tiers-section .status-table th,
.salesforce-partner-tiers-section .status-table td {
	padding: 16px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

.salesforce-partner-tiers-section .status-table thead {
	background-color: #E9F2FF;
}

.salesforce-partner-tiers-section .status-table th {
	color: #032D60;
	font-weight: 500;
	font-size: 1.5rem;
}

.salesforce-partner-tiers-section .status-table td {
	color: #333;
	font-size: 20px;
}

.salesforce-partner-tiers-section .status-table tbody tr:last-child td {
	border-bottom: none;
}
.salesforce-partner-tiers-section .status-table tbody tr td:first-child {
	border-left: none;
}

.salesforce-partner-tiers-section .status-table .status-col {
	text-align: center;
	font-weight: 500;
	border-right: none;
}

.salesforce-partner-tiers-section .status-table .fa-circle-check {
	color: #128807;
}
/*** Salesforce Partner Tiers Section End ***/

/*** AI and Agentforce Section Start ***/
.ai-and-agentforce-section{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ai-and-agentforce-section .icon {
  vertical-align: middle;
  margin: 0 6px;
  width: 40px;
  height: 40px;
}
	

/* Robot images */
.ai-and-agentforce-section .robot-img {
  position: absolute;
  width: 60px;
}

.ai-and-agentforce-section .robot-left {
  bottom: 10px;
  left: 10px;
  width: 222px !important;
  animation: float 3s ease-in-out infinite;
}

.ai-and-agentforce-section .robot-right {
  top: 40px;
  right: 10px;
  width: 222px !important;
  animation: float 3s ease-in-out infinite reverse;
}

.ai-and-agentforce-section .items{
	background-color:rgb(255 255 255 / 15%);
	border-radius:19px;
	border: 1px solid rgb(41 43 148 / 100%);
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

/* ===== Responsive Styles ===== */

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
  .ai-and-agentforce-section .robot-left, .ai-and-agentforce-section .robot-right {
    width: 180px !important;
  }

  .ai-and-agentforce-section .icon {
    width: 30px;
    height: 30px;
  }
}

/* Mobile devices (max 767px) */
@media (max-width: 767px) {
  .ai-and-agentforce-section .btn-learn {
    padding: 8px 20px;
    font-size: 16px;
  }

  .ai-and-agentforce-section .robot-left, .ai-and-agentforce-section .robot-right {
    display: none; /* Hide robots on small screens for cleaner layout */
  }

  .ai-and-agentforce-section .icon {
    width: 24px;
    height: 24px;
  }
}
/*** AI and Agentforce Section End ***/

/*** Right Salesforce Partner Section CSS Start ***/
.right-salesforce-partner-section .items{
	text-align:center;
}
.right-salesforce-partner-section .items img{
	width:100%;
	max-width:90px;
}
/*** Right Salesforce Partner Section CSS End ***/

/*** Benefits of Working Section CSS Start ***/
.benefits-working-with-us .items{
	border-top:15px solid #008EFF !important;
	background: #fff;
    border-radius: 10px;
    border: 1px ridge;
	padding: 25px;
	margin-bottom:2px;
	border-color:rgba(0, 0, 0, 0.17);
	min-height:170px;
}
/*** Benefits of Working Section CSS End ***/


/* –––––––––––––––––––––––––––––––––––
   Salesforce Partner Page CSS End
  ––––––––––––––––––––––––––––––––––– */

/*** Global Contact Us Section Start ***/
.contact-form-container{
	background-color:#F8F8F8;
	border:1px solid #CFCFCF;
	border-radius:19px;
	width:100%;
}
.contact-form-container .form-control, .contact-form-container textarea{
	padding: 10px 15px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.contact-form-container label{
	font-weight:500;
	margin-bottom: 3px;
}
/*** Global Contact Us Section End ***/

/*** Case Study Pagination Start ***/
.case-study-pagination a, .case-study-pagination span{
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #fff;
	color:var(--darkColor);
    margin: 0px;
    border-radius: 8px;
    font-weight: 500;
    transition: .2s ease-in;
	border:2px solid;
	border-color:#6c757d;
}
.case-study-pagination a:hover, .case-study-pagination span.active, .case-study-pagination .page-btn{
	color:#fff;
    background-color: var(--secondaryColor);
	border-color:var(--secondaryColor);
}
/*** Case Study Pagination End ***/