/*

Template 2106 Soft Landing

http://www.tooplate.com/view/2106-soft-landing
	
*/
 
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');

  body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background: #f9f9f9;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: normal;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    color: #353535;
    font-size: 2em;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #202020;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #b22222;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #202020;
  }

  .section-title {
    padding-bottom: 40px;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #contact,
  footer {
    background: #ffffff;
    text-align: center;
  }

  .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), linear-gradient(to top, #7ecbff 0%, #b39ddb 30%, #b39ddb 100%) !important;
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .online-form {
    position: relative;
  }

  .online-form .form-control {
    border-color: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    box-shadow: none;
    height: 50px;
    margin-right: 0.5em;
    padding-left: 15px;
  }

  .online-form input[type="email"] {
    width: 60%;
  }

  .online-form button.section-btn {
    position: static !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: inline-block;
  }

  .online-form button:hover {
    background: #202020;
    color: #ffffff;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .form-control.section-btn, button.section-btn, input.section-btn {
    background: #ff7043 !important;
    border: 0 !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 30px;
    transition: 0.5s 0.2s;
    box-shadow: none;
  }

  .form-control.section-btn:hover, button.section-btn:hover, input.section-btn:hover,
  .form-control.section-btn:focus, button.section-btn:focus, input.section-btn:focus {
    background: #b22222 !important;
    color: #ffffff !important;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .custom-navbar .navbar-brand img {
    height: 45px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }

  .custom-navbar .navbar-logo-text {
    font-size: 20px;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: -1px;
    line-height: 1;
    transition: color 0.8s ease, text-shadow 0.8s ease;
  }

  .custom-navbar.top-nav-collapse .navbar-logo-text {
    color: #b22222 !important;
    text-shadow: 0 2px 8px rgba(178,34,34,0.08);
    font-weight: 800 !important;
  }

  .custom-navbar .navbar-brand span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    color: inherit;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav {
    margin-left: 6em;
  }

  .custom-navbar .nav li a {
    font-size: 16px;
    font-weight: normal;
    color: #f0f0f0;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #b22222;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #b22222;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #ff7043;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME          
  -----------------------------------------*/

  #home {
    background: url('../images/home-bg.jpg') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    padding-top: 12em;
    text-align: center;
  }

  #home h1 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .home-info {
    margin-top: 7em;
  }

  .home-info h3 {
    color: #f0f0f0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px 0;
  }
  
  #home .home-info p {
    color: #fff !important;
  }



  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  #feature {
    background: #ffffff;
    padding: 40px 0 40px 0;
  }

  #feature .nav-tabs {
    border-bottom: 0;
  }

  #feature .nav>li>a {
    padding: 8px 0;
  }

  #feature .nav-tabs>li>a {
    color: #999999;
    font-size: 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin-right: 35px;
  }

  #feature .nav-tabs>li.active>a, 
  #feature .nav-tabs>li.active>a:focus, 
  #feature .nav-tabs>li.active>a:hover {
    background: transparent;
    color: #202020;
    border-bottom: 3px solid #b22222;
  }

  #feature .nav>li>a:focus, 
  #feature .nav>li>a:hover {
    background: transparent;
    border-bottom: 3px solid #b22222;
    color: #202020;
  }

  #feature .tab-content {
    margin-top: 50px;
  }

  .tab-pane-item {
    margin: 20px 0;
  }

  .tab-pane-item h2 {
    margin: 0 0 5px 0;
  }

  .feature-image {
    position: absolute;
    bottom: -27em;
  }

  #feature .section-title {
    text-align: center;
  }
  #feature .section-title h1.about-title {
    color: #b22222;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: 1px;
  }
  .advantage-tabs {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .advantage-tabs .nav-tabs {
    border-bottom: none;
    display: flex;
    gap: 24px;
  }
  .advantage-tabs .nav-tabs>li {
    margin-bottom: 0;
  }
  .advantage-tabs .nav-tabs>li>a {
    border-radius: 24px 24px 0 0;
    padding: 12px 32px;
    font-size: 1.2em;
    font-weight: bold;
    color: #b22222;
    background: #f7f7f7;
    border: none;
    border-bottom: 3px solid transparent;
    transition: background 0.3s, color 0.3s, border-bottom 0.3s;
  }
  .advantage-tabs .nav-tabs>li.active>a,
  .advantage-tabs .nav-tabs>li.active>a:focus,
  .advantage-tabs .nav-tabs>li.active>a:hover {
    background: #b22222;
    border-bottom: 3px solid #ff7043;
    color: #fff;
  }
  .advantage-tabs .nav-tabs>li>a:hover {
    background: #ffe0e0;
    color: #b22222;
  }
  .advantage-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(178,34,34,0.08);
    padding: 40px 32px 32px 32px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 260px;
  }
  .advantage-card img {
    max-width: 220px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(178,34,34,0.06);
  }
  @media (max-width: 992px) {
    .advantage-card {
      flex-direction: column;
      text-align: center;
      gap: 24px;
      padding: 32px 12px;
    }
    .advantage-tabs .nav-tabs>li>a {
      padding: 10px 18px;
      font-size: 1em;
    }
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    padding: 40px 0 40px 0;
  }

  #about .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }

  .team-thumb-up:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
  }

  .team-thumb-down:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ffffff;
  }

  .team-info {
    position: relative;
    padding: 40px;
  }

  .team-info h2 {margin: 0;}

  .team-info small {
    display: block;
    font-size: 18px;
    margin: 5px 0 10px 0;
  }

  .team-thumb img {
    width: 100%;
  }

  .about-title {
    color: #b22222;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 1px;
  }
  .about-team-thumb {
    margin-bottom: 24px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 16px 8px 8px 8px;
    background: #fafafa;
    transition: box-shadow 0.3s;
  }
  .about-team-thumb:hover {
    box-shadow: 0 6px 24px rgba(178,34,34,0.12);
  }
  .about-team-thumb img {
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .about-team-thumb .team-info {
    padding: 16px 8px 0 8px;
  }
  .about-team-thumb h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .about-team-thumb small {
    color: #b22222;
    font-size: 1em;
    margin-bottom: 8px;
    display: block;
  }
  .about-team-thumb p {
    font-size: 1em;
    color: #757575;
    margin-bottom: 0;
  }

  .about-card {
    background: #fafbfc;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 24px 12px 16px 12px;
    text-align: center;
    margin-bottom: 24px;
    transition: box-shadow 0.3s;
  }
  .about-card:hover {
    box-shadow: 0 6px 24px rgba(178,34,34,0.12);
  }
  .about-card-img {
    width: 200px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto 18px auto;
    box-shadow: 0 2px 8px rgba(178,34,34,0.06);
    background: #fff;
    display: block;
  }
  .about-card-body {
    padding: 0;
  }
  .about-card-name {
    color: #b22222;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .about-card-title {
    color: #222;
    font-size: 1.08em;
    margin-bottom: 6px;
  }
  .about-card-desc {
    color: #555;
    font-size: 1em;
    margin-bottom: 0;
  }



  /*---------------------------------------
      TESTIMONIAL           
  -----------------------------------------*/

  #testimonial {
    background: #ffffff;
  }

  #testimonial .row {
    display: flex;
    align-items: stretch;
  }

  #testimonial .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    margin: 0;
    padding: 0;
  }

  #testimonial .section-title {
    padding-bottom: 0;
  }

  #testimonial h1 {
    color: #ffffff;
  }

  .testimonial-image {
    background: url('../images/testimonial-image.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    height: auto;
    flex: 1 1 0;
  }

  .testimonial-info {
    background: #202020;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
    height: auto;
    min-height: 400px;
  }

  .testimonial-info .section-title h1 {
    color: #ffffff;
    font-size: 3em;
    margin-bottom: 0;
    border-left: none;
    padding-left: 0;
    letter-spacing: normal;
  }

  .testimonial-info h3 {
    color: #d9d9d9;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0;
    position: static;
    padding-left: 0;
  }

  .testimonial-info h3:before {
    content: none;
  }

  .testimonial-item {
    display: block;
    align-items: unset;
    margin: 20px 0;
  }

  .testimonial-item img {
    border: 3px solid #ffffff;
    box-shadow: none;
    margin-right: 10px;
  }

  .testimonial-item h4 {
    color: #d9d9d9;
    font-weight: normal;
    font-size: inherit;
    margin: 0;
  }

  .owl-dots {
    margin-top: 0 !important;
  }
  .owl-dot span {
    background: #869791 !important;
    opacity: 1;
  }
  .owl-dot.active span {
    background: #869791 !important;
    opacity: 1;
  }

  @media (max-width: 992px) {
    #testimonial .row {
      display: block;
    }
    #testimonial .col-md-6 {
      display: block;
    }
    .testimonial-image,
    .testimonial-info {
      min-height: 300px;
      padding: 30px;
    }
  }

  @media (max-width: 480px) {
    .testimonial-image,
    .testimonial-info {
      height: 65vh;
    }
  }



  /*---------------------------------------
      PRICING             
  -----------------------------------------*/

  #about .section-title,
  #pricing .section-title {
    text-align: center;
  }

  #pricing {
    padding: 20px 0 30px 0;
  }

  #pricing .row {
    display: flex;
    flex-wrap: wrap;
  }

  #pricing .col-md-4.col-sm-6 {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .pricing-thumb {
    background: #ffffff;
    border-right: 2px solid #f0f0f0;
    padding: 20px 40px;
    min-height: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }

  .pricing-title {
    padding-bottom: 5px;
  }

  .pricing-info {
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
  }

  .pricing-info,
  .pricing-bottom {
    padding: 20px 0;
  }

  .pricing-info p {
    font-size: 16px;
  }

  .pricing-bottom {
    margin-top: auto;
  }

  .pricing-bottom span {
    font-size: 20px;
  }

  .pricing-btn {
    background: #ff7043 !important;
    border: 0 !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 30px;
    transition: 0.5s 0.2s;
    box-shadow: none;
    display: inline-block !important;
    margin: 24px auto 0 auto !important;
    width: auto !important;
    text-align: center;
  }

  .pricing-btn:hover, .pricing-btn:focus {
    background: #b22222 !important;
    color: #ffffff !important;
  }

  .col-md-4.col-sm-6 {
    height: unset;
    display: block;
  }

  #pricing .pricing-thumb {
    height: 420px;
    min-height: 420px;
    max-height: 420px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form .form-control:focus {
    border-bottom-color: #202020;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    background: #202020;
    border-radius: 50px;
    border: 0;
    color: #ffffff;
  }

  #contact-form input[type='submit']:hover {
    background: #29ca8e;
    color: #ffffff;
  }
  


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-bottom: 80px;
  }

  .copyright-text p {
    margin: 5px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 50px;
    color: #202020;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #536976;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {

    .custom-navbar .navbar-nav {
      margin-left: 3em;
    }

    .home-info {
      margin-top: 0;
    }
  }


  @media only screen and (max-width: 992px) {

    section {
      padding: 60px 0;
    }

    .custom-navbar .navbar-nav {
      margin-left: 0;
    }

    .custom-navbar .nav li a {
      font-size: 14px;
      padding-right: 15px;
      padding-left: 15px;
    }

    #feature .nav-tabs>li>a {
      font-size: 16px;
      margin-right: 20px;
    }

    .feature-image {
      bottom: -24em;
    }

    .pricing-thumb {
      margin-bottom: 30px;
    }

    footer {
      padding-bottom: 40px;
    }
  }


  @media screen and (max-width: 767px) {

    .section-title {
      padding-bottom: 20px;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #202020;
      font-weight: normal;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #656565;
    }

    .feature-image {
      position: relative;
      bottom: 0;
    }

    #about .col-md-4:nth-child(3n) .team-thumb {
      display: flex;
      -webkit-box-orient: vertical;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
    }

    .team-thumb-down:after {
      top: -15px;
      bottom: inherit;
      border-top: inherit;
      border-bottom: 15px solid #ffffff;
    }

    .testimonial-image,
    .testimonial-info {
      height: 85vh;
    }

    .testimonial-info {
      padding: 30px;
    }
  }


  @media screen and (max-width: 480px) {

    .online-form input[type="email"],
    .online-form .form-control {
      width: 85%;
    }

    .online-form .form-control {
      display: block;
      margin: 20px auto;
    }

    .online-form button {
      position: relative;
      right: 0;
    }

    .testimonial-image,
    .testimonial-info {
      height: 65vh;
    }
  }

  img, .img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }

  #achievements-feedback {
    background: #fff;
    padding: 100px 0 80px 0;
  }
  #achievements-feedback .feedback-title {
    color: #b22222;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 1px;
  }
  #achievements-feedback .achievement-number {
    font-size: 2.5em;
    color: #b22222;
    font-weight: bold;
    margin: 16px 0 8px 0;
    text-align: center;
  }
  #achievements-feedback .achievement-desc {
    color: #757575;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 0;
  }
  #achievements-feedback .feedback-card {
    background: #fafafa;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
    transition: box-shadow 0.3s;
  }
  #achievements-feedback .feedback-card:hover {
    box-shadow: 0 6px 24px rgba(178,34,34,0.12);
  }
  #achievements-feedback .feedback-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    border: 3px solid #ff7043;
  }
  #achievements-feedback h2 {
    font-size: 2.5em;
    color: #b22222;
    font-weight: bold;
  }
  #achievements-feedback p {
    color: #757575;
    font-size: 1.1em;
  }
  @media (max-width: 992px) {
    #achievements-feedback .col-md-4 {
      margin-bottom: 32px;
    }
  }

