/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 12:41:15 */
.case-study-container .slide {
    background: transparent !important;
}

    .case-study-container {
    display: flex;
    /* width: 100%; */
    height: 714px;
    margin: 0 0 0 auto;
    background: #111;
    overflow: hidden;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    margin-left: auto;
    width: calc(100vw - ((100vw - 1180px) / 2));
}
    .left-panel {
      flex: 0 0 30%;
      width: 30%;
      height: 100%;
      background: #1C1C1C;
    }
    .left-panel h4 {
      color: orange;
      margin: 0;
      font-size: 36px;
      font-weight: 500;
      line-height: 150%;
      padding: 65px 218px 0 77px;
    }
    .left-panel .step-count {
      font-size: 72px;
      font-weight: 800;
      color: #444;
      padding: 14px 237px 0px 77px;
      position: relative;
      line-height: 150%;
    }
    .left-panel .step-count::before {
      content: "";
      position: absolute;
      left: 0;
      top: 60%;
      transform: translateY(-50%);
      width: 60px;
      border-top: 2px solid #525252;
    }
    .left-panel p {
    font-size: 26px;
    font-weight: bold;
    padding: 32px 79px 0px 77px;
    height: 273px;
    color: #EEEEEE;
    line-height: 1.5;
}
    .right-panel {
      flex: 0 0 70%;
      width: 70%;
      position: relative;
      height: 714px;
      min-width: 0;
    }
    .slides-wrapper {
      width: 100%;
      max-width: 100%;
      height: 491px;
      overflow: hidden;
      margin: 67px 45px 0 35px;
      border-radius: 12px;
      position: relative;
    }
    .carousel-track {
      display: flex;
      transition: transform 0.5s ease;
    }
    .carousel-track .slide {
      width: calc(100% - 20px);
      height: 491px;
      flex-shrink: 0;
      margin-right: 20px;
      align-items: center;
      justify-content: flex-end !important;
      display: flex !important;
    }
    .carousel-track .slide:last-child {
      margin-right: 0;
    }
    .slide img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 12px;
    margin-right: 0;
}
    .carousel-track .slide:not(.active) img {
      margin-right: 0;
    }
.controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 33px auto 0px;
}
    .dots {
      display: flex;
      gap: 6px;
      align-items: center;
    }
    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: gray;
    }
    .dot.active {
      background: orange;
    }
    .nav-buttons {
      display: flex;
      gap: 10px;
      align-items: center;
    }
   .arrow-btn {
    background: #1c1c1c;
    border: none;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
    .arrow-btn svg {
      opacity: 0.5;
    }
  .case-study-container .dot {
    width: 15px;
    height: 15px;
}
.arrow-btn svg:hover {
    opacity: 1;
}
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 896px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .case-study-container {
  flex-direction: column-reverse;
        width: calc(100vw - ((100vw - 100%) / 2)) !important;
        justify-content: flex-end;
        height: 100% ! IMPORTANT;
        border-radius: 0px;
        padding-top: 40px;
        padding-bottom: 60px;
        padding-left: 15px;
    }

.case-study-container .nav-buttons {
    display: none !important;
}	  
.left-panel h4, .left-panel .step-count {
    display: none;
}
.controls-row {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 60px auto 40px;
}	  
.right-panel {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
}
.left-panel {
        flex: 0 0 100% !important;
        width: 100% !important;
        background: transparent;
    }	
    .left-panel p {
        font-size: 20px;
        font-weight: bold;
        padding: 21px !important;
        height: auto;
        padding-left: 0px !important;
    } 
.slides-wrapper {
    height: auto !important;
    margin: 0px !important;
 
}	  
.carousel-track .slide {
    height: 100% !important;
 
}	  
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 896px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 896px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}