/*
Theme Name: AceOne Technologies
Theme URI: https://aceonetechnologies.com/
Author: Robin Yohannan
Author URI: https://aceonetechnologies.com/
Description: A custom theme made by AceOne Technologies
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aceone-technologies
*/

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	background-color: #424242;
	border-radius: 10px;
}

body {
	overflow-x: hidden;
	font-family: Inter;
}

a {
	text-decoration: none !important;
}


/* Home Page */

header#site-header {
	background: #fff;
}

.marquee-slider {
	overflow: hidden;
	background: #87CEEB;
	height: 2.5rem;
	padding: 3px;
}

.marquee-slider .marquee-item {
	width: auto !important;
	/* override vc_col-sm-4 fixed width */
	display: inline-block !important;
	margin-top: 5px !important;
}


.marquee-slider .slick-track {
	display: flex !important;
	align-items: center;
}

.marquee-slider .slick-slide {
	margin: 0 30px;
	/* space between items */
	text-align: center;
}

.marquee-slider .wpb_text_column,
.marquee-slider .wpb_wrapper {
	font-weight: 300;
	font-size: 15px;
	color: #fff;
}

@media (max-width: 768px) {
	.marquee-slider .slick-slide {
		margin: 0 15px;
	}

	.marquee-slider .wpb_text_column {
		font-size: 0.95rem;
	}
}


body .hero_section {
	position: relative;
	display: flex;
	align-items: center;
	/* vertically center content */
	justify-content: space-between;
	min-height: 700px;
	background-image: url('/wp-content/uploads/2025/11/hero-sec-bg.png');
	background-size: cover !important;
	background-position: bottom !important;
	background-repeat: no-repeat !important;
	padding: 0 50px;
	overflow: hidden;
}

.slider-image img{
	width: 90%;
}

.vc_row {
	margin-left: auto !important;
	margin-right: auto !important;
}

.hero-slider .vc_column_container {
	position: relative;
	z-index: 2;
	/* content above overlay */
}


/* .hero-slider img {
	width: 460px;
	height: 406px;
	object-fit: cover;
	opacity: 1;
	transform: rotate(0deg);
	display: block;
	position: relative;
	z-index: 2;
} */

/* Hero content headings, paragraphs, and buttons */
.hero-content h1,
.hero-content p,
.hero-content .vc_btn3-container {
	position: relative;
	/* make z-index work */
	z-index: 3;
	/* above overlay */
}



.hero-content {
	font-family: 'Inter', sans-serif;
	/* common font for all text */
	font-style: normal;
	/* all normal style */
	opacity: 1;
	/* all text fully visible */
}

/* Heading 1 */
.hero-content .heading1 h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -1.24px;
	color: #1A1A2E;
	margin-bottom: 0px;
}

/* Heading 2 */
.hero-content .heading2 h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -1px;
	color: #4A90E2;
	/* optional */
}

/* Paragraph */
/* .hero-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #1A1A2E;
	width: 576px;
	max-width: 100%;
	margin-top: 20px;
} */


.hero-content .prime-button a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 30px 20px 45px;
	font-size: 18px;
	font-weight: 600;
	color: #fff !important;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	transition: none !important;
	text-shadow: 0px 2px 0px #0000001A;
	margin-top: 20px;
	background: url(/wp-content/uploads/2025/10/firstyellow.svg) no-repeat center;
	background-color: transparent !important;
	background-size: contain !important;
	transition: transform 0.3s ease !important;
	border: none !important;

}

.hero-content .prime-button a:hover {
	transform: translateY(-6px);

}

.button1 button,
.button1 button i {
	color: #ffffff !important;
	/* makes text and icon white */
}

.button2 a {
	background: url('/wp-content/uploads/2025/10/base-1.svg') no-repeat center !important;
	background-size: 100% !important;
}


.wave_row svg {
	margin-top: -6rem !important;
}

.fundraising-cards-row {
	display: flex;
	justify-content: center;
	/* center all cards horizontally */
	flex-wrap: wrap;
	/* wrap cards to next line if needed */
	gap: 30px;
	/* space between cards */
	margin: 0 auto;
	/* optional, ensure row is centered */
}

/* Small subtitle “Fundraising” */
.Fundraising .fund-raise-small a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0;
	text-align: center;
	width: 111.375px;
	height: 40px;
	margin: 0 auto 15px auto;
	background: #D4AF371A !important;
	color: #D4AF37 !important;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none !important;
}

.Fundraising .fund-raise-small a:hover {
	background: #4daef3 !important;
	color: #fff !important;
}

/* Heading h2 */
.Fundraising .small_Fundraising_heading h2 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: -0.53px;
	text-align: center;
	color: #1A1A2E;
	margin: 0 auto 15px auto;
}

/* Paragraph below heading */
.Fundraising .small_Fundraising_para p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.31px;
	text-align: center;
	color: #4A5565;
	width: 50%;
	margin: auto;
}



/* Center cards horizontally and add gap */
.fundraising-card {
	width: 17.5rem !important;
	background: #FFFFFF;
	border-top: 1px solid #F3F4F6;
	border-radius: 14px;
	box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
	position: relative;
	padding: 25px !important;
	box-sizing: border-box;
	opacity: 1;
	max-height: 225px !important;
	height: 100%;
}


/* Small number circle */
.fundraising-card .smallnumber {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/* full circle */
	background: #4A90E2;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -12px;
	left: -12px;
	box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
}

.smallnumber p {
	color: #fff !important;
	font-size: 18px !important;
}

.fundraising-card:nth-child(2) .smallnumber {
	background: #9B7EBD !important;
}

.fundraising-card:nth-child(3) .smallnumber {
	background: #D4AF37 !important;
}

.fundraising-card:nth-child(3) .smallnumber {
	background: #FFB6A3 !important;
}


/* Icon image */
.fundraising-card .image_icon .vc_single_image-wrapper {
	padding: 12px;
	background: #4A90E215;
	border-radius: 10px;
}

.fundraising-card:nth-child(2) .image_icon .vc_single_image-wrapper {
	background: #9B7EBD15 !important;
}

.fundraising-card:nth-child(3) .image_icon .vc_single_image-wrapper {
	background: #D4AF3715 !important;
}

.fundraising-card:nth-child(4) .image_icon .vc_single_image-wrapper {
	background: #FFB6A315 !important;
}

.fundraising-card .image_icon img {
	width: 24px;
	height: 24px;
	border-radius: 10px;
	position: relative;
}

.fundraising-card:not(:last-child):after {
	content: '';
	position: absolute;
	top: 40%;
	border-right: 2px solid #E5E7EB;
	height: 30px;
	right: 0;
	transform: rotate(90deg);
}

/* Card heading */
.fundraising-card h5 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A2E;
	margin-top: 16px;
	margin-bottom: 8px;
}

/* Card paragraph */
.fundraising-card p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22.75px;
	color: #4A5565;
	margin: 0;
}


