/* Fonts */
#heroSectionContainer p, h1, h2, h3, h4, h5 {
    color: #fff;
    font-weight:700;
    font-family: BentonSans, "Helvetica Neue", Helvetica, fallbackBold, sans-serif;
}
h2, h4 {
    font-size: 40px;
    line-height: 43px;
    text-transform: uppercase;
}
p {
    font-size: 16px;
    color: #fff;
    line-height: 150%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    h2, h4 {
        font-size: 30px;
        line-height: 120%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    h2, h4 {
        font-size: 28px;
        line-height: 120%;
    }
}
@media (max-width: 767px) {
    h2, h4 {
        font-size: 28px;
        line-height: 120%;
    }
    p, h1, h2, h3, h4, h5 {
        text-align: center;
    }
}
/* End Fonts */

/* Clear Padding */
#clear_padding .container,
#clear_padding .row,
#clear_padding .col-md-12,
#clear_padding .col-md-6,
#clear_padding .col-md-4,
#breadC .row, .expMore .container, .termsandconditionssection .container {
   padding: 0;
   margin: 0 auto;
}

#clear_padding>.container {
   width: 100%;
   max-width: 100%;
}

.exp .container, .expMore .container, #heroSectionContainer .container {
  max-width: 1200px;
}

#clear_padding {
    background: #00175A;
    background: linear-gradient(90deg, rgba(0, 23, 90, 1) 0%, rgba(0, 34, 105, 1) 70%, rgba(0, 111, 207, 1) 100%);
}
/* End Clear Padding */

/* Breadcrumbs */

@media (max-width: 767px) {
    .breadcrumb li:first-child, .breadcrumb li:nth-child(2) {
        display: none;
    }
}
/* End Breadcrumbs */

/* WNBA Hero */
#heroSectionContainer {
   padding: 72px 40px;
   aspect-ratio: 1280 / 531;
   width: 100%;
}
#logo img {
  width: 215px;
  height: auto;
  padding-bottom: 24px;
}
h1 {
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -1px;
  padding-bottom: 32px;
  text-transform: uppercase;
}
#heroSectionContainer p {
  font-size: 24px;
  line-height: 130%;
}
#heroSectionContainer p, h1, h2, h3, h4, h5 {
    color: #fff;
    font-weight:700;
    font-family: BentonSans, "Helvetica Neue", Helvetica, fallbackBold, sans-serif;
}

@media (min-width: 1024px) and (max-width: 1279px) {
   h1 {
      font-size: 50px;
   }
    #heroSectionContainer p {
      font-size: 22px;
      line-height: 130%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
      font-size: 36px;
   }
    #heroSectionContainer p {
      font-size: 18px;
      line-height: 130%;
    }
}

@media (max-width: 767px) {
    #heroSectionContainer {
       padding: 186px 0 24px;
       aspect-ratio: 125 / 187;
       width: 100%;
    }
    h1 {
      font-size: 52px;
      margin: 0 auto;
      width: 80%;
      text-align: center;
    }
    #heroSectionContainer p {
      font-size: 32px;
      margin: 0 auto;
      width: 80%;
      text-align: center;
    }
    #logo {
      text-align: center !important;  
      margin: 0 auto;
      width: 80%; 
    }
    #logo img {
      padding-bottom: 50px;
    }
    .astar_logo_mob {
      text-align: center !important;  
      margin: 0 auto;
      width: 80%; 
    }
    .astar_logo_mob img {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    #heroSectionContainer {
       padding: 206px 0 24px;
       aspect-ratio: 125 / 187;
       width: 100%;
    }
    
}
@media (max-width: 600px) {
    #heroSectionContainer {
       padding: 146px 0 24px;
    }
    h1 {
      font-size: 32px;
    }
    #heroSectionContainer p {
      font-size: 22px;
    }
    #logo img {
      padding-bottom: 50px;
    }
    .astar_logo_mob img {
        padding-bottom: 50px;
    }
}
@media (max-width: 449px) {
    #heroSectionContainer {
       padding: 66px 0 24px;
       aspect-ratio: 125 / 187;
       width: 100%;
    }
    #logo img {
      padding-bottom: 37px;
    }
    .astar_logo_mob img {
        width: 100%;
        height: auto;
        padding-bottom: 37px;
    }
}
/* End WNBA Hero */

/* special perks */

