/*
  Why Choose Us Section Mobile Styles
*/

/* Tablet and Mobile Styles */
@media only screen and (max-width: 991px) {
  /* Make the main circle larger and more visible on mobile */
  .why-chooseus-main-circle {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #001e96 0%, #1a4bff 100%);
    box-shadow: 0 8px 20px rgba(0, 30, 150, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.2);
  }
  
  .why-chooseus-main-circle span {
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.3;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
  }
  
  /* Adjust the layout for mobile */
  .why-chooseus-left {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  #why-choose-us {
    padding: 40px 0;
  }
  
  #why-choose-us .block {
    padding: 0 15px;
  }
  
  #why-choose-us .heading {
    font-size: 28px;
    margin-bottom: 25px;
    padding: 15px 0;
  }
  
  #why-choose-us .heading span {
    font-size: 30px;
  }
  
  .why-chooseus-right {
    margin-top: 20px;
  }
  
  .why-chooseus-point {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .why-chooseus-point:hover {
    transform: translateY(-5px);
  }
  
  .why-chooseus-icon {
    font-size: 32px;
    margin-bottom: 15px;
    color: #ffffff;
  }
  
  .why-chooseus-point h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #333;
  }
  
  .why-chooseus-point p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
  }
}

/* Mobile-specific styles */
@media only screen and (max-width: 767px) {
  #why-choose-us .heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  #why-choose-us .heading span {
    font-size: 26px;
  }
  
  .why-chooseus-point {
    padding: 18px;
    margin-bottom: 15px;
  }
  
  .why-chooseus-icon {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .why-chooseus-point h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .why-chooseus-point p {
    font-size: 14px;
  }
}

/* Extra small devices */
@media only screen and (max-width: 480px) {
  #why-choose-us .heading {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  #why-choose-us .heading span {
    font-size: 24px;
  }
  
  .why-chooseus-point {
    padding: 15px;
    margin-bottom: 12px;
  }
  
  .why-chooseus-icon {
    font-size: 24px;
  }
  
  .why-chooseus-point h3 {
    font-size: 17px;
  }
  
  .why-chooseus-point p {
    font-size: 13.5px;
    line-height: 1.5;
  }
}
