/* Responsive Styles */

/* Base styles */
.footer-wrapper {
  margin-top: 40px;
}

/* Show rotating banner by default for large and medium screens */

.rotating-banner,
.rotating-banner-text {
  display: block;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container-full {
    max-width: 100%;
  }

  .rotating-banner,
  .rotating-banner-text {
    /* display: none; */
  }

  /* Adjust footer spacing */
  .footer-wrapper {
    margin-top: 60px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .hero-text,
  .hero-text-stroke {
    font-size: 80px;
  }

  .hero-subtitle {
    font-size: 20px;
    max-width: 90%;
  }

  .main-nav {
    display: none;
  }

  .about-section {
    margin: 290px auto 10px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hero-text,
  .hero-text-stroke {
    font-size: 60px;
  }

  #main-hero {
    text-align: center;
    padding: 40px 20px;
  }

  .hero-subtitle {
    font-size: 18px;
    max-width: 100%;
    text-align: center;
  }

  .hero-text-stroke {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  /* Show rotating banner on medium screens */
  .rotating-banner,
  .rotating-banner-text {
    display: block;
    width: 100%;
  }

  /* Adjust footer spacing */
  .footer-wrapper {
    margin-top: 40px;
  }

  .mobile-clients {
    display: block;
  }
  .desktop-clients {
    display: none;
  }
}



  .my-250px {
    margin-top: 250px ;
  }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .about-section {
    margin: 100px auto 10px;
  }

  
  .my-250px {
    margin-top: 0;
  }

  .row {
    margin-left: unset;
  }

  .hero-banner {
    margin-top: 50px;
  }

  .hero-text,
  .hero-text-stroke {
    font-size: 48px;
  }

  .popcorn-bowl {
    max-width: 50%;
    max-height: 320px !important;
  }

  .capabilities-image,
  .capability-line {
    display: none;
  }

  .capabilities-icon {
    height: 57px;
    width: 57px;
  }

  .rectangle-stripe {
    display: none;
  }

  .rotating-text-container,
  .rotating-text-container2 {
    display: none;
  }

  .partners-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .partners-description {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  #main-hero {
    margin: 0 auto;
  }

  .container-overflow {
    overflow: visible;
  }

  /* Hide rotating banner on mobile */
  .rotating-banner,
  .rotating-banner-text {
    display: none;
  }

  .about-inside-subtitle {
    white-space: normal;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
  }
  .about-inside-description{
    font-size: 16px;
    font-weight: 300;
  }
  .capabilities-line{
    display: none;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-text,
  .hero-text-stroke {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  #main-hero {
    padding: 20px 10px;
  }
}

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 0 !important;
  }
}

/* Responsive styles for About section */
@media screen and (max-width: 1200px) {
  .about-section {
    height: auto;
    padding: 50px 20px;
  }

  .about-content {
    width: 80%;
  }

  .capabilities-icon-container,
  .private-label-section {
    margin: 20px auto;
  }
  .private-label-title {
    font-size: 24px;
    margin: 50px 0;
    padding: 0px;
  }

  .private-label-slider {
    margin: 70px 0px;
  }

  .contact-section .contact-margin form .row .col-md-6 {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0;
  }
  .contact-info-title {
    font-size: 32px;
  }
  .contact-info-text {
    font-size: 24px;
  }

  .capabilities-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .about-title-container {
    width: 100%;
    max-width: 481px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
  }

  .contact-form-input {
    width: 100%;
    margin: 0;
    height: 56px;
    margin: 10px 10px 10px 0;
    border-radius: 35px;
    font-size: 18px;
    padding-left: 28px;
  }

  .contact-form-textarea {
    font-size: 18px;
    padding: 28px;
    margin: 10px 10px 10px 0;
  }

  .contact-description {
    font-size: 18px;
  }

  .contact-submit-btn {
    width: 150px;
    height: 50px;
    border-radius: 35px;
    font-size: 18px;
  }

  .about-title {
    font-size: 60px;
  }

  .about-content {
    width: 90%;
  }

  .about-text {
    font-size: 20px;
  }

  /* Adjust capabilities layout */
  .full_width > .col-4 {
    width: 100%;
    margin-bottom: 40px;
  }

  .capabilities-title {
    margin-top: 20px;
    font-size: 16px;
  }

  .contact-title {
    font-size: 42px;
  }

  .contact-margin {
    margin: 50px;
  }

  .lg-max-width {
    max-width: 100%;
  }
  .py-4 {
    padding: 0 !important;
  }
  .contact-info-title {
    font-size: 18px;
  }
  .contact-info-text {
    font-size: 16px;
  }
  .contact-info-icon span {
    font-size: 32px;
    color: #260032;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 32px;
  }
  .gradient_bg_block {
    padding: 42px;
  }
}

@media screen and (max-width: 768px) {
  .about-section {
    border-radius: 40px;
  }

  .about-title-container {
    height: 120px;
    margin: 20px;
  }

  .about-title {
    font-size: 48px;
    padding: 15px;
  }

  .about-content {
    width: 95%;
  }

  .about-text {
    font-size: 18px;
    line-height: 1.6;
  }

  .capability-description {
    padding: 0 20px;
    display: block;
  }

  .contact-title {
    font-size: 24px;
  }

  .contact-margin {
    margin: 0px;
  }
  .capability-line {
    height: 145px !important;
  }
}

@media screen and (max-width: 480px) {
  .about-section {
    border-radius: 30px;
    padding: 30px 15px;
  }

  .about-title-container {
    height: 100px;
    margin: 15px;
  }

  .about-title {
    font-size: 26px;
    padding: 10px;
  }

  .about-text {
    font-size: 16px;
    line-height: 1.5;
  }

  /* Adjust capabilities section for mobile */
  .capabilities-title {
    font-size: 24px;
  }

  .capability-description {
    font-size: 14px;
    padding: 0 15px;
  }

  .capabilities-icon-container {
    width: 80px;
    height: 80px;
  }
}