.exp {
  padding: 64px 0 0;
}
.exp h2, .explore p {
  padding-bottom: 24px;
}
.explore {
    padding-bottom: 0;
}
.animated-cards-container .col-md-5 {
    flex: 0 0 42%;
    max-width: 42%;
}
.animated-cards-container .col-md-2 {
    flex: 0 0 8%;
    max-width: 8%;
}
.animated-cards-container {
    padding: 0;
}
.animated-cards-container > .container > .row {
    justify-content: space-between;
}
.animated-cards-container > .container > .row > .col-md-6:first-child {
    padding-right: 25px!important;
}
.animated-cards-container > .container > .row > .col-md-6:last-child{
    padding-left: 25px!important;
}
#specPerks .animated-card:after {
    position: absolute;
    top: -12px;
    right: -11px;
    left: -11px;
    bottom: -6px;
    content: '';
    border: 1px solid #006FCF;
    border-radius: 8px;
    transition: 1.2s cubic-bezier(1, 2, .3, 1.2);
}
#specPerks .animated-card:hover:after {
    background-image: radial-gradient(circle at 100% 100%, transparent 7px, #FA4D00 7px, #FA4D00 8px, transparent 8px), linear-gradient(to right, #FA4D00, #4D90CD), radial-gradient(circle at 0% 100%, transparent 7px, #4D90CD 7px, #4D90CD 8px, transparent 8px), linear-gradient(to bottom, #4D90CD, #4D90CD), radial-gradient(circle at 0% 0%, transparent 7px, #4D90CD 7px, #4D90CD 8px, transparent 8px), linear-gradient(to left, #4D90CD, #FA4D00), radial-gradient(circle at 100% 0%, transparent 7px, #FA4D00 7px, #FA4D00 8px, transparent 8px), linear-gradient(to top, #FA4D00, #FA4D00);
    background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
    background-size: 8px 8px, calc(100% - (2 * 8px)) 1px, 8px 8px, 1px calc(100% - (2 * 8px));
    background-repeat: no-repeat;
}

#specPerks .animated-card:hover:after {
    bottom: -12px;
}

.card-content {
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 24px;
    min-height: 288px;
}

.card-content > .container {
    position: relative;
    padding: 0 !important;
    top: 0;
    transition: 1.2s cubic-bezier(1, 2, .3, 1.2);
}

.animated-card:hover .card-content > .container {
    top: 0px;
}

.card-content h3 {
    line-height: 140%;
    padding: 24px 0;
    text-align: left;
    font-weight: 400;
}

.card-content p {
    font-size: 14px;
    text-align: left;
}

#specPerks .animated-card .icon-hover {
  position: relative;
  display: inline-block;
  width: 48px;   /* adjust to your icon size */
  height: 48px;  /* adjust to your icon size */
}

#specPerks .animated-card .icon-hover::before,
#specPerks .animated-card .icon-hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 250ms ease;
}

#specPerks .animated-card .icon-hover::before {
  background-image: url("/content/dam/amex/en-us/benefits/membership/experiences/wnba-all-star/images/wnba-as-2026/Icon_blue.png");
  opacity: 1;
}

#specPerks .animated-card .icon-hover::after {
  background-image: url("/content/dam/amex/en-us/benefits/membership/experiences/wnba-all-star/images/wnba-as-2026/Icon_orange.png");
  opacity: 0;
}

#specPerks .animated-card .icon-hover.iconBino::before {
  background-image: url("/content/dam/amex/en-us/benefits/membership/experiences/wnba-all-star/images/wnba-as-2026/icon_bino_blue.png");
  opacity: 1;
}

#specPerks .animated-card .icon-hover.iconBino::after {
  background-image: url("/content/dam/amex/en-us/benefits/membership/experiences/wnba-all-star/images/wnba-as-2026/icon_bino_orange.png");
  opacity: 0;
}

/* Trigger orange when the card is hovered */
#specPerks .animated-card:hover .icon-hover::before,
#specPerks .animated-card:focus-within .icon-hover::before {
  opacity: 0;
}

#specPerks .animated-card:hover .icon-hover::after,
#specPerks .animated-card:focus-within .icon-hover::after {
  opacity: 1;
}

