/* Misc */
.section--inner {
    padding: 38px 32px;
}
#landing-page .contained,
.landing-clients .contained,
.landing-hero .contained {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#landing-page .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
#landing-page .btn-wrapper .btn,
#landing-page .btn-row .btn {
    background-color: #BF9F52;
    text-transform: uppercase;
    font-size: 16px;
}
/* Header */
.landing-superheader {
    background: #146EA3;
    padding: 6px 36px;
}

.landing-superheader a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.landing-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    gap: 42px;
}

.landing-header img:first-of-type {
    width: 124px;
}

.landing-header img:last-of-type {
    width: 62px;
}

/* Footer */
.landing-footer {
    height: 19px;
    background: #146EA3;
}

/* Flex Hero */
.landing-hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.landing-overlay {
    background: #000000;
    opacity: .47;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.landing-hero .rte {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 27px;
}

.landing-hero .rte ul {
    font-size: 16px;
    line-height: 20px;
    list-style-type: none !important;
    padding-left: 0px !important;
    margin-left: 0 !important;
}

.landing-hero .rte ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.landing-hero .rte h1 {
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 20px;
}

.landing-hero .btn-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.landing-hero .iapo-logo {
    width: 117px;
}

/* Flex Clients */
.landing-clients {
    background-color: #07476D;
}

.landing-clients .rte * {
    color: #FFF !important;
}

.landing-clients .rte h2 {
    font-size: 20px;
}

.landing-clients .logos {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 24px;
}

.landing-clients .logos img {
    max-height: 60px;
    width: auto;
    height: auto;
}

#landing-page .trustpilot-widget {
    position: relative;
    background: rgba(3, 32, 50, 0.91);
    padding: 15px;
}

/* Flex CTA */
.landing-cta .rte h2 {
    font-size: 24px;
}

.landing-cta .benefits {
    margin-top: 46px;
    margin-bottom: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 54px;
}

.landing-cta .benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

  
.landing-cta .benefit:not(:last-child)::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #A6BB3A;
    margin: 27px auto 0;
}

.landing-cta .benefit img {
    width: 25%;
}

.landing-cta .benefit .rte {
    color: #146EA3;
    font-size: 16px;
    line-height: normal;
    text-align: center;
}

.landing-cta .benefit .rte p:last-of-type {
    margin-bottom: 0;
}

.landing-cta .btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

/* Landing awards text */
.landing-awards-text {
    background-color: #BF9F52;
    margin-top: 80px;
    position: relative;
}

.landing-awards-text .content {
    position: relative;
}

.landing-awards-text .rte {
    color: #FFF;
    width: 70%
}

.landing-awards-text .rte h3 {
    font-size: 20px;
    line-height: 29px;
    color: #FFF;
}

.landing-awards-text .rte p {
    font-size: 16px;
}

.landing-awards-text .rte p:last-of-type {
    margin: 0;
}

.landing-awards-text img {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 125px;
}

/* Flex categories */
.landing-categories {
    background-color: rgba(20, 110, 163, 0.1);
}

.landing-categories .rte h2 {
    color: #146EA3;
    font-size: 24px;
}

.landing-categories .categories {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    /* gap: 24px; */
    align-items: center;
}

.landing-categories .category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: auto;
}

.landing-categories .category .category-icon {
    width: 93px;
    height: 93px;
    border-radius: 100%;
    background-color: #146EA3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-categories .category .category-icon img {
    width: 50%;
}

.landing-categories .title {
    font-size: 16px;
    font-weight: 500;
    color: #146EA3;
    text-align: center;
    width: 94px;
    height: 182px;
    line-height: normal;
}

.landing-categories .categories-nav__prev {
    position: absolute;
    left: 8px;
    top: 35%;
}

.landing-categories .categories-nav__next {
    position: absolute;
    right: 8px;
    top: 35%;
}

.landing-categories .swiper-button-disabled {
    display: none;
}

/* Flex how it works */
.landing-how-it-works h2 {
    font-size: 24px;
}

.landing-how-it-works .steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 27px;
    margin-bottom: 30px;
    overflow: hidden;
}

.landing-how-it-works .step {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    gap: 18px;
    position: relative;
    padding: 20px 0;
}

.landing-how-it-works .step:first-of-type {
    padding-top: 0;
}

.landing-how-it-works .step:last-of-type {
    padding-bottom: 0;
}

