/* Page Wrapper */
.abt__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.abt__container a:hover {
  text-decoration: underline !important;
}

/* Hero */
.abt__hero-value-prop-wrapper {
  background-color: #F7F7F7;
}

.abt__hero {
  padding-bottom: 40px;
  margin-bottom: unset;
  background-color: #fff;
}

@media (min-width: 768px) {
  .abt__hero {
    padding-bottom: unset;
    margin-bottom: 40px;
  }
}

.abt__hero h1 {
  line-height: normal;
}

.abt__hero-text-wrapper {
  padding: 24px 20px;
}

.abt__hero-img-wrapper img {
  object-position: top;
  object-fit: cover;
  width: 100%;
}

.abt__hero img {
  height: 40vh;
  object-fit: cover;
}

.abt__container .btn-expand-m {
  flex: 1 0 0;
}

@media (min-width: 767px) {
  .abt__container .btn-expand-m {
    flex: unset;
  }
}

@media (min-width: 768px) {
  .abt__hero-text-wrapper,
  .abt__hero-img-wrapper {
    width: 100%;
  }

  .abt__hero-text-wrapper > div,
  .abt__hero-img-wrapper img {
    width: 90%;
  }

  .abt__hero-text-wrapper {
    padding: 40px 0 40px 80px;
  }

  .abt__hero-img-wrapper img {
    object-position: top;
    object-fit: cover;
    height: calc(85vh - 150px);
  }

  .abt__hero .grid {
    direction: rtl;
  }
}