/*---------------------------------------
    PROJECT CASES (NEW SECTION)
-----------------------------------------*/
#project-cases {
  background: #fff;
  padding: 40px 0 40px 0;
}
#project-cases .section-title {
  text-align: center;
}
#project-cases .about-title {
  color: #b22222;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 1px;
}
.cases-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.cases-scroll-container::-webkit-scrollbar {
  height: 8px;
}
.cases-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.cases-scroll-container::-webkit-scrollbar-thumb {
  background: #b22222;
  border-radius: 4px;
}
.cases-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #8b1a1a;
}
.case-card {
  background: #fafbfc;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(178,34,34,0.08);
  padding: 20px;
  text-align: left;
  transition: box-shadow 0.3s, transform 0.3s;
  min-width: 300px;
  max-width: 350px;
  flex-shrink: 0;
  border-left: 4px solid #b22222;
}
.case-card:hover {
  box-shadow: 0 6px 24px rgba(178,34,34,0.12);
  transform: translateY(-2px);
}
.case-card-body {
  padding: 0;
}
.case-card-title {
  color: #b22222;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.3;
}
.case-card-desc {
  color: #555;
  font-size: 0.95em;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cases-scroll-container {
    gap: 15px;
    padding: 15px 0;
  }
  .case-card {
    min-width: 280px;
    max-width: 320px;
    padding: 16px;
  }
  .case-card-title {
    font-size: 1em;
  }
  .case-card-desc {
    font-size: 0.9em;
  }
}
