/**
 * Party Flow Section
 *
 * Generated by Dreamz Page Builder on 2026-07-31.
 */

.party-flow-section {
	background-color: #FAF5EE;
	padding: 50px 0;
	position: relative;
	z-index: 0;
}
.party-flow-section::before {
	content: "";
	position: absolute;
	background-image: url("../images/bg_flow.png");
	background-size: contain;
	background-position: bottom;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.topsection_flow h2 {
    color: #173F3F;
    text-align: center;
    font-family: "Fraunces", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
}
.topsection_flow p {
    color: #738080;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.topsection_flow {
    margin: 0 auto 40px;
	max-width: 520px;
}
.topsection_flow h2 strong {
    color: #0E8F96;
}
.flow_items {
	 position:relative;
	border-radius: 30px;
	border: 1px solid #F0F0F0;
	background: #FFF;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
	padding: 20px;
	min-height: 205px;
	margin-top: 20px;
}
.flow_items h4 {
	color: #173F3F;
	text-align: center;
	font-family: "Fraunces", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.flow_items p {
	color: #738080;
	text-align: center;
    font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	padding-top: 10px;
}
.flow_wrapper {
	   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	position: relative;
}
.flow_number{
    position:relative;
    width:48px;
    height:48px;
    border-radius:12px;
    background:#0D8B95; /* Change color as needed */
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
	margin: 0 auto;


	font-family: "Fraunces", serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
}

/* Line between numbers */
.flow_wrapper::before {
    content: "";
    position: absolute;
    top: 8%;
    left: 12%;
    right: 12%;
    height: 4px;
    background: #E2E2E2;
    z-index: 1;
}
	/* .flow_items_wrapper:nth-child(1) .flow_number{
		background: #0E8F96;
	}

	.flow_items_wrapper:nth-child(2) .flow_number{
		background:#DF607E;
	}

	.flow_items_wrapper:nth-child(3) .flow_number{
		background:#F8BC25;
		color:#173F3F;
	}

	.flow_items_wrapper:nth-child(4) .flow_number{
		background:#123F42;
	} */


	
.flow_items_wrapper:nth-child(4n + 1) .flow_number{
    background: #0E8F96;
}


.flow_items_wrapper:nth-child(4n + 2) .flow_number{
    background: #DF607E;
}


.flow_items_wrapper:nth-child(4n + 3) .flow_number{
    background: #F8BC25;
    color: #173F3F;
}

.flow_items_wrapper:nth-child(4n) .flow_number{
    background: #123F42;
}
@media (max-width: 1199px) {
	.topsection_flow h2 {
		font-size: 32px;
		line-height: 42px;
	}
}
@media (max-width: 1024px) {
    .flow_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
	.flow_items {
		min-height: auto;
	}
	.flow_wrapper::before {
		display: none;
	}
}
@media(max-width:767px){
	.topsection_flow h2 {
		font-size: 28px;
		line-height: 38px;
	}
}
@media(max-width:767px){
	.topsection_flow {
		margin-bottom: 20px;
		max-width: 100%;
	}
	 .flow_wrapper {
        grid-template-columns: 1fr;
    }
	.topsection_flow h2 {
		font-size: 24px;
		line-height: 36px;
	}
	.party-flow-section {
		padding: 30px 0;
	}
}