/* Fundraising heading */
.fund_last_heading h3 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	/* Bold */
	font-style: normal;
	font-size: 35px;
	line-height: 36px;
	letter-spacing: 0.4px;
	color: #1A1A2E;
	/* default dark color */
	opacity: 1;
	/* spacing from paragraph */
}

/* Fundraising paragraph */
.fund_last_para p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	/* Regular */
	font-style: normal;
	font-size: 14.5px;
	line-height: 22.75px;
	letter-spacing: -0.15px;
	color: #4A5565;
	/* gray color */
	opacity: 1;
	margin-bottom: 20px;
	/* spacing from cards */
}

.real-cta {
	width: 77rem;
	box-shadow: 0px 10px 15px -3px #0000001A;
	border: 1px solid #F3F4F6;
	border-radius: 15px;
	display: flex;
	align-items: center !important;
}



.fund_last_card1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 60%;
	width: 4px;
	/* thickness */
	background-color: #4A90E2;
	/* same color */
	border-radius: 2px;
	/* smooth edges */
}

.fund_last_card2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 60%;
	width: 4px;
	/* thickness */
	background-color: #D4AF37;
	/* same color */
	border-radius: 2px;
	/* smooth edges */
}

.fund_last_card3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 60%;
	width: 4px;
	/* thickness */
	background-color: #9B7EBD;
	/* same color */
	border-radius: 2px;
	/* smooth edges */
}

.fund_last_card4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 50%;
	width: 4px;
	/* thickness */
	background-color: #FFB6A3;
	/* same color */
	border-radius: 2px;
	/* smooth edges */
}


.fund_last_card1_head p {
	width: 128px;
	/* card width */
	opacity: 1;

	/* Big number / stats */
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	/* bold */
	font-style: normal;
	font-size: 30px;
	/* large number */
	line-height: 36px;
	letter-spacing: 0.4px;
	color: #4A90E2;
	/* number color */
	margin-bottom: 1px !important;
	/* space between number and label */

	/* Label / description */
}

.fund_last_card1_para p,
.fund_last_card2_para p,
.fund_last_card3_para p,
.fund_last_card4_para p {
	opacity: 1;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	color: #4A5565;
}

.fund_last_card2_head p {
	width: 128.33px;
	/* Rounded for simplicity */
	height: 36px;
	opacity: 1;

	font-family: 'Inter', sans-serif;
	font-weight: 700;
	/* bold */
	font-style: normal;
	/* valid CSS: normal, italic, oblique */
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.4px;

	color: #D4AF37;
	/* use background-color for clarity */
}

.fund_last_card3_head p {
	width: 128.33px;
	/* Rounded for simplicity */
	height: 36px;
	opacity: 1;

	font-family: 'Inter', sans-serif;
	font-weight: 700;
	/* bold */
	font-style: normal;
	/* valid CSS: normal, italic, oblique */
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.4px;

	color: #9B7EBD;
	/* use background-color for clarity */
}

.fund_last_card4_head p {
	width: 128.33px;
	/* Rounded for simplicity */
	height: 36px;
	opacity: 1;

	font-family: 'Inter', sans-serif;
	font-weight: 700;
	/* bold */
	font-style: normal;
	/* valid CSS: normal, italic, oblique */
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.4px;

	color: #FFB6A3;
	/* use background-color for clarity */
}


/* --- Section Heading --- */
.right_last_side_head p {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.45px;
	color: #1A1A2E;
	margin-bottom: 20px;
	opacity: 1;
}

/* --- First Button (Gold Gradient) --- */
.right_last_side_button a {
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;
	background: url(/wp-content/uploads/2025/10/newyelowright.svg) no-repeat center !important;
	background-size: contain !important;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	padding: 14px 45px !important;
	font-size: 19px !important;
	font-weight: 600 !important;
	color: #fff !important;
	border: none !important;
	cursor: pointer !important;
	border-radius: 20px !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease !important;
	height: 72px;
	text-shadow: 0px 2px 0px #0000001A;
}

.right_last_side_button a:hover {
	transform: translateY(-6px);
}

.right_last_side_button a i, .right_last_side_button2 a i {
	margin-bottom: 6px !important;
}



/* --- Second Button (Red Gradient) --- */
.right_last_side_button2 a {
	font-family: 'Inter', sans-serif;
	background: url(/wp-content/uploads/2025/10/red.svg) no-repeat center !important;
	background-size: contain !important;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	padding: 14px 32px !important;
	font-size: 19px !important;
	font-weight: 600 !important;
	color: #fff !important;
	border: none !important;
	cursor: pointer !important;
	border-radius: 20px !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease !important;
	height: 72px !important;
	text-shadow: 0px 2px 0px #0000001A;
}

.right_last_side_button2 a:hover {
	transform: translateY(-6px);
}

.right_last_side_button2 .vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon i {
	top: auto !important;
	position: static !important;
	display: inline-block !important;
	transform: none !important;
	margin-right: 0.5rem;
}

.right_last_side_button .vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon i {
	top: auto !important;
	position: static !important;
	display: inline-block !important;
	transform: none !important;
	margin-right: 0.5rem;
}

/* ==============================
PRODUCT SECTION BASE
============================== */
.product_section {
	background: url(/wp-content/uploads/2025/11/bg.png) no-repeat;
	text-align: center;
	font-family: 'Inter', sans-serif;
	color: #000;
	position: relative;
	background-position: center;
	background-size: cover;
	margin-top: 50px;
	padding-bottom: 50px;
}

.product_section:before {
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2025/10/Group-34.svg);
	width: 100vw;
	background-size: cover;
	left: 0;
	right: 0;
	height: 225px;
	background-repeat: no-repeat;
	top: -5rem;
}

/* ==============================
START ROW
============================== */
/* .product_start_row {
	margin-bottom: 15px;
} */

.product_start_button a {
	background: rgba(74, 144, 226, 0.5) !important;
	border-radius: 40px !important;
	padding: 10px 25px !important;
	font-weight: 600 !important;
	border: none !important;
	color: #fff !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
}

.product_start_button a:hover {
	background: #4daef3 !important;
	color: #fff !important;
}



.product_start_heading h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.85px;
	margin: 20px 0 10px;
	color: #000;
}

.product_start_para p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	max-width: 600px;
	margin: 0 auto;
}

/* ==============================
PRODUCT ROW / CARDS
============================== */
.product_row {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.product_card {
	width: 290px !important;
	border-radius: 16px;
	background: #fff;
	box-shadow:
		0px 4px 6px -4px rgba(0, 0, 0, 0.1),
		0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	position: relative;
}

.product_card:hover {
	transform: translateY(-5px);
}

.product_image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* ==============================
CARD CONTENT
============================== */
.product_heading h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: -28px !important;
	color: #000;
}

.product_para p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-bottom: -35px !important;
}

.product_price p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: -28px !important;
	color: #4A90E2;
}

.product_price {
	display: inline-block;
	margin-top: 2rem;
}