.abt__btn-shop-now {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;

  background: var(--g-blue, #005DAC);
  border: var(--g-blue, #005DAC);

  color: var(--pri-btn-pri-btn-txt, #FFF);
  text-align: center;
  font-family: var(--ff-rob, Roboto);
  text-transform: uppercase;
}

.abt__container .abt__btn-shop-now:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  color: #fff;
}

.abt__container .btn-outline-primary {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;

  border-radius: 6px;
  border: 1px solid #0530AD;
  background: var(--white, #FFF);

  color: var(--IBM-Blue, #0530AD);
  text-align: center;
  font-family: var(--ff-rob, Roboto);
  text-transform: uppercase;
}

.abt__container .btn-outline-primary:hover {
  text-decoration: underline;
}


/* Component 2: Feature Icons */
.abt__feature-icons-wrapper {
  padding: 20px;
}

.abt__feature-icons-wrapper > p {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .abt__feature-icons-wrapper {
    padding: 0 80px 40px 80px;
  }

  .abt__feature-icons-wrapper > p {
    margin-bottom: 48px;
  }
}

.abt__icons {
  gap: 32px;
}

@media (min-width: 768px) {
  .abt__icons {
    gap: 70px;
  }
}

.abt__feature-icons-title {
  font-size: 23px;
}

@media (min-width: 768px) {
  .abt__feature-icons-title {
    font-size: 30px;
  }
}

.abt__feature-icons-item {
  gap: 20px;
}

.abt__feature-icons-icon {
  width: 50px;
  height: 50px;
  padding: 11px 16px;
  gap: 10px;
  aspect-ratio: 1/1;

  border-radius: 28px;
  background: #005DAC;
}


/* Component 3: Trusted by Safety Pros */

.abt__trusted-by-pros-wrapper {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .abt__trusted-by-pros-wrapper {
    padding: 0 80px 40px 80px;
  }
}

.abt__trusted-by-pros-title {
  font-size: 23px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .abt__trusted-by-pros-title {
    font-size: 38px;
    padding-bottom: 64px;
  }
}

.abt__pros-text {
  gap: 40px;
}

.abt__pros-items {
  gap: 33px;
}

.abt__pros-item-title {
  color: var(--g-blue, #005DAC);
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}

.abt__pros-item-desc {
  line-height: 24px;
}


/* Slick carousel */
.abt__trusted-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* Slick pagination dots CSS */
.abt__trusted-by-pros .slick-dots li button {
  background-image: none !important;
  background-color: #e3e3e3; /* Default gray */
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 0;
}

.abt__trusted-by-pros .slick-dots li.slick-active button {
  background-color: #6C7275;
  border: 2px solid #6C7275;
  width: 8px;
  height: 8px;
}

.abt__trusted-by-pros .slick-dots {
  bottom: -25px;
  margin-top: 1.5rem;
  width: 100%;
}

.abt__trusted-by-pros .slick-dots li {
  margin: 0 6px;
}



/* component 4: galls in news */
.abt__news {
  padding: 0;
}

@media (min-width: 768px) {
  .abt__news {
    padding: 0 80px;
  }
}

.abt__news-wrapper {
  gap: unset;
}

@media (min-width: 768px) {
  .abt__news-wrapper {
    gap: 36px;
  }
}

.abt__news-title {
  padding: 0 20px 9px 20px;
}

@media(min-width: 768px) {
  .abt__news-title {
    padding: 0;
    margin-bottom: 36px;
  }
}

.abt__news-list {
  padding: 20px;
  gap: 46px;
  border-radius: 0;
  background: var(--default-bg, #F7F7F7);
}

@media (min-width: 768px) {
  .abt__news-list {
    border-radius: 12px;
  }
}

.abt__news-list-item {
  color: var(--IBM-Blue, #0530AD);
  font-family: Roboto !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration: underline !important;
  text-underline-position: from-font;
  font-weight: 500;
}

.abt__news-bullets svg {
  flex-shrink: 0;
}



.abt__news-text-column,
.abt__news-image-column {
  flex: 1 1 50%;
}

.abt__news-text-content {
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 0;
}

@media (min-width: 768px) {
  .abt__news-text-content {
    border-radius: 12px;
  }
}

.abt__news-bullets {
  gap: 46px;
}

@media (max-width: 768px) {
  .abt__news-text-column,
  .abt__news-image-column {
    flex: 1 1 100%;
  }
}

@media (min-width: 768px) {
  .abt__news-image-column img {
    border-radius: 12px;
  }
}

/* Featured Brands */
.abt__featured-brands-wrapper {
  gap: 32px;
}

.abt__featured-brands-title {
    padding: 0 20px 20px 20px;
}

.abt__featured-brand-item-desc {
    padding: 0 0 0 20px;
}

@media (min-width: 768px) {
  .abt__featured-brands-title {
    padding: 0 80px 40px 80px;
  }
}

.abt__featured-brand-item-desc a{
  color: var(--IBM-Blue, #0530AD);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.abt__featured-brand-item-desc a:hover {
  text-decoration: unset;
}

.abt__featured-brand-item-mm {
  width: 65%;
}

.abt__featured-brand-item-under-armour {
  width: 35%;
}

.abt__featured-brands-wrapper img{
  max-height: 250px;
  object-fit: cover;
}


/* carousel override */
.abt__container .css-carousel__content {
  scrollbar-width: none;
}

.abt__container .css-carousel__content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.abt__container .css-carousel__outer {
  padding: 0 20px;
}

.abt__container .css-carousel__card {
  margin: 0 auto;
}

@media (max-width: 600px) {
  .abt__container .css-carousel__card img {
    height: 190px !important;
    min-width: 129px !important;
    max-width: 152px !important;
  }
}

/* Need Help CTA */

.abt__need-help-cta {
  padding: 0;
}

@media (min-width: 768px) {
  .abt__need-help-cta {
    padding: 80px 88px;
  }
}

.abt__need-help-cta-wrapper {
  padding: 40px;
  background: rgba(14, 158, 255, 0.12);
}

.abt__need-help-cta-wrapper,
.abt__need-help-cta-links {
  gap: 20px;
}

.abt__need-help-desc {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .abt__need-help-cta-wrapper,
  .abt__need-help-cta-links {
    gap: 32px;
  }

  .abt__need-help-desc {
    margin-bottom: 32px;
  }
}


.abt__grey-bg {
  background-color: #F7F7F7 !important;
  border: unset !important;
}

.abt__no-border {
  border: unset !important;
}














.abt__galls-logo {
  height: 50px;
  object-fit: contain;
}

@media (min-width: 767px) {
  .abt__galls-logo {
    height: 86px;
  }
}