/* 
  Theme Name: Sync Made Easy
  Theme URI: https://syncmadeasy.com
  Author: Sync Made Easy
  Author URI: https://syncmadeasy.com
  Description: Want your Salesforce CRM platform hooked up to Shopify? We’ve got you covered. We made Salesforce-Shopify Integration look easy, the way it’s meant to be.
  Requires at least: 5.9
  Tested up to: 6.2
  Requires PHP: 5.6
  Version: 6.2.2
*/


/********** Template CSS **********/
:root {
  --primary: #95be45;
  --primary1: #21A25F;
  --secondary: #025959;
  --green-primary: #27ae60;
  --light: #c3bfb6;
  --dark: #1D2833;
  --dark-blue: #032d60;
  --yellow: #f5b44b;
  --light-green: #7ea93f;
  --light-blue: #2d91cf;
}

body {
/*   font-family: 'Montserrat', sans-serif; */
	font-family: "Geist", sans-serif;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
  font-weight: 500 !important;
}

.text-dark-green {
  color: var(--dark-green);
}


/*** Button ***/
.btn {
/*   font-family: 'Montserrat', sans-serif; */
  font-family: "Geist", sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 8px;
}

/*** Global CSS Start ***/
.footer .btn.btn-link.btn:focus{
	border:none!important;
}
.bg--secondary-light{
	background-color:rgb(195 191 182 / 15%);
}
.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-check:focus+.btn, .btn-primary:focus, .btn-primary:focus, .btn:focus{
/*   background: none; */
  border-color: var(--secondary);
  box-shadow: none !important;
  border:none !important;
}

.text-green-primary{
	color:var(--green-primary) !important;
}
.text-dark-secondary{
	color:var(--secondary) !important;
}

.btn-green-primary {
  color:#fff;
  background:var(--green-primary);
  border: 2px solid var(--green-primary) !important;
}

.btn-green-primary:hover {
  background: none;
  color: var(--green-primary);
}

.btn-primary {
  border: 2px solid var(--primary) !important;
}

.btn-primary:hover {
  background: none;
  color: var(--primary);
}

.btn-secondary {
  border: 2px solid var(--secondary) !important;
}

.btn-secondary:hover {
  background: none;
  color: var(--secondary);
}

.btn-light-primary {
  border: 2px solid var(--light) !important;
  background-color: var(--light);
  color: var(--secondary);
}

.btn-light-primary:hover {
  background: none;
  color: var(--secondary);
}

.btn-light-blue {
  border: 2px solid var(--light-blue) !important;
  background-color: var(--light-blue);
  color: #fff;
}

.btn-light-blue:hover {
  background: none;
  color: var(--light-blue);
}

.btn-outlined-green-primary {
  border: 2px solid var(--green-primary) !important;
  background: none;
  color: var(--green-primary);
}

.btn-outlined-green-primary:hover {
  background: var(--green-primary);
  color: #fff;
}

@media (max-width:575.92px) {
  .action-btn-box .btn {
    font-size: 11px;
  }
}

.text-dark-blue {
  color: var(--dark-blue);
}

.text-light-blue {
  color: var(--light-blue);
}
.sme-pro-banner-section .btn-light:focus{
	background:transparent;
}

.btn-dark:hover, .btn-dark:focus{
	background:none;
	color:#1D2833;
}

.sme-pro-banner-section .btn-light{
	background:rgb(195 191 182 / 40%);
	border:1px solid transparent !important;
}

.btn-light:hover{
	background:rgb(195 191 182 / 80%);
}

.switch-to-pro-btn {
	font-size: 15px;
    background: #95be45;
     color: #fff !important; 
    border: none !important;
	box-shadow: 0px 0px 14px 0px rgb(195 191 182 / 60%);
}
.switch-to-pro-btn span{
	background: linear-gradient(-32deg, rgb(255 255 255 / 100%), #ff9d28, #ff9d28, #ff9d28);
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
}
.switch-to-pro-btn i{
	font-size: 15px;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
    background: var(--primary);
}
.switch-to-pro-btn:hover{
	color: #fff;
    background: #00a1e0;
	box-shadow: none;
}
.text-primary-gredient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(0deg, #044737, #13764C, #93B84C, #93B84C);
}
.text-primary-gredient2{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(0deg, #044737, #044737, #13764C, #93B84C, #93B84C);
}

.btn{
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    transition: all .3s ease-in-out;
}
@media (max-width:1200px){
	.btn{
        font-size: 14px;
    }
}
.btn-outlined-primary{
    color: var(--primary1);
    background-color: #fff;
    border: 2px solid;
    border-radius: 14px;
	border-color: var(--primary1);
	box-shadow: 0 4px 0 var(--primary1);
}
.btn-outlined-primary:hover, .btn-outlined-primary:focus{
	color: var(--primary1) !important;
    background-color: #fff;
    border: 2px solid !important;
	border-color: var(--primary1) !important;
    box-shadow: 0 8px 0 var(--primary1) !important;
	transform: translateY(-3px);
}
.btn-outlined-secondary{
    color: #025959;
    background-color: #fff;
    border: 2px solid;
    border-radius: 14px;
	border-color: #024747;
	box-shadow: 0 4px 0 #005c58;
}
.btn-outlined-secondary:hover, .btn-outlined-secondary:focus{
	color: #025959 !important;
    background-color: #fff;
    border: 2px solid !important;
	border-color: #024747 !important;
    box-shadow: 0 8px 0 #005c58 !important;
	transform: translateY(-3px);
}

.doted-bg{
	background-color: #F2F5F2;
    background-image: radial-gradient(#DFE0E6  1px, transparent 1px);
    background-size: 12px 12px;
}
.text-black-70{
	color: rgb(0 0 0 / 70%);
}
.text-secondary{
	color: var(--secondary) !important;
}
.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 ***/

#pricing-switch {
  margin: 80px auto 90px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  max-width: 1080px;
}

#pricing-switch .switch-label {
  display: inline-block;
  width: 200px;
  text-align: center;
  opacity: 0.4;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px;
}

#pricing-switch .switch-label .save-money {
  color: #4caf50;
  font-style: italic;
  padding-left: 8px;
}

#pricing-switch .save-money--mobile {
  color: #4caf50;
  font-style: italic;
  padding-top: 22px;
  display: none;
}

#pricing-switch .switch-label.active {
  font-size: 18px;
  opacity: 1;
}

#pricing-switch .switch-label-monthly {
  text-align: right;
}

#pricing-switch .switch-label-yearly {
  text-align: left;
}

#pricing-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: -50%;
  margin: 0;
}

#pricing-switch .switch input {
  display: none;
}

#pricing-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3f9b63;
  border-radius: 34px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#pricing-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#pricing-switch input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

#pricing-switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}