.landing-how-it-works .step .step-count {
    width: 64px;
    height: 64px;
    background-color: #A6BB3A;
    color: #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.landing-how-it-works .step .title {
    font-size: 16px;
    font-weight: 500;
    color: #146EA3;
    line-height: normal;
}

.landing-how-it-works .step-bar {
    height: auto;
    position: absolute;
    width: 3px;
    background: #A6BB3A;
    top: 0;
    left: 30px;
    bottom: 0;
}

.landing-how-it-works .content {
    color: #146EA3;
    margin-bottom: 30px;
}

/* Flex Content */
.landing-content {
    background-color: #146EA3;
}

#landing-page .landing-content .contained,
#landing-page .landing-quote .contained,
#landing-page .landing-testimonial .contained {
    max-width: 1320px;
}

.landing-content .rte {
    margin-bottom: 40px;
}

.landing-content .rte * {
    font-size: 16px;
    color: #FFF !important;
}

.landing-content .rte h2 {
    font-size: 24px;
    line-height: normal;
}

/* Flex Quote */
.landing-quote .quote-mark {
    font-size: 200px;
    color: #146EA3;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    font-family: Lisu Bosa;
}

.landing-quote .rte {
    font-size: 18px;
    line-height: 27px;
    color: #146EA3;
    font-style: italic;
}

.landing-quote .byline {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #146EA3;
    text-align: center;
}

/* Flex Testimonial */
.landing-testimonial {
    background-color: rgba(166, 187, 58, 0.25);
}

.landing-testimonial .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.landing-testimonial .rte {
    font-size: 16px;
    line-height: 28px;
    color: #146EA3;
}

.landing-testimonial .quote-wrapper {
    position: relative;
}

.landing-testimonial .quote-mark {
    font-size: 60px;
    color: #146EA3;
    font-weight: bold;
    text-align: center;
    font-family: Lisu Bosa;
}

.landing-testimonial .quote-mark.left {
    position: absolute;
    top: -10px;
    left: 0;
}

.landing-testimonial .quote-mark.right {
    position: absolute;
    top: -10px;
    right: 0;
}

.landing-testimonial .byline {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #146EA3;
    text-align: center;
}

.landing-testimonial .btn-wrapper {
    margin-top: 25px;
}

/* Flex Faq */
.landing-faq {
    font-family: Arial, sans-serif;
}
.landing-faq .h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.landing-faq .faq-container {
    display: flex;
    flex-direction: column;
    margin: 25px 0 32px;
}
  .landing-faq .faq-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.landing-faq .faq-item {
    border-top: 0.5px solid #A6BB3A;
    border-bottom: 0.5px solid #A6BB3A;
    overflow: hidden;
}
.landing-faq .faq-question {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landing-faq .faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
}
.landing-faq .chevron svg {
    transition: transform 0.3s ease;
    display: block;
}
.landing-faq .faq-item.open .chevron svg {
    transform: rotate(180deg);
}

/* Awards thank you (not a flex section but adding the styling here) */
.landing-thank-you .contained {
    max-width: 1043px;
    margin: 0 auto;
}

.landing-thank-you .rte {
    color: #146EA3;
}

.landing-thank-you .rte-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-bottom: 75px;
}

.landing-thank-you .rte-hero img {
    max-width: 207px;
}

.landing-thank-you h4 {
    font-size: 22.5px;
    line-height: normal;
    font-weight: 700;
}

.landing-thank-you p {
    font-size: 19.5px;
    line-height: normal;
}

.landing-thank-you .head-p {
    font-size: 21px;
    line-height: normal;
    font-weight: 600;
}

.landing-thank-you .btn {
    background-color: #BF9F52;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 40px;
}

/* Application form (not a flex section but adding the styling here) */
#landing-page.award-application-page .rte h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
    margin-bottom: 0;
}

#landing-page .application-form {
    max-width: 1049px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#landing-page .application-form .application-form-step p {
    font-size: 16px;
    line-height: normal;
    color: #146EA3;
    font-weight: 500;
}

#landing-page .application-form .application-form-step span {
    font-family: 400;
    padding-left: 10px;
}

#landing-page .application-form .application-form-row textarea {
    font-size: 16px;
    line-height: normal;
    color: #146EA3;
    width: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    padding: 10px;
}

