.elementor-449 .elementor-element.elementor-element-a1bb47b{--display:flex;--min-height:214px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-449 .elementor-element.elementor-element-a1bb47b:not(.elementor-motion-effects-element-type-background), .elementor-449 .elementor-element.elementor-element-a1bb47b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-c4132c1 );}.elementor-449 .elementor-element.elementor-element-a946510{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}.elementor-449 .elementor-element.elementor-element-cf50a45{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-449 .elementor-element.elementor-element-b8e91e7{--display:flex;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-449 .elementor-element.elementor-element-f6878ef .elementor-heading-title{color:var( --e-global-color-c4132c1 );}.elementor-449 .elementor-element.elementor-element-34cb0de .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:40px;font-weight:600;line-height:45px;color:var( --e-global-color-ec4242b );}.elementor-449 .elementor-element.elementor-element-1fbba17{--display:flex;}.elementor-449 .elementor-element.elementor-element-beaa156{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-449 .elementor-element.elementor-element-34cb0de .elementor-heading-title{font-size:28px;line-height:38px;}}@media(min-width:768px){.elementor-449 .elementor-element.elementor-element-b8e91e7{--width:50%;}.elementor-449 .elementor-element.elementor-element-1fbba17{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-db87aa5 */.case-tabs-section {
  /*padding: 60px 20px;*/
  /*background: #f8f8fb;*/
  /*font-family: Inter, sans-serif;*/
}

/* Tabs Header */
.tabs-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

/* Container */
.tabs-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
}

.tabs-container::-webkit-scrollbar {
  display: none;
}

/* 5 Tabs Visible on Desktop */
.tab {
  flex: 0 0 20%; /* 100% / 5 = 20% */
  text-align: center;
  cursor: pointer;
  padding: 15px 10px;
  opacity: 0.5;
  transition: 0.3s;
  border-bottom: 2px solid #e5e5e5;
  white-space: nowrap;
}

.tab img {
  height: 40px;
  max-width: 100%;
}

/* Active Tab */
.tab.active {
  opacity: 1;
  border-bottom: 3px solid #6c4df6;
}

/* Arrows */
.tab-arrow {
  background: #6c4df6;
  color: white;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0 10px;
  transition: 0.3s;
}

.tab-arrow:hover {
  background: #5538d6;
}

/* Content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.content-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 60px;
}

.left-stats h2 {
  color: #6c4df6;
  font-size: 42px;
  margin: 0;
}

.left-stats p {
  margin-bottom: 30px;
  color: #555;
}

.right-content h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.right-content p {
  color: #444;
  line-height: 1.6;
}

.case-studies  {
    font-family: "Inter";
}
.case-studies h3.elementor-icon-box-title {
    margin-bottom: 0px;
}

.case-studies .left-stats {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}
.case-studies .company-logo {
    display: inline-flex;
    margin-bottom: 20px;
}
.case-studies .company-logo img{
    width: 25%;
    max-width: 100%;
    height: 52px;
}

.case-studies strong {
    margin-bottom: 20px;
    display: block;
}

.case-study-btns a.filled-btn{
    background-color: #8157FF;
}
.case-study-btns a.outlined-btn{
    background-color: transparent;
    border: 1px solid #8157FF;
    color: #8157FF;
}
.case-study-btns a{
    border-radius: 0;
    padding: 15px 25px;
}
.case-study-btns {
    display: flex;
    gap: 20px;
}
.case-studies .right-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.case-studies .cloud-logos {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.case-studies .cloud-logos img{
    width: 15%;
}
.case-studies .tabs-container .tab img{
    /* border: 1px solid red; */
    width: 80%;
}
/* Tablet - 3 Tabs Visible */
@media (max-width: 1024px) {
  .tab {
    flex: 0 0 33.33%;
  }
}

/* Mobile - 2 Tabs Visible */
@media (max-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr;
  }

  .tab {
    flex: 0 0 50%;
  }
}/* End custom CSS */