/*** Features Section Start ***/
.circle-point {
    width: 25px;
    height: 25px;
	min-width: 25px;
    min-height: 25px;
    background: linear-gradient(160deg, #025959, #95be45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 8px;
    font-size: 15px;
}

.feature-section .feature-tag {
  padding: 2px 20px;
  border-radius: 4px;
  display: inline-block;
}

.feature-tag span {
  font-weight: 600;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.feature-green-tag {
  background: -webkit-linear-gradient(45deg, var(--secondary), var(--primary) 80%);
}

.feature-section .feature-yello-tag {
  background: -webkit-linear-gradient(45deg, #FF9D28, #FFC500 80%);
}

.multi-store-feature {
  background: linear-gradient(90deg, rgb(39 174 96 / 22%), rgb(39 174 96 / 13%), rgb(174 211 255 / 50%), rgb(174 211 255 / 50%), rgb(201 212 239 / 20%), rgb(202 207 250 / 13%));
}

.cycle-tab-container .nav-tabs .nav-item {
  width: 30%;
  text-align: center;
  /* border-top: 5px solid; */
  /* border-color: var(--primary); */
}

.cycle-tab-container .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: #000;
  padding: 0rem !important;
  background-color: #fff;
  border-radius: 0px;
}

.cycle-tab-container .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}

.cycle-tab-container .nav-tabs .nav-link.active,
.cycle-tab-container .nav-tabs .nav-item.show .nav-link {
  border: none;
}

.cycle-tab-container .nav-tabs .nav-item .nav-link::before {
  display: block;
  content: '';
  border-top: solid 5px var(--primary);
  transform: scaleX(0);
  transition: transform 0ms ease-out;
}

.cycle-tab-container .nav-tabs .nav-item .nav-link.active:before {
  transform: scaleX(1);
  transform-origin: 0% 50%;
  transition: transform 12000ms ease-in;
}

@media (min-width:1200px) {
  .cycle-tab-container .nav-tabs .nav-item .nav-link {
    font-size: 22px;
  }
}

@media (max-width:767.92px) {
  .cycle-tab-container .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*** Features Section End ***/


/*** Premium Support Package Start ***/
.premium-support-banner-section{
/*   background: rgb(195 191 182 / 15%); */
}
.premium-pricing-section .pricing-card{
  background-color:#fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 40px 0px;
  border-radius: 4px;
  height: 100%;
  border-radius: 24px;
}
.premium-pricing-section .most-popular{
  border: 4px solid var(--green-primary);
  background: linear-gradient(180deg, #D7E7F9, #D5F4EC);
}

.premium-pricing-section .pricing-card button{
  background: var(--green-primary);
/*   background: #1D2130; */
  width: 100%;
  max-width: 230px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.premium-pricing-section .most-popular button{
  background: #1D2130;
}
.premium-pricing-section .pricing-card button:hover{
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.premium-pricing-section .pricing-card .items .check-box i.fa-circle-check{
  color: var(--green-primary);
}
.premium-pricing-section .pricing-card .exclamation-icon i{
 cursor: pointer;
}
.premium-pricing-section .pricing-card .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -5px;
}
.premium-pricing-section .pricing-card .ribbon::before, .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

.premium-pricing-section .pricing-card .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background: #ff9d28;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 700 14px / 1 'Montserrat', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}
.premium-pricing-section .pricing-card .ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
@media (min-width:1400px){
	.premium-pricing-section .pricing-card{
		padding: 40px 20px;
	}
}
/*** Premium Support Package End ***/


/*** Product Overview Page Start ***/
.product-feature-section .review-star i{
	color:#FF9D28;
}

.product-feature-section .user-circle{
	height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}
@media (max-width:480px) {
	.product-feature-section .user-circle{
	  height: 45px;
      width: 45px;
	  min-height:45px;
	  min-width:45px;
	}
	.product-feature-section h4{
		font-size: 1.1rem;
	}
	.product-feature-section .review-star i{
		font-size:0.85rem;
	}
	.product-feature-section .quotes p{
		font-size: 1.2rem !important;
	}
}
.product-feature-section .apexchange-logo {
    max-width: 182px;
    width: 100%;
}
.product-feature-section .profile-rating a{
	color: var(--light-blue);
}

.number-counting-section{
	background:linear-gradient(90deg, var(--primary), var(--secondary));
	margin-bottom:190px;
}
.number-counting-section .container{
	background-color:#fff;
	border-radius: 16px;
    padding: 30px;
	position: relative;
	top:100px;
	box-shadow: 0px 0px 10px 0px rgb(195 191 182 / 50%);
}
.number-counting-section .container hr{
	height:10px;
	background-color:var(--primary);
	border-radius: 19px;
    max-width: 110px;
	opacity:1;
}
/*** Product Overview Page End ***/


/*** Pricing Page FAQ's Start ***/
.accordion {
  background-color: transparent;
  color: #1D2130;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 21px;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 19px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.active, .accordion:hover {
  background-color: transparent;
}

.accordion .icons:after {
  content: '\002B';
  color: #1D2130;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  line-height: 33px;
  font-size: 39px;
}

.active .icons:after {
  content: "\2212";
}

.panel {
  border-radius: 19px;
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.pricing-page-faq .container{
	background-color:rgb(195 191 182 / 30%);
	border-radius: 19px;
}
.pricing-page-faq .container .items{
	background-color:#fff;
	border-radius: 19px;
}
@media (max-width:767px){
  .accordion {
    font-size: 16px;
   }
 .accordion .icons:after {
  line-height: normal;
  font-size: 27px;
 }
}
/*** Pricing Page FAQ's End ***/

/*** SME Pro Page Start ***/
.sme-pro-banner-section .home-blur{
	top: -23%;
	right:0px;
	z-index:-1;
	width:63%;
}
@media (max-width:767px){
.sme-pro-banner-section .home-blur{
	top: 0px;
	height:100%;
	width:100%;
  }
}
.sync-sell-succeed-section{
	background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.sync-sell-succeed-section .feauture-list-box{
	background-color: rgb(255 255 255 / 67%);
    padding: 45px 45px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.sync-sell-succeed-section .feauture-list-box .card-item{
	text-align:center;
}
.sync-sell-succeed-section .feauture-list-box .card-item img{
	width:100%;
	max-width:90px;
}
@media (max-width:767px){
 .sync-sell-succeed-section .feauture-list-box{
    padding: 45px 20px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.sme-pro-feature-section .feature-tag{
	background:-webkit-linear-gradient(45deg, var(--secondary), var(--primary) 80%);
	-webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.advance-sync-functionality-section{
	background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.advance-sync-functionality-section .feauture-list-box{
	background-color: rgb(195 191 182 / 13%);
    padding: 45px 45px;
    border-radius: 60px;
}
.advance-sync-functionality-section .feauture-list-box .card-item img{
	width:100%;
	max-width:90px;
	margin-left: -15px;
}
.border-right{
	border-right:2px solid #dee2e6;
}
@media (max-width:767px){
 .advance-sync-functionality-section .feauture-list-box{
    padding: 45px 20px;
    border-radius: 24px;
  }
}
@media (max-width:991.92px){
 .border-md-right-none{
	border-right:none;
  }
  .border-md-right{
	border-right:2px solid #dee2e6;
  }
}
@media (max-width:575.92px){
 .border-right, .border-md-right{
	border-right:none !important;
  }
}
.why-choose-us-section .sub-title{
     background: -webkit-linear-gradient(45deg, var(--secondary), var(--primary) 80%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
/*** SME Pro Page End ***/

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.dreamforceModalBtnHome{
	position: absolute;
    bottom: 19%;
    left: 47%;
    background: #5e8d3e;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
	transition:0.2s ease-in;	
	}
	.dreamforceModalBtnHome:hover{
		background: #fff;
		color:#5e8d3e;
	}
	@media(max-width:992px){
		.dreamforceModalBtnHome{
			bottom: 32%;
    		left: 14%;
    		font-size: 14px;
		}
	}
	@media(max-width:375px){
		.dreamforceModalBtnHome{
    		font-size: 11px;
		    padding: 0.5rem 1rem;
		}
	}
	@media(max-width:320px){
		.dreamforceModalBtnHome{
    		font-size: 9px;
		    padding: 0.35rem 0.75rem;
		}
	}



.discount-price{
	background-color: #FFC728;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 10px 20px;
/*     border-radius: 8px; */
	max-width: 270px;
	font-weight:600;
}
.discount-price h5{
	font-weight:600 !important;
}
.discounted-amount{
	color:#CC0C39;
    font-size: 26px;
    display: block;
}
.season-offer-icon{
	max-width: 75px;
    position: absolute;
    left: -15px;
    top: -69px;
}
@media (max-width:991.92px){
 .season-offer-icon{
    left: 20%;
 }
}
@media (max-width:767.92px){
 .season-offer-icon{
    left: -10px;
 }
}


/*** News & Events Page Start ***/
/* .news-banner-section{
	background-repeat: round;
    background-image: url('https://sxhmypxm.yoursalesforcedeveloper.com/wp-content/uploads/2024/11/sync-banner-bg.jpg');
} */
.news-banner-section .tranding-post-box{
	border:2px solid #C3BFB6;
	border-radius:20px;
}
.news-banner-section .tranding-post-box .title-link, .news-banner-section .tranding-post-box p, .news-latest-post-section .all-news-card p, .news-latest-post-section .all-news-card .title-link{
	text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-banner-section .tranding-post-box .title-link h4:hover, .news-latest-post-section .title-link h4:hover{
	color:var(--primary);
}

.text-btn{
	color:var(--primary);
}
.text-btn:hover{
	color:var(--secondary);
}
.news-latest-post-section{
	background-color:rgb(195 191 182 / 15%);
}
.news-latest-post-section .all-news-card{
	background-color:#fff;
	overflow: hidden;
}
.news-latest-post-section .all-news-card img{
	transition: ease-in-out 0.5s;
}
.news-latest-post-section .all-news-card:hover img{
	transform: scale(1.05);
}
 #top-header {
      background-color:#025959;
      color: white;
     padding-top: 9px;
    padding-bottom: 0px;
      text-align: center;
/*       position: fixed; */
/*       top: 0;
      left: 0;
      right: 0; */
      z-index: 9999;
      display: none;
    }

    #close-btn {
     
      
      right: 15px;
      color: white;
      font-size: 25px;
      cursor: pointer;
	      font-weight: bold;
    }
.cnglink:hover{
	color:#FFF !important;
}

/*** News & Events Page End ***/

/*become a partner */
 .partner .accordion {
    display: block !important;
    padding: 0px !important;
}
.partner button.accordion-button {
    background: none !important;
    color: #000 !important;
    font-size: 21px;
    font-weight: 500;
}
.partner .accordion-body {
    font-size: 16px;
    font-weight: normal;
    padding: 19px !important;
}
.partner .accordion-item {
    border: none !important;
    border-bottom: 2px solid #95be45 !important;
}

	 .partner-section {
      padding: 60px 0;
      text-align: center;
    }

    .partner-section h2 {
      font-size: 2.2rem;
      font-weight: 600;
      color: #0d1c3f;
    }

    .partner-section h2 strong {
      color: #0d1c3f;
    }

    .btn-success {
      background-color: #88c244;
      border: none;
      border-radius: 30px;
      font-weight: 500;
      padding: 10px 25px;
    }

    .btn-success:hover {
      background-color: #7bb032;
    }


.partner-benefits-section .icon img {
  max-width: 50px;
}
.become-partner-ctc-btu:hover {
    background: #198754 !important;
    color: #FFF !important;
}
.benefit-item {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  padding-bottom: 20px;
}
 .partner-invite {
      background: #66bb43;
      color: white;
      border-radius: 30px;
      background: linear-gradient(to right, #95BE45, #455820);
/*       padding: 60px 30px; */
	 position: relative;
    }

    .partner-invite h2 {
      font-size: 2.5rem;
    }

    .partner-invite .btn-light {
      font-weight: 600;
      font-size: 1rem;
      border-radius: 50px;
      padding: 10px 25px;
    }

    .partner-invite .btn-light i {
      font-size: 1.2rem;
    }
.become-pathner-cta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 476px;
}
    @media (max-width: 767.98px) {
      .partner-invite h2 {
        font-size: 2rem;
      }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
     .become-pathner-cta{
        position: relative !important;
        right: 0;
        top: 0px  !important;
    }
    }

    .become-pathner-cta{
        position: relative !important;
        right: 0;
        top: 0px  !important;
    }
    }
    .img-clind-pathenr{
        width:55px !important;
    }
    .partner .accordion-button::after{
        display: none !important;
    }
    .partner .accordion-button::beffor{
        display: none !important;
    }
   
}
/*new header section*/

	.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }
  .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-top: 1px solid #eee;
}

.mega-menu.show {
  max-height: 500px; /* adjust based on content height */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

a.dropdown-item.fw-bold:hover {
    background: #025959 !important;
    color: #fff !important;
	    cursor: pointer;
}
  .mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 2rem;
    background-color: white;
    display: none;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border-top: 1px solid #eee;
    z-index: 9999;
  }
.dropdown-menu.show{
  margin-top:0px;

}
  .nav-item:hover .mega-menu {
    display: block;
  }

  .dropdown-item {
    padding: 1rem 3px;
    font-size: 0.95rem;
    color: #333;
/*     border-bottom: 5px solid #fff; */

  }

	.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #ffffff;
}
  .dropdown-item:hover {
    color: #000 !important;
    text-decoration: none !important;
   
	   background-color: #ffffff;
     
  }

  .nav-link {
    font-weight: 500;
    color: #333 !important;
    margin-right: 1rem;
  }

  .btn-start {
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    background-color: #00a651;
    border: none;
    color: white;
    border-radius: 0.375rem;
  }

  @media (max-width: 991.98px) {
    .mega-menu {
      position: static;
      width: 100%;
      padding: 1rem 0;
      box-shadow: none;
      border-top: none;
    }

    .nav-item:hover .mega-menu {
      display: none;
    }

    .dropdown-menu.show .mega-menu {
      display: block !important;
    }
  }
  .mune-desktopop{
     padding:0px;
    width: 226px;
    margin-top: 12px;
  }
.mune-desktopop.show {
    padding:0px;
    width: 226px;
    margin-top: 19px;
}

 
 
    .btn-start {
      font-weight: 600;
      padding: 0.5rem 1.25rem;
      background-color: #00a651;
      border: none;
      color: white;
      border-radius: 0.375rem;
    }

    @media (max-width: 991.98px) {
      .mega-menu {
        display: none !important;
      }

      .offcanvas-body .accordion-button {
        padding-left: 0;
      }

      .offcanvas-body .nav-link {
        padding-left: 1rem;
      }

      .offcanvas-body .dropdown-content {
/*         padding-left: 1.5rem; */
      }
    }
	.offcanvas-body{
		padding:0px !important
	}
    .offcanvas-start {
      width: 280px;
      transition: transform 0.3s ease-in-out;
    }
	.menu-ridho:hover{
		background: #025959 !important;
    color: #fff !important;
	}
	#mobileMenu button.accordion-button.collapsed {
    background: none !important;
    border: none !important;
    box-shadow: none;
}
	div#mobileMenu .accordion {
    display: block !important;
}
	div#mobileMenu .accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF !important;
    box-shadow: none;
    background: none;
    color: #000 !important;
}
div#mobileMenu .accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: none !important;
    border: none !important;
}
.sticky-top{
	background:#FFF !important;
	z-index:9999;
}
 @media (max-width: 991.98px) {
.end-section-footer {
    padding-bottom: 71px;
}
}
/*** pro price page **//

/*** Updated Pro Page Pricing Section Start ***/
.pro-page-pricing-section .table-container{
   border: 1px solid #DADADA;
   border-radius: 19px;
}

        .pro-page-pricing-section table {
            width: 100%;
            border-collapse: collapse;
            background: transparent;
			border-radius: 19px;
/*             min-width: 991px; */
            /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
        }
        .pro-page-pricing-section tr:nth-child(1){
            border-top: none;
			border-top-left-radius: 19px;
			border-bottom-left-radius: 19px;
			border-top-right-radius: 19px;
			border-bottom-right-radius: 19px;
        }
        .pro-page-pricing-section tbody tr:nth-last-child(1){
            border-bottom:none;
        }
        .pro-page-pricing-section tr{
            border-top: 1px solid #E0E0E0;
            border-bottom: 1px solid #E0E0E0;
        }
        .pro-page-pricing-section tr td:nth-child(3), .pro-page-pricing-section tr th:nth-child(3) {
         background: #F8F8F8;
       }

        .pro-page-pricing-section th,
        .pro-page-pricing-section td {
            /* border: 1px solid #eee; */
            padding: 16px;
            text-align: center;
            vertical-align: middle;
        }
        .pro-page-pricing-section thead{
            position: sticky;
            top: 70px;
            z-index: 2;
        }

        .pro-page-pricing-section th {
            background: #fff;
            font-size: 18px;
            font-weight: bold;
        }

        .pro-page-pricing-section td:first-child {
            text-align: left;
            font-weight: 500;
        }

        .pro-page-pricing-section .time-valid-text {
            font-size: 16px;
            color:#8C8C8C;
			font-weight:400;
            max-width: 300px;
        }
.pro-page-pricing-section table thead .btn1 {
  width:100%;
  max-width: 180px;
}

        .pro-page-pricing-section .check {
            color: #1F9300;
            font-size: 15px;
        }

        .pro-page-pricing-section .optional {
            font-weight:400;
			color:#D4D4D4;
			font-size: 15px;
        }

        .pro-page-pricing-section tr:nth-child(even) {
            background: #fcfcfc;
        }
.pro-page-pricing-section .plan-text{
	color:#8C8C8C;
}
.tooltip{
	max-width:230px !important;
}
.tooltip .tooltip-inner{
	max-width:230px !important;
}
.pro-page-pricing-section .most-popular-box{
    background-color: #085897;
    position: absolute;
    top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}
@media(min-width:1200px){
	.table-head-width{
		min-width:261px;
	}
}
@media(max-width:991.92px){
  .pro-page-pricing-section .table-container{
   overflow-x: auto;
 }
.pro-page-pricing-section thead{
   position: unset;
 }
 .pro-page-pricing-section .table-head-width{
		min-width:175px;
	}
 .pro-page-pricing-section table {
   min-width: 991px;
  }
}
/*** Updated Pro Page Pricing Section End ***/

/*** Add-on Pricing Section Start ***/
.add-on-pricing-section .table-container {
  border: 1px solid #dadada;
  border-radius: 19px;
}

.add-on-pricing-section table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 19px;
}
.add-on-pricing-section table tr td img{
  width: 100%;
  max-width:22px;
  margin-left: 10px;
}
.add-on-pricing-section tr:nth-child(1) {
  border-top: none;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
.add-on-pricing-section tbody tr:nth-last-child(1) {
  border-bottom: none;
}
/* .add-on-pricing-section tr {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
} */
/* .add-on-pricing-section tr td:nth-child(2),
.add-on-pricing-section tr th:nth-child(2) {
  background: #f8f8f8;
} */
.add-on-pricing-section tr th:nth-child(2), .add-on-pricing-section tr td:nth-child(2){
  background: #f8f8f8;
/* 	border-radius: 19px; */
}

.add-on-pricing-section th,
.add-on-pricing-section td {
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}
.add-on-pricing-section .sticky-table-head {
  position: sticky;
  top: 70px;
  z-index: 2;
}

.add-on-pricing-section th {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}

.add-on-pricing-section td:first-child {
  text-align: left;
  font-weight: 500;
}

.add-on-pricing-section .time-valid-text {
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 400;
}
.add-on-pricing-section .btn1 {
  width: 100%;
  max-width: 180px;
}

.add-on-pricing-section .check {
  color: #1f9300;
  font-size: 24px;
}
.add-on-pricing-section tr:nth-child(even) {
  background: #fcfcfc;
}
.add-on-pricing-section .rowCheckbox{
	height: 16px;
    width: 16px;
    margin-right: 8px;
    cursor: pointer;
}
@media (min-width: 1200px) {
  .add-on-pricing-section .table-head-width {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 991.92px) {
  .add-on-pricing-section .table-container {
    overflow-x: auto;
  }
  .add-on-pricing-section .sticky-table-head {
    position: unset;
  }
  .add-on-pricing-section .table-head-width {
    min-width: 175px;
  }
  .add-on-pricing-section table {
    min-width: 991px;
  }
}

.add-on-select-feature-section .add-on-cards{
    padding: 50px 50px;
	height: 100%;
}
.disabled-btn{
	opacity: 0.6 !important;
}
.disabled-btn:hover{
	background-color: #0055FF !important;
	border-color: #0055FF !important;
	color: #fff !important;
}

.add-on-select-feature-section .left-side-card{
	background:linear-gradient(80deg, #e6f0ff, rgb(230 240 255 / 0%), rgb(230 240 255 / 0%)), url('https://res.cloudinary.com/drqieihlc/image/upload/v1749207253/add--on-feature-bg_lqmdcr.webp');
	object-fit: cover;
	border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
/* 	background: linear-gradient(to bottom right, #e6f0ff, #ffffff); */
}
.add-on-select-feature-section .right-side-card{
	background-color:#F3F3F3;
	border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.add-on-select-feature-section .right-side-card .exclamation-icon{
	border: 2px solid #4b4b4b;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-on-select-feature-section .right-side-card .exclamation-icon i{
	transform: rotate(180deg);
	font-size: 14px;
    color: #4b4b4b;
    font-weight: bold;
}
.add-on-select-feature-section .right-side-card .rowCheckbox{
/* 	border: 2px solid #8E8E8E !important; */
    width: 20px;
    height: 20px;
    margin-right: 10px;
	accent-color: #1F9300;
}
.add-on-select-feature-section .right-side-card .rowCheckbox:hover{
	accent-color: #1F9300;
}
.add-on-select-feature-section .right-side-card .rowCheckbox, .add-on-select-feature-section .right-side-card label{
  cursor:pointer;
}
@media (max-width: 991.92px) {
 .add-on-select-feature-section .left-side-card{
	background-color:#F3F3F3;
	border-top-left-radius: 24px;
	 border-top-right-radius: 24px;
    border-bottom-left-radius: unset;
 }
 .add-on-select-feature-section .right-side-card{
	background-color:#F3F3F3;
	border-top-right-radius: unset;
    border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
 }
}
/*** Add-on Pricing Section End ***/

/*** Documents Generation Number Section Start ***/
.documens-generation-number-section{
	background-color: #0A0118;
    background-image: radial-gradient(ellipse at bottom left, rgba(132, 112, 255, 0.7), transparent 40%), radial-gradient(ellipse at bottom right, rgba(132, 112, 255, 0.4), transparent 30%);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: bottom left, bottom right;
}
.documens-generation-number-section .counter-container {
  font-size: 4rem;
  font-weight: bold;
  display: flex;
/*   justify-content: center; */
  align-items: baseline;
}

.documens-generation-number-section .static-part, .documens-generation-number-section .animated-digits, .documens-generation-number-section .digit-column span{
	color:#ABC4F5;
/*     -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(180deg, #ABC4F5, #D1D7E4 100%); */
}

.documens-generation-number-section .animated-digits {
  display: flex;
  overflow: hidden;
  height: 4rem;
}

.documens-generation-number-section .digit-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.documens-generation-number-section .digit-column span {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.documens-generation-number-section .green-gredient{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(180deg, #00FF92, #00F6FF 100%);
}
.documens-generation-number-section .graph-box{
	border-radius:8px;
	border: 2px solid rgb(255 255 255 / 10%);
}
.documens-generation-number-section .chart {
  display: flex;
  align-items: flex-end;
  height: 300px;
  width: 100%;
  margin: 0 auto;
  border-right: 2px solid rgb(255 255 255 / 10%);
/*   border-bottom: 2px solid #333; */
/*   padding: 10px; */
  gap: 10px;
/*   background-color: white; */
/*   box-shadow: 0 0 5px rgba(0,0,0,0.2); */
}

.documens-generation-number-section .bar {
  width: 40px;
  background-color: #4CAF50;
  text-align: center;
  color: white;
  font-size: 14px;
  position: relative;
  transition: background-color 0.3s ease;
}

.documens-generation-number-section .bar:hover {
  background-color: #388e3c;
}

.documens-generation-number-section .bar-label {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
  color: #fff;
}
/*** Documents Generation Number Section End ***/

/*** Updated Documents Generation Number Section Start ***/
.updated-docs-gen-number-section{
	background-color: #0A0118;
/*     background-image: radial-gradient(ellipse at top left, rgba(132, 112, 255, 0.7), transparent 40%), radial-gradient(ellipse at top right, rgba(132, 112, 255, 0.4), transparent 30%); */
	background-image:radial-gradient(ellipse at top left, rgb(48 41 99), rgb(47 40 96), rgb(23 12 53), rgb(24 13 55), transparent 41%), radial-gradient(ellipse at top right, rgb(26 18 50), transparent 30%);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: top left, top right;
}
.updated-docs-gen-number-section .bar-box{
	padding: 0px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	position: absolute;
    width: 100%;
    top: 22%;
}
.updated-docs-gen-number-section .counter-container {
  font-size: 10rem;
  font-weight: bold;
  display: flex;
/*   justify-content: center; */
  align-items: baseline;
}

.updated-docs-gen-number-section .static-part, .updated-docs-gen-number-section .animated-digits, .updated-docs-gen-number-section .digit-column span{
	color:#fff;
}

.updated-docs-gen-number-section .animated-digits {
  display: flex;
  overflow: hidden;
  height: 10rem;
}

.updated-docs-gen-number-section .digit-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.updated-docs-gen-number-section .digit-column span {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.updated-docs-gen-number-section .bottom-content{
    position: absolute;
    bottom: 4%;
    left: 10%;	
}
.updated-docs-gen-number-section .bar-box .items{
	position: relative;
}
.updated-docs-gen-number-section .bar-box .item-2{
	bottom: 114px;
}
.updated-docs-gen-number-section .bar-box .item-3{
	bottom: 132px;
}
.updated-docs-gen-number-section .bar-box .item-4{
	bottom: 241px;
}
.updated-docs-gen-number-section .bar-box .item-5{
	bottom: 437px;
}
@media (max-width:991.92px){
    .updated-docs-gen-number-section .counter-container {
      font-size: 3.2rem;
    }
	.updated-docs-gen-number-section .digit-column span{
	   height: 3.2rem;
	}
	.updated-docs-gen-number-section .animated-digits {
      height: 3.2rem;
   }
}
@media (max-width:1838px){
  .updated-docs-gen-number-section .bar-box .item-1{
	bottom:7px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:430px;
  }
}
@media (max-width:1800px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:232px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:419px;
  }
}
@media (max-width:1750px){
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:411px;
  }
}
@media (max-width:1700px){
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:400px;
  }
}
@media (max-width:1600px){
   .updated-docs-gen-number-section .bar-box .item-1{
	bottom:16px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:220px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:380px;
  }
}
@media (max-width:1500px){
  .updated-docs-gen-number-section .bottom-content{
    position: absolute;
    bottom: 4%;
    left: 4%;	
   }
   .updated-docs-gen-number-section .bar-box .item-1{
	bottom:22px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:216px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:366px;
  }
}
@media (max-width:1450px){
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:103px;
  }
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:120px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:200px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:345px;
  }
}
@media (max-width:1400px){
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:103px;
  }
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:120px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:200px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:345px;
  }
}
@media (max-width:1350px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:195px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:335px;
  }
}
@media (max-width:1300px){
  .updated-docs-gen-number-section .bar-box .item-1{
	bottom:30px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:325px;
  }
}
@media (max-width:1250px){
   .updated-docs-gen-number-section .bar-box {
    padding: 0px 15px;
   }
  .updated-docs-gen-number-section .bar-box .item-1{
	bottom:30px;
  }
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:100px;
  }
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:115px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:185px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:315px;
  }
}
@media (max-width:1200px){
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:305px;
  }
}
@media (max-width:1150px){
   .updated-docs-gen-number-section .bar-box .item-4{
	bottom:175px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:292px;
  }
}
@media (max-width:1050px){
  .updated-docs-gen-number-section .bar-box .item-1{
	bottom:40px;
  }
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:96px;
  }
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:110px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:170px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:277px;
  }
}
@media (max-width:991px){
   .updated-docs-gen-number-section .bar-box .item-3{
	bottom:105px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:162px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:266px;
  }
}
@media (max-width:900px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:155px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:248px;
  }
}
@media (max-width:800px){
   .updated-docs-gen-number-section .bar-box .item-1{
	bottom:45px;
  }
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:88px;
  }
  .updated-docs-gen-number-section .bar-box .item-3{
	bottom:98px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:145px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:228px;
  }
}
@media (max-width:750px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:140px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:215px;
  }
}
@media (max-width:700px){
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:135px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:210px;
  }
}
@media (max-width:600px){
   .updated-docs-gen-number-section .bar-box .item-1{
	bottom:50px;
  }
  .updated-docs-gen-number-section .bar-box .item-2{
	bottom:82px;
  }
  .updated-docs-gen-number-section .bar-box .item-3{
	bottom:90px;
  }
  .updated-docs-gen-number-section .bar-box .item-4{
	bottom:125px;
  }
  .updated-docs-gen-number-section .bar-box .item-5{
	bottom:185px;
  }
}
/*** Updated Documents Generation Number Section End ***/
/*** Compare Trusted Section Start ***/
.compare-trusted-section{
	margin-top: -160px;
}
.compare-trusted-section .container{
	background-color:#fff;
	border-radius: 29px;
	box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
}
.dark-mode .compare-trusted-section .container{
	background-color:var(--primary1);
}
.compare-trusted-section .items{
    max-width: 225px;
/*     box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
/*     padding: 5px 30px; */
    min-height: 80px;
    max-height: 80px;
/*     border-radius: 50rem; */
    margin-left: auto;
    margin-right: auto;
/* 	overflow: hidden; */
}
.compare-trusted-section .items img{
    max-width: 80%;
/*     overflow: hidden; */
    transition: ease-in-out 0.5s;
}
.compare-trusted-section .items img:hover {
    transform: scale(1.1);
}

