/* FONTS */
@font-face {
    font-family: "Figtree";
    src: url(../styles/fonts/Figtree.woff2) format("woff2-variations"),
         url(../styles/fonts/Figtree.woff) format("woff-variations");
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url(../styles/fonts/Jost.woff2) format("woff2-variations"),
         url(../styles/fonts/Jost.woff) format("woff-variations");
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

html {
    font-family: "Figtree", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Figtree", system-ui, sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", system-ui, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

body:not(.home) .main-content {
    max-width: 95%;
    margin: 0 auto;
    width: 1280px;
}

.plain-link {
    color: #0F5257;
    font-size: 20px;
}

.plain-link:hover {
    color: #0077F0;
}

/* HEADER */
.site-header {
    position: relative;
}

.site-header:after {
    content: '';
    background-image: url(../../../uploads/2025/11/header-circles.png);
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 141px;
    width: 463px;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-header .inner {
    padding: 40px 80px 20px;
    position: relative;
}

.site-header .inner:after {
    content: '';
    background-image: url(../../../uploads/2025/11/hiv-ribbon.png);
    display: block;
    position: absolute;
    top: 40px;
    right: 80px;
    height: 40px;
    width: 29px;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo-wrap img {
    max-width: 263px;
    height: auto;
}

/* =========================================
   Global layout for sections
========================================= */

.section {
	padding: 60px 0;
}

@media (max-width: 800px) {
	.section {
		padding: 50px 0;
	}
}

/* Shared background for any text + image section */
.section--text-image .section-split-inner {
	background-color: #f4f2f0; /* adjust to brand */
    border-radius:20px;
}

.section--testimonial {
    background-color: #40184C;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* =========================================
   Hero
========================================= */

.section--home-hero {
    padding-top: 0px;
}

.hero-inner {
    width: 1328px;
	max-width: 95%;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
}

.hero-inner .hero-content {
	flex: 0 0 37.5%;
	max-width: 37.5%;
}

.hero-inner .hero-image-wrapper {
	flex: 0 0 56%;
	max-width: 56%;
}

.hero-inner .hero-image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

h1 {
	font-size: 32px;
	line-height: 1.4;
	margin: 0 0 24px;
    font-weight: 400;
}

.hero-button {
	display: inline-block;
	padding: 12px 28px;
	border-radius: 999px;
	background-color: #1696e8;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.hero-button:hover,
.hero-button:focus {
	background-color: #0f7bbc;
}

.text-center {
    text-align: center;
}

.error404 h1 {
    font-size: 300px;
    line-height: 1em;
}

.hero-image-wrapper {
	flex: 1 1 50%;
	text-align: right;
}

.hero-image {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Mobile hero layout */
@media (max-width: 800px) {
    .hero-inner .hero-image-wrapper,
    .hero-inner .hero-content {
        max-width: 100%;
        width: 100%;
    }

    .hero-inner {
        gap: 40px;
    }

    .site-header .inner {
        padding-left: 24px;
        padding-right: 24px;
        width: 95%;
        margin: 0 auto;
    }

	.hero-inner {
		flex-direction: column;
	}

	.hero-image-wrapper {
		text-align: center;
	}
}

/* =========================================
   Shared text + image layout
========================================= */

.section-split-inner {
	width: 1280px;
    max-width: 95%;
	margin: 0 auto;
	padding: 88px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.section-split-col {
	flex: 1 1 50%;
}

/* Text column */
.section-split-col--text {
	display: flex;
	flex-direction: column;
}

/* Image column */
.section-split-col--image {
	text-align: center;
}

.section-image {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

/* Headings & body text shared */
.section-heading {
	font-size: 48px;
    color: #0F5257; 
	margin: 0 0 8px;
}

.section-heading.purple {
    color: #40184C;
    font-size: 40px;
}

.section-text {
	font-size: 20px;
	line-height: 1.4;
    color: #4A4F4D;
}

/* Shared button for sections */
.section-button {
	display: inline-block;
	width: auto;
	max-width: max-content;
	margin-top: 8px;
	padding: 12px 28px 12px 20px;
    border-radius: 32px;
    background: #0F5257;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
    font-family: "Jost";
    text-transform: uppercase;
    position: relative;
}

.section-button svg {
    position: relative;
    top: 4px;
    left: 8px;
}

.section-button:hover,
.section-button:focus {
	background-color: #0077F0;
}

/* Layout variations (if you need them later) */
/* Just here as hooks – flex direction is already handled with markup order */
.section--text-left-image-right .section-split-inner {
	/* default: text first, image second */
}

.section--image-left-text-right .section-split-inner {
	/* default: image first, text second */
}

/* Mobile stacking */
@media (max-width: 800px) {
	.section-split-inner {
		flex-direction: column;
	}

	.section-split-col {
		width: 100%;
	}
}

.section--text-left-image-right:before {
       content: '';
    background-image: url(../../../uploads/2025/11/two-circles-right.png);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 313px;
    width: 271px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.section--text-left-image-right .section-split-inner {
    position: relative;
}

.section--text-left-image-right .section-split-inner:before {
    content: '';
    background-image: url(../../../uploads/2025/11/circles-bottom.png);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 40%;
    height: 140px;
    width: 498px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section--text-left-image-right .section-split-inner:after {
    content: '';
    background-image: url(../../../uploads/2025/11/circles-left.png);
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 154px;
    height: 221px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section--home-intro .section-image {
    width: 420px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.section--image-left-text-right .section-split-inner {
    position: relative;
        overflow: hidden;
}

.section--image-left-text-right .section-split-inner:before {
    content: '';
    background-image: url(../../../uploads/2025/11/fairness-circle-before.png);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 171px;
    width: 196px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section--image-left-text-right .section-split-inner:after {
    content: '';
    background-image: url(../../../uploads/2025/11/fairness-circle-inner.png);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 20%;
    width: 421px;
    height: 73px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section--testimonial .testimonial-inner:before {
    content: '';
    background-image: url(../../../uploads/2025/11/testimonial-circle-before.png);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 172px;
    width: 241px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.section--testimonial .testimonial-inner:after {
    content: '';
    background-image: url(../../../uploads/2025/11/testimonial-circles-after.png);
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 332px;
    height: 177px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section--text-left-button-image-right .section-split-inner {
    position: relative;
}

.section--text-left-button-image-right .section-split-inner:before {
    content: '';
    background-image: url(../../../uploads/2025/11/legistalature-circle-before.png);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 104px;
    width: 346px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section--home-feature .section-image {
       width: 420px;
    max-width: 100%;
    margin: 0 auto;
}

/* Outer slider wrapper */
.section--testimonial .testimonial-inner--slider {
    width: 1328px;
	max-width: 95%;
	margin: 0 auto;
	padding: 0 24px;
}

/* One slide = row with two columns */
.section--testimonial .testimonial-slide {
	display: flex;
	align-items: center;
	gap: 80px;
}

/* LEFT COLUMN: image */
.section--testimonial .testimonial-image-wrapper {
	flex: 0 0 30%;
	max-width: 30%;
}

.section--testimonial .testimonial-image {
	height: auto;
	display: block;
	border-radius: 50%;
	object-fit: cover;
    width: 100%;
    margin: 0 auto;
}

/* RIGHT COLUMN: text + meta */
.section--testimonial .testimonial-content {
	flex: 1 1 70%;
	max-width: 70%;
}

.section--testimonial .testimonial-text {
	font-size: 32px;
	line-height: 1.4;
    color: #D5CBC3;
	margin: 0 0 12px;
    font-family: "Figtree";
}

.section--testimonial .testimonial-meta p {
	margin: 0;
	font-size: 24px;
	color: #fff;
    font-weight: 500;
}


/* Mobile: stack image above text */
@media (max-width: 800px) {
	.section--testimonial .testimonial-slide {
		flex-direction: column;
		text-align: center;
	}

	.section--testimonial .testimonial-image-wrapper,
	.section--testimonial .testimonial-content {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

/* Base: all slides hidden by default */
.section--testimonial .testimonial-slide {
	display: none;
}

/* The active slide is flex row (image left / text right) */
.section--testimonial .testimonial-slide.is-active {
	display: flex;
	align-items: center;
	gap: 64px;
    opacity: 100 !important;
}

/* Keep your column layout */
.section--testimonial .testimonial-image-wrapper,
 .testimonial-spacer {
	flex: 0 0 30%;
	max-width: 30%;
}

.section--testimonial .testimonial-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
	object-fit: cover;
}

.section--testimonial .testimonial-content {
	flex: 1 1 70%;
	max-width: 70%;
}

/* Nav wrapper + buttons */

.testimonial-buttons {
    margin-top: 48px;
}

.section--testimonial .testimonial-nav {
	background: transparent;
	border-radius: 32px;
    border: 1px solid #0077F0;
    color: #ffffff;
	padding: 8px 16px;
	cursor: pointer;
	font: inherit;
}

.section--testimonial .testimonial-nav:hover,
.section--testimonial .testimonial-nav:focus {
	 background-color: #0077F0;
}

/* You can style icons however you want */
.section--testimonial .testimonial-nav-icon {
	display: inline-block;
}

/* Mobile: stack slide columns */
@media (max-width: 800px) {
	.section--testimonial .testimonial-slide.is-active {
		flex-direction: column;
		text-align: center;
        opacity: 100;
	}

	.section--testimonial .testimonial-image-wrapper,
	.section--testimonial .testimonial-content {
		max-width: 100%;
		flex: 0 0 100%;
	}

    .section--testimonial .testimonial-image {
        width: 50%;
        margin: 0 auto;
    }
}

.section--home-cta .section-split-col--image {
    position: relative;
}

.section--home-cta .section-split-inner {
    align-items: unset;
}

.section--home-cta .section-image {

    margin-left: 47px;
    margin-bottom: -87px;
}

.section--home-cta .section-button {
    margin-top: 16px;
}

.section--home-cta .section-split-col--image:before {
    content: '';
    background-image: url(../../../uploads/2025/11/legislature-circles-image.png);
    display: block;
    position: absolute;
    top: 0px;
    left: 100px;
    width: 188.983px;
    height: 154.993px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}





/* =========================================
   About
========================================= */

.section-about-inner {
	width: 1280px;
    max-width: 95%;
	margin: 0 auto;
	padding: 0 24px;
}

.section-about-heading {
	margin-bottom: 32px;
}

.section-about-body {
	display: flex;
	gap: 80px;
	align-items: flex-start;
}

.section-about-body .section-text {
	flex: 1 1 60%;
}

.section-about-image-wrapper {
	flex: 1 1 40%;
	text-align: center;
}

.section-about-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Mobile about */
@media (max-width: 800px) {
	.section-about-body {
		flex-direction: column;
	}

	.section-about-heading {
		text-align: left;
	}
}



/* =========================================
   Extra content
========================================= */

.section--extra-content .front-page-extra-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px;
}

/* =========================================
   Footer
========================================= */

footer {
    background-color: #40184C;
    margin-top: 60px;
}

footer .inner {
    position: relative;
    padding: 80px 60px 40px;
}

footer .inner:after {
        content: '';
    background-image: url(../../../uploads/2025/11/red-blood-cells.png);
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 378px;
    width: 956px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-wrap .site-logo {
    display: block;
    width: 348px;
    max-width: 100%;
    margin-bottom: 20px;
}

.footer-wrap .site-logo img {
    width: 100%;
    height: auto;
}

.footer-left {
    z-index: 10;
    position: relative;
}

.footer-left p {
    color: #ffffff;
    font-size: 14px;
}

.footer-left a {
    color: #D5CBC3;
    text-decoration: underline;
    padding-left: 16px;
}

.footer-left a:hover {
    color: #FFFFFF;
}

@media (max-width: 1500px) {
    
}

@media (max-width: 1360px) {
    footer .inner:after {
        height: 62%;
            width: calc(100% - 348px);
    }
    
}

@media (max-width: 1100px) {
    
}

@media (max-width: 1000px) {
    
}

@media (max-width: 900px) {
    .site-header:after,
      .site-header .inner:after {
        display: none;
    }

    .header-right {
        text-align: center;
    }
    
}

@media (max-width: 800px) {

    .site-header .inner:after {
        right: 24px;
    }

    .section-split-inner {
        align-items: unset;
    }

    .section--text-left-image-right .section-split-inner:after,
    .section--text-left-image-right .section-split-inner:before,
    .section--testimonial .testimonial-inner:after,
    .section--text-left-button-image-right .section-split-inner:before,
    .section--image-left-text-right .section-split-inner:before {
        display: none;
    }

    footer {
        text-align: center;
    }

    .footer-wrap .site-logo {
        display: inline-block;
    }

    .section-about-image-wrapper {
        display: none;
    }

    .section--home-intro .section-split-inner,
    .section--home-hero .hero-inner {
        flex-direction: column-reverse;
    }

    .footer-left {
        margin-bottom: 140px;
    }

    footer .inner:after {
        height: 62%;
        width: 100%;
    }

    .section--testimonial .testimonial-text {
        font-size: 24px;
    }

    .section--testimonial .testimonial-meta p {
        font-size: 20px;
    }
   
}

@media (max-width: 700px) {
    
}

@media (max-width: 600px) {
   
}

@media (max-width: 500px) {
    
}

@media (max-width: 450px) {
    
}

@media (max-width: 400px) {
   
}

@media (max-width: 350px) {

}
