html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: auto;
  touch-action: manipulation;
  background-color: #1C2B6A;
  position: relative;
}

html {
  background-color: #1C2B6A;
}

body::-webkit-scrollbar {
  display: none;
}

body * {
  box-sizing: border-box;
  max-width: 100%;
}

body {
  font-family: 'Albert Sans', sans-serif;
  /* background: radial-gradient(100.62% 100.62% at 50% 50%, #3885B5 0%, #1C2B6A 75.16%); */
  color: white;
  background-image: url("../images/perfect-supplier-bg.png");
background-position: right center;
background-repeat: no-repeat;
background-size: cover;
overflow-x: hidden;
}

/*:root {*/
/*  --link-color: #f3a826;*/
/*}*/

a[href],
a[href]:link,
a[href]:visited,
a[href]:hover,
a[href]:focus,
a[href]:active {
  color: var(--link-color) !important;
  text-decoration: none !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}


/* ✅ Anchor Color Fix */
.content-box a,
.content-box a:link,
.content-box a:visited,
.content-box a:hover,
.content-box a:focus,
.content-box a:active {
  color: #f3a826 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.policies-list li a {
    color: #ffffff;
}
.policies-list li a:hover {
    color: #f3a826!important;
}
p a {
    color: #f3a826 !important;
}

.container-custom {
  max-width: 1440px;
  margin: auto;
  padding: 0.7rem 2rem 0rem 2rem;
}

.logo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.logo-bar img {
  max-height: 76px;
  height: auto;
}

img.pslogo {
  height: 45px;
}

.row.align-items-stretch.g-4.mt-3 {
    margin-top: 0px !important;
}

.quote {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
  font-family: "Ropa Sans";
  color: rgba(202, 231, 255, 1);
  padding-right: 97px;
  padding-left: 1rem;
}

.content-box {
  background: rgb(224, 243, 255);
  padding: 1.6rem 1.2rem;
  border-radius: 20px;
  color: rgb(2, 52, 122);
  font-weight: 600;
  height: auto !important;
  line-height: 1.2;
  font-size: 15px;
}

.content-box p:last-child {
  margin-bottom: 0px;
}

.contentpart::after {
  content: " ";
  display: block;
  background: url(../images/shape.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 299px;
  right: 0;
  width: 336px;
  height: 100%;
  transform: translateY(-50%);
  z-index: -1;
}

.highlight {
  color: #f9a825;
  font-weight: 600;
}

.tablet-image {
  width: 95%;
  height: auto;
  border-radius: 20px;
  display: block;
  transition-duration: 0.8s;
}

.tablet-image:hover {
  transform: scale(.9);
}

.contentpart {
  padding-left: 7rem;
  padding-right: 7rem;
}

.policies-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policies-list li {
  display: inline;
}

.policies-list li + li::before {
  content: " | ";
}
.ft-section {
    padding-left: 18px;
}

.modal-body p {
    color: rgb(2, 52, 122);
    font-weight: 600;
    line-height: 1.5em;
    font-size: 17px;
}
.modal-header {
    padding-bottom: 0;
    border: 0;
}
.modal-footer {
    padding-top: 0;
    border: 0;
}
.btn.btn-secondary {
    background-color: #f3a826;
    border: 0px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .quote {
    font-size: 1.6rem;
  }

  .logo-bar {
    justify-content: space-between;
    gap: 1.5rem;
  }

  .content-box {
    padding: 1.5rem;
  }

  .contentpart {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .logo-bar {
    justify-content: center;
    gap: 1.5rem;
  }
  .ft-link-1 {
    text-align: center;
}
  
  .ft-section {
        padding-left: 0px;
        margin-top: 0px !important;
        margin: 0 auto;
        padding-bottom: 10px;
  }

  .contentpart::after {
    right: 0;
    width: 306px;
    height: 100%;
  }

  .quote {
    text-align: center;
  }
  
  .tablet-image {
      margin-bottom: 0px!important;
  }
  
  .policies-list {
    text-align: center;
    padding: 0;
  }

  .policies-list li {
    display: block;
    margin: 0.5em 0; /* adjust vertical spacing as needed */
  }

  .policies-list li + li::before {
    content: "";
  }
  .row.align-items-stretch.g-4.mt-3 {
        margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .quote {
    font-size: 1.5rem;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contentpart {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tablet-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    margin-bottom: 30px;
  }

  .content-box p:last-child {
    margin-bottom: revert;
  }
}

@media (min-width: 2000px) {
    .ft-link-1 {
        text-align: right;
    }
    .quote {
        font-size: 2.4rem;
        line-height: 1.5em;
        padding-bottom: 17px;
    }
    .container-custom {
        padding: 0.7rem 0rem;
    }
    .tablet-image {
        width: 103%;
        max-width: 105%;
    }
    
    .content-box {
        font-size: 1.25rem;
    }
    .contentpart {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 820px) and (max-width: 850px) and (orientation: portrait) {
  .quote {
    font-size: 1.6rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .contentpart {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet-image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .ft-link {
    text-align: center;
  }
}

@media (min-width: 1100px) and (max-width: 1220px) and (orientation: landscape) {
  .quote {
    padding-right: 75px;
    padding-left: 10px;
    font-size: 2.4rem;
    font-weight: 400;
  }

  .tablet-image {
    width: 90%;
  }

  .content-box {
    background: rgb(224, 243, 255);
    padding: 20px 23px;
    border-radius: 35px;
    color: rgb(2, 52, 122);
    font-weight: 400;
    line-height: 1.2;
    font-size: 14px;
  }

  .contentpart {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1400px) and (max-width: 1550px) {
    .tablet-image {
        width: 98%!important;
        margin-top: -8px!important;
    }
}

@media (min-width: 1000px) and (max-width: 1050px) and (orientation: portrait) {
  .quote {
    font-size: 1.8rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .contentpart {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .ft-link {
        text-align: center;
  }
}

@media (min-width: 1300px) and (max-width: 1380px) and (orientation: landscape) {
  .quote {
    font-size: 2rem;
    padding-right: 5rem;
    padding-left: 2rem;
  }

  .contentpart {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media only screen and (orientation: landscape) {
  a {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
}

@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) {
  .quote {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    padding-right: 30px;
    padding-left: 10px;
  }

  .contentpart {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content-box {
    padding: 15px 15px 20px 15px;
    font-size: 14px;
  }
}

@supports (-webkit-touch-callout: none) {
  html, body {
    overscroll-behavior: contain !important;
  }
}