:root {
    --primary-color: #FF3063;
    --secondary-color: #121410;
    --tertiary-color: #161616;
    --quaternary-color: #FFFFFF;
    --quinary-color: #21C712;
    --senary-color: #000000;
    --font-primary: 'Fraunces', sans-serif;
    --font-secondary:'Figtree', sans-serif;
    --font-tertiary: 'Montserrat', sans-serif;
}

.cleaning-hero {
    position: relative;
    display: flex;
    align-items: center;
    padding: 128px 20px 90px;
    min-height: 800px;
    margin-bottom: 50px;
    /* Replace with your image */
    background: url("../images/service-cleaning-bg.png") center center/cover no-repeat;
}
.cleaning-hero-location {
    position: relative;
    display: flex;
    align-items: center;
    padding: 128px 20px 90px;
    min-height: 800px;
/*     margin-bottom: 50px; */
    /* Replace with your image */
    background: url("../images/cleaning-hero-location.png") center center/cover no-repeat;
}


.servicecontainer {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.service-hero-content {
    max-width: 700px;
}

/* Heading */
.service-hero-content h1 {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 62px;
    line-height: 114%;
    letter-spacing: 0;
    color: var(--secondary-color);
    margin: 0 0 38px;
}

.service-hero-content h1 span {
    color: #ff3b73;
}

/* Description */
.service-hero-desc {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    color: var(--secondary-color);
    opacity: 80%;
    max-width: 650px;
    margin-bottom: 42px;
}

/* Feature List */
.service-hero-features {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 26px 40px;
    margin-bottom: 44px;
}

.service-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
text-align:center;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: var(--secondary-color);
}

.check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.check-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

/* Bottom Area */
.service-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}
.service-trust-info {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
}

.service-trust-info span {
    color: #666;
    font-weight: 500;
    margin-left: 8px;
}
.reviews-section-services {
    padding: 66px 20px 100px;
    background: var(--quaternary-color);
    max-width: 1150px;
    margin: 0 auto;
}
.reviews-tab-content .cta-wrap{
    margin-top: 20px;
}

.reviews-service-heading {
    text-align: center;
    margin-bottom: 40px;
}

.reviews-service-heading h2 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 48px;
    line-height: 114%;
    letter-spacing: 0;
    color: var(--secondary-color);
    margin: 0;
}

.reviews-service-heading h2 span {
    color: #FF3063;
}

.reviews-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.reviews-tab-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0 0 8px;

    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 18px;
    line-height: 128%;
    text-transform: capitalize;

    color: var(--secondary-color);

    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}

.reviews-tab-btn.active {
    color: #FF3063;
    border-bottom: 1px solid #FF3063;
}

.reviews-tab-content {
    display: none;
}

.reviews-tab-content.active {
    display: block;
}

.cleaning-section-video{
    padding: 100px 0;
    background: var(--quaternary-color);
}

.videocontainer {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Heading */

.video-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.video-section-header h2 {
    margin: 0;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 48px;
    line-height: 114%;
    letter-spacing: 0;
    text-align: center;
    color: var(--secondary-color);
}

.video-section-header h2 span {
    color: #ff4f7c;
}

.video-section-header p {
    margin: 38px auto 0;
    max-width: 620px;

    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0;
    text-align: center;

    color: var(--senary-color);
}

/* Video */
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1140px;
    height: 600px;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 42px;;
}

.video-thumbnail,
.service-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-video {
    display: none;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 90px;
    height: 90px;

    border-radius: 69.23px;
    border: 1.15px solid #FFFFFF47;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-btn svg {
    width: 39px;
    height: 39px;
}

/* Features */

.service-features-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-item-video {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-icon-video {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background: #AFE1DE;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.feature-icon-video svg {
    width: 28px;
    height: 28px;
    color: #00706A;
}

.feature-item-video span {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--senary-color);
}


.included-services {
    padding: 100px 20px;
    background: var(--quaternary-color);
}