#search-bar {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.suggestions-list {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    border: 2px solid #ccc;
    border-top: none;
/*     max-height: 200px; */
    overflow-y: auto;
    background-color: white;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 10;
	position: absolute;
    right:0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width:1199.92px){
	.suggestions-list{
		top: 108px;
	}
}

.suggestions-list li {
    padding: 10px;
    cursor: pointer;
	display: flex;
    align-items: center;
}

.suggestions-list li:hover {
    background-color: #f0f0f0;
}
.comparison-section .suggestions-list li img{
    width: 100%;
    max-width: 130px;
    margin-right: 20px;
}
@media (max-width:991.92px) {
   .suggestions-list li {
    flex-wrap:wrap;
	   justify-content:center;
   }
}
/*** Compare Trusted Section End ***/

/*** Compare Page Start ***/
.compare-banner-section{
    background: #E6EEF5;
}
.compare-trusted-section .items .transparent-logo{
  display:inline-block;
}
.compare-trusted-section .items .white-logo{
  display:none;
}
.dark-mode .compare-trusted-section .items .transparent-logo{
  display:none;
}
.dark-mode .compare-trusted-section .items .white-logo{
  display:inline-block;
}

.bg-light-color{
    background: #E6EEF5;
}

@media (max-width:767px) {
    .comparison-section .table-container{
        overflow-x: scroll;
    }
    .comparison-section table{
        min-width: 778px;
        overflow-x: scroll;
    }
}

