: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 #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-helping-business-ai-section .video-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Keep video behind content */
}

.home-helping-business-ai-section .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Make video cover the entire background */
}

.home-helping-business-ai-section .content {
    position: absolute;
	top: 60px;
    left: 50%;
    z-index: 1;
	transform: translateX(-50%);
    color: white;
}

/* –––––––––––––––––
   Home 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 ***/
.pagination .page-numbers{
	display: flex;
    align-items: center;
}
.pagination .page-numbers li{
	list-style: none;
}
.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{
	color:#fff;
    background-color: var(--primaryColor);
	border-color:var(--primaryColor);
}
/*** Case Study Pagination End ***/

/*** Chrismas CSS Start ***/
.ground {
	        box-shadow: 0px 0px 25px 8px rgb(0 0 0 / 40%);
            border-top-right-radius: 57vw 60px;
            /* border-top-right-radius: 71vw 40px; */
            overflow: hidden;
            position: absolute;
            width: 100%;
            height: 61px;
            left: 0;
            bottom: 0;
            background: white;
        }

        .ground:before {
            border-radius: 50%;
            content: " ";
            position: absolute;
            width: 50%;
            height: 100px;
            top: 10px;
            right: 0;
            background: white;
        }

        .ground:after {
            border-radius: 50%;
            content: " ";
            position: absolute;
            width: 50%;
            height: 70px;
            top: 5px;
            right: 0px;
            background: white;
        }

        /* MAILBOX */
        .mailbox {
            position: absolute;
            z-index: 1;
            right: 10vw;
            bottom: 40px;
            /* bottom: 45px; */
            width: 120px;
            height: 170px;
            cursor: pointer;
        }

        .mailbox .basis {
            position: absolute;
            width: 16px;
            height: 65px;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background: #222;
        }

        .mailbox .box {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 130px;
            background: #d71536;
            border-radius: 0 0 7px 7px;
            border: 5px solid #b90b21;
        }

        .mailbox .box:before {
            content: "";
            position: absolute;
            bottom: calc(100% + 5px);
            left: -15px;
            right: -15px;
            height: 20px;
            border-radius: 7px;
            background-color: #b90b21;
        }

        .mailbox .box:after {
            content: "";
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            height: 5px;
            background-color: #600307;
        }

        .mailbox .box-title {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 5px;
            text-align: center;
            font-size: 1.25rem;
            line-height: 1em;
        }

        .mailbox .letters {
            overflow: hidden;
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 85px;
            top: -50px;
            left: 0;
            right: 0;
        }

        .mailbox .letters:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 15px;
            width: 75px;
            background: #600307;
            border-radius: 5px;
        }

        .mailbox .letter {
            overflow: hidden;
            position: absolute;
            z-index: 1;
            border-radius: 2px;
        }

        .mailbox .letter .letter-image {
            position: absolute;
        }

        .mailbox .letter-first {
            width: 70px;
            height: 42px;
            top: 50px;
            left: 10px;
            transform: rotate(80deg);
        }

        .mailbox .letter-first .letter-image {
            top: -3px;
            left: -4px;
            width: calc(100% + 10px);
        }

        .mailbox .letter-second {
            width: 70px;
            height: 45px;
            top: 65px;
            right: 12px;
            transform: rotate(100deg);
        }

        .mailbox .letter-second .letter-image {
            top: 0;
            left: 0;
            width: 100%;
        }

        .mailbox-shadow {
            z-index: 10;
            position: absolute;
            right: 10vw;
            /* right: 5vw; */
            bottom: 85px;
            width: 120px;
            height: 150px;
            cursor: pointer;
            opacity: 0;
        }

        /* MAIL */
        .mail {
			margin:auto;
            width: 60vw;
            min-width: 300px;
            padding: 15px;
            line-height: 1.2;
            font-weight: 200;
            border-width: 0;
            background: repeating-linear-gradient(-45deg, #f6ebd8, #f6ebd8 20px, #41945f 20px, #41945f 40px, #f6ebd8 40px, #f6ebd8 60px, #c44141 60px, #c44141 80px);
        }

        .mail .mail-inner {
            padding: 15px;
            background: #f6ebd8;
        }

        .mail p+p {
            margin-top: 0.75em;
        }

        .mail .font-script {
            font-size: 1.25em;
        }

        .mail .mail-title {
            font-weight: 400;
        }

        .mail .mail-close {
            position: absolute;
            top: 28px;
            right: 28px;
            width: 25px;
            height: 25px;
            border-radius: 100%;
            border: 0;
            background: transparent;
            transition: transform 0.3s;
        }

        .mail .mail-close:hover {
            transform: rotate(180deg);
        }
        .section{
            height: 100vh;
        }
       
        .chrismas-container{
            position: sticky;
            bottom: 0px;
			z-index: 11;
        }

/* –––––––––––––––––––---------------
   Salesforce Products Page CSS Start
  ––––––––––––––––––––--------------- */

/*** Banner Section CSS Start ***/
.salesforce-product-banner-section{
	background: linear-gradient(0deg, #fff, #e9f2ff);
}
.salesforce-product-banner-section .banner-title-icon{
	width: 60px;
    height: 60px;
}
.salesforce-product-banner-section .swiper-logos-slider .swiper-slide{
	display:flex;
	align-items:center;
	min-height:100px;
	justify-content:center;
	padding: 20px;
}
.salesforce-product-banner-section .swiper-logos-slider img{
	margin-top:auto;
	margin-bottom:auto;
	height:100%;
	width:100%;
}
/*** Banner Section CSS End ***/

/*** Salesforce Products Use Cases Section CSS Start ***/
.salesforce-product-use-case-section .nav-pills{
	background-color: #EEF7FF;
	display: inline-flex;
}
.salesforce-product-use-case-section .nav-pills .nav-item{
	padding: 10px;
}
.salesforce-product-use-case-section .nav-pills .nav-item .nav-link{
	color:#000;
}
.salesforce-product-use-case-section .nav-pills .nav-item .nav-link:hover{
	color:var(--primaryColor);
}
.salesforce-product-use-case-section .nav-pills .nav-item .nav-link.active{
	color:#fff;
	background-color:var(--darkColor);
}
/*** Salesforce Products Use Cases Section CSS End ***/

/*** Shofify Key Features Section CSS Start ***/
/* .salesforce-partner-section .items{
	text-align:center;
} */
.salesforce-partner-section .items img{
	width:100%;
	max-width:90px;
}
/*** Shofify Key Features Section CSS End ***/

/*** Capabilities Section CSS Start ***/
.capabilities-section{
	background:linear-gradient(180deg, #fff, #e9f2ff);
}
.light-green-bg{
	background-color:rgb(39 174 96 / 10%);
}
.light-primary-bg{
	background-color:rgb(74 203 255 / 10%);
}
.light-pink-bg{
	background-color:rgb(252 90 176 / 10%);
}
.light-orange-bg{
	background-color:rgb(240 101 67 / 10%);
}
.green-border-left{
	border-left: 5px solid rgb(39 174 96 / 100%);
}
.primary-border-left{
	border-left: 5px solid rgb(74 203 255 / 100%);
}
.pink-border-left{
	border-left: 5px solid rgb(252 90 176 / 100%);
}
.orange-border-left{
	border-left: 5px solid rgb(240 101 67 / 100%);
}
@media (min-width:992px){
   .capabilities-section .sticky-box{
	  position: sticky;
      top: 140px;
   }
}
/*** Capabilities Section CSS End ***/

/* –––––––––––––––––––-------------
   Salesforce Products Page CSS End
  ––––––––––––––––––––------------- */


/* –––––––––––––––––––------
   Industries Page CSS Start
  ––––––––––––––––––––------ */

/*** Banner Section CSS Start ***/
.industries-banner-section{
	background: linear-gradient(0deg, #fff, #e9f2ff);
}
.industries-banner-section .banner-title-icon{
	width: 60px;
    height: 60px;
}
.industries-banner-section .swiper-logos-slider .swiper-slide{
	display:flex;
	align-items:center;
	min-height:100px;
	justify-content:center;
	padding: 20px;
}
.industries-banner-section .swiper-logos-slider img{
	margin-top:auto;
	margin-bottom:auto;
	height:100%;
	width:100%;
}
/*** Banner Section CSS End ***/

/*** Salesforce Services Section CSS Start ***/
.industry-services .point-box li{
	background-color: #F8FAFC;
    color: #334155;
    padding: 20px;
    border: 2px solid #D5DCE5;
    border-radius: 12px;
}
.industry-services .point-box li i{
	color:var(--primary1);
	font-size: 25px;
}
/*** Salesforce Services Section CSS End ***/

/*** Salesforce Industries Solutions Section CSS Start ***/
.salesforce-industries-solutions-section .items{
    padding: 25px;
    border-radius: 19px;
	display: flex;
    flex-direction: column;
	border:1px solid #D5DCE5;
}
.salesforce-industries-solutions-section .items .icon-box{
	font-size: 25px;
    line-height: 0;
    background-color: #EBF2FA;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    color: var(--darkColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.salesforce-industries-solutions-section .items a{
	color:var(--primary1);
}
.salesforce-industries-solutions-section .items a:hover{
	color:var(--secondaryColor);
}
/*** Salesforce Industries Solutions Section CSS End ***/

/*** Industry Challenges Section CSS Start ***/
.industry-challenges-section .items{
	background-color:#fff;
    padding: 25px;
    border-radius: 19px;
	display: flex;
    flex-direction: column;
	border:1px solid #D5DCE5;
}
/*** Industry Challenges Section CSS End ***/

/*** Industries Grouth Section CSS Start ***/
.industries-grouth-section .point-box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.industries-grouth-section .point-box li{
	background-color: #fff;
    color: #334155;
    padding: 20px;
    border: 2px solid #D5DCE5;
    border-radius: 12px;
	height: 100%;
	display:flex;
	align-items:center;
	justify-content: center;
    text-align: center;
}
@media (max-width:475px){
	.industries-grouth-section .point-box{
	     gap: 10px;
     }
	.industries-grouth-section .point-box li{
        padding: 10px;
    }
}
/*** Industries Grouth Section CSS End ***/

/* –––––––––––––––––––----
   Industries Page CSS End
  ––––––––––––––––––––---- */