/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* ===================================================
   Subpage — page title banner + content layout
   Used by __index - page01.html and subsequent subpages
=================================================== */
.page-title-wrap {
	background: #f6f2ee;
	padding: 56px 0;
	border-bottom: 1px solid #e8e2da;
}
.page-title-wrap h1 {
	font-size: 40px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
	margin-bottom: 12px;
}
.page-title-wrap .page-intro {
	color: #666;
	max-width: 640px;
	margin: 0;
	line-height: 1.7;
}
.page-title-wrap .breadcrumb {
	font-size: 12px;
	margin-bottom: 14px;
	background: transparent;
	padding: 0;
}
.page-title-wrap .breadcrumb-item + .breadcrumb-item::before {
	color: #bbb;
}
.page-title-wrap .breadcrumb-item.active {
	color: #888;
}

.page-content-wrap    { padding: 64px 0; background: #fff; }
.page-content-wrap h2 { font-size: 26px; font-weight: 700; color: #1a1a1a; margin: 40px 0 14px; line-height: 1.3; }
.page-content-wrap h2:first-child { margin-top: 0; }

.page-img-placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #ede8e1;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bbb;
	font-size: 13px;
	margin: 28px 0;
	border: 1px dashed #c8bfb3;
}

.page-sidebar-card {
	background: #f6f2ee;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
}
.page-sidebar-card h5 {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.page-title-wrap h1 { font-size: 26px; }
}


/* ===================================================
   Contact page
   Used by __index - contactpage01.html
=================================================== */
.contact-form-wrap {
	background: #f6f2ee;
	border-radius: 16px;
	padding: 36px 40px;
}
@media (max-width: 575px) {
	.contact-form-wrap { padding: 24px 20px; }
}

/* Orange focus ring on form controls */
.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus {
	border-color: #f7901e;
	box-shadow: 0 0 0 0.2rem rgba(247, 144, 30, 0.2);
}

.contact-office-card {
	border: 1px solid #e8e2da;
	border-radius: 16px;
	padding: 28px 28px;
	background: #fff;
	height: 100%;
}
.contact-office-card h5 {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
}
.contact-detail-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #555;
}
.contact-detail-row i {
	color: #f7901e;
	font-size: 15px;
	margin-top: 2px;
	flex-shrink: 0;
}
.contact-detail-row a {
	color: #555;
	text-decoration: none;
}
.contact-detail-row a:hover {
	color: #f7901e;
}


/* ===================================================
   Events page
   Used by __index - events01.html
=================================================== */
.events-section          { padding: 56px 0; }
.events-section-label    { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #f7901e; margin-bottom: 6px; display: block; }
.events-section-title    { font-size: 26px; font-weight: 700; color: #1a1a1a; margin-bottom: 32px; }

/* Upcoming event card */
.event-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e8e2da;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.event-card-header {
	background: #f6f2ee;
	padding: 24px 24px 20px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.event-date-badge {
	background: #f7901e;
	color: #fff;
	border-radius: 10px;
	padding: 8px 14px;
	text-align: center;
	min-width: 56px;
	flex-shrink: 0;
}
.event-date-badge .edb-day   { font-size: 24px; font-weight: 700; line-height: 1; display: block; }
.event-date-badge .edb-month { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-top: 3px; }
.event-date-badge .edb-year  { font-size: 10px; opacity: 0.85; display: block; margin-top: 1px; }

.event-type-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 3px 10px;
	border-radius: 20px;
	background: #fde8d8;
	color: #c96a00;
	margin-bottom: 8px;
}
.event-card-header-meta h4 {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.3;
}
.event-card-body {
	padding: 20px 24px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.event-location {
	font-size: 13px;
	color: #888;
	margin-bottom: 12px;
}
.event-location i { color: #f7901e; margin-right: 5px; }
.event-card-body p {
	font-size: 14px;
	color: #666;
	line-height: 1.65;
	flex: 1;
	margin-bottom: 20px;
}

/* Past events list */
.event-list-item {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	padding: 22px 0;
	border-bottom: 1px solid #e8e2da;
}
.event-list-item:last-child { border-bottom: none; }
.event-list-date {
	min-width: 90px;
	font-size: 13px;
	color: #aaa;
	flex-shrink: 0;
	padding-top: 3px;
	line-height: 1.4;
	font-weight: 600;
}
.event-list-content h5 {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 5px;
}
.event-list-content p {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

@media (max-width: 575px) {
	.event-list-item  { flex-direction: column; gap: 6px; }
	.event-list-date  { min-width: unset; }
}


/* ===================================================
   NDR page
   Used by __index - ndr01.html
=================================================== */

/* Stat strip */
.ndr-stat-strip          { background: #f7901e; padding: 32px 0; }
.ndr-stat-item           { text-align: center; color: #fff; }
.ndr-stat-item .nsi-num  { font-size: 36px; font-weight: 700; line-height: 1; display: block; }
.ndr-stat-item .nsi-lbl  { font-size: 13px; opacity: 0.88; display: block; margin-top: 5px; }

/* Process steps */
.process-step {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 32px;
}
.process-step:last-child { margin-bottom: 0; }
.process-step-num {
	width: 44px;
	min-width: 44px;
	height: 44px;
	background: #f7901e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	flex-shrink: 0;
}
.process-step-body h5 {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 6px;
}
.process-step-body p {
	font-size: 15px;
	color: #666;
	line-height: 1.65;
	margin: 0;
}

/* Market destination tags */
.market-tag {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #e8e2da;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	margin: 4px;
	white-space: nowrap;
}
.market-tag i { color: #f7901e; margin-right: 5px; }

/* Testimonial / quote block */
.ndr-quote {
	border-left: 4px solid #f7901e;
	padding: 18px 24px;
	background: #fff;
	border-radius: 0 12px 12px 0;
	margin: 0;
}
.ndr-quote p {
	font-size: 16px;
	color: #333;
	font-style: italic;
	line-height: 1.7;
	margin: 0 0 10px;
}
.ndr-quote cite {
	font-size: 13px;
	color: #888;
	font-style: normal;
	font-weight: 600;
}


/* ===================================================
   About Us page
   Used by __index-aboutus01.html
=================================================== */

/* Team member card */
.team-card {
	background: #fff;
	border: 1px solid #e8e2da;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.team-card-photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #ede8e1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bbb;
	font-size: 13px;
	border-bottom: 1px solid #e8e2da;
}
.team-card-photo i { font-size: 40px; color: #d4ccc4; }
.team-card-body { padding: 20px 22px 24px; }
.team-card-body h5 {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 3px;
}
.team-card-body .team-role {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #f7901e;
	display: block;
	margin-bottom: 12px;
}
.team-card-body p {
	font-size: 13px;
	color: #666;
	line-height: 1.65;
	margin: 0;
}

/* Partner card */
.partner-card {
	background: #fff;
	border: 1px solid #e8e2da;
	border-radius: 12px;
	padding: 24px;
	height: 100%;
}
.partner-card h5 {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 8px;
}
.partner-card p {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* Founding story strip */
.founding-strip {
	border-left: 4px solid #f7901e;
	padding: 20px 24px;
	background: #fff;
	border-radius: 0 12px 12px 0;
}
.founding-strip h5 {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 8px;
}
.founding-strip p {
	font-size: 15px;
	color: #555;
	line-height: 1.7;
	margin: 0;
}