#landing-page .application-form-row .qbutton {
    text-transform: uppercase;
    background-color: #146EA3;
}

#landing-page .application-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#landing-page .application-form-submit .wpcf7-submit {
    background-color: #BF9F52;
    text-transform: uppercase;
    font-size: 16px;
    padding: .75rem 1.75rem;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    #landing-page.award-application-page .rte h3 {
        font-size: 36px;
    }

    .landing-thank-you .rte-hero {
        flex-direction: row;
    }

    #landing-page .btn-wrapper .btn,
    .landing-thank-you .btn {
        font-size: 18px;
    }

    .landing-superheader {
        padding: 15px 72px;
    }

    .landing-header {
        padding: 25px;
        gap: 70px;
    }
    
    .landing-header img:first-of-type {
        width: 208px;
    }
    
    .landing-header img:last-of-type {
        width: 102px;
    }

    .section--inner {
        padding: 69px 32px;
    }

    .landing-hero .rte {
        font-size: 18px;
        line-height: initial;
        margin-bottom: 44px;
        max-width: 72%;
    }
    
    .landing-hero .rte ul {
        font-size: 15px;
        line-height: 44px;
    }

    .landing-hero .rte ul li {
        margin-bottom: 0;
    }

    .landing-hero .rte h1 {
        font-size: 53px;
        line-height: 68px;
        margin-bottom: 40px;
    }

    .landing-hero .rte p {
        max-width: 50%;
    }

    .landing-hero .iapo-logo {
        width: 250px;
        position: absolute;
        right: 52px;
    }

    .landing-clients .rte h2 {
        font-size: 26px;
    }

    .landing-clients .logos {
        margin-top: 73px;
        justify-content: space-between;
    }

    .landing-clients .logos img {
        max-height: fit-content;
        width: revert-layer;
    }

    .landing-cta .section--inner {
        padding: 82px 69px 0;
    }

    .landing-cta .rte h2 {
        font-size: 30px;
    }
    
    .landing-cta .benefits {
        margin-top: 100px;
        margin-bottom: 63px;
        flex-direction: row;
        gap: 0;
    }
    
    .landing-cta .benefit {
        gap: 55px;
        padding: 0 27px
    }

    .landing-cta .benefit:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 2px;
        height: 100%;
        background-color: #A6BB3A;
        margin: 0;
    }
    
    .landing-cta .benefit img {
        width: auto;
        height: auto;
        min-width: 0;
        max-width: 100%;
        max-height: 161px;
        display: block;
        flex: 0 0 auto;
        object-fit: contain;
    }

    .benefit img {
        width: auto;
        height: auto;
        min-width: 0;
        max-width: 100%;
        max-height: 161px;
        display: block;
        flex: 0 0 auto;
        object-fit: contain;
    }
    
    .landing-cta .benefit .rte {
        font-size: 22px;
    }

    /* Landing awards text */
    .landing-awards-text {
        margin-top: 174px;
    }

    .landing-awards-text .section--inner {
        padding-top: 74px;
        padding-bottom: 62px;
    }

    .landing-awards-text .rte {
        width: 90%
    }

    .landing-awards-text .rte h3 {
        font-size: 27px;
        line-height: 35px;
        color: #FFF;
    }

    .landing-awards-text .rte p {
        font-size: 24px;
        line-height: normal;
    }

    .landing-awards-text .rte p:last-of-type {
        margin: 0;
    }

    .landing-awards-text img {
        right: 135px;
        bottom: -40px;
        width: 160px;
    }

    /* Flex Categories */
    .landing-categories .section--inner {
        padding: 70px 32px 70px;
    }

    .landing-categories .rte h2 {
        font-size: 30px;
    }

    .landing-categories .categories {
        margin-top: 95px;
        /* gap: 24px; */
    }

    .landing-categories .category {
        gap: 20px;
    }

    .landing-categories .category .category-icon {
        width: 155px;
        height: 155px;
    }

    .landing-categories .title {
        font-size: 18px;
        width: 155px;
        height: 138px;
    }

    .landing-categories .categories-nav__prev {
        left: 1%;
        top: 50%;
    }
    
    .landing-categories .categories-nav__next {
        right: 18px;
        top: 50%;
    }    

    /* Flex how it works */
    .landing-how-it-works h2 {
        font-size: 30px;
    }

    .landing-how-it-works .content {
        color: #146EA3;
        margin-bottom: 30px;
    }

    .landing-how-it-works .steps {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 58px;
        margin-bottom: 80px;
    }

    .landing-how-it-works .step {
        flex-direction: column;
        align-items: center;
        gap: 33px;
        padding: 0  20px;
    }

    .landing-how-it-works .step .step-count {
        width: 109px;
        height: 109px;
        font-size: 30px;
    }

    .landing-how-it-works .step .title {
        font-size: 18px;
        text-align: center;
    }

    .landing-how-it-works .step-bar {
        height: 6px;
        left: 0;
        top: 53px;
        width: 100%;
        transform: translate(calc(50% + 1.5rem),0rem);
    }

    .landing-how-it-works .step:last-of-type .step-bar {
        display: none;
    }

    .landing-how-it-works .content {
        font-size: 20px;
        line-height: normal;
    }

    /* Flex Content */
    .landing-content .rte {
        margin-bottom: 60px;
    }

    .landing-content .rte * {
        font-size: 18px;
        line-height: 28px;
    }

    .landing-content .rte h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    /* Flex Quote */
    .landing-quote .quote-mark {
        font-size: 150px;
        color: #146EA3;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }

    .landing-quote .rte {
        font-size: 24px;
        line-height: 51px;
    }

    .landing-quote .byline {
        margin-top: 40px;
        font-size: 21px;
    }

    /* Flex Testimonial */
    .landing-testimonial .image-wrapper {
        margin-bottom: 56px;
    }

    .landing-testimonial .rte {
        font-size: 21px;
        line-height: 35px;
        padding: 0 20px;
    }

    .landing-testimonial .quote-mark {
        font-size: 76px;
    }

    .landing-testimonial .quote-mark.left {
        top: 30x;
        left: -30px;
    }

    .landing-testimonial .quote-mark.right {
        top: 0px;
        right: -30px;
    }

    .landing-testimonial .byline {
        margin-top: 20px;
        font-size: 18px;
        line-height: 52px;
    }

    .landing-testimonial .btn-wrapper {
        margin-top: 40px;
    }

    /* Flex Faq */
    .landing-faq .h2 {
        font-size: 30px;
    }
    .landing-faq .faq-container {
        flex-direction: row;
        gap: 32px;
        margin: 62px 0 90px;
    }

    .landing-footer {
        height: 33px;
    }
}

