.cast-background {
    background-color: #f5f5f5;
  }
  
  .video-thumbnail {
    display: block;
    position: relative;
    text-decoration: none;
  }
  
  .video-thumbnail picture img {
    width: 100%;
    border-radius: 8px;
  }
  
  .overlay {
    position: absolute;
    top: 50%;
    inset-inline-end: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .background-red {
    height: auto;
    background: url("/images/pattern.webp") no-repeat;
    background-color: var(--bg-color);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    text-align: start;
    position: relative;
    padding: 5rem 0rem;
  }
  
  .background-world {
    height: auto;
    position: absolute;
    top: 40%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .white-bullet::before {
    content: "\2022";
    color: white;
    font-size: 1.5rem;
  }
  
  .brands-bg {
    background-color: #fff;
    padding: 10px 30px;
    border: 1px solid var(--primary-color);
  }
  
  .line {
    width: 4rem;
    height: 0.125rem;
    background-color: #fff;
    margin: 1.5rem 0.2rem;
  }

  .follow-social-icon{
    background: #ffffff50;
    border-radius: var(--image-border-raduis);
    border: 1px solid #fff;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .follow-social-icon i{
    font-size: 2rem;
  }
  
  .fw-medium {
    font-weight: 500 !important;
  }
  
  .numbers-followers-card {
    border: 0.063px solid rgba(255, 255, 255, 0.3);
    width: 31.5rem;
    height: 11.5rem;
    padding: 2rem;
    background-color: var(--bg-color);
    z-index: 2;
    border-radius: 5px;
  }

  .numbers-followers-card h2 {
    color: #ffffff;
    opacity: .7;
  }
  .numbers-followers-card p{
    font-weight: 800;
    font-size: 1.8rem;
    color: #fff;
    margin-top: 1.5rem;
  }
  
  /*============================*/
  .dropdown-toggle::after {
    display: none !important;
  }
  
  #selected-flag {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    padding: 0.3rem;
  }
  
  .phone-button {
    border: 0.063rem solid rgba(52, 52, 52, 0.2);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    height: 2.5rem;
  }
  
  .phone-field {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    font-size: 1.2rem !important;
    height: 2.5rem;
  }
  
  .dropdown-menu {
    height: 10rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  #selected-code {
    font-size: 1.2rem;
  }
  
  .country-item img {
    height: 2rem;
    width: 2rem;
  }
  
  .message {
    height: 7.5rem;
  }
  /* Brand Carousel Styles */
  .brand-carousel {
    padding: 20px 0;
    margin: 0 auto;
  }
  
  .brand-carousel .owl-slick-slide {
    padding: 0 10px;
  }
  
  .brand-carousel .brands-bg {
    background-color: white;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.3s ease;
    height: 100%;
  }
  
  .brand-carousel .brands-bg:hover {
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .brand-carousel .brands-bg img {
    width: 125px;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 2/1;
  }
  .owl-prev {
    position: absolute;
    inset-inline-start: -10%;
    top: 25%;
  }
  .owl-next {
    position: absolute;
    inset-inline-end: -10%;
    top: 25%;
  }
  /* Owl Slick arrow styles */
  .brand-carousel .owl-slick-prev,
  .brand-carousel .owl-slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border: none;
    border-radius: 50%;
    color: white;
  }
  
  .brand-carousel .owl-slick-prev {
    inset-inline-end: -20px;
  }
  
  .brand-carousel .owl-slick-next {
    inset-inline-start: -20px;
  }
  
  .brand-carousel .owl-slick-prev:before,
  .brand-carousel .owl-slick-next:before {
    display: none;
  }
  

  .slider-container-with-arrow .arrows{
      margin-inline-end: .5rem;
  }

  /* Responsive adjustments */
  @media (max-width: 1200px) {
    .brand-carousel .owl-slick-slide {
      padding: 0 8px;
    }
  }
  
  @media (max-width: 992px) {
    .brand-carousel .brands-bg {
      padding: 10px;
    }
  }
  
  @media (max-width: 768px) {
    .brand-carousel {
      padding: 15px 0;
    }
  
    .brand-carousel .owl-slick-slide {
      padding: 0 5px;
    }
  
    .brand-carousel .brands-bg {
      padding: 8px;
    }
  
    .brand-carousel .owl-slick-prev {
      inset-inline-end: -10px;
    }
  
    .brand-carousel .owl-slick-next {
      inset-inline-start: -10px;
    }
  }
  

  .owl-carousel .owl-stage {
    display: flex;
  }

  .owl-carousel .owl-item {
    display: flex;
    align-items: stretch; /* make items same height */
  }

  .owl-carousel .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* optional: vertically center content */
  }