/* ----------------------------------- */
/* Custom Padding for Large Screens */
/* ----------------------------------- */
@media (max-width: 576px) {

  section {
    padding: 2rem 0;
  }

  .hero-custom-section .custom-img {
    justify-content: center !important;
  }

  .blog-top-header {
    font-size: 20px;
  }

  .body-text {
    font-size: 14px;
  }

  .res-w-100 {
    width: 100% !important;
  }

  .cw-80 {
    width: 100%;
  }

  .first-header {
    font-size: 24px;
  }

  .growth {
    padding: 10px !important;
  }

  .growth h2 {
    font-size: 22px;
  }

  .growth span {
    font-size: 14px;
  }

  .nav-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .nav-scroll-wrapper .nav {
    flex-wrap: nowrap;
  }

  .nav-scroll-wrapper .nav-link {
    white-space: nowrap;
  }

  .bg-shadow .d-flex.flex-wrap.gap-4 {
    position: unset !important;
  }

  .bg-shadow h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .main-commitment-section .card-container {
    display: flex;
    padding: 0;
    /* min-height: 400px; */
    gap: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .main-commitment-section .card:not(.active) .content-wrapper {
    display: block;
  }


  .stayahead h2 {
    font-size: 20px;
  }

  .subcription {
    width: 100%;
  }

  .headline-title {
    width: max-content;
    margin: auto;
  }
}

.nav-pills {
  justify-content: space-between;
  /* margin-right: 24px; */

}

/* ----------------------------------- */
/* Footer Responsive - Max Width 991px */
/* ----------------------------------- */
@media (max-width: 991px) {
  .footer-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .footer-content,
  .footer-bottom,
  .footer-bottom-content,
  .footer-copyright,
  .footer-bottom-disclaimer,
  .footer-disclaimer-text,
  .footer-cta,
  .footer-links,
  .footer-links-column,
  .footer-logo-column {
    max-width: 100%;
  }

  .footer-columns {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }

  .footer-links {
    margin-top: 40px;
  }

  .footer-link-title {
    margin-right: 6px;
  }

  .primary-button-2,
  .footer-download,
  .footer-download-content {
    white-space: initial;
  }
}

/* ----------------------------------- */
/* Foundation Section Background */
/* ----------------------------------- */
@media (min-width: 768px) {
  .smarter-solutions {
    background: linear-gradient(180deg,
        #f2f8ff 0%,
        #d2e8ff 50%,
        rgba(242, 248, 255, 0.8) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

}

@media (max-width: 768px) {
  .smarter-solutions {
    background: linear-gradient(180deg,
        #f2f8ff 0%,
        #d2e8ff 50%,
        rgba(242, 248, 255, 0.8) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
}

/* ----------------------------------- */
/* Solution Section Background */
/* ----------------------------------- */
.solution-section {
  background: linear-gradient(180deg,
      #f2f8ff 0%,
      #d2e8ff 50%,
      rgba(242, 248, 255, 0.8) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

/* ----------------------------------- */
/* Hero Section Background */
/* ----------------------------------- */
.hero-section {
  /* background-image: url("../img//herosection/imgs/curve.png"); */
  background: linear-gradient(180deg, #d2e8ff 0%, #dfefff 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;

  position: relative;
}

/* ----------------------------------- */
/* Hero Section - Mobile Custom Curve */
/* ----------------------------------- */
@media (max-width: 375px) {
  .hero-custom-section {
    background-image: url("../img/herosection/imgs/mobilecurve.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 95vh;
  }
}

@media (min-width: 376px) and (max-width: 767px) {
  .hero-custom-section {
    background: linear-gradient(180deg, #d2e8ff 0%, #dfefff 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
}


/* ----------------------------------- */
/* Slider Width & Gap (Mobile) */
/* ----------------------------------- */
@media screen and (max-width: 720px) {
  .slider .slide {
    width: auto;
    height: auto;
  }

  .slider .slide-track {
    gap: 2rem;
  }
}

/* ----------------------------------- */
/* Commitment Section (Mobile) */
/* ----------------------------------- */
@media (max-width: 425px) {
  .main-commitment-section {
    padding: 30px 0;
  }

  .main-commitment-section .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .main-commitment-section .card-container {
    padding: 0;
  }

  .main-commitment-section .card:not(.active) .card-header {
    font-size: 20px;
    left: 0%;
    position: relative;
    transform: translate(0%, 0%) rotate(0deg);
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    -moz-transform: translate(0%, 0%) rotate(0deg);
    -ms-transform: translate(0%, 0%) rotate(0deg);
    -o-transform: translate(0%, 0%) rotate(0deg);
  }

  .main-commitment-section .card .card-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  }

  .main-commitment-section .card .card-header {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    transform: none;
    top: 0;
    left: -19px !important;
  }

  .main-commitment-section .card .content-wrapper {
    gap: 15px;
    margin: 0;
  }

  .main-commitment-section .card .content-text {
    margin: 0;
  }

  .main-commitment-section .card .content-text p {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }

  .main-commitment-section .learn-more {
    font-size: 16px;
    margin-top: 0;
  }

}

/* ----------------------------------- */
/* Contact Us Image Sizes */
@media (min-width: 992px) {
  .contact-us img {
    width: 45px;
    height: auto;
  }
}





/* ------------------------About Section-------------------------- */
.aboutSection {
  background: linear-gradient(180deg, #d2e8ff 0%, #dfefff 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2rem 0;
  position: relative;
}

.headline-title {
  text-transform: uppercase;
  text-align: center;
  /* horizontal center by default */
  margin: 15px 0;
}

/* Center horizontally on small screens using auto margins */
@media (max-width: 576px) {
  .headline-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.deep-dive {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.card-items {
  padding: 25px;
  border-radius: 16px;
  background: #ffffff;
  transition: all 0.3s ease;
  cursor: pointer;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.card-items h6 {
  margin-top: 15px;
  margin-bottom: 8px;
}

.card-items p {
  margin: 0;
  color: #5C5C5C;
}

@media (max-width: 992px) {
  .content-items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 576px) {
  .content-items {
    grid-template-columns: 1fr !important;
  }
}

.diversing-container {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.title-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  align-items: center;
}

@media (min-width: 992px) {
  .title-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



@media (max-width: 992px) {
  .diversing-grid {
    gap: 35px !important;
  }
}

@media (max-width: 576px) {
  .diversing-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 768px) {

  .first-header,
  .second-row-text {
    font-size: 22px;
  }
}


@media (max-width: 768px) {
  .step-icon {
    height: 40px;

  }
}

@media (max-width: 768px) {
  .image-icon {
    height: 40px !important;
    width: 40px;
    padding: 4px !important;
  }
}

.catd-title {
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
}

.full-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 425px) {
  .full-btn {
    width: 100%;
    justify-content: center;
  }
}


@media (max-width: 768px) {
  .main-commitment-section .card-header {
    position: absolute;
    transform: translate(-50%, -50%);
  }
}



@media (max-width: 425px) {

  .main-commitment-section {
    display: grid;
    gap: 12px;
  }

  .main-commitment-section .card {
    grid-column: span 4;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
    cursor: pointer;
  }


  .main-commitment-section .card.active {
    grid-column: span 12;
  }

}

.youtbe-img img {
  max-width: 80% !important;
  width: 100%;
}

@media (max-width: 576px) {
  .youtbe-img img {
    max-width: 100% !important;
    width: 100%;
  }
}

.accordion-body {
  padding-left: 1rem;
}

@media (max-width: 576px) {
  .list-unstyled {
    display: grid;
    gap: 8px 0px;
    font-family: "Saira", sans-serif;


  }
}

/* ----------------------------- */
@media (max-width: 576px) {
  #accordionFlushExample {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
  }

  .accordion-button {
    width: 95%;
  }

  #qa-nav-tabContent {
    margin: 0px 0px !important;
  }
}

.accordion-button.collapsed {
  color: #000;
  /* black */
}

.accordion-button:not(.collapsed) {
  color: #186bba;
  background-color: transparent;
  box-shadow: none;
}