/* Optional: also show orange when the icon itself is hovered */
#specPerks .animated-card .icon-hover:hover::before,
#specPerks .animated-card .icon-hover:hover::after {
  /* same result as parent hover */
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .exp {
      padding: 64px 54px 0;
    }
    .card-content {
        padding: 40px 24px;
        min-height: 309px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .exp {
      padding: 64px 16px 0;
    }
    .card-content {
        padding: 20px 10px;
        min-height: 290px;
    }
}
@media (max-width: 767px) {
    .explore p {
        padding-bottom: 32px;
    }
    .animated-cards-container .col-md-5 {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .animated-cards-container .col-md-5:first-child .animated-card {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 40px;
    }
    .animated-cards-container .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .animated-cards-container > .container > .row > .col-md-6:first-child {
        padding-right: 0!important;
        padding-bottom: 40px!important;
    }
    .animated-cards-container > .container > .row > .col-md-6:last-child{
        padding-left: 0!important;
    }
    .explore .container {
        padding-left: 0;
        padding-right: 0; 
    }
    .exp {
      padding: 37px 16px 0;
    }
    .explore {
        padding-bottom: 24px;
    }
    .card-content {
        padding: 0;
        min-height: inherit;
    }
    .card-content h3 {
        line-height: 140%;
        padding: 12px 0;
        text-align: center;
    }
    
    .card-content p {
        font-size: 14px;
        text-align: center;
    }
    #specPerks .animated-card:after, #specPerks .animated-card:hover:after {
        border: none;
        background-image: none;
    }
}
/* end special perks */

/* Spend 100 */
.spend {
    padding: 136px 0 72px;
}
.spend > .container > .row > .col-md-6:first-child {
    max-width: 587px;
    /* margin-left: 0!important; */
}
.spend > .container > .row > .col-md-6:first-child > div > .richtext {
    margin-top: 25px;
}
.spend > .container > .row > .col-md-6:last-child {
    max-width: 542px;
    margin-left: 0!important;
}
.spend h4 {
    line-height: 120%;
    padding-bottom: 14px;
}
.spendCol {
    padding: 24px 0 48px;
}
.spend .col-md-4 {
    margin-left: 0!important;
}
.spend .col-md-4:first-child {
    max-width: 149px;
}
.spend .col-md-4:nth-child(2) {
    max-width: 179px;
}
.spend .col-md-4:last-child {
    max-width: 222px;
}
.spend .col-md-4:last-child .animated-card {
    width: 222px;
}
.spend .animated-card:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    border: none;
    border-radius: 0;
    transition: none;
}
.spend .card-content {
    padding: 0;
    min-height: inherit;
}
#btnEnrollNow {
    width: 170px;
}
#btnEnrollNow, #btnLearnMore {
    font-weight: 500;
}
.spendImg img {
    position: relative;
    right: -60px;
}
.spendCol .animated-card .icon-NoHover {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.spendCol .card-content p {
    padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .spend .col-md-4:last-child .animated-card {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .spend {
        padding: 40px 0;
    }
    .spendImg img {
        position: relative;
        right: 15px;
        padding-bottom: 24px;
    }
    .spend h4 {
        padding-bottom: 24px;
    }
    .spend .col-md-4:first-child, .spend .col-md-4:nth-child(2), .spend .col-md-4:last-child, .spend .col-md-4:last-child .animated-card {
        max-width: 100%;
        width: 100%;
    }
    .spend .col-md-4:nth-child(2) .animated-card, .spend .col-md-4:last-child .animated-card {
        padding-top: 16px;
    }
    .spendCol {
        padding: 24px 0 34px;
    }
    .card-content > .container > .row > .col-md-12 > div > .richtext > div {
        text-align: center;
    }
    #btnEnrollNow {
        width: 180px;
        margin: 0 auto;
    }
}
/* end Spend 100 */

/* Latest section */
.latest {
    padding: 54px 0 72px;
}
.latest > .container > .row > .col-md-6:first-child {
    max-width: 542px;
    margin-left: 0!important;
}
.latest > .container > .row > .col-md-6:last-child > div > .richtext {
    margin-top: 100px;
}
.latest > .container > .row > .col-md-6:last-child {
    max-width: 547px;
}
.latest h4, .latest p {
    padding-bottom: 24px;
}
#btnLearnMore {
    width: 170px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .lateImg img {
        position: relative;
        left: -50px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .lateImg img {
        position: relative;
        left: -50px;
    }
}
@media (max-width: 767px) {
    .latest {
        padding: 0;
    }
    #btnLearnMore {
        width: 180px;
        margin: 0 auto;
    }
    .lateImg img {
        position: relative;
        left: 29px;
        padding-bottom: 58px;
        width: 100%;
    }
    .latest > .container > .row > .col-md-6:last-child > div > .richtext {
        margin-top: 0;
    }
    .latest p {
        padding-bottom: 40px;
    }
}

/* end Latest section */

/* AMEX EXPERIENCES */
.amexExp img {
    width: 242px;
    position: relative;
    bottom: -1px;
    z-index: 2;
}