@media only screen and (min-width: 1280px) {
    .landing-testimonial .quote-mark.left {
        font-size: 76px;
    }

    .landing-testimonial .quote-mark.right {
        font-size: 76px;
    }
}

@media only screen and (min-width: 1728px) {
    .landing-hero .rte {
        max-width: 72%;
    }
}

.awards-benefits-section {
  padding-top: 69px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 0px;
  background-color: #ffffff;
  text-align: center;
}

.awards-benefits-section h2 {
  font-size: 2.25em;
  margin-bottom: 0.5em;
  color: #1f638f;
  font-weight: 700;
}

.awards-benefits-section .intro {
  font-size: 1.1em;
  max-width: 800px;
  font-weight: strong;
  margin: 0 auto 60px auto;
  line-height: 1.6;
  color: #1f638f;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit {
  background: none;
  padding: 0;
  text-align: center;
}

.benefit img {
  height: auto;
  margin-bottom: 20px;
}

.benefit h3 {
  font-size: 1.2em;
  color: #1f638f;
  font-weight: 700;
  margin-bottom: 0.4em;
}

.benefit h3 em {
  font-style: italic;
  font-size: 0.9em;
  font-weight: normal;
}

.benefit p {
  font-size: 0.95em;
  line-height: 1.5;
  color: #1f638f;
  max-width: 320px;
  margin: 0 auto;
}

.benefit-icon {
  height: 100px;
    margin: 0 auto 20px auto;
  display: block;
}

.testimonial-swiper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.testimonial-swiper .swiper-pagination {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent;
  font-size: 0;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #1f638f;
}