/* ==============================
BUTTONS INSIDE CARD
============================== */
.product_button button {
	border-radius: 12px !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 15px !important;
	padding: 12px 24px !important;
	border: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	margin-bottom: -28px !important;
	background: url(/wp-content/uploads/2025/10/productbutton.svg) no-repeat center top !important;
	background-size: 100% !important;
}

.product_button button:hover {
	opacity: 0.9;
}

.product_button {
	margin-top: 1.4rem;
}

/* Add button on hover only */
.product_add_button {
	display: none !important;
	position: absolute;
	/* position over image */
	top: 50%;
	/* center vertically */
	left: 50%;
	/* center horizontally */
	transform: translate(-50%, -50%);
	/* exact centering */
	z-index: 10;
	/* above image */
}

.product_card:hover .product_add_button {
	display: block !important;
}


.product_add_button button {
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
	font-weight: 600;
	padding: 10px 20px !important;
}

/* Small label at corner */
.product_small_title p {
	position: absolute;
	top: 16px;
	left: 16px;
	color: rgba(54, 65, 83, 0.9);
	padding: 6px 12px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}

/* ==============================
LAST BUTTON ROW
============================== */
.product_last_row {
	text-align: center;
	margin-top: 0px;
}

.product_last_button button {
	border-radius: 20px !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 18px !important;
	padding: 20px 40px !important;
	border: none !important;
	cursor: pointer !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s ease !important;
	background: url(/wp-content/uploads/2025/10/newyelowright.svg) no-repeat center top !important;
	background-size: 100% !important;
}

.product_last_button button:hover {
	transform: translateY(-3px);
}


.purchase-card {
	width: 25rem !important;
	height: 36rem;
	background: #FFFFFF;
	border-top: 1px solid #F3F4F6;
	border-radius: 14px;
	box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
	position: relative;
	padding: 16px;
	box-sizing: border-box;
	opacity: 1;
	margin-bottom: 6rem;
}


.purchase-cards-row {
	display: flex;
	justify-content: center;
	/* center all cards horizontally */
	flex-wrap: wrap;
	/* wrap cards to next line if needed */
	gap: 30px;
	/* space between cards */
	margin: 0 auto;
	/* optional, ensure row is centered */
}

/* Icon image */
.purchase-card .image_icon img {
	width: 24px;
	height: 24px;
	border-radius: 10px;
	position: relative;
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: -28px !important;
	background: #9B7EBD15;
}

.purchase-card .tick_mark_row img {
	width: 18px;
	border-radius: 18px;
	height: 17px;
	background: #4A90E220;
	padding: 4px;
}

.purchase-card .tick_mark_row .wpb_wrapper {
	display: flex;
}

/* Card heading */
.purchase-card h5 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A2E;
	margin-top: 16px;
	margin-bottom: -28px !important;
	text-align: justify;

}

/* Card paragraph */
.purchase-card p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22.75px;
	color: #4A5565;
	margin: 0;
	text-align: justify;

}

/* Purchase section heading */
.purchase_list_head p {
	/* original height */
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	/* Bold */
	font-style: normal;
	/* Ensure normal style */
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0.37px;
	/* Assuming you want readable text */
	color: #9B7EBD;
	text-align: justify;
	/* Optional: center text */
	display: flex;
	/* Optional: center vertically */
	align-items: center;

}

/* First item in the purchase list */
.purchase1_list_1 p {
	width: 166px;
	/* Rounded for simplicity */
	height: 20px;
	margin-left: 32px;
	/* Use margin instead of absolute left */
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	/* Regular */
	font-style: normal;
	font-size: 14px;
	/* Adjust if needed */
	line-height: 20px;
	letter-spacing: 0px;
	color: #1A1A1A;
	/* Example text color */
	margin-bottom: -20px !important;
}

.purchase_button1 button {
	border-radius: 12px !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 15px !important;
	border: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	margin-bottom: -28px !important;
	margin-top: 42px;
	background: url(/wp-content/uploads/2025/10/base-1.svg) no-repeat center top !important;
	background-size: 100% !important;
}

.purchase_button2 button {
	border-radius: 20px !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 15px !important;
	border: none !important;
	cursor: pointer !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s ease !important;
	margin-bottom: -28px !important;
	background: url(/wp-content/uploads/2025/10/newyelowright.svg) no-repeat center top !important;
	background-size: 100% !important;
}


.popular_button {
	width: 161px;
	/* final width */
	height: 36px;
	/* final height */
	padding: 0 24px;
	/* horizontal padding */
	border-radius: 9999px;
	/* fully rounded */
	background-color: #4A90E2;
	display: inline-flex;
	/* for alignment */
	align-items: center;
	/* vertical center text */
	justify-content: center;
	/* horizontal center text */
	cursor: pointer;
	/* pointer on hover */
	text-align: center;
	border: none;
	/* remove default border */
	top: -1rem;
	left: 7rem;
	position: absolute;
}

.popular_button p {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.15px;
}


.review_section {
	background: url('/wp-content/uploads/2025/10/reviw_bg.png') center/cover no-repeat;
	padding-bottom: 250px;
	text-align: center;
	font-family: 'Inter', sans-serif;
	color: #fff;
}

.review_start_heading h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 0 0px;
	color: #fff;
}

.review_start_heading {
	margin-top: 4rem;
}

.review_start_para p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	max-width: 670px;
	margin: 0 auto;
	font-weight: 300;
}


/* === Individual Review Card === */
.review_card {
	background: #FFFFFF;
	border: 1px solid #F3F4F6;
	border-radius: 16px;
	box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
	padding: 30px !important;
	text-align: left;
	margin-bottom: 40px;
}

/* === Review Icon Circle === */
.review_card .image_icon {
	width: 48px;
	height: 48px;
	background: #4A90E21A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

/* === Star Rating Icon === */
/* .review_card .rating_star .vc_icon_element-inner {
	background: #D4AF37 !important;
	border: 1.33px solid #D4AF37 !important;
	width: 16px !important;
	height: 16px !important;
	border-radius: 50%;
	margin-right: 29px;
	margin-bottom: -28px !important;
} */

/* === Review Text === */
.review_card .card_para p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.31px;
	color: #4A5565;
	margin: 12px 0;
}

/* === Reviewer Image === */
.review_card .reviewer_image img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #87CEEB4D;
	margin-top: 30px;
}

/* === Reviewer Name === */
.review_card .reviewer_name p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.31px;
	color: #6A7282;
	margin: 0;
}

/* === Reviewer Place === */
.review_card .reviewer_place p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #6A7282;
}

/* === Bottom Plan Row === */
.review_row_plan {
	background: #FFFFFF;
	border: 1px solid #F3F4F6;
	border-radius: 16px;
	box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
	padding: 40px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 73rem;
	margin: 0 auto !important;
}

/* === Left Text === */
.review_text_left p {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 43px;
	letter-spacing: -0.15px;
	color: #000000;
	margin: 0;
}