.includedcontainer {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Heading */

.included-section-heading {
    max-width: 900px;
    margin: 0 auto 72px;
}

.included-section-heading h2 {
    margin: 0;
    text-align: center;

    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 48px;
    line-height: 114%;
    letter-spacing: 0;

    color: var(--secondary-color);
}

.included-section-heading h2 span {
    color: #ff4778;
}

/* Grid */

.checklist-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* Card */

.checklist-card {
    position: relative;

    width: 100%;
    min-height: 509px;

    background: var(--quaternary-color);
    border-radius: 12px;

    padding: 44px 22px 42px;

    box-shadow: 5px 15px 120px 0px rgba(0, 0, 0, 0.12);
}

/* Badge */

.checklist-card-title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);

    white-space: nowrap;

    background: #FFEDF2;
    color: #FF7BA2;

    border-radius: 100px;

    padding: 14px 24px;

    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 114%;
    text-align: center;
}

/* List */

.checklist-card ul {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 18px;
}

.checklist-card li {
    position: relative;
    padding-left: 0px;
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    gap: 10px;
    align-items: start;
}


.service-wrap {
    padding-bottom: 100px;
}

/* Service Location */

.alburtis-cleaning-trust {
    position: relative;
    padding: 80px 0 240px;

    /* Your Background Image */
    background-image: url("../images/service-location-page/alburtis-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.alburtis-cleaning-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Heading */

.alburtis-cleaning-heading {
    text-align: center;
    margin-bottom: 70px;
}

.alburtis-cleaning-heading h2 {
    margin: 0;

    font-family:var(--font-primary);
    font-weight: 700;
    font-size: 48px;
    line-height: 114%;
    letter-spacing: 0;
    text-align: center;
    color: var(--senary-color);
}

.alburtis-cleaning-heading span {
    color: #FF4778;
}

/* Cards */

.alburtis-cleaning-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.alburtis-cleaning-card {
    background: var(--quaternary-color);

    width: 100%;
    min-height: 257px;

    border-radius: 14px;

    padding: 38px 32px;

    display: flex;
	transition: all 0.4s ease !important;
    flex-direction: column;
    align-items: flex-start;
}
.alburtis-cleaning-card:hover {
    box-shadow: 0px 4px 7px 0px #ff2f638c;
    transform: translateY(-10px) !important;
}
.alburtis-cleaning-icon {
    width: 68px;
    height: 68px;

    border-radius: 45.42px;
    background: #AFE1DE;

    box-shadow: 10.6px 10.6px 22.71px 0px rgba(0, 0, 0, 0.04);

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 43px;
}

.alburtis-cleaning-icon svg,
.alburtis-cleaning-icon img{
    width: 24px;
    height: 35px;
    color: #00706A;
}

.alburtis-cleaning-card h3 {
    margin: 0;

    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 126%;
    letter-spacing: 0;

    color: var(--tertiary-color);
}

.areas-we-serve-section {
    padding: 110px 20px 70px;
    background: var(--quaternary-color);
}

.areas-we-serve-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Heading */

.areas-we-serve-title {
    margin: 0 0 48px;

    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 48px;
    line-height: 114%;
    letter-spacing: 0;
    text-align: center;
    color: var(--senary-color);
}

/* Map */

.areas-we-serve-map-wrapper {
    position: relative;
    width: 100%;
    max-width: 1240px;
    height: 580px;
    overflow: hidden;
    border-radius: 28px;
}

.areas-we-serve-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	position:relative;
    border-radius: 28px;
}

/* Location Box */

.areas-we-serve-location-card {
    position: absolute;
    top: 22px;
    left: 21px;

    width: 343px;
    min-height: 141px;

    padding: 22px;

    background: var(--quaternary-color);
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    gap: 24px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.areas-we-serve-location-card h3 {
    margin: 0;

    font-family:var(--font-tertiary);
    font-weight: 600;
    font-size: 18px;
    line-height: 128%;
    color: var(--secondary-color);
}

.areas-we-serve-location-card p {
    margin: 0;

    font-family: var(--font-tertiary);
    font-weight: 400;
    font-size: 18px;
    line-height: 128%;
    color: var(--senary-color);
}

.areas-we-serve-location-card a {
    width: fit-content;

    font-family: var(--font-tertiary);
    font-weight: 500;
    font-size: 18px;
    line-height: 128%;

    color: #FF3063;
    text-decoration: none;

    border-bottom: 1px solid #FF3063;
    padding-bottom: 2px;

    transition: 0.3s ease;
}

.areas-we-serve-location-card a:hover {
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 991px) {

    .service-cleaning-hero {
        min-height: auto;
        padding: 100px 0;
    }

    .service-hero-content h1 {
        font-size: 48px;
		
    }

    .service-hero-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

    .servicecontainer {
        padding: 0 00px;
    }

    .service-hero-content h1 {
        font-size: 31px;
		margin-bottom: 28px;
    }
    .reviews-service-heading h2{
        font-size: 28px;;
    }
    .service-hero-desc {
        font-size: 16px;
		margin-bottom:26px;
    }
    .reviews-tab-content .review-card{
        min-height: 280px;
        padding: 20px;
    }
    .reviews-tab-content .review-card h3 {
        font-size: 16px;
    }
    .reviews-tab-content .quote-icon img {
        width: 31px;
    }
    .reviews-tab-content .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .cleaning-section-video {
        padding: 0px 0 50px;
    }
    .video-section-header{
        margin-bottom: 40px;;
    }
    .video-section-header h2{
        font-size: 28px;
    }
    .video-section-header p{
        font-size: 16px;
        margin-top: 20px;;
    }
    .play-btn {
        width: 70px;
        height: 70px;
    }

    .play-btn svg {
        width: 30px;
        height: 30px;
    }
    .video-wrapper{
        height: 400px;;
    }
    .service-features-video{
        gap: 20px;
    }
    .feature-icon-video svg {
        width: 18px;
        height: 18px;
    }
    .feature-icon-video {
        width: 40px;
        height: 40px;
    }
    .feature-item-video span{
        font-size: 15px;;
    }    
    .checklist-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 53px;
    }

    .checklist-card {
        min-height: auto;
    }

    .checklist-card-title {
        font-size: 18px;
    }
    .included-services { 
        padding: 70px 20px;
    }
    .included-section-heading h2{
        font-size: 28px;;
    }

    /* service location */
	.alburtis-cleaning-trust{
		padding: 80px 0 90px;
	}
    .alburtis-cleaning-heading h2 {
        font-size: 34px;
    }

    .alburtis-cleaning-grid {
        grid-template-columns: repeat(2, 1fr);
		gap:20px;
    }
    #primary .wave-top {
        top: -45px !important;
    }
  

    .areas-we-serve-section {
        padding: 60px 0;
    }
    .reviews-section-services{
        padding-bottom: 50px;
    }

    .areas-we-serve-title {
        font-size: 32px;
    }

    .areas-we-serve-map-wrapper {
        height: 400px;
    }

    .areas-we-serve-location-card {
        position: absolute;
        top: 10px;
        left: 10px;
		right:10px
        width: auto;
        margin: 15px;
    }
    .service-hero-content{
        text-align: center;
    }
    .service-hero-features{
        grid-template-columns: repeat(2, 1fr);
    }
    .cleaning-hero-location,
.cleaning-hero{
        min-height: 600px;
        padding: 90px 20px;
        
    }
    .cleaning-hero .guarantee-badge ,
    .cleaning-hero-location .guarantee-badge {
        width: 100px;
        height: 100px;
/*         animation: spin 5s linear infinite; */
        position: absolute;
        right: 40px;
        bottom: 50px;
        z-index: 4;
        transform: rotate(5.02deg);
    }
	.service-feature-item{
		font-size:11px;
	}
}
@media (max-width: 450px){
    .reviews-tab-content .reviews-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .service-hero-features{
		        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 20px;
    }
	 .alburtis-cleaning-card {
        min-height: auto;
		padding:20px;
    }
	.alburtis-cleaning-card h3{
		font-size:14px;
	}
/*     .alburtis-cleaning-grid {
        grid-template-columns: repeat(1, 1fr);
    } */
}