/* Responsive */
@media screen and (max-width: 991px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

@media screen and (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .benefit-icon {
    height: auto;
    width: auto;
    margin: 0 auto 20px auto;
  display: block;
}
.swiper-button-next {
    display: none !important;
}
.swiper-button-prev {
    display: none !important;
}
}

.about-awards-section {
  background-color: #f1f4e1; 
  padding: 20px 20px;
  text-align: center;
}

.about-awards-section h2 {
  color: ##1f638f; 
  font-size: 1.8em;
  margin-bottom: 20px;
}

.about-awards-section p {
  color: #1f638f;
  font-size: 1.05em;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.about-awards-section em {
  font-style: italic;
  font-weight: 600;
}

.iapo-2025-wrap {
    --bg: #e3e8cf;
    --text: #1d2d3a;
    --brand: #396ea4;   /* blue */
    --button: #a8c045;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
}

/* 1) Crest a little bigger and still overlapping the green */
.iapo-2025-hero {
    background:#fff;
    height:120px;                 /* slightly taller white band */
    position:relative;
}
.iapo-2025-crest {
    position:absolute;
    left:50%;
    bottom:-74px;                 /* dips further into green */
    transform:translateX(-50%);
    width:150px;                  /* bigger */
    height:150px;                 /* bigger */
    background:#fff url('https://www.staging16.iapcollege.com/wp-content/uploads/2025/11/IAPO-Winners-Laurel-Blue.png') center/82% no-repeat;
    border-radius:50%;
    box-shadow:0 4px 16px rgba(0,0,0,.08);
}

/* layout */
.iapo-2025-container { max-width:1200px; margin:0 auto; padding:92px 20px 100px; }
.iapo-2025-heading { text-align:center; margin:16px 0 40px; font-weight:700; font-size:clamp(28px,4vw,36px); color:var(--brand); }

.iapo-2025-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:44px 28px; }
@media (max-width:980px){ .iapo-2025-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .iapo-2025-grid{ grid-template-columns:1fr; } }

.iapo-2025-card{ text-align:center; display:flex; flex-direction:column; align-items:center; gap:14px; }

/* 3) Make “Best” and the category the same size */
.iapo-2025-kicker,
.iapo-2025-title{
    font-size:18px;               /* same size */
    font-weight:600;              /* same weight */
    line-height:1.15;
    color:var(--brand);
}
.iapo-2025-title{ margin-top:-4px; }

/* 2) Icon area: ensure each category image fits INSIDE the blue circle and is centered */
.iapo-2025-icon{
    width:160px;
    height:160px;
    border-radius:50%;
    background-color:var(--brand);   /* blue circle */
    display:flex; align-items:center; justify-content:center;
    overflow:hidden;                  /* hard clip to circle */
}
.iapo-2025-icon img{
    width:60%;                        /* consistent scale inside circle */
    height:60%;
    object-fit:contain;               /* always contained */
    display:block;
}

/* 4) Winner name: keep size, make thinner */
.iapo-2025-name{
    font-size:28px;
    font-weight:700;                  /* thinner than 800 */
    color:var(--brand);
    max-width:240px;
    line-height:1.28;
}

/* Button: square + thinner text (from earlier change) */
.iapo-2025-btn{
    margin-top:8px;
    display:inline-block;
    text-decoration:none;
    font-weight:500;
    font-size:14px;
    background:var(--button);
    color:#fff;
    padding:10px 18px;
    border-radius:0;
    transition:transform .05s ease, filter .2s ease;
}
.iapo-2025-btn:hover{ filter:brightness(0.95); transform:translateY(-1px); }

/* Slider wrapper */
.quote-slider {
  position: relative;
}

/* Hide all slides by default */
.quote-slide {
  display: none;
}

/* Show only the active slide */
.quote-slide.active {
  display: block;
}

/* Optional: nice fade-in effect */
.quote-slide {
  animation: quoteFade 0.5s ease-in-out;
}

@keyframes quoteFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Quote slider base */
.landing-quote .quote-slider-wrap{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #146ea3;
}

.landing-quote .quote-slider{
  position: relative;
  flex: 1;
  overflow: hidden;
}

/* Slides stacked; only active visible */
.landing-quote .quote-slide{
  display: none;
  width: 100%;
}

.landing-quote .quote-slide.active{
  display: block;
}

/* Arrows */
.landing-quote .quote-nav{
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 10px;
  user-select: none;
}

.landing-quote .quote-nav:focus{
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* Optional: keep arrows on top of content on small screens */
@media (max-width: 640px){
  .landing-quote .quote-slider-wrap{
    gap: 6px;
  }
  .landing-quote .quote-nav{
    font-size: 28px;
    padding: 6px 8px;
  }
}