/*-----------------------------------
    1 - Footer
------------------------------------*/
footer {
    background: #b29f8ae6;
  }
  
  /*-----------------------------------
      1 - Footer Widgets
  ------------------------------------*/
  .footer-widgets {
    padding: 100px 0;
  }
  
  .footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
    margin: 40px 0 30px;
  }
  
  .single-widget {
    color: #443627;
  }
  
  .single-widget .widget-tiltle {
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 45px;
  }
  
  .single-widget i {
    color: #443627;
  }
  
  .tags-widget a:hover {
    text-decoration: none;
    color: #443627;
    background-color: #D98324;
  }
  
  .subscribe-widget button {
    background: #D98324;
    color: #F2F6D0;
  }
  
  .subscribe-widget .social-nav a:hover {
    background-color: #D98324;
  }
  
  .foot-note {
    background-color: #EFDCAB;
    color: #443627;
  }
  
  .foot-note a {
    color: #443627;
  } 

  .footer-sponsors {
    background-color: #f8f9fa;
}

.sponsor-slider-wrapper {
    position: relative;
}

.sponsor-slider {
    scroll-behavior: smooth;
    transition: transform 0.3s ease-in-out;
    gap: 50px;
}

.sponsor-item {
    flex: 0 0 auto;
    width: 10%;
    padding: 10px;
    text-align: center;
}

.sponsor-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-left: 2rem;
    margin-right: 2rem;
}

.sponsor-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.sponsor-arrow.left {
    left: -10px;
}

.sponsor-arrow.right {
    right: -10px;
}