.section-projects {
	padding: 120px 0;
	background: #F5F5F7;
	overflow: hidden;
}

.projects-subtitle{
    display:block;
    margin:0 0 10px;

    font-family:Figtree,sans-serif;
    font-size:38px;
    font-weight:700;
    line-height:100%;
    letter-spacing:0;

    color:#000000;
}

.projects-title{
    margin:0 0 20px;
    font-family:"Polymath Display","Polymath",sans-serif;
    font-size:64px;
    font-weight:700;
    line-height:110%;
    letter-spacing:0;

    color:#0F0445;
}

.projects-description{
    max-width:1216px;
    margin:0 0 48px;

    font-family:Figtree,sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:135%;
    letter-spacing:0;

    color:#000000;
}

/* ---------- Filter pills ---------- */
.projects-filters {
	margin-bottom: 48px;
	max-width: 1216px;
}

.projects-pills-desktop {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.project-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 56px;
	padding: 8px 8px 8px 24px;
	border: 3px solid rgba(0, 0, 0, .2);
	border-radius: 72px;
	background: #FFFFFF;
	color: #0F0445;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	box-sizing: border-box;
	transition: background .2s ease, border-color .2s ease;
}

.project-pill:hover {
	background: rgba(15, 4, 69, .05);
}

.project-pill.active {
	background: #FFC800;
	border-color: rgba(0, 0, 0, .2);
	font-weight: 700;
}

.project-pill:focus-visible {
	outline: 2px solid #5641E0;
	outline-offset: 2px;
}

.pill-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 36px;
	background: #0F0445;
	color: #FFC800;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	box-sizing: border-box;
}

.project-pill.active .pill-badge {
	background: #0F0445;
	color: #FFC800;
}

.projects-dropdown-mobile {
	display: none;
	position: relative;
}

.custom-select-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 16px;
	border-radius: 50px;
	background: #FFC800;
	color: #0F0445;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.select-left-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hidden-native-select {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.project-carousel-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 -10px;
	padding: 0 10px;
}

.project-carousel-track::-webkit-scrollbar {
    display: none;
}

.project-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 350px;
	min-height: 350px;
	padding: 24px;
	border-radius: 18px;
	box-sizing: border-box;
	transition: transform .25s ease, box-shadow .25s ease;
	margin: 0 10px;
	border: 2.08px solid transparent;
	background-image: linear-gradient(#0F0445, #0F0445), linear-gradient(135deg, #B53C72 0%, #5641E0 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border-radius: 16px;
	border: 2.083px solid var(--New, #B53C72);
	background: #0F0445;

}

.project-card-title {
	margin: 0 0 20px;
	font-family: Figtree, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	letter-spacing: 0%;
}


.client-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 8px 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .10);
	font-size: 16px;
	font-weight: 700;
	line-height: 135%;
	color: #fff;
	box-sizing: border-box;
}

.client-name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #FFC800;
}

.project-arrow-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-bottom: 2px;
	padding: 0;
	border: 0;
	border-radius: 24px;
	background: #FFC800;
	color: #0F0445;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	transition: transform .2s ease;
}

.project-arrow-btn i {
	font-size: 11px;
	color: #0F0445;
	line-height: 1;
}

.project-arrow-btn:hover {
	transform: translateX(3px);
	color: #0F0445;
}

.project-arrow-btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.project-carousel-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	width: 100%;
	max-width: 1216px;
	margin-top: 32px;
}

.carousel-dots-wrapper {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 2px;
	height: 6px;
}

.carousel-dot {
	width: 8px;
	height: 6px;
	border-radius: 8px;
	background-color: rgba(15, 4, 69, .2);
	transition: all .25s ease;
	cursor: pointer;
}

.carousel-dot.active {
	width: 16px;
	height: 6px;
	border-radius: 8px;
	background-color: #FFC800;
}

.project-progress-track {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	height: 4px;
	border-radius: 4px;
	background: #0F0445;
	overflow: hidden;
}

.project-progress-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	border-radius: 4px;
	background: #FFC800;
	transition: width .35s ease;
}

.project-nav-btns {
	display: flex;
	align-items: center;
	gap: 30px;
	flex: 0 0 auto;
}

.proj-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: none;
	color: #1C1B1F;
	font-size: 16px;
	cursor: pointer;
	transition: opacity .2s ease, transform .2s ease;
}

.proj-nav-btn:hover:not(:disabled) {
	transform: scale(1.12);
}

.proj-nav-btn:disabled {
	opacity: .3;
	cursor: default;
}

.proj-nav-btn:focus-visible {
	outline: 2px solid #5641E0;
	outline-offset: 2px;
	border-radius: 50%;
}

