/* .lg_hub .content .header{
    margin-bottom:24px;
} */
.content{
    width: 100%;
    max-width: 1500px;
    margin: 20px auto 0;
}
.lg_hub h2,
.lg_hub h3,
.lg_hub h4,
.lg_hub h5,
.modal.spin-result h2,
.modal.spin-result h3,
.modal.spin-result h4,
.modal.spin-result h5{
    font-weight:600;
    color: #333333;
}
.lg_hub h2,
.modal.spin-result h2{
    font-size:1.75rem;
    /* font-size:2.875rem; */
    
}
.lg_hub h3,
.modal.spin-result h3{
    font-size:1.25rem;
    margin:20px 0;
    /* font-size:2.875rem; */
    
}
.lg_hub p{
    font-size:0.875rem;
    padding:0px 20px;
}

.lg_hub .content .main h2{
    margin-bottom:30px;
}
.lg_hub .content .main{
    padding-left:20px;
    padding-right:20px;
    margin:100px 0px;
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13); */
}
.header-wraper {
    display: flex;
    position: relative;
    justify-content: center;
}

.splide {
    position: relative;
}

.text-block {
    position: absolute;
    top: 80%;
    left: 15%;
}

/* Responsive styles for screens smaller than 768px */
@media (max-width: 768px) {
    .header-wraper {
        flex-direction: column;
        align-items: center;
    }

    .text-block {
        position: static;
        margin-top: 1rem;
        text-align: center;
    }
}
.cta-button {
    display: flex;
    gap:40px;
    justify-content: center;
}

.lg_hub .content select{
    width:50%;
    min-height:45px;
    border: 1px solid rgba(151,151,151,0.5);
    padding:10px 15px;
    border-radius: 3px;
    align-self: center;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
.lg_hub .content select::placeholder{
    color: #9B9B9B;
}

/* Style for slide images */
.splide__slide img {
    max-width: 100%;
}

/* Style for arrow buttons */
.splide__arrow {
    background-color: transparent;
    border: none;
    color: black;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    outline: none;
}

.splide__arrow--prev {
    left: 1rem;
}

.splide__arrow--next {
    right: 1rem;
}


.icon-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  

  
  .icon-item {
    flex-basis: calc(25% - 1rem);
    margin: 0.5rem;
    text-align: center;
    
  }
  .icon-item img {
    height:100px;
    width:100px;
  }
  .icon-box img {
    height:100px;
    width:100px;
  }
  
  .icon-item p {
    line-height: 1.5em;
    font-size: 18px;
    /* max-width: 60%; */
    margin-top: 20px;
    text-align: center;
    align-items: center;
    padding: 0 47px;
  }
  @media (max-width: 768px) {
    .icon-item p {
      padding: 0 19px;
    }
  }
  
  /* Responsive styles for screens smaller than 768px */
  @media (max-width: 768px) {
    .icon-item {
      flex-basis: calc(50% - 1rem);
    }
  }
  

  .container-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .box {
    width: calc(25% - 20px); /* 4 boxes in a row with 20px margin between boxes */
    margin: 10px;
    background-color: black;
    height: 0;
    position: relative;
    padding-bottom: 20%; /* Creates square shape by setting height equal to width */
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .box {
        padding-bottom: 30%;
    }
  }
  
  .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content-box p {
    color: white;
    font-size: 24px;
    text-align: center;
  }
  @media (max-width: 768px) {
    .box {
      width: calc(50% - 20px); /* 2 boxes in a row with 20px margin between boxes */
    }
  }

  .social-media-icons {
    display: flex;
    justify-content: space-between;
    max-width: 600px; /* adjust as needed */
    margin: 0 auto; /* center the icons */
  }
  
  .icon {
    display: block;
    width: 40px;
    height: 40px;
    color: #333; /* adjust color as needed */
    text-align: center;
    line-height: 40px;
  }
  
  .icon i {
    font-size: 20px;
  }
  

  /* .social-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    background-color: blue;
    border-radius: 50%;
    font-size: 24px;
    color: white;
    transition: all 0.3s ease;
  }
  
  .social-icon:hover {
    background-color: #007bff;
    transform: scale(1.2);
  } */
  .social-media-icons {
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    /* flex-wrap: wrap; */
    max-width: 800px;
    margin: 0 auto;
  }
  
  .social-media-icons .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 10px;
  }
  
  .social-media-icons .icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  
  .social-media-icons .icon span {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
    .social-media-icons .icon {
      width: 80px;
      height: 80px;
    }
    
    .social-media-icons .icon img {
      width: 40px;
      height: 40px;
    }
    
    .social-media-icons .icon span {
      font-size: 10px;
      margin-top: 5px;
    }
  }
  
  
  .default_gap
  {
    margin: 50px 0px;
  }

  .enquire-section{
    height: 120px;
    display: flex;
    justify-content: center;
  }
  @media (max-width: 768px) {
    .enquire-section {
      height:150px;
    }
  }
  
  .icon-row {
    display: flex;
    justify-content: space-around;
    padding: 0 80px;
  }
  
  .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .icon-box i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  
  @media screen and (max-width: 767px) {
    .icon-row {
      flex-wrap: wrap;
      justify-content: center;
      
    }
    
    .icon-box {
        width:100%;
        margin-bottom: 0px;
    }
  }

  .red-button {
    display: flex;
    justify-content: center;
    color: white;
    padding: 31px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    width: 15em;
    align-self: center;
    text-align: center;
    align-items: center;
    border-color: #a50034!important;
    background: #a50034!important;
  }
  
  .red-button:hover {
    background-color: #ff1a1a;
  }
.splide__pagination__page.is-active{
  background:#a50034!important;
}
.breadcrumb ul li {
  text-transform: uppercase!important;
}
  