/* === Right Buttons === */
.review_message_right .vc_btn3 {
	background: #4A90E2;
	color: #fff;
	border-radius: 50px;
	padding: 10px 24px;
	font-weight: 600;
	font-size: 14px;
	margin: 8px;
	border: none;
	cursor: pointer;
}

.review_message_right .vc_btn3:hover {
	background: #357ABD;
}

.reviewer_name h5 {
	color: #1A1A2E !important;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 24px;
}

.review_card .rating_star,
.reviewer_image,
.reviewer_name,
.reviewer_place {
	display: inline-block;
	vertical-align: middle;
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon,
.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
	color: #D4AF37 !important;

}

#site-footer {
	background: #096275;
	position: relative;
}

#site-footer img.clouds {
	position: absolute;
	top: -320px;
	left: 0;
	right: 0;
	width: 100%;
}

footer .section {
	padding: 85px 0 10px;
	text-align: center;
	font-family: 'Inter', sans-serif;
	color: #fff;
}

.row.main_footer {
	padding-bottom: 15px;
}



/* === Small Paragraph (Right Section) === */
.small_para {
	background: #EDAB2B;
	border: 7px solid #FFFFFF;
	border-radius: 27px;
	padding: 50px 45px;
	max-width: 310px;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: 32px;
	text-align: left;
}

.small_para p {
	margin-bottom: 0px !important;
}

.bottomfooter,
.phone,
.email,
.social_media_icons,
.quick_links_li {
	font-size: 14px;
}

.quick_links_li {
	color: #fff !important;
}

.review_card_row {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.fund_last_right .wpb_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.navbar-nav {
	justify-content: center !important;
}

.navbar-nav .nav-item .nav-link {
	/* dark blue-gray background */
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	/* regular weight */
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #364153;
	/* white text for contrast */
	border-radius: 8px;
	/* optional smooth corners */
	padding: 10px 12px;
	/* inner spacing */
	display: inline-block;
	text-decoration: none;
	transition: background 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
	color: #D4AF37;
}

.navbar-nav .nav-item .nav-link.active {
	font-weight: 700;
}

.navbar-nav .nav-item .btn {
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;
	text-transform: none;
	background: url(/wp-content/uploads/2025/10/base.svg) no-repeat center;
	background-size: contain;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 32px;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	height: 72px;
	width: 150px;
	text-shadow: 0px 2px 0px #0000001A;
}

.navbar-nav .nav-item .btn:hover {
	transform: translateY(-6px);
}


.hero_title {
	color: #364153;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.15px;
}

.hero_title p {
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #1A1A2E;
	width: 20rem;
	border-radius: 53px;
	text-align: center;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 1px 3px 0px #0000001A;
	border: 1px solid #87CEEB4D;
	max-width: 100%;
	margin-top: 20px;
	position: relative;
	padding-left: 12px;
}

.hero_title p:before {
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2025/11/star.png);
	background-size: contain;
	top: 10px;
	left: 8px;
	width: 16px;
	height: 16px;
}

.product_price_details .wpb_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.purchase_section .vc_column-inner {
	text-align: center;
}

.tick_mark_row .wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 18px !important;
}

.purchase_image_section img {
	position: absolute;
	left: -0.39px;
	width: 100vw;
	/* full viewport width */
	/* height: 173px !important; */
	opacity: 1;
	transform: rotate(0deg);

	background: url('/wp-content/uploads/2025/10/Group-34.svg');
	background-size: auto 100%;
	/* keep height fixed, repeat width */
	background-position: top left;
	top: -2rem;
	background-repeat: no-repeat;
}

/* Wocommerce */
.product-card {
	list-style: none;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s ease;
	text-align: left;
	border: 1px solid #E5E7EB;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.product-card-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-image-wrapper {
	position: relative;
	overflow: hidden;
	background: #F9FAFB;
	padding: 25px;
}

.product-image-wrapper a.product-image-link {
	height: 370px;
	overflow: hidden;
	display: block;
}

.product-image-wrapper img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	margin-bottom: 0px !important;
	object-fit: contain !important;
	object-position: center !important;
}

li.product:hover a.product-image-link:after {
	background: #00000066;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	width: 100%;
	z-index: 99;
}

.product-category {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #333;
	font-size: 12px;
	padding: 8px 15px;
	border-radius: 20px;
	background: #FFFFFFE5;
}

.product-category a {
	color: #364153;
	font-weight: 600;
	font-size: 12px;
}

.quick-add {
	position: absolute;
	top: 45%;
	opacity: 0;
	transition: all 0.3s ease;
	left: 50%;
	z-index: 999;
	transform: translateX(-50%);
	text-align: center;
}

.wc-forward {
	text-align: center !important;
	margin: auto;
	color: #fff;
	font-weight: 600;
}

.product-card:hover .quick-add {
	opacity: 1;
}

.quick-add a.button {
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
	padding: 8px 15px;
	border-radius: 10px;
	font-weight: 500;
}

.quick-add a.button:hover {
	background-color: #fff !important;
}

.product-card-inner .product-info {
	padding: 20px;
}

.product-title {
	font-size: 18px !important;
	font-weight: 700;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	color: #1A1A2E;
}

.product-description p {
	font-family: Inter;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #4A5565;
	line-height: 24px;
	height: 35px;
}