.comparison-section table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
  }

  .comparison-section th{
    padding-top: 30px !important;
  }
  
  .comparison-section td, .comparison-section th {
    /* border: 1px solid #dddddd; */
    text-align: center;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    max-width: 390px;
  }
  
  .comparison-section tr:nth-child(odd) {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #f9f9f9;
  }



/*** Compare Page End ***/

.dme-pro-feaures1-section .accordion {
    display: block;
    padding:0px !important;
}
.dme-pro-feaures1-section .accordion-item {
    background-color: #f3faf6 !important;
    border-left: 5px solid #095128 !important;
    padding-top: 0px;
    margin-bottom: 10px !important;
}
.dme-pro-feaures1-section button.accordion-button {
    background: none !important;
    color: #009688 !important;
    font-weight: bold;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0px;
}
.pricing-faqs-section .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px !important;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.pricing-faqs-section .accordion {
    display: block;
    padding:0px !important;
}
.pricing-faqs-section .accordion-item {
    background-color: #f3faf6 !important;
    border-left: 5px solid #095128 !important;
    padding-top: 0px;
    margin-bottom: 10px !important;
    padding:10px;
}
.pricing-faqs-section button.accordion-button {
    background: none !important;
    color: #009688 !important;
    font-weight: bold;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0px;
}
.pricing-faqs-section .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px !important;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
button.btn1.btn-primary1:hover {
    background: #6da500;
    color: #FFF;
}
.shopify-section {
    /* background-color: #f8fdf8; */
    padding: 60px 0;
    position: relative;
    background-image: url(https://sxhmypxm.yoursalesforcedeveloper.com/wp-content/uploads/2025/08/image-14-scaled.png) !important;
    background-position: center;
    background-size: cover;
}
    .browser-mockup {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      max-width: 650px;
      margin: auto;
      border-top: 25px solid #f5f5f5;
      position: relative;
    }
    .browser-mockup::before {
      content: '';
      position: absolute;
      top: -18px;
      left: 20px;
      width: 12px;
      height: 12px;
      background: #ff5f56;
      border-radius: 50%;
      box-shadow: 20px 0 #ffbd2e, 40px 0 #27c93f;
    }
    .highlight {
      color: #0d6efd;
      font-weight: bold;
    }
    .shopify-btn {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 10px 25px;
      border-radius: 25px;
      font-size: 16px;
      transition: 0.3s;
    }
    .shopify-btn:hover {
      background-color: #45a049;
    }
    .side-icon {
      max-width: 80px;
    }
    @media (max-width: 767px) {
      .side-icon {
        max-width: 60px;
        margin-bottom: 20px;
      }
    }


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

/*** Home Banner Section CSS Start ***/
.home-banner-section .container{
	position: relative;
	z-index: 1;
/*     position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}
.home-banner-section .banner-bg-img{
	width: 100%;
	position: absolute;
    top: 0px;
    z-index: 0;
}
@media (max-width:1200px){
	.home-banner-section .banner-bg-img{
		min-height: 80%;
		object-fit: cover;
	}
}
.home-banner-section .items{
	display:flex;
	align-items:center;
	padding:0px 40px;
}
@media (max-width:991.92px){
	.home-banner-section .items{
	    padding:0px 20px;
    }
}

.home-banner-section .item1{
	border-right:2px solid #DFE0E6;
}
@media (max-width:767.92px){
	.home-banner-section .item1{
	    border-right:none;
    }
}
.home-banner-section .items .icon-box{
	width: 75px;
	min-width: 75px;
    height: 75px;
    border: 2px solid #DFE0E6;
    border-radius: 15px;
    background: #fff;
    padding: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner-section .items .rating-points i{
	color:#FFA407;
}
.swiper-logos-slider .swiper-wrapper{
	transition-timing-function: linear !important;
}
.swiper-logos-slider .swiper-slide {
   padding:0px 20px;
}
.swiper-logos-slider .swiper-slide img {
    height: auto;
    width: 100%;
    max-width: 100%;
	filter: grayscale(1);
}
.swiper-logos-slider .swiper-slide img:hover{
	filter: grayscale(0);
}
.home-banner-section .client-logo-slider-box .swiper-logos-slider{
    position: relative;
    width: 100%;
    place-items: center;
    overflow: hidden;
}
.home-banner-section .client-logo-slider-box .swiper-logos-slider:before{
	position: absolute;
    background-image: linear-gradient(to right, #F9FFF3 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
	left: 0;
    top: 0;
}
.home-banner-section .client-logo-slider-box .swiper-logos-slider:after{
	position: absolute;
    background-image: linear-gradient(to right, #F9FFF3 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
	right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
@media (max-width:1800px){
	.home-banner-section .client-logo-slider-box .swiper-logos-slider:before, .home-banner-section .client-logo-slider-box .swiper-logos-slider:after{
		background-image: linear-gradient(to right, #F9FFF3 0%, rgba(255, 255, 255, 0) 0%);
	}
}
.home-banner-section .client-logo-slider-box .shadow-bg {
    position: absolute;
    max-width: 200px;
/*     height: 100%; */
    width: 100%;
	z-index: 1;
}
.home-banner-section .client-logo-slider-box .shadow-left-bg {
    left: -1px;
    top: 0px;
}
.home-banner-section .client-logo-slider-box .shadow-right-bg{
    right: 0px;
    top: 0px;
    transform: scaleX(-1);
}
/*** Home Banner Section CSS End ***/

/*** Home AI Feature Section CSS Start ***/
.home-ai-feature-section .container{
	background:linear-gradient(180deg, #7DD770, #21A25F, #009689, #025959, #025959);
	border-radius: 49px;
}
/* .home-ai-feature-section .feature-ai-section{
	min-height:50vh;
	background-color: #fff;
    border-radius: 29px;
} */
.home-ai-feature-section .feature-ai-section .ai-start{
	position: absolute;
    right: 0px;
    top: -60px;
    max-width: 140px;
}
.home-ai-feature-section .feature-ai-section .item{
	border-radius: 14px;
    display: flex;
    padding: 20px;
	border:1px solid rgb(2 71 71 / 50%);
	background-color:transparent;
	transition: .3s;
}
.home-ai-feature-section .feature-ai-section .item:hover{
	background-color:rgb(2 71 71 / 50%);
}
.home-ai-feature-section .feature-ai-section .item .icon-box {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-right: 15px;
	border-radius: 8px;
    background-color: #F3F4F6;
	display:flex;
	align-items:center;
	justify-content:center;
}
.testimonial-section .gredient-img{
	position:absolute;
    top: 50%; 
	transform: translateY(-50%);
}
.testimonial-section .testimonial-logos-slider .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}

.testimonial-section .testimonial-logos-slider img{
    max-width:320px;
    width:100%;
}
.testimonial-section .testimonial-navigation{
    display:flex;
    gap:15px;
}

.testimonial-section .testimonial-prev, .testimonial-section .testimonial-next{
    width:45px;
    height:45px;
    border:1px solid #024747;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
	background-color:#024747;
    cursor:pointer;
    transition:.3s;
}

.testimonial-section .testimonial-prev:hover, .testimonial-section .testimonial-next:hover{
    background:#fff;
    color:#024747;
}
/*** Home AI Feature Section CSS End ***/

/*** Home Feature Section CSS Start ***/
.home-features-section .feature-card{
	background-color:#fff;
	border-radius:20px;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
	margin-bottom:25px;
	position: sticky;
/*     top: 120px; */
	overflow: hidden;
}

.home-features-section .feature-card:nth-child(1){
    top:100px;
}

.home-features-section .feature-card:nth-child(2){
    top:110px;
}

.home-features-section .feature-card:nth-child(3){
    top:120px;
}

.home-features-section .feature-card:nth-child(4){
    top:130px;
}
.home-features-section .feature-card:nth-child(5){
    top:140px;
}
.home-features-section .feature-card:nth-child(6){
    top:150px;
}

.home-features-section .feature-card .card-header{
	background-color:#FBFAF9;
	border-bottom:2px solid rgb(223 224 230 / 50%);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.home-features-section .lottie-animation-box{
    background-color:#749696;
	padding: 0px 0px 0px 0px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
/* 	max-height: 450px; */
/*     height: 100%; */
}
.home-features-section .lottie-animation-box .home-feature-lottie{
    height: 100%;
}
/*** Home Feature Section CSS End ***/

/*** Home Case Studies Section CSS Start ***/
.home-case-studies-section .case-study-content-slider{
    border-radius: 20px;
    padding: 30px;
    background-color: #C4DACF;
}
.home-case-studies-section .case-study-image-slider .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}

.home-case-studies-section .case-study-content-slider img{
    max-width: 199px;
    width: 100%;
    margin-bottom: 20px;
}
.home-case-studies-section .case-study-content-slider .number-text{
	color:#21A25F;
}
.home-case-studies-section .case-study-content-slider .read-more-btn{
	color:#024747;
	font-weight:700;
	text-decoration:none;
}
.home-case-studies-section .case-study-image-slider img{
/*     max-width:320px; */
/*     width:100%; */
	height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.home-case-studies-section .case-study-navigation{
    display:flex;
    gap:15px;
	justify-content:space-between;
}

.home-case-studies-section .case-study-prev, .home-case-studies-section .case-study-next{
    width:45px;
    height:45px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#024747;
	background-color:#D3E8DC;
    cursor:pointer;
    transition:.3s;
}

.home-case-studies-section .case-study-prev:hover, .home-case-studies-section .case-study-next:hover{
    background-color:#024747;
    color:#fff;
}
/*** Home Case Studies Section CSS End ***/

/*** Home Comparison Section CSS Start ***/
.home-comparison-section .comparison-card{
	background: linear-gradient(45deg, #D3E8DC, #E3FFC2);
	border: 2px solid rgb(2 71 71 / 30%);
	border-radius:20px;
}
.home-comparison-section .comparison-card .left-box{
	border-right:2px solid rgb(2 71 71 / 30%);
}
.home-comparison-section .comparison-card .left-box img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    box-shadow: 0px 0px 22px 4px rgb(21 36 63 / 16%);
}
.home-comparison-section .comparison-card .left-box ul li i{
	color:#DA2400;
}
.home-comparison-section .comparison-card .right-box ul li i{
	color:#21A25F;
}
.home-comparison-section .comparison-card .right-box .right-img{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
    box-shadow: 0px 0px 22px 4px rgb(21 36 63 / 16%);
}
/*** Home Comparison Section CSS End ***/

/*** Home Compliance Section CSS Start ***/
.home-compliance-section .container{
	background: linear-gradient(60deg, #025959, #009689, #21A25F, #B9FB6A, #7bd333);
	border-radius:20px;
}
.home-compliance-section .container .items{
	height:100%;
}
.home-compliance-section .container .items img{
	width:100%;
	max-width: 170px;
}
/*** Home Compliance Section CSS End ***/

/*** Footer Section CSS Start ***/
.footer p {
  font-size: 15px;
}
.footer .footer-item a {
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    color: var(--secondary);
    transition: 0.5s;
    text-decoration: none;
    white-space: nowrap;
}
.footer .footer-item a:hover {
	color: #21A25F;
}

.footer .btn.btn-social {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border: 1px solid;
  border-radius: 8px;
  transition: .3s;
  border-color: var(--secondary);
}

.footer .btn.btn-social:hover {
  color: #21A25F;
  border-color: #21A25F;
}
.footer .btn.btn-social:last-child{
	margin-right: 0px;
}

.copyright-section{
	background: linear-gradient(60deg, #025959, #025959, #025959, #025959, #21A25F, #025959);
}
/*** Footer Section CSS End ***/

/* –––––––––––––––––––––––––
   Updated Home Page CSS End
  –––––––––––––––––––––––––– */

/* –––––––––––––––––––––––––--------------
   Updated Product Overview Page CSS STart
  ––––––––––––––––––––––––––-------------- */

/*** Banner Section CSS End ***/
.product-banner-section .product-banner-img{
	position: absolute;
    right: 0px;
	height:100%;
}
.product-banner-section .gredient-circle-img{
	position: relative;
    left: -80px;
}
@media (min-width:1501px) and (max-width:2000px){
	.product-banner-section .product-banner-img{
	    height:100%;
		max-width: 45%;
    }
	.product-banner-section .gredient-circle-img{
	    width: 100%;
		left: -120px;
    }
}
@media (max-width:1500px){
	.product-banner-section .product-banner-img{
	    height:auto;
		max-width: 50%;
    }
	.product-banner-section .gredient-circle-img{
	    width: 100%;
		max-width: 555px;
    }
}
@media (max-width:991.92px){
	.product-banner-section .product-banner-img{
		max-width: 100%;
    }
	.product-banner-section .gredient-circle-img{
	    width: 100%;
		max-width: 555px;
		left: 0px;
		top:-150px;
		z-index: 0;
    }
	.product-banner-box{
		position: relative;
		text-align: center;
	}
}
/*** Banner Section CSS End ***/

/*** Product Industries Section Start ***/
.product-industries-section .items{
	box-shadow: 0px 0px 9px 4px #f6f5f4;
    background: #fff;
    padding: 20px;
	height:100%;
	border-radius: 8px;
}
.product-industries-section .items img{
	width:100%;
	max-width:50px;
	margin-right:15px;
	transition: all 300ms ease-in-out;
}
.product-industries-section .items:hover img{
	transform: scale(1.2);
}
.product-industries-section .items h4{
	margin-top:5px;
	font-size: 1.2rem;
	font-weight:700 !important;
}
/*** Product Industries Section End ***/

/*** Product Features Section Start ***/
.pruduct-features-section{
	background: linear-gradient(180deg, #7DD770, #21A25F, #009689, #025959, #025959);
}
.pruduct-features-section .items{
    height: 100%;
}
.pruduct-features-section .left-item{
	border: 2px solid #fff;
	padding: 25px 25px;
}
.pruduct-features-section .left-item .sticky-item{
	position: sticky;
    top: 100px;
}
.pruduct-features-section .right-item{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	min-height: 340px;
}
/* .pruduct-features-section .right-item:hover{
	background-color:#2d9b4d;
} */
@media (max-width:1399.92px){
	.pruduct-features-section .right-item{
		min-height: 366px;
	}
}
@media (max-width:1199.92px){
	.pruduct-features-section .right-item{
		min-height: inherit;
	}
}
@media (max-width:991.92px){
	.pruduct-features-section .right-item{
		padding-top: 56px;
     }
}
@media (max-width:767.92px){
	.pruduct-features-section .left-item .sticky-item{
	    position: unset;
        top: unset;
    }
	.pruduct-features-section .left-item{
	    border-bottom: none;
    }
	.pruduct-features-section .right-item{
		border-left: 2px solid #fff;
     }
}
/*** Product Features Section End ***/

/*** Use Cases Section Start ***/
.use-cases-section .nav{
	background-color:#fff;
	border:1px solid #E4E4E4;
	border-radius:20px;
	padding: 10px;
	display:inline-flex;
	align-items:center;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.use-cases-section .nav .nav-item{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.use-cases-section .nav .nav-link{
	border-radius:12px;
	padding: 10px;
	font-weight:600;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	margin: 0px;
	white-space: nowrap;
	cursor:pointer;
	min-width: 130px;
}
.use-cases-section .nav .nav-item .nav-link:hover{
	border-color:transparent;
}
.use-cases-section .nav .nav-item.active .nav-link{
	background-color:#F4F4F4;
	border:1px solid #E4E4E4;
}
/*** Use Cases Section End ***/

/*** Product Security Section Start ***/

/*** Product Security Section End ***/

/* –––––––––––––––––––––––––------------
   Updated Product Overview Page CSS End
  ––––––––––––––––––––––––––------------ */


/* –––––––––––––––––––––––––--------------
   Updated Become a Partner Page CSS Start
  ––––––––––––––––––––––––––-------------- */

/*** Banner Section Start ***/
@media (max-width:991px){
	.become-a-partner-section .users-profile{
	    max-width: 200px;
    }
}
.become-a-partner-section .users-profile img{
	width: 40px;
    margin-left: -8%;
    transition: ease-in-out 0.5s;
    position: relative;
}
.become-a-partner-section .users-profile img:hover{
	transform: translateY(-6px);
}
/*** Banner Section End ***/


/*** Why Partner With Us Section Start ***/
.why-patner-with-us-section .accordion{
	padding: 0px;
}
.why-patner-with-us-section .accordion-item{
	width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 13px;
}
.why-patner-with-us-section .accordion-item .accordion-header .accordion-button{
	font-size: 22px;
    font-weight: 600;
	width: 100%;
    border: none;
    border-radius: 0px !important;
	box-shadow: none;
	background-color:transparent;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.why-patner-with-us-section .accordion-item .accordion-header .accordion-button:after{
	display:none;
}
.why-patner-with-us-section .accordion-item .accordion-body{
	font-size: 16px;
    font-weight: 400;
}
.why-patner-with-us-section .accordion-item .accordion-header .accordion-button .icon-box {
	width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 2px solid;
	border-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left:10px;
	font-size: 18px;
}
.why-patner-with-us-section .accordion-item .accordion-header .accordion-button.collapsed .icon-box {
	border-color: #052c65;
}
.why-patner-with-us-section .accordion-item .accordion-header .accordion-button .icon-box i.fa-minus{
	display:inline-block;
}
.why-patner-with-us-section .accordion-item .accordion-header .accordion-button .icon-box i.fa-plus{
	display:none;
}
.why-patner-with-us-section .accordion-item .accordion-header .accordion-button.collapsed .icon-box i.fa-minus{
	display:none;
}
.why-patner-with-us-section .accordion-item .accordion-header .accordion-button.collapsed .icon-box i.fa-plus{
	display:inline-block;
}
.why-patner-with-us-section .growth-img{
	transform: translateY(-485px);
    margin-bottom: -485px;
}
@media (max-width:1399.92px){
	.why-patner-with-us-section .growth-img{
	    transform: translateY(-430px);
        margin-bottom: -430px;
    }
}
@media (max-width:1199.92px){
	.why-patner-with-us-section .growth-img{
	    transform: translateY(-350px);
        margin-bottom: -350px;
    }
}
@media (max-width:991.92px){
	.why-patner-with-us-section .growth-img{
	    transform: translateY(-200px);
        margin-bottom: -200px;
    }
}
@media (max-width:767.92px){
	.why-patner-with-us-section .growth-img{
	    display:none;
    }
	.why-patner-with-us-section .accordion-item .accordion-header .accordion-button{
		font-size: 18px;
	}
	.why-patner-with-us-section .accordion-item .accordion-header .accordion-button .icon-box{
		width: 25px;
        height: 25px;
        min-height: 25px;
        min-width: 25px;
        font-size: 16px;
	}
}
.why-patner-with-us-section .gg-section { 
	position: relative; 
	width: 100%; 
}
  .why-patner-with-us-section .gg-frame {
    position: relative;
    width: 100%;
/*     aspect-ratio: 1200 / 620; */
    aspect-ratio: 1200 / 636;
    border-right: 1px solid #d7dad2;
    border-bottom: 1px solid #d7dad2;
    overflow: hidden;
  }

  .why-patner-with-us-section .gg-kicker {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7c8478;
    opacity: 0;
    transition: opacity .6s ease;
  }
  .why-patner-with-us-section .gg-frame.is-visible .gg-kicker { opacity: 1; }

  .why-patner-with-us-section .gg-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

  .why-patner-with-us-section .gg-curve {
    stroke: #1c9d63;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .why-patner-with-us-section .gg-lines line {
    stroke: #c7cbc1;
    stroke-width: 1.4;
    stroke-dasharray: 3 5;
  }

  .why-patner-with-us-section .gg-tip { fill: #1c9d63; opacity: 0; }

  .why-patner-with-us-section .gg-arrowhead {
    fill: #1c9d63;
    opacity: 0;
    transform-box: fill-box;
  }

  .why-patner-with-us-section .gg-stagedots circle {
    fill: #ffffff;
    stroke: #1c9d63;
    stroke-width: 3;
    opacity: 0;
    transition: opacity .35s ease, transform .35s ease;
  }
@media (max-width:991.92px){
	.why-patner-with-us-section .gg-stagedots circle, .why-patner-with-us-section .gg-pills{
	    display:none;
    }
}

  /* Milestone pills (HTML overlay, positioned in % over the SVG) */
  .why-patner-with-us-section .gg-pills { position: absolute; inset: 0; z-index: 2; pointer-events: none; }

  .why-patner-with-us-section .gg-pill {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 7px;
    transform: translate(-50%, -12px);
    background: #ffffff;
    border-radius: 999px;
    padding: 7px 14px 7px 8px;
    box-shadow: 0 6px 16px rgba(30, 40, 30, 0.10);
    white-space: nowrap;
    font-size: clamp(10px, 1.15vw, 13px);
    font-weight: 600;
    color: #1e2a22;
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
  }
  .why-patner-with-us-section .gg-pill.is-in { opacity: 1; transform: translate(-50%, -26px); }

  .why-patner-with-us-section .gg-pill .gg-dot {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #e5f5ec;
    color: #1c9d63;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .why-patner-with-us-section .gg-pill .gg-dot svg { width: 13px; height: 13px; display: block; }

  .why-patner-with-us-section .gg-pill.gg-pill-final {
    background: #1c9d63;
    color: #ffffff;
  }
  .why-patner-with-us-section .gg-pill.gg-pill-final .gg-dot { background: rgba(255,255,255,0.28); color: #ffffff; }

  @media (max-width: 576px) {
    .why-patner-with-us-section .gg-pill-text { display: none; }
    .why-patner-with-us-section .gg-pill { padding: 8px; gap: 0; }
  }

  @media (prefers-reduced-motion: reduce) {
    .why-patner-with-us-section .gg-tip, .why-patner-with-us-section .gg-arrowhead { display: none; }
  }
/*** Why Partner With Us Section End ***/

/*** Who Can Partner Section Start ***/
.who-partner-section{
	background: linear-gradient(180deg, #7DD770, #21A25F, #009689, #025959, #025959);
}
.who-partner-section .partner-box{
	background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    width: 18%;
    margin: 10px;
    height: auto;
	text-align:center;
}
.who-partner-section .partner-box:hover{
	transform: translateY(-5px);
}
.who-partner-section .partner-box .partner-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #eaeaea;
    margin: 0 auto 20px auto;
}
@media (min-width: 576px) and (max-width: 1024px) {
	.who-partner-section .partner-box{
		width:46%;
	}
}   
@media (min-width: 280px) and (max-width: 575px) {
	.who-partner-section .partner-box{
		width:100%;
	}
}
/*** Who Can Partner Section End ***/

/*** Listed Numbers Section Start ***/
.listed-numbers-section .items{
	display:flex;
	align-items:center;
	padding:0px 54px;
}
@media (max-width:1199.92px){
	.listed-numbers-section .items{
	    padding:0px 34px;
    }
}
@media (max-width:991.92px){
	.listed-numbers-section .items{
	    padding:0px 20px;
    }
}

.listed-numbers-section .item1{
	border-right:2px solid #DFE0E6;
}
@media (max-width:767.92px){
	.listed-numbers-section .item1{
	    border-right:none;
    }
}
.listed-numbers-section .items .icon-box{
	width: 75px;
	min-width: 75px;
    height: 75px;
    border: 2px solid #DFE0E6;
    border-radius: 15px;
    background: #fff;
    padding: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.listed-numbers-section .items .rating-points i{
	color:#FFA407;
}
/*** Listed Numbers Section End ***/

/* –––––––––––––––––––––––––------------
   Updated Become a Partner Page CSS End
  ––––––––––––––––––––––––––------------ */


/* –––––––––––––––––––––––––------
   Updated Case Study Page CSS Start
  ––––––––––––––––––––––––––------ */

/*** Case Study Lists Section Start ***/
.case-study-lists-section .items .card-header img{
	border-radius:20px;
	width: 100%;
}
.case-study-lists-section .items .card-body .card-title-link{
	color:#000;
}
.case-study-lists-section .items .card-body .card-title-link:hover{
	color:var(--primary);
}
/*** Case Study Lists Section End ***/

/*** Case Study Highlights Section Start ***/
.reading-case-study-highlights-section .items{
	height:100%;
	border-radius: 10px;
    padding: 25px;
    background-color: rgb(2 89 89 / 10%);
}
.reading-case-study-highlights-section .items .number-text{
	color:var(--secondary);
}
/*** Case Study Highlights Section End ***/

/*** Case Study Details Section Start ***/
.case-study-details-section .left-item{
	background: linear-gradient(45deg, #D3E8DC, #E3FFC2);
    border: 2px solid rgb(2 71 71 / 30%);
    border-radius: 20px;
	padding: 25px;
}
@media(min-width:992px){
	.case-study-details-section .sticky-lg-box{
		position: sticky;
		top: 100px;
	}
}
.case-study-details-section .list-shares{
	display:flex;
	padding: 0px;
    list-style: none;
}
.case-study-details-section .list-shares li .social-icons{
	display: inline-flex;
    width: 35px;
    height: 35px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
}
.case-study-details-section .list-shares li .social-icons.facebook{
    background-color: #3B5998;
}
.case-study-details-section .list-shares li .social-icons.twitter{
    background-color: #000000;
}
.case-study-details-section .list-shares li .social-icons.linkedin{
    background-color: #0a66c2 ;
}

.case-study-details-section .right-item .pointers ul{
    padding: 0px;
	list-style: none;
    counter-reset: step;
	margin: 0;
}
.case-study-details-section .right-item .pointers ul li{
    padding: 0 0 30px 55px;
    margin-bottom: 20px;
    border-bottom: 2px solid #C2C2C2;
	counter-increment: step;
    position: relative;
}
.case-study-details-section .right-item .pointers ul li:last-child{
    border-bottom: none;
}
.case-study-details-section .right-item .pointers ul li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.case-study-details-section .right-item .pointers ul li b{
	display: block;
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 5px;
}
/*** Case Study Details Section End ***/

/* –––––––––––––––––––––––––------
   Updated Case Study Page CSS End
  ––––––––––––––––––––––––––------ */

/*** Footer Newsletter Form Start ***/
.newsletter-form .form-control{
	background-color: transparent;
    color: var(--secondary);
    box-shadow: none;
    border-radius: 10px;
    padding: 10px 15px;
	height:100%;
	border:2px solid var(--secondary);
}
.newsletter-form .form-control::placeholder{
    color: var(--secondary);
}
.newsletter-form .form-control:focus{
	background-color: transparent;
    color: var(--secondary);
    box-shadow: none;
}
.newsletter-form .form-control:-webkit-autofill {
    -webkit-text-fill-color: var(--secondary);
}
.newsletter-form .subscribe-btn{
	padding: 6px 15px;
	border-radius: 10px;
}
.newsletter-form .alert{
	display: none;
    border-radius: 10px;
    font-size: 0.88rem;
    padding: 10px 16px;
}
/*** Footer Newsletter Form End ***/