/* ============================
   Additional Cleaning Services Section
   Exact match to reference design
   ============================ */

.acs-section {
	background: #ffffff;
	padding: 40px 20px;
	display: flex;
	justify-content: center;
}

.acs-frame {
	position: relative;
	width: 100%;
	max-width: 1264px;
/* 	border: 3px solid #1a1a1a; */
/* 	border-radius: 26px; */
/* 	padding: 56px 50px 50px; */
	text-align: center;
	overflow: hidden;
/* 	background:
		radial-gradient(circle at 100% 100%, #fbdce4 0%, rgba(251,220,228,0) 55%),
		radial-gradient(circle at 0% 100%, #fbdce4 0%, rgba(251,220,228,0) 45%),
		#ffffff; */
}

.acs-heading {
	position: relative;
	font-family: 'Fraunces';
	font-weight: 700;
	font-size: 48px;
	line-height: 1.25;
	margin: 0 0 40px;
}

.acs-heading-black {
	color: #000001;
}

.acs-heading-pink {
	color: #FF3063;
}

.acs-description {
    position: relative;
    max-width: 990px;
    margin: 0 auto 70px;
    font-family: 'Figtree';
    font-size: 18px;
    line-height: 1.6;
    color: #000001;
    opacity: 80%;
}
/* Flexbox instead of grid: makes the incomplete second row of 3 cards
   automatically center itself, matching the reference image exactly */
