.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
.carousel-control.left {
	background: url("../img/previous-arrow.png") no-repeat center;
	width: 25px;
    background-size: contain;
}
.carousel-control.right {
	background: url("../img/next-arrow.png") no-repeat center;
	width: 25px;
    background-size: contain;
}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}

.carousel-inner .item img {
	/*filter: grayscale(100%);*/
	transition: all .2s ease .2s;
	/*width: 80%;*/
    margin: 0 auto;
}
.carousel-inner .item img:hover {
	filter: none;
}
.carousel-inner .item h4, .carousel-inner .item .client-h4{
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	color: #313131;
	margin-bottom: 5px;
	margin-top: 10px;
}
.carousel-inner .item p {
	text-align: center;
	font-weight: 600;
	color:var(--primary);
}

@media(max-width:660px){
	/*.carousel-inner .item img {
	width: 50%;
}*/
}








/* logo scroll  */
.auto_slider_container{
	max-width: 1000px;
	width: 100%;
	display: flex;
	margin: auto;
	overflow: hidden;
  }
  .auto_slider{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: rotation 30s linear infinite;
  }
  .auto_slider li{
	/* font: 16px/1.2 "Roboto"; */
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	width: 100%;
	background: #fff;
	margin: 0px 10px;
	box-sixing: border-box;
	border-radius: 15px; border:1px solid #e0e0e0;
  }
  .auto_slider li img{
	border-radius: 13px;
  }
  /* .auto_slider:hover{
	animation-play-state: paused;
  } */
  @keyframes rotation {
   0% {
	transform:translateX(0)
   }
   100% {
	transform:translateX(-100%)
   }
  }
  /*logo slider end*/
  
  .slider-main li
  {
	border:none !important;
  }
  

  
      /* Custom Case Studies Carousel Styling */
      #case-studies-carousel {
        position: relative;
        padding-bottom: 50px; /* Space for indicators */
      }
      #case-studies-carousel .carousel-inner {
        overflow: visible; /* Prevent clipping of images with negative margins/animations */
        height: 100% !important;
      }
      #case-studies-carousel .item {
        transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
      }
      /* Modern indicators */
      #case-studies-carousel .carousel-indicators {
        bottom: 0px;
        margin-bottom: 0;
      }
      #case-studies-carousel .carousel-indicators li {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        border: 2px solid #701af5;
        background-color: transparent;
        transition: all 0.3s ease;
        border-radius: 50%;
        display: inline-block;
      }
      #case-studies-carousel .carousel-indicators .active {
        width: 28px;
        height: 12px;
        border-radius: 6px;
        background-color: #701af5;
        border-color: #701af5;
      }
      /* Modern sleek control buttons */
      #case-studies-carousel .carousel-control {
        width: 50px;
        height: 50px;
        line-height: 48px;
        background: #ffffff;
        color: #701af5;
        border: 2px solid #701af5;
        border-radius: 50%;
        opacity: 1;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(112, 26, 245, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        text-shadow: none;
      }
      #case-studies-carousel .carousel-control.left {
        left: -50px;
        background-image: none;
      }
      #case-studies-carousel .carousel-control.right {
        right: -30px;
        background-image: none;
      }
      #case-studies-carousel .carousel-control:hover {
        background: #701af5;
        color: #ffffff;
        box-shadow: 0 6px 20px rgba(112, 26, 245, 0.4);
      }
      #case-studies-carousel .carousel-control span {
        position: static;
        margin: 0;
      }

	  #case-studies-carousel .casestudies-wrapper-section
	  {
		height: 100%;
	  }

	  

	  #case-studies-carousel .min-content-label
	  {
		font-weight: 600;
		margin-right: 10px;
		color: var(--secondary) !important;
		margin: 0 !important;
		text-align: left;
	  }

	  #case-studies-carousel .min-content-text
	  {
		font-weight: 700 !important;
		font-size: 16px !important;
		color: #1a1a1a !important;
		text-align: left;
	  }

	  .experience-tomorrow .features-box
	  {
		min-height: 230px;
	  }
      
      /* Responsive adjustment */
      @media (max-width: 991px) {
        #case-studies-carousel .carousel-control {
          opacity: 1;
          width: 40px;
          height: 40px;
          line-height: 38px;
        }
        #case-studies-carousel .carousel-control.left {
          left: -10px;
        }
        #case-studies-carousel .carousel-control.right {
          right: -10px;
        }
        #case-studies-carousel {
          padding-bottom: 30px;
        }
      }
      @media (max-width: 768px) {
        .casestudies-wrapper-section img {
          /* margin-top: 20px !important; */
        }
        #case-studies-carousel .carousel-control.left {
          left: 5px;
        }
        #case-studies-carousel .carousel-control.right {
          right: 5px;
        }

		#case-studies-carousel .casestudies-wrapper-section
		{
			height: 100% !important;
		}

		#case-studies-carousel .carousel-inner
		{
			height: 100% !important;
		}

		#case-studies-carousel .carousel-control
		{
			top: auto  !important;
		}
      }
      
/* ==========================================================================
   Commission Savings Calculator Section Styling
   ========================================================================== */
.commission-calculator-section {
  padding: 80px 0;
  background: #fbfbfd;
  position: relative;
}

.commission-calculator-section .sub-title {
  margin-bottom: 10px;
}

.calculator-wrapper {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f5;
  padding: 40px;
  margin-top: 40px;
  overflow: hidden;
}

/* Input Styles */
.calc-inputs-column {
  padding-right: 30px;
}

.calc-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  text-align: left;
}

.calc-group {
  margin-bottom: 30px;
}

.calc-label-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calc-label {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0;
}

.calc-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.calc-currency-symbol {
  position: absolute;
  left: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #701af5;
}

.calc-number-input {
  width: 120px;
  height: 45px;
  border: 2px solid #e1e1e8;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: right;
  transition: all 0.3s ease;
  background: #fff !important;
}

.calc-number-input:focus {
  border-color: #701af5;
  outline: none;
  box-shadow: 0 0 0 3px rgba(112, 26, 245, 0.1);
}

.calc-number-input.has-currency {
  padding-left: 24px;
}

/* Custom Sleek Slider Styling */
.calc-slider-container {
  margin-top: 15px;
  position: relative;
}

.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e1e1e8;
  outline: none;
  transition: background 0.3s;
}

.calc-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #701af5;
  cursor: pointer;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 8px rgba(112, 26, 245, 0.4);
  transition: all 0.2s ease;
  margin-top: -8px; /* Center thumb vertically */
}

.calc-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(112, 26, 245, 0.6);
}

.calc-slider-minmax {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  color: #8c8c9e;
  margin-top: 8px;
}

/* Results Card Styles */
.calc-results-column {
  background: linear-gradient(135deg, #f7f3ff 0%, #f0e6ff 100%);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #eadeff;
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

/* Sleek Tab Switcher */
.calc-tabs {
  background: #ffffff;
  border-radius: 30px;
  padding: 4px;
  display: flex;
  border: 1px solid #e1d3f7;
}

.calc-tab-btn {
  border: none;
  background: none;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #701af5;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none !important;
}

.calc-tab-btn.active {
  background: #701af5;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(112, 26, 245, 0.2);
}

/* Savings Displays */
.savings-metric-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(112, 26, 245, 0.03);
  border: 1px solid #eadeff;
  transition: all 0.3s ease;
  text-align: left;
}

.savings-metric-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(112, 26, 245, 0.08);
}

.savings-metric-title {
  font-size: 14px;
  font-weight: 600;
  color: #6a6a7c;
  margin-bottom: 5px;
}

.savings-metric-value {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.value-lost {
  color: #e53e3e;
}

.value-saved {
  color: #2f855a;
}

.metric-subtitle {
  font-size: 12px;
  color: #88889b;
  margin-top: 5px;
  margin-bottom: 0;
}

/* Visualization Graph block */
.visual-comparison-wrapper {
  margin-top: 30px;
}

.visual-title {
  font-size: 14px;
  font-weight: 700;
  color: #4a4a5e;
  margin-bottom: 15px;
  text-align: center;
}

.comparison-bar-container {
  margin-bottom: 15px;
}

.comparison-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  color: #4a4a5e;
  margin-bottom: 6px;
}

.comparison-bar-outer {
  height: 24px;
  background: #e1e1e8;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

.comparison-bar-inner {
  height: 100%;
  border-radius: 12px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.bar-thirdparty {
  background: linear-gradient(90deg, #fc8181 0%, #e53e3e 100%);
}

.bar-ventagenie {
  background: linear-gradient(90deg, #68d391 0%, #2f855a 100%);
}

.bar-text {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* CTA Button */
.calc-cta-container {
  margin-top: 30px;
  text-align: center;
}

.calc-cta-btn {
  display: block;
  width: max-content;
  background: var(--secondary);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
  border-radius: 12px;
  text-decoration: none;
  /* box-shadow: 0 4px 15px rgba(112, 26, 245, 0.3); */
  transition: all 0.3s ease;
  border: none;
  margin: 0 auto;
}

.calc-cta-btn:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 8px 25px rgba(112, 26, 245, 0.5); */
  text-decoration: none;
}

#counter-stats div{
  margin-bottom: 20px;
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .calculator-wrapper {
    padding: 30px;
  }
  .calc-inputs-column {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .commission-calculator-section {
    padding: 50px 0;
  }
  .calculator-wrapper {
    padding: 20px;
    margin-top: 30px;
  }
  .calc-results-column {
    padding: 24px;
  }
  .savings-metric-value {
    font-size: 26px;
  }

  .calc-cta-btn
  {
    width: 100% !important;
    font-size: 14px !important;
  }

  .results-header
  {
	flex-direction: column;
  }
}