@media (max-width:1199.98px){

    .section-projects{
        padding:90px 0;
    }

    .projects-title{
        font-size:52px;
    }

    .projects-subtitle{
        font-size:30px;
    }

    .projects-description{
        font-size:17px;
        margin-bottom:40px;
    }

    .projects-filters{
        margin-bottom:40px;
    }

    .project-card-title{
        font-size:28px;
    }

}

@media (max-width:991.98px){

    .section-projects{
        padding:70px 0;
    }

    .projects-title{
        font-size:42px;
        line-height:110%;
    }

    .projects-subtitle{
        font-size:24px;
    }

    .projects-description{
        font-size:16px;
        margin-bottom:32px;
    }

    .projects-pills-desktop{
        display:none;
    }

    .projects-dropdown-mobile{
        display:block;
        margin-bottom:32px;
    }

/*     .project-carousel-wrapper{
        margin:0;
        padding-right:40px;
    } */

    .project-card{
        min-height:300px;
        height:300px;
        padding:20px;
        border-radius:18px;
    }

    .project-card-title{
        font-size:26px;
        margin-bottom:18px;
        line-height:110%;
    }

    .client-label{
        height:36px;
        padding:8px 14px;
        font-size:16px;
    }

    .client-name{
        font-size:16px;
    }

    .project-carousel-controls{
        gap:20px;
        margin-top:24px;
    }

}

@media (max-width:767.98px){

    .section-projects{
        padding:56px 0;
    }

    .projects-title{
        font-size:36px;
        line-height:110%;
    }

    .projects-subtitle{
        font-size:20px;
    }

    .projects-description{
        font-size:15px;
        line-height:150%;
        margin-bottom:24px;
    }

    .projects-dropdown-mobile{
        margin-bottom:24px;
    }

/*     .project-carousel-wrapper{
        margin:0;
        padding-right:55px;
    } */

    .project-card{
        min-height:270px;
        height:270px;
        padding:18px;
        border-radius:16px;
    }

    .project-card-title{
        font-size:22px;
        line-height:110%;
        margin-bottom:16px;
    }

    .client-label{
        height:34px;
        padding:6px 12px;
        font-size:14px;
    }

    .client-name{
        font-size:15px;
    }

    .project-arrow-btn{
        width:24px;
        height:24px;
    }

    .project-carousel-controls{
        justify-content:center;
        margin-top:18px;
    }

    .project-progress-track,
    .project-nav-btns{
        display:none !important;
    }

    .carousel-dots-wrapper{
        display:flex;
    }

}

@media (max-width:575.98px){

    .section-projects{
        padding:48px 0;
    }

    .projects-title{
        font-size:32px;
        line-height:110%;
    }

    .projects-subtitle{
        font-size:14px;
    }

    .projects-description{
        font-size:14px;
        line-height:150%;
        margin-bottom:20px;
    }

    .projects-filters{
        margin-bottom:0;
    }

    .projects-dropdown-mobile{
        margin-bottom:20px;
    }

    .custom-select-trigger{
        height:48px;
        padding:0 16px;
        font-size:14px;
    }

    .pill-badge{
        height:24px;
        min-width:24px;
        padding:0;
        border-radius:50%;
        font-size:10px;
    }

/*     .project-carousel-wrapper{
        margin:0;
        padding-right:50px;
    } */

    .project-card{
        min-height:254px;
        height:254px;
        padding:16px;
        border-radius:16px;
    }

    .project-card-title{
        font-size:20px;
        line-height:100%;
        margin-bottom:16px;
    }

    .client-label{
        height:34px;
        padding:6px 12px;
        font-size:14px;
    }

    .client-name{
        font-size:14px;
    }

    .project-arrow-btn{
        width:22px;
        height:22px;
    }

    .project-carousel-controls{
        width:100%;
        height:6px;
        margin-top:16px;
        justify-content:center;
    }

    .project-progress-track,
    .project-nav-btns{
        display:none !important;
    }

    .carousel-dots-wrapper{
        display:flex;
    }

}

@media (prefers-reduced-motion:reduce){

    .project-pill,
    .project-card,
    .project-arrow-btn,
    .project-progress-fill,
    .proj-nav-btn{
        transition:none;
    }

    .project-card:hover,
    .project-arrow-btn:hover{
        transform:none;
    }

}
@media (max-width: 768px){
	
	.project-carousel-wrapper .slick-dots li{
		width: 8px;
		height: 6px;
		border-radius: 8px;
		opacity: 0.2;
		background: #000;
	}
	.project-carousel-wrapper .slick-dots li button:before{
		content:unset;
	}
	
	.project-carousel-wrapper .slick-dots .slick-active{
		width: 16px;
		height: 6px;
		border-radius: 8px;
		background: #FFC800;
		opacity:1;
	}
	.project-carousel-wrapper .slick-dots{
		bottom:-30px !important;
	}
}