.product-availability {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.product_row .woocommerce ul.products li .price {
	font-family: Inter;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.45px;
	color: #4A90E2;
}

.view-details-btn {
	padding: 10px 18px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	color: #FFFFFF !important;
	cursor: pointer;
	outline: none;
	background: url(/wp-content/uploads/2025/11/cart-btn-bg.svg) no-repeat center;
	background-size: contain;
	height: 4rem;
	display: flex !important;
	transition: all 0.3s ease;
}

.view-details-btn:hover {
	transform: translateY(-6px);
}

section.default-page-template-content-wrap {
	min-height: 600px;
}

.detail-box {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	align-items: center;
}

.breadcrumb {
	background: linear-gradient(135deg, #20a3d9 0%, rgb(7, 124, 173) 50%, #1a879f 100%);
}

.page-title {
	font-weight: 700;
}

.breadcrumb .text-white {
	font-size: 24px;
	font-weight: 400;
}

body:not(.home) .page-section {
	margin-bottom: 20%;
}

.about-text p {
	font-size: 17px;
	line-height: 1.8;
	color: #4A5565;
}

.sec-title {
	font-weight: 700;
}


.safety-box {
	border-radius: 60px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	background: #fff;
	transition: all .21s ease-in-out;
}

.safety-box:hover {
	transform: translateY(-5px);
}

.safety-box ul {
	padding-left: 10px !important;
}

.safety-box ul li {
	font-size: 17px;
	line-height: 1.8;
	color: #000;
}

.safety-box h3 {
	margin-bottom: 10px !important;
}

.safety-text p {
	color: #fff;
	font-size: 18px;
}

.policy-box .vc_column-inner {
	background: #4A90E215 !important;
	border-radius: 38px !important;
	box-shadow: 20px 11px 38px #00000029;
	border: 5px solid #fff;
	transition: all .21s ease-in-out;
}

.policy-box:hover .vc_column-inner {
	transform: translateY(-8px);
}

.policy-title {
	font-weight: 500;
	padding-bottom: 20px;
}

.policy-box p {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 1.6;
}

.policy-box li {
	margin-bottom: 12px;
}

.faq-box .vc_toggle {
	padding: 20px !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 15px;
	background: #fff !important;
	transition: all .21s ease-in-out;
}

.faq-box .vc_toggle:hover {
	transform: translateY(-8px);
}

.faq-box .vc_toggle_title>h4 {
	display: inline;
	font-size: 19px;
	padding-left: 10px;
	font-weight: 600;
}

body .cta-box {
	background-position: right !important;
	transition: all .21s ease-in-out;
}

body .cta-box:hover {
	transform: translateY(-8px);
}

.cta-box .vc_cta3_content-container {
	width: 65%;
}

.cta-box .vc_cta3_content-container .vc_cta3-content h2 {
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
}

.cta-box .vc_cta3_content-container .vc_cta3-content p {
	color: #ffffff;
	opacity: 0.9;
}

.cta-button a {
	background: #edab2b !important;
	border: 2px solid #edab2b !important;
	font-size: 18px !important;
	padding: 15px 50px !important;
	font-weight: 600;
	color: #fff !important;
	display: inline-block;
	margin-top: 10px;
	border-radius: 15px !important;
}

.cta-button a:hover {
	background: transparent !important;
	border: 2px solid #fff !important;
}

/* .page-section .woocommerce {
	max-width: 1400px;
	margin: auto;
} */





/* Contact form */
.contact-box {
	background-color: #ffffff;
	padding: 30px !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 10px;
}

.contact-box form .wpcf7-form-control {
	width: 100% !important;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1em;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.info-box {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-left: 5px solid #f9bb42;
}

.info-box a {
	color: #4daef3 !important;
}

.info-box a:hover {
	color: #f6b63b !important;
}

.info-box h3 {
	font-size: 23px;
	font-weight: 600;
}

.field-box label {
	display: block;
}

.map-box .wpb_wrapper {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: none !important;
}

.hero_para p {
	color: #4A5565;
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	width: 85%;
}

.prime-button i {
	top: 45% !important;
}

.prime-button .fa-heart:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('/wp-content/uploads/2025/11/heart.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.woocommerce .products {
	margin-bottom: 0px !important;
}

.woocommerce .products .product-card {
	margin-bottom: 40px !important;
}

.product_last_button a {
	padding: 30px 45px !important;
	border-radius: 10px !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px !important;
	line-height: 100% !important;
	letter-spacing: 0;
	color: #FFFFFF !important;
	background: url(/wp-content/uploads/2025/11/view-all.png) no-repeat center !important;
	background-size: contain !important;
	height: 4rem;
	display: flex !important;
	outline: none !important;
	border: none !important;
	transition: transform 0.3s ease;
}

.product_last_button a:hover {
	transform: translateY(-6px);
}

.product_party_button a {
	background: #87CEEB1A !important;
	border-radius: 40px !important;
	padding: 10px 25px !important;
	font-weight: 600 !important;
	border: none !important;
	color: #4A90E2 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
}

.product_party_button a:hover {
	background: #4daef3 !important;
	color: #fff !important;
}

.product_party_para p {
	font-size: 18px;
	line-height: 28px;
	color: #4A5565;
	max-width: 640px;
	margin: 0 auto;
}

/* party package */
.ebm-package-card {
	text-align: left !important;
	padding: 35px !important;
	border: 2px solid #F3F4F6 !important;
	box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001f !important;
	min-height: 675px;
	height: 100%;
}

.ebm-package-card:hover {
	border: 2px solid #4A90E2 !important;
}

.ebm-package-card .ebm-package-icon {
	width: 55px !important;
	height: 62px !important;
	background: #9B7EBD15 !important;
	margin: 0px !important;
}

.ebm-package-card:nth-child(2) .ebm-package-icon {
	background: #4A90E215 !important;
}

.ebm-package-card h3 {
	color: #1A1A2E !important;
	margin: 15px 0 0 !important;
}

.ebm-package-card:nth-child(1) .ebm-package-price {
	color: #9B7EBD !important;
}

.ebm-package-card:nth-child(2) .ebm-package-price {
	color: #4A90E2 !important;
}

.ebm-package-price {
	font-weight: 800 !important;
}

.ebm-package-card:nth-child(1) .ebm-features-list li:before {
	background: #9B7EBD20 url('/wp-content/uploads/2025/11/tick.svg') center no-repeat !important;
	width: 20px !important;
	height: 20px !important;
}

.ebm-package-card:nth-child(2) .ebm-features-list li:before {
	background: #4A90E220 url('/wp-content/uploads/2025/11/blue-tik.svg') center no-repeat !important;
	width: 20px !important;
	height: 20px !important;
}

.ebm-features-list li {
	color: #364153 !important;
}

.ebm-select-button {
	background: url(/wp-content/uploads/2025/11/goodstuff-bg.png) no-repeat center !important;
	padding: 30px 45px !important;
	font-size: 18px !important;
	background-size: contain !important;
	height: 4rem;
	outline: none !important;
	border: none !important;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease;
}

.ebm-select-button:hover {
	transform: translateY(-6px);
}

.ebm-package-card:nth-child(2) .ebm-select-button {
	background: url(/wp-content/uploads/2025/10/firstyellow.svg) no-repeat center !important;
	background-size: contain !important;
}

.rating_star .vc_icon_element-inner {
	width: 1.5em !important;
	height: 1.5em !important;
}

.reviewer_name {
	padding-left: 10px;
}

.card_para {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 0px !important;
}

.review_section .card_para:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #F3F4F6;
}

.footer-logo {
	margin-bottom: 15px;
}

.main_footer .phone img {
	width: 20px !important;
	height: 20px !important;
}

.phone,
.email {
	margin-bottom: 12px !important;
}

.quick_links h5 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}

.quick_links a {
	display: block;
	margin-bottom: 15px;
}

.quick_links a:hover {
color: #edab2b !important;
}

.social_media_icons {
	padding-top: 15px;
}

.social_media_icons a {
	background: #FFFFFF1A;
	padding: 10px;
	border-radius: 10px;
}

.social_media_icons a:hover {
	background: #EDAB2B !important;
}

.mission-col {
	border-radius: 15px;
	overflow: hidden;
	border-top: 6px solid #f7b83e;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	background-color: #fff;
	padding: 25px 20px !important;
}

.mission-col .wpb_wrapper h2 {
	font-size: 48px;
	color: #000000;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
}

.mission-col .wpb_wrapper p {
	font-size: 18px;
	line-height: 1.6;
	color: #4A5565;
}

.service-box .vc_column-inner {
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 15px;
	padding: 35px 45px !important;
	text-align: center;
}

.service-box .icon-box .vc_icon_element-inner {
	width: 5.15em !important;
	height: 5.15em !important;
	background-color: #fff !important;
	box-shadow: 8px 8px 24px 0px #28b4ef42 !important;
}

.service-box .vc_icon_element-icon {
	font-size: 16px !important;
}

.service-box .vc_icon_element-icon:before {
	color: #28b4ef !important;
}

.service-box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
	font-size: 1.85em!important;
}