.acs-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 18px;
    z-index: 999;
    margin-bottom: 40px;
}
.acs-grid::after {
    content: "";
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #FF7BA2 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 300px;
    filter: blur(300px);
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.acs-card {
flex: 0 1 calc(25% - 18px);
    max-width: calc(25% - 18px);
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    text-align: left;
    z-index: 3;
}
.acs-card-image {
    padding: 0px 20px 20px;
}

@media (max-width: 900px) {
	.acs-card {
		flex: 0 1 calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
}

/* @media (max-width: 560px) {
	.acs-card {
		flex: 0 1 100%;
		max-width: 100%;
	}
}
 */
/* Image sits inset with padding on all sides, rounded corners on the image itself */
.acs-card-body {
    padding: 29px 24px 20px;
}


.acs-card-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    margin-top: -20px;
    border-radius: 10px;
}
.acs-card-body {
	padding: 14px 24px 20px;
}

.acs-card-title {
	font-family: "Fraunces";
	font-size: 18px;
	font-weight: 600;
	color: #161616;
	margin: 0 0 6px;
	line-height: 1.35;
}

.acs-card-price {
	font-family: 'Fraunces';
	font-size: 22px;
	font-weight: 400;
	color: #FF3063;
	margin: 0;
}

.acs-cta {
	position: relative;
	margin-top: 6px;
}

.acs-button {
    display: inline-block;
    background-color: #ff2f63;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 18px;
    padding: 20px 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

/* .acs-button:hover {
	background-color: #d6446f;
	transform: translateY(-2px);
	color: #ffffff !important;
} */

/* ============================
   Pricing Cards Section
============================ */
.pc-section {
	padding: 60px 20px;
}
.pc-grid {
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	    align-items: end;
}
@media (max-width: 700px) {
	.pc-grid { grid-template-columns: 1fr; }
}
.pc-card {
	background: #fff;
border: 1px solid #f0e6e6;;
	border-radius: 16px;
	padding: 60px 40px;
	display:flex;
	justify-content:center;
	gap:20px;
	flex-direction:column;
	text-align: center;
align-items:center;
}
.pc-card--highlight {
	    background: #fff6f8;
    border-color: #f7c9d300;
}
.pc-badge {
	display: inline-block;
	color: #e0527a;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 999px;
}
.pc-badge img {
    width: 200px;
}
.pc-title {
    color: #ff2f63;
    font-size: 40px;
    font-family: 'Fraunces';
    font-weight: 700;
    /* margin: 0 0 12px; */
}
.pc-desc {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.pc-desc {
       color: #000;
    font-family: 'Figtree';
    font-size: 17px;
    line-height: 1.6;
    opacity: 60%;
	 }
.pc-features {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	text-align: left;
	display: inline-block;
}
.pc-features li {
	    display: flex;
    align-items: flex-start;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
    font-size: 17px;
    color: #000;
    font-family: 'Figtree';
}
/* .pc-check {
	color: #e0527a;
	font-weight: bold;
	flex-shrink: 0;
} */
.pc-btn {
	        display: block;
    background: #ff2f63;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Montserrat';
    width: fit-content;
    padding: 19px 32px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease;
    text-align: center;
}
.pc-btn:hover {
	background: #c9436a;
	color: #fff;
}
span.pc-check svg {
    width: 20px;
    height: 20px;
}
/* ============================
   Comparison Table Section
============================ */
/* ============================
   Comparison Table Section
   (exact design match)
============================ */
.ct-section {
	padding: 120px 20px;
	
}
.ct-wrap {
	max-width: 1250px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 100px;
	align-items: start;
}
@media (max-width: 900px) {
	.ct-wrap { grid-template-columns: 1fr;
	gap:50px;}
}

/* ---------- Sidebar ---------- */
.ct-sidebar-title {
	color: #161616;
	margin: 0 0 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
	font-family: 'Fraunces';
	font-weight: 600;
	font-size: 20px;
	line-height: 126%;
	letter-spacing: 0%;
	vertical-align: middle;
}
.ct-sidebar-nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ct-nav-btn {
	border: none;
	border-radius: 999px;
	padding: 16px 24px;
	font-family: Figtree;
	font-weight: 500;
	font-size: 18px;
	line-height: 128%;
	letter-spacing: 0%;
	text-align: left;
	vertical-align: bottom;
	cursor: pointer;
	width: fit-content;
	transition: background 0.2s ease, color 0.2s ease;
	background: #f2f0ef;
	color: #2b2b2b;
}
.ct-nav-btn.is-active {
	background: #FF3063;
	color: #fff;
}
.ct-nav-btn:not(.is-active):hover {
	background: #e8e6e5;
}

/* ---------- Main area ---------- */
.ct-main {
	position: relative;
		min-width: 0;
}
.ct-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.ct-scroll-inner {
    min-width: 720px;
}
.ct-scroll::-webkit-scrollbar { height: 6px; }
.ct-scroll::-webkit-scrollbar-thumb { background: #e0d9c8; border-radius: 999px; }
.ct-scroll::-webkit-scrollbar-track { background: transparent; }
/* Header row: Value Package | Deluxe Package */
.ct-header-row {
	position: relative;
	display: grid;
	grid-template-columns: 244px 1fr 1fr;
	align-items: end;
 padding: 0 43px 0px;
	z-index: 1;
}
.ct-header-spacer { grid-column: 1; }
.ct-header-label {
	font-family: Georgia, 'Playfair Display', serif;
	font-size: 21px;
	text-align: center;
}
.ct-header-label--value {
	color: #161616;
	font-family: Fraunces;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	padding-bottom:34px;
	line-height: 32px;
	letter-spacing: 0.2px;
}
.ct-header-label--deluxe {
	color: #e94f76;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 40px 30px 36px;
    position: relative;
    background: linear-gradient(180deg, #f7a9bf 0%, #fbe3ea 100%);
    border-radius: 20px 20px 0 0;
	font-family: 'Fraunces';
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 32px;
letter-spacing: 0.2px;
color:#FF3063;

}

/* pink gradient card sitting behind the deluxe header label */
/* .ct-deluxe-header-bg {
	position: absolute;
	top: -30px;
	right: 0;
	width: 190px;
	height: 130px;
	background: linear-gradient(180deg, #f7a9bf 0%, #fbe3ea 100%);
	border-radius: 20px 20px 0 0;
	z-index: -1;
} */

.ct-most-popular {
position: absolute;
    top: -16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Figtree';
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background: #AFE1DE;
    color: #161616;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 19px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 10.6px 10.6px 22.71px 0px #0000000A;
}
.ct-sparkle {
	position: absolute;
	top: -14px;
	right: -18px;
	color: #e94f76;
	font-size: 16px;
}

/* ---------- Panel (shared) ---------- */
.ct-panel {
    margin-bottom: 23px;
}
.ct-panel-open-card,
.ct-panel-toggle-closed {
	display: none;
}
.ct-panel.is-open .ct-panel-open-card {
	display: block;
}
.ct-panel:not(.is-open) .ct-panel-toggle-closed {
	display: flex;
}

/* Closed bar */
.ct-panel-toggle-closed {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #F9F9F9;
    border: none;
    border-radius: 16px;
    padding: 29px 39px;
    cursor: pointer;
}
.ct-panel-title-closed {
    color: #161616;
    font-family: Fraunces;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2px;
}
.ct-panel-icon-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e94f76;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	flex-shrink: 0;
}

/* Open card */
.ct-panel-open-card {
	background: #FEFCE699;
	border-radius: 20px;
	padding: 43px 34px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 26px 60px 0px #0000000F;
}
.ct-panel-toggle-open {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0 0 18px;
	text-align: left;
}
.ct-panel-open-heading {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.ct-panel-title-open {
	font-family: Fraunces;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #161616;
	letter-spacing: 0.2px;
}
.ct-panel-subtitle {
	opacity: 80%;
	color: #161616;
	font-family: Figtree;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	margin-bottom: 32px;
	line-height: 100%;
	letter-spacing: 0px;
	vertical-align: middle;
}
.ct-minus-circle {
	    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FF7BA2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}
span.ct-plus {
    font-size: 30px;
}


/* ---------- Rows inside open card ---------- */
.ct-rows {
	display: flex;
	flex-direction: column;
}

/* All rows share the same pale-yellow tint (no alternating white/yellow) */
.ct-row {
	display: grid;
	grid-template-columns: 244px 1fr 1fr;
	align-items: center;
	padding: 18px;
	margin: 0;
	padding-left: 28px;
	padding-right: 0;
	border-radius: 10px;
	background: #FFFBCE66;
	min-height: 100px;
	overflow: hidden; /* keeps the deluxe column clipped to the row's rounded corners */
}

/* Row alternation removed — kept as no-op in case markup still adds the class */
.ct-row--alt {
	background: #fffbce00;
}

.ct-item {
	max-width: 244px;
}
.ct-item strong {
	display: block;
	color: #161616;
	font-family: 'Figtree';
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	vertical-align: middle;
}
.ct-item-note {
	font-family: 'Figtree';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #161616;
	opacity: 80%;
	margin-top: 10px;
	line-height: 100%;
	letter-spacing: 0px;
	vertical-align: middle;
	display: block;
}
.ct-value-col {
	color: #161616;
	font-family: Figtree;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.ct-deluxe-col {
	text-align: center;
	font-family: Figtree;
	font-weight: 600;
	font-size: 16px;
	color: #161616;
	background: transparent; /* inherits the row's own background — no separate tint */
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 28px;
}

/* Last row inside the card: rounded bottom so it sits flush with the card's own corners */
.ct-row:last-child {
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.ct-row:last-child .ct-deluxe-col {
	border-bottom-right-radius: 14px;
}

/* ---------- Checkmark / cross icons ---------- */
/* Checkmark now sits inside a soft green circle (matches screenshot, incl. last row) */
/* .ct-icon--check {
	color: #4caf7d;
	font-size: 14px;
	font-weight: bold;
	background: rgba(76, 175, 125, 0.18);
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.ct-icon--cross {
	color: #e94f76;
	font-size: 12px;
	font-weight: bold;
	background: rgba(233, 79, 118, 0.15);
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
} */
/* Checkmark now sits inside a soft green circle (matches screenshot, incl. last row) */
.ct-icon--check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.ct-icon--check svg {
	display: block;
	width: 100%;
	height: 100%;
}
.ct-icon--cross {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.ct-icon--cross svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* Responsive tweak: stack columns on very small screens */
/* @media (max-width: 640px) {
	.ct-header-row,
	.ct-row {
		grid-template-columns: 1fr 90px 110px;
	}
	.ct-deluxe-header-bg { width: 110px; }
} */
@media (max-width:767px){
	.ct-panel-title-closed,
	.ct-header-label--value,
	.ct-header-label--deluxe{
		    font-size: 19px;
		line-height:29px;
	}
	.ct-section{
		    padding: 40px 20px;
	}
	.acs-heading{
		font-size: 28px;
    margin: 0 0 25px;
	}
	.acs-description{
		    font-size: 15px;
	}
	.acs-card-title{
		    font-size: 16px;
	}
	.pc-title{
		    font-size: 28px;
	}
	.pc-desc{
		font-size:16px;
	}
}