.cta {
    position:relative;
    /* left: 0; */
    z-index: 2;
    background-color: #0057FF; /* Your original blue color */
    color: white; /* Ensures contrast */
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.cta:hover {
    background-color:#0057FF; /* Your original blue color */
}

/* .cta:hover .btn-background { */
    /* transform: scaleX(1.1); */
    /* transform-origin: center; Ensures expansion is centered */
/* } */

.slider-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .slider-dot.is-active {
    background-color: #0f33ff;
  }
  
  .slider--item {
    opacity: 1; 
    /* Start with opacity 0 */
    transition: transform 0.4s ease, opacity 0.4s ease; /* Smooth transitions */
    position: absolute;
  }
  
  .slider--item-center {
    opacity: 1;
    /* Fully visible */
    transform: scale(1); /* Active slide is fully scaled */
    z-index: 3;
  }
  
  .slider--item-left,
  .slider--item-right {
    opacity: 0.5; 
    /* Dimmed for inactive slides */
    transform: scale(0.9); /* Slightly scaled down */
    z-index: 2;
  }
  

  html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  
  .l-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  footer {
    background-color: rgb(15, 14, 16); /* Match the site theme */
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    position: relative;
    bottom: 0;
  }
  
  .why-choose-title {
    font-size: 44px !important; /* Adjust as needed */
    text-align: center;
    line-height: 1.5; /* Improve spacing */
  }
  
  .why-choose-title .why-choose-logo {
    max-width: 50px;
    vertical-align: middle; /* Align the logo with the text */
    margin-left: 10px; /* Add some space between the text and logo */
  }
  
  

/* Tablets and Larger Mobiles (768px - 1024px) */
@media screen and (max-width: 1024px) {
  .why-choose-title {
    text-align: left !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .work--lockup {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .work {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

.slider{
    margin-top: 0;
}

  .slider--item {
    display: flex;
    align-items: center; /* Vertically center */
    justify-content: center; /* Horizontally center */
    flex-direction: column;
    height: 100%; /* Ensure full height */
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  

  .slider--item-image {
    max-width: 100%; /* Adjusts based on screen size */
    height: auto; /* Maintains aspect ratio */
    min-height: 150px;
    max-height: 250px;
    object-fit: contain;
    object-position: center !important; /* Ensures the image is centered */
  }

  .how-can-help-text {
    font-size: 38px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .work-request--information label {
    font-size: 12px !important;
  }

  .work-request--information input {
    font-size: 14px !important;
  }

  .send-request-text {
    font-size: 14px !important;
  }

  .work-request--options label {
    font-size: 16px !important;
    padding: 6px !important;
  }

  .page-title {
    font-size: 50px !important;
  }


}

/* Smaller Mobiles (480px - 767px) */
@media screen and (max-width: 767px) {
  .why-choose-title {
    font-size: 18px !important;
  }

  .slider--item-image {
    min-height: 120px;
    max-height: 180px;
  }

  .how-can-help-text {
    font-size: 26px !important;
  }

  .work-request--information label {
    font-size: 20px !important;
  }

  .work-request--information input {
    font-size: 12px !important;
  }

  .send-request-text {
    font-size: 12px !important;
  }

  .work-request--options label {
    font-size: 20px !important;
    padding: 5px !important;
  }

  .page-title {
    font-size: 50px !important;
  }
}

/* Extra Small Mobiles (Below 480px) */
@media screen and (max-width: 480px) {
  .why-choose-title {
    font-size: 16px !important;

  }

.why-choose-text, .copyright-text{
  display: none !important;
}

  /* .why-choose-logo, .why-choose-title, .why-choose-text, .slider{
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    justify-self: top !important;
    align-items: top !important;
  } */


  /* .slider--item-image {
    min-height: 100px;
    max-height: 160px;
  } */

  .how-can-help-text {
    font-size: 18px !important;
  }

  .work-request--information label {
    font-size: 10px !important;
  }

  .work-request--information input {
    font-size: 11px !important;
  }

  .send-request-text {
    font-size: 10px !important;
  }

  .work-request--options label {
    font-size: 10px !important;
    padding: 4px !important;
  }

  .page-title {
    font-size: 50px !important;
  }
}

.why-choose-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px; /* Reduce the space between text and button */
  margin-bottom: 130px; /* Push the section up */
}

.header--cta {
  display: block;
  font-size: 16px;
  z-index: 999;
  max-width: 150px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 100px;
position: absolute;
left: 50%;
transform: translateX(-50%);
}

.why-choose-text {
  text-align: center !important;
  width: 100%;
  margin-bottom: 5px !important; /* Reduce bottom margin */
  padding-bottom: 0 !important;
  font-size: 20px;
}


.header--cta:hover {
  background-color: #003fc4; /* Darker shade for hover */
}

.slider--item-center {
  height: 350px; /* Adjust based on your design */
  min-height: 350px; /* Prevents shrinking */
  display: flex;
  align-items: center; /* Centers content */
  justify-content: center; /* Ensures it doesn't push elements up */
}


/* Tablets and smaller screens (768px - 1024px) */
@media screen and (max-width: 1024px) {
    .header--cta {
        font-size: 14px; /* Reduce font size */
        padding: 8px 12px; /* Adjust padding */
        max-width: 120px;
        margin-top: -90px !important;
    }
    .why-choose-title{
      font-size: 22px;
    }
    .copyright-text{
      display: none !important;
    }
    .slider{
      margin-bottom: 50px !important;
    }
    
}

/* Small mobile screens (480px - 767px) */
@media screen and (max-width: 767px) {
    .header--cta {
        font-size: 12px;
        padding: 6px 10px;
        max-width: 100px;
        right: 5px; /* Ensure it doesn't get pushed out */
        margin-top: -110px !important;
    }
    .why-choose-title{
      font-size: 28px;
    }
}

/* Extra small mobile screens (Below 480px) */
@media screen and (max-width: 480px) {
    .header--cta {
        font-size: 10px;
        padding: 5px 8px;
        max-width: 90px;
        right: 3px; /* Ensure it stays within the screen */
        margin-top: -170px !important;
    }
    .why-choose-title{
      font-size: 24px;
    }
}

/* Ensure the title and text are always at the top */
.why-choose-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally */
    justify-content: flex-start; /* Stick to the top */
    width: 100%;
    padding-top: 40px; /* Add spacing from the top */
}

  /* Move Slider Up */
  .work--lockup {
    margin-top: -100px !important;
    margin-bottom: 200px !important;
  }


@media (max-height: 820px) {
  /* Hide Footer */
  /* footer {
      display: none !important;
  } */

.intro--banner{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.intro--options{
margin-top: -50px !important;
padding-top: 0px !important;
}

  /* Shrink Slider Items */
  .slider--item-image, .slider {
    transform: scale(0.8); /* Shrinks to 80% of its original size */
  }

  /* Fix Slider Title & Description Margins */
  .slider--item-title {
    margin: 0 !important;
  }

  .slider--item-center {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* .slider--item-description p, 
  .slider--item-description h3 {
    margin: 0 !important;
    padding: 0 !important;
  } */

  /* .slider--item-description {
    margin-top: -10px !important; 
  } */

  /* Adjust Header Title */
  .why-choose-title {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
  }

  /* Ensure Proper Alignment & Spacing */
.why-choose-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 15px; /* Ensures even spacing between elements */
    position: relative;
    width: 100%;
    padding: 20px 0; /* Ensure spacing above and below */
}

  .why-choose-text {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important; /* Adjust line spacing */
  }

  /* Position Button Between Text & Slider */
  .header--cta {
    display: block;
    font-size: 16px;
    z-index: 999;
    max-width: 150px;
    white-space: nowrap;
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px !important; /* Ensures it is right below the last paragraph */
    align-self: center; /* Keeps the button centered */
}


  /* Move Slider Up */
  .work--lockup {
    margin-top: -200px !important; /* Bring the slider closer */
    padding-top: 0 !important;
  }
  
}


.hidden {
  display: none;
}

.gradient-text{
  background: linear-gradient(90deg, rgb(186, 4, 128), rgb(5,166,244)); /* Adjust colors as needed */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.work-request--options label {
  color: white; /* Keeps text white */
  font-weight: bold; /* Optional: Make it stand out */
  border: 2px solid transparent; /* Ensures a border exists */
  border-image: linear-gradient(90deg, rgb(186, 4, 128), rgb(5,166,244)) 1;
  padding: 10px 15px; /* Adjusts spacing */
  display: inline-block; /* Ensures proper button size */
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}



.slider--item-title{
  color:  rgb(105,166,244);
  margin-bottom: 10px;
  padding-bottom: 0;
}

.slider--item-price {
  /* font-size: 1.5rem; */
  font-weight: bold;
  color: #c23bb6; /* Gradient color */
  text-align: center;
}

.slider--item-description {
  font-size: 1rem;
  color: #ddd;
  text-align: center;
  margin-top: 10px;
}

.price {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #6a11cb;
  text-align: center;
  margin-top: 10px;
}

.slider--item-image img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
}

.slider--item:hover .slider--item-image img {
  transform: scale(1.05);
}

@media (max-width: 425px) {

.why-choose-title{
    font-size: 30px !important;
    margin-top: 100px !important;
}

    .slider {
        position: absolute;
        top: 60%; /* Centered lower */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 360px;
    }

    /* Ensure slider items are centered */
    .slider--item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Adjust images inside the slider */
    .slider--item-image img {
        max-width: 80%;
        height: auto;
    }

    /* Adjust navigation arrows */
    .slider--prev,
    .slider--next {
        position: absolute;
        top: 60% !important; /* Center the arrows dynamically relative to the slider */
        transform: translateY(-50%);
    }

    .cta{
        margin-top: 50px !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 768px) and (max-height: 768px) {
    .slider {
        position: absolute;
        top: 20%; /* Adjust for this screen range */
    }

    .slider--prev, .slider--next {
        top: 50% !important; /* Ensure arrows are centered */
    }

.why-choose-title{
    font-size: 20px !important;
    padding-top: 100px;
}

.why-choose-text{
    font-size: 15px !important;
}



}

.options-a label{
    margin: 5px 5px !important;
}   

@media (max-height:900px) {
  /* .company-name{
    display: none !important;
  } */
  .why-choose-title{
    padding-top: 45px !important;
  }
  .why-choose-logo{
    display: none !important;
  }


}

@media(max-width: 900px) {
  .slider {
    position: absolute;
    top: 50%; /* Adjust for this screen range */
}
.cta, .why-choose-container *{
  margin-top: 0px !important;
}
.slider--next, .slider--prev{
  width: 15px !important; /* Adjusted for better mobile usability */
  height: 15px !important;
  top: 40% !important;
  
}
.slider--prev {
  left: -10px !important; /* Shift left for better positioning */
}

.slider--next {
  right: -10px !important; /* Shift right for better positioning */
}
}

.why-choose-text {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important; /* Adjust line spacing */
}
.why-choose-title{
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.cta{
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

@media(max-height:900px) and (min-aspect-ratio: 16/9) {
  .company-name{
    display: none !important;
  }
}

@media (max-height: 900px) and (min-width: 1200px) {
  .why-choose-title{
    margin-top: 90px !important;
  }
  .slider--item-description{
    font-size: 0.8rem !important;
  }
}

/* @media (min-height: 1200px) and (max-width: 800px){
  .why-choose-title{
    margin-top: 200px !important;
  }
} */

@media (max-width: 768px) and (max-aspect-ratio: 20/9) {
  .why-choose-title{
  margin-top: 120px !important;
  }
}