.service-box h3{
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 10px;
}

.service-box .wpb_wrapper p {
	font-size: 18px;
	color: #4A5565;
	line-height: 1.8;
}

.service-box.how-box .icon-box .vc_icon_element-inner {
	box-shadow: 8px 8px 24px 0px #f6b63b47 !important;
}

.service-box.how-box .vc_icon_element-icon:before {
	color: #f6b63b !important;
}

.service-box.when-box .icon-box .vc_icon_element-inner {
	box-shadow: 8px 8px 24px 0px #0962754f !important;
}

.service-box.when-box .vc_icon_element-icon:before {
	color: #096275 !important;
}

.service-box a {
	color: #4daef3;
}

.service-box a:hover {
	color: #f6b63b;
}

.review_text p {
	font-size: 18px;
	color: #4A5565;
	line-height: 1.8;
}

.contact-box.fund-request {
	background-color: #28b4ef42 !important;
}

.contact-box.fund-request form .wpcf7-form-control {
	border: 1px solid #28b4ef42 !important;
}

.contact-box .wpcf7-submit {
	background: #f7b83e;
	border: 1px solid #f7b83e !important;
	color: #fff;
	font-size: 19px !important;
	font-weight: 600;
}

.contact-box .wpcf7-submit:hover {
	background: #28b4ef;
	border: 1px solid #28b4ef !important;
}

.field-box p {
	line-height: 2;
}

.field-box label {
	color: #096275;
}

.contact-box form textarea.wpcf7-form-control {
	height: 145px;
}

.contact-box.fund-request form .wpcf7-form-control:focus-visible {
	outline: 2px solid #28b4efbd !important;
}

.terms a, .company a {
	color: #fff;
	margin: 0px 6px;
}

.contact_title {
	font-weight: 600;
}

.terms a:hover, .company a:hover {
	color: #edab2b !important;
}

.cart-icon {
	margin-right: 15px;
}
.cart-count {
	font-size: 10px;
	padding: 4px 7px;
	color: #fff;
	background-color: #4daef3 !important;
	border-radius: 50%;
	min-width: 15px;
	text-align: center;
	right: -12px;
	top: 8px;
}
li.nav-item.account-dropdown {
	position: relative;
}
.account-dropdown .login-tooltip {
	position: absolute;
	top: 35px;
	right: 0;
	background: #ffffff;
	padding: 10px 15px;
	border-radius: 6px;
	box-shadow: 0 4px 15px rgb(0 0 0 / 7%);
	border: 1px solid #e9ecef;
	font-size: 0.85rem !important;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	transform: translateY(-5px);
}

.account-dropdown:hover .login-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.account-dropdown .login-tooltip a {
	font-size: 15px !important;
	display: block;
	color: #364153 !important;
	font-weight: 400;
}

.account-dropdown .login-tooltip a:hover {
	color: #D4AF37 !important;
}


.account-dropdown .login-tooltip a:not(:last-child) {
	margin-bottom: 10px;
}

.what-we-do {
	background-image: url(/wp-content/uploads/2025/11/bg_2.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.logosection a {
	color: #fff !important;
}

.logosection a:hover {
	color:#edab2b !important;
}

.ebm-booking-flow {
	padding: 0px !important;
}

.ebm-step {
	padding: 0px 20px !important;
}

.fund-rise-btn{
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;
	text-transform: none;
	background: url(/wp-content/uploads/2025/11/fund-btn-bg.png) no-repeat center;
	background-size: contain;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 32px;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	height: 72px;
	text-shadow: 0px 2px 0px #0000001A;
	background-color: transparent;
}

.fund-rise-btn:hover {
	transform: translateY(-6px);
	background-color: transparent !important;
}

.learn-more-btn {
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;
	text-transform: none;
	background: url(/wp-content/uploads/2025/11/learn-more.png) no-repeat center;
	background-size: contain;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 55px;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	height: 72px;
	text-shadow: 0px 2px 0px #0000001A;
}

.learn-more-btn:hover {
	transform: translateY(-6px);
	background-color: transparent !important;
}

.vc_do_btn {
	margin-bottom: 5px !important;
}

section#breadcrumb_section {
	background-image: url(/wp-content/uploads/2025/11/breadcrumb-bg.png);
	background-size: cover !important;
	z-index: 99;
	height: 45vh;
	position: relative;
	margin-bottom: 0;
	background-position: center;
	display: flex;
	align-items: center;
	background-color: #ffffff3d;
	background-blend-mode: overlay;
}
section.about {
	background-image: url(/wp-content/uploads/2025/11/breadcrumb-bg.png);
}

section.parties-and-events {
	background-image: url(/wp-content/uploads/2025/11/bg_2.png) !important;
}

section#breadcrumb_section:after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 220px;
	left: 0;
	right: 0;
	background-image: url(/wp-content/uploads/2025/10/Group-34.svg);
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -125px;
	filter: brightness(0) invert(1);
}

.page_breadcrumb {
	z-index: 999;
	position: relative;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 60px;
}

.page_breadcrumb .page-title {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 3px;
	color: #ffffff;
}

nav.breadcrumbs {
	font-size: 14px;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs a:hover {
	color: #4daef3;
}

.sub_title {
	color: #000;
	font-weight: 400;
}

.page-image img {
	border-radius: 35px !important;
}

.faq-sec {
	position: relative;
}

.faq-sec:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 205px;
	left: 0;
	right: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	top: -99px;
	mask-image: url(/wp-content/uploads/2025/10/Group-34.svg);
	mask-repeat: no-repeat;
	mask-size: cover;
	mask-position: center;
	background-color: #DBF5FD;
}

.extra-row {
	background: linear-gradient(to bottom, #DBF5FD, #FFFFFF);
}

.cta-box {
	border-radius: 35px !important;
}

.safety-sec {
	position: relative;
}

.safety-sec:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0;
	right: 0;
	z-index: 1;
	top: -100px;
	background-image: url(/wp-content/uploads/2025/11/wavw.png);
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
}

.account-dashboard-links {
	list-style: none;
	margin: 25px 0;
	padding: 0;
}

.account-dashboard-links li {
	margin-bottom: 12px;
	font-size: 17px;
}

.account-dashboard-links li a {
	color: #0073aa;
	text-decoration: none;
	font-weight: 500;
}

.account-dashboard-links li a:hover {
	text-decoration: underline;
}

.websitename a {
	color: #fff;
}