@media (max-width: 1279px) {
  
}
@media (max-width: 767px) {
    .amexExp img {
        width: 215px;
        bottom: -40px;
    }
}
/* End AMEX EXPERIENCES */

/* Experience More */
.expMore {
    padding: 54px 40px 54px;
}
.expMore .container {
    width: 100%;
}
.expMore .row {
    margin: 0;
    width: 100%;
}
.expMore .col-md-12 {
    padding: 0;
}
.expMemInner > .container > .row, .expMore-cards-container > .container > .row {
    justify-content: space-between;
}
.expMore .container {
  display: flex;
  justify-content: center; 
  align-items: center;     
}
.expMore .col-md-3 {
    flex: 0 0 30%;
    max-width: 300px;
    padding: 0;
    margin-left: 0;
}
.expMore .col-md-9 {
    flex: 0 0 70%;
    max-width: 790px;
    padding: 0;
}
.expMem {
    margin-top: 44px;
}
.expMem svg {
    max-width: 100%;
}
.expMem h4 {
    line-height: 120%;
    padding-bottom: 16px;
    text-transform: none;
}
.expMem .richtext:nth-child(2) {
    padding: 24px 0;
}
.expMore-cards-container .col-md-6 {
    padding: 0;
    width: 50%;
    max-width: 390px;
}
.amexExpCards {
    background-color: #000;
    border-radius: 8px;
    padding-bottom: 24px
}
.expMoreImg img {
    border-radius: 8px;
}
.amexExpCards .richtext {
    padding: 24px;
}
h5 {
    font-size: 32px;
    line-height: 120%;
    font-weight:400;
    text-align: center;
    padding-bottom: 16px;
}
.amexExpCards p {
    text-align: center;
}
.expMoreBut {
    padding: 0 24px;
}
.amexExpCards a.btn {
    border-radius: 4px;
    width: 100%!important;
    max-width: 100%;
    border: 1px solid #56A1E3;
    background: #09173D;
    color: #EDF7FF;
    font-weight: 500;
    letter-spacing: 0.08px;
}
@media (min-width: 768px) and (max-width: 1279px){
    .expMore-cards-container .col-md-6 {
        padding: 0 5px;
   }
}
@media (max-width: 767px) {
    .expMore {
        padding: 40px 16px 23.19px;
    }
    .expMore .col-md-3, .expMore .col-md-9, .expMore-cards-container .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .expMem {
        border-bottom: none;
        padding: 24px 0 40px;
        margin-top: 0;
    }
    .expMem .richtext:last-child {
        display: none;
    }
    .expMore-cards-container .col-md-6:first-child {
        padding-bottom: 33px;
    }
    h5 {
        font-size: 22px;
        line-height: 130%;
        padding-bottom: 16px;
    }
}

/* End Experience More */

/* FAQS */
.amex-ribbon-img, .termsandconditionssection, .termsandconditionssection .collapsible-panel .dls-white-bg, .termsandconditionssection  .accordion-content.border-t.dls-gray-01-bg {
    background-color: #E0E0E0!important;
}
.amex-ribbon-img img {
    max-width: 160px;
    position: relative;
    top: -15px;
    z-index: 2;
}
.termsandconditionssection {
    padding: 16px;
}
.termsandconditionssection .collapsible {
    padding: 16px 0;
}
.collapsible:hover:not(.expandable-link) {
    background-color: hsla(210, 2%, 60%, .00); 
}
.termsandconditionssection .collapsible-panel .dls-white-bg, .termsandconditionssection  .accordion-content.border-t.dls-gray-01-bg {
    border: .0625rem solid #E0E0E0;
}
.termsandconditionssection .bordered-a>*,.bordered>:not(:last-child) {
    border-bottom: .0625rem solid #E0E0E0;
}
.termsandconditionssection  .accordion-content.border-t.dls-gray-01-bg {
    border-top: .0625rem solid #E0E0E0;
}
.termsandconditionssection .collapsible-panel .dls-white-bg h3.body-1 {
    color: #262626;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.08px;
}
.termsandconditionssection .collapsible-caret {
    color: #006FCF;
}
.termsandconditionssection .row.pad.stack-md-down {
    padding: 0!important;
}
.termsandconditionssection .col-md-12.stack {
    margin-top: 0;
}
.termsandconditionssection ol {
    
}
.termsandconditionssection ol li {
    padding: 16px 0;
    font-size: 12px;
    line-height: 150%;
}
.termsandconditionssection ol li::marker {
    font-weight:bolder !important;
}
h6 {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-transform: none;
}
h6.italic {
    font-style: italic;
    font-weight: 400;
}
/* End FAQS */