/* SM - Small Devices (e.g., larger phones in landscape) */
@media (max-width: 576px) {
  .text-4xl {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
  }
  .text-xl {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
  }
  .text-lg {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
  }

  /* our team page  */
  .about-team {
    margin-bottom: 40px;
  }
  .our-team-cards .text-xl {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
  }
  .our-team-cards .text-base {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
  }
  /* --- */

  /* blog details page  */
  .product-detail-review {
    padding: 34px 20px;
  }
  .product-detail-review .detail-review-text {
    padding: 10px 0 30px;
    color: #6b7280;
  }
  .custom-card-style {
    padding: 20px;
  }
  .custom-card-style .text-lg {
    font-size: 18px;
    font-weight: 500;
  }

  /* -- */

  /* about us page  */

  .hero-content .cus-btn {
    width: 100% !important;
  }
  .hero-banner {
    padding: 40px 0;
  }
  .why_choose_us .count_box {
    max-width: 100%;
    margin: 0px auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cus-btn {
    display: block;
    width: 100% !important;
  }
  .whatYou-get .text-lg {
    font-size: 18px;
    font-weight: 500;
  }
  .our_clients .orcl_box .text-lg {
    font-size: 18px;
    font-weight: 500;
  }
  .Testimonials-grid .grid-review {
    padding: 24px;
  }
  .Testimonials-grid .grid-review .text-lg {
    font-size: 18px;
    font-weight: 500;
  }
  .review-border-right {
    border-right: 0 !important;
  }
  .testimonials .slider-arrows i {
    font-size: 32px;
  }
  .company-history .timeline-item {
    padding-left: 50px;
    text-align: left;
    margin-bottom: 16px;
  }
  .company-history .timeline-item .text-xl {
    font-size: 20px;
    line-height: 150%;
  }
  .company-history .timeline-dot {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 50px;
    height: 50px;
    background-color: #a4cafe;
    border-radius: 50%;
    border: 13px solid #ffffff;
    z-index: 10;
  }
  .our-worldwide .space-64 {
    margin-bottom: 20px;
  }
  .whatYou-get-w-bg .text-xl {
    font-size: 20px;
  }
  .whatYou-get-w-bg .cus-btn-3 {
    width: 100% !important;
  }
  .faq-block .text-lg {
    font-size: 16px;
  }


  /* CONTACT FORM */
  .contact-us-sec .text-lg {
    font-size: 16px;
  }

  .contact-us-sec .contact-us-form {
    padding: 20px;
  }

  .contact-us-sec .contact-us-form .drop-container,
  .contact-us-sec .contact-us-form .drop-container .wrapper-dropdown,
  .contact-us-sec .contact-us-form .drop-container .wrapper-dropdown .topbar-dropdown {
    width: 100%;
  }

  .contact-us-sec .contact-us-form .drop-container .wrapper-dropdown .topbar-dropdown {
    left: 0;
  }

  .contact-us-form {
    padding: 32px 20px;
  }
}

/* MD - Medium Devices (e.g., tablets) */
@media (min-width: 768px) {
  /* Styles for screens 768px and wider */
}

/* LG - Large Devices (e.g., standard desktops) */
@media (min-width: 992px) {
  /* Styles for screens 992px and wider */
}

/* XL - Extra Large Devices (e.g., large monitors) */
@media (min-width: 1200px) {
  /* Styles for screens 1200px and wider */
}

/* XXL - Extra Extra Large Devices (e.g., widescreen) */
@media (min-width: 1400px) {
  /* Styles for screens 1400px and wider */
}

/* Portrait Orientation (Height is greater than or equal to width) */
@media (orientation: portrait) {
  /* Styles for vertical posture */
}

/* Landscape Orientation (Width is greater than or equal to height) */
@media (orientation: landscape) {
  /* Styles for horizontal posture */
}

/* Dark Mode Preference */
@media (prefers-color-scheme: dark) {
  /* Styles when the user's system is in dark mode */
}

/* Reduced Motion Preference (For users who prefer less animation) */
@media (prefers-reduced-motion: reduce) {
  /* Styles to remove or simplify animations */
}

/* High-Resolution Screens (Retina/High DPI) */
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  /* Styles for high-DPI displays */
}