.websitename a:hover {
	color: #edab2b !important
}

/* Notification styling */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top-color: #4daef3 !important;
	background-color: #63c2e842;
	border-radius: 10px !important;
}
.woocommerce-message::before {
	color: #4daef3 !important;
}

.woocommerce-notices-wrapper a.button {
	color: #ffffff !important;
	background-color: #f6b73c !important;
	border-radius: 10px !important;
}

.woocommerce-error:focus-visible, .woocommerce-info:focus-visible, .woocommerce-message:focus-visible {
	outline: none !important;
}

.woocommerce-notices-wrapper a.button:hover {
	background-color: #4daef3 !important;
}

body.woocommerce-lost-password .woocommerce {
	margin-top: 10% !important;
	padding: 2rem 10rem !important;
}


@media (min-width: 1800px) {
	.what-we-do {
		background-position: 50% 100% !important;
	}
}


@media (min-width: 1200px) and (max-width: 1600px) {
	#site-footer .clouds {
		top: -280px !important;
	}
	.navbar-nav .nav-item .nav-link {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.fundraising-card {
		width: 15.5rem !important;
	}
}

/* Francis Responsive */
@media only screen and (min-width: 360px) and (max-width: 430px) {

	/*Styles for most modern smartphones */
	.page-section .about-text {
		margin-right: 0 !important;
		margin-left: 0 !important;
		text-align: justify !important;
	}

	.extra-row .vc_custom_1762335229580 {
		background-size: 63% !important;
		background-position: calc(100% - -40px) center !important;
	}

	.cta-box h2 {
		display: flex !important;
	}

	.cta-box p {
		text-align: justify !important;
	}

	.page-title {
		font-size: 39px !important;
	}

	.page-content-mob {
		font-size: 20px !important;
	}

	.sec-title {
		font-size: 43px !important;
	}

	.cta-button button {
		padding: 9px 36px !important;
	}
}

/* iphone se */
@media (max-width: 360px) {
	.navbar-toggler {
		margin-left: -1rem;
	}

	.page-section .about-text {
		margin-right: 0 !important;
		margin-left: 0 !important;
		text-align: justify !important;
	}

	.extra-row .vc_custom_1762335229580 {
		background-size: 63% !important;
		background-position: calc(100% - -28px) center !important;
	}

	.cta-box h2 {
		display: flex !important;
		font-size: 27px !important;
	}

	.cta-box p {
		text-align: center !important;
	}

	.cta-button button {
		padding: 13px !important;
	}

	.navbar-brand img {
		width: 11rem !important;
	}

	.page-title {
		font-size: 40px !important;
	}

	.page-content-mob {
		font-size: 17px !important;
	}

}

/* Target most tablets (portrait + landscape) */
@media (min-width: 540px) and (max-width: 1024px) {
	.extra-row .vc_custom_1762335229580 {
		background-size: 63% !important;
		background-position: calc(100% - -58px) center !important;
	}

		.booking_row_mob {
		flex-direction: column !important;
		align-items: center !important;
	}

	.booking_row_box_mob {
		width: 100% !important;
		max-width: 42rem !important;
	}
}

@media (max-width: 1199px) {
	#site-footer img.clouds {
		display: none;
	}
	#site-header .nav_wrap nav.navbar .navbar-toggler-icon {
		background-image: none!important;
	}
	#site-header .nav_wrap nav.navbar button.navbar-toggler {
		background-color: #fabb42 !important;
		border: 1px solid #fabb42 !important;
	}
	#site-header .nav_wrap nav.navbar button.navbar-toggler.collapsed span.navbar-toggler-icon:before {
		content: "\f0c9";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 27px;
		color: #fff;
	}
	#site-header .nav_wrap nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
		content: "\f00d";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 27px;
		color: #fff;
	}
	#site-header .nav_wrap nav.navbar button.navbar-toggler:focus {
		box-shadow: none;
	}
	#site-header .nav_wrap nav.navbar #mainmenu ul.navbar-nav {
		margin: 20px 0;
		align-items: flex-start !important;
	}
	.account-dropdown .login-tooltip {
		left: 0px !important;
		right: unset !important;
	}
	.hero_section {
		min-height: 600px;
	}
	.hero-content .heading1 h1,
	.hero-content .heading2 h1 {
		font-size: 50px;
		line-height: 55px;
	}
	.hero_para p {
		font-size: 16px;
		line-height: 25px;
	}
	.right_last_side_button button {
		padding: 25px 35px !important;
		font-size: 16px !important;
	}
	.right_last_side_button2 button {
		font-size: 16px !important;
	}
	body .product_start_row {
		padding-top: 95px !important;
	}
	.detail-box {
		flex-direction: column !important;
		align-items: baseline;
	}
	.ebm-step {
		padding-bottom: 0px !important;
	}
	.purchase_image_section img {
		top: 0;
	}
	body:not(.home) .page-section {
		margin-bottom: 10% !important;
	}
	.hero-content > .vc_column-inner {
		margin-top: 40px !important;
	}
	.fundraising-cards-row:before {
		display: none !important;
	}
	.fundraising-card {
		width: 27.5rem !important;
	}
	.real-cta {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.product_row .product-card {
		min-height: 530px !important;
	}
	.fund-rise-btn, .learn-more-btn,
	.view-details-btn,.product_last_button a,
	.ebm-select-button, .hero-content .vc_btn3-container button {
		font-size: 16px !important;
	}
	.review_section {
		padding-bottom: 100px !important;
	}
	.review_card_row {
		gap: 15px !important;
	}
	.review_card {
		padding: 10px !important;
	}
	.reviewer_image {
		margin-bottom: 12px !important;
	}
	.review_card .vc_column-inner {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.review_row_plan {
		width: 52rem;
		padding: 30px 20px;
	}
	.review_text_left p {
		font-size: 26px;
		line-height: 33px;
	}
	.small_para {
		padding: 40px 30px !important;
	}
	.bottomfooter {
		font-size: 13px !important;
	}
	.right_last_side_button a {
		padding: 14px 35px !important;
		font-size: 16px !important;
	}
	.right_last_side_button2 a {
		font-size: 16px !important;
		padding: 14px 10px !important
	}
	.product-image-wrapper a.product-image-link{
		height: 235px !important;
	}
	.product-title {
		min-height: 50px;
	}
	.purchase_image_section img {
		height: 173px !important;
	}
}

@media (max-width: 991px) {
	.hero-slider {
		display: flex;
		flex-direction: column-reverse;
	}
	.hero-slider .vc_column_container {
		width: 100% !important;
	}
	.slider-image {
		margin-bottom: 0px !important;
		margin-top: 25px !important;
	}
	.slider-image .vc_single_image-wrapper  {
		text-align: center;
	}
	.slider-image img {
		width: 50%;
	}
	.hero-content > .vc_column-inner {
		margin-top: 10px !important;
		text-align: center !important;
		margin-bottom: 100px;
	}
	.hero_title p, .hero_para p {
		margin: auto !important;
		text-align: center !important;
	}
	.hero-content .heading1 h1, .hero-content .heading2 h1 {
		text-align: center;
	}
	.fundraising-card {
		width: 100% !important;
	}
	.fundraising-card:not(:last-child):after {
		display: none !important;
	}
	.real-cta {
		width: 100% !important;
		flex-direction: column !important;
	}
	.real-impact-box, .fund_last_right{
		width: 100% !important;
	}
	.product_row .product-card {
		min-height: 450px !important;
	}
	.view-details-btn {
		font-size: 15px !important;
	}
	.product-title {
		font-size: 16px !important;
	}
	.product-image-wrapper a.product-image-link {
		height: 190px !important;
	}
	.ebm-package-card {
		min-height: auto !important;
	}
	.ebm-select-button {
		position: unset !important;
	}
	.Fundraising .small_Fundraising_heading h2,
	.product_start_heading h1, .product_start_heading h1, .review_start_heading h1 {
		font-size: 32px;
	}
	.review_row_plan {
		flex-direction: column !important;
	}
	.review_message_left, .review_message_right {
		width: 100% !important;
	}
	.review_text_left p {
		text-align: center !important;
		margin-bottom: 15px !important;
	}
	.review_row_plan {
		width: 38rem;
	}
	.logosection, .quick_links {
		margin-bottom: 35px;
	}
	.small_para {
		max-width: 100% !important;
	}
	.websitename {
		text-align: center !important;
	}
	.websitename p {
		margin-bottom: 5px !important;
	}
	.bottomfooter {
		font-size: 16px !important;
	}
	body.woocommerce-lost-password .woocommerce {
		margin-top: 10% !important;
		padding: 2rem 5rem !important;
	}
}

@media (max-width: 768px) {
	.product-title {
		font-size: 18px !important;
	}
	.view-details-btn {
		font-size: 17px !important;
	}
	.Fundraising .small_Fundraising_para p {
		width: 100% !important;
	}
	.review_card_row {
		flex-direction: column !important;
	}
	.review_card {
		width: 100% !important;
	}
	.review_text_left p{
		font-size: 22px !important;
	}
	.fund_last_heading h3, .fund_last_para p {
		text-align: center !important;
	}
	.purchase_image_section img {
		top: -12px;
	}
}

@media (max-width: 576px) {
	.review_row_plan {
		width: 100% !important;
	}
	.navbar-nav .nav-item .nav-link {
		padding: 5px 12px !important;
	}
	.slider-image img {
		width: 75% !important;
	}
	.hero_title p {
		font-size: 13px !important;
	}
	.hero-content .heading1 h1, .hero-content .heading2 h1 {
		font-size: 40px !important;
		line-height: 45px !important;
	}
	body .Fundraising {
		padding-top: 40px !important;
	}
	.Fundraising .small_Fundraising_heading h2, .product_start_heading h1, .product_start_heading h1, .review_start_heading h1 {
		font-size: 28px !important;
		line-height: 36px !important;
	}
	body .real-cta {
		padding: 35px !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
	}
	.product_last_button  {
		margin-top: -20px !important;
	}
	.ebm-select-button {
		font-size: 15px !important;
		padding: 30px 40px !important;
	}
	.ebm-package-card .ebm-popular-badge {
		left: 0px !important;
		right: 0px !important;
		margin: auto !important;
	}
	.ebm-package-card {
		padding: 35px 20px !important;
	}
	.bottomfooter {
		font-size: 13px !important;
	}
	.small_para {
		font-size: 20px !important;
	line-height: 28px !important;
	}
	.hero-content .prime-button a {
		font-size: 16px !important;
	}
	.right_last_side_head p {
		text-align: center !important;
	}
	.review_section {
		padding-bottom: 70px !important;
	}
	footer .section {
		padding: 50px 0 0px !important;
	}
	.bottomfooter {
		margin-top: 20px !important;
	}
	body .product_start_row {
		padding-top: 45px !important;
	}
	body .hero_section {
		padding: 0px !important;
	}
	section#breadcrumb_section:after {
		height: 140px !important;
		bottom: -75px !important;
	}
	body .about-first {
		padding-top: 50px !important;
		z-index: 999;
		position: relative;
	}
	body .page-image {
		padding-right: 0px !important;
	}
	body .safety-sec {
		padding-top: 0px !important;
		padding-bottom: 65px !important;
	}
	body .booking-first {
		padding-top: 0px !important;
		padding-bottom: 40px !important;
	}
	body .faq-sec {
		padding-top: 0px !important;
	}
	body .extra-row {
		padding-top: 0px !important;
	}
	.page_breadcrumb .page-title {
		font-size: 25px !important;
		line-height: 29px;
	}
	body .parties-section {
		padding-top: 0px !important;
	}

	body.woocommerce-lost-password .woocommerce {
		margin-top: 20% !important;
		padding: 2rem!important;
	}

}
@media (max-width: 380px) {
	.ebm-step {
		padding: 0px !important;
	}
	.flatpickr-months {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.ebm-booking-flow {
		padding: 0px !important;
	}
	.flatpickr-days .dayContainer {
		gap: 4px !important;
		width: 80% !important;
	}
	.flatpickr-day {
		height: 36px !important;
		line-height: 36px !important;
	max-width: 35px !important;
	}
	.flatpickr-calendar {
		font-size: 10px !important;
	}
}
.purchase_section .vc_column-inner {
	padding: 0px !important;
}
@media (max-width: 360px) {
	.fund-rise-btn {
		padding: 14px 10px !important;
	}
	.learn-more-btn {
		padding: 14px 28px !important;
	}
	.hero-content > .vc_column-inner {
		padding: 0px !important;
	}
	.hero_title p:before {
		top: 12px !important;
		left: 6px !important;
		width: 10px !important;
		height: 10px !important;
	}
	.product_start_para,  .review_start_para {
		margin-bottom: 10px !important;
	}
	.ebm-select-button {
		padding: 30px 15px !important;
	}
	.review_row_message {
		padding: 0px !important;
	}
	.review_card {
		margin-bottom: 20px !important;
	}
	.right_last_side_button a {
		padding: 14px 20px !important;
		font-size: 14px !important;
	}
	.right_last_side_button2 a {
		font-size: 14px !important;
		padding: 14px 10px !important;
	}
	.review_message_right .vc_btn3 {
		margin: 0px !important;
	}
	.fund_last_heading h3 {
		font-size: 28px !important;
		line-height: 35px !important;
	}
	body .real-cta {
		margin-top: 20px !important;
	}
	.ebm-package-price {
		font-size: 24px !important;
	}
	.ebm-package-card h3 {
		font-size: 22px !important;
	}
	.package-box {
		margin-bottom: 15px !important;
	}
}

body.wp-theme-aceone-technologies.theme-aceone-technologies.woocommerce-shop.woocommerce.woocommerce-page section#breadcrumb_section {
	height: 30vh;
}
