* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

* html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

:root {
	--navy: #1a3a6b;
	--navy2: #0d2a54;
	--gold: #c8922a;
	--gold2: #e8ab3a;
	--red: #c0392b;
	--cream: #fdf6ec;
	--light: #f4f7fb;
	--text: #2d2d2d;
	--muted: #6b7280;
	--border: #dde3ee;
	--white: #fff;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.custom-container {
	max-width: 1800px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-gap {
	padding: 100px 0px;
	margin: 0px;
}

.cmn-butn {
	font-family: Poppins;
	font-weight: 500;

	font-size: 20px;

	line-height: 20px;
	letter-spacing: -1%;
	text-transform: capitalize;

	padding: 14px 30px;
	border-radius: 30px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.red-butn {
	background: #aa3854;
	border: 1px solid #aa3854;
	color: var(--white);
}

.red-butn:hover {
	background: var(--white);
	border: 1px solid var(--white);
	color: #aa3854;
}

.blue-butn {
	background: #0170b9;
	border: 1px solid #0170b9;
	color: #fff;
}

.blue-butn:hover {
	background: var(--white);
	border: 1px solid #0170b9;
	color: #0170b9;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============NAVBAR===========*/
/* =================================== */

.header-section {
	background: #f2faf8;
	padding: 10px 0px;
	position: relative;
	transition: all 0.3s ease;
	z-index:99;
	/*overflow: hidden;*/
	/* smooth background/shadow */
}

.header-section.scroll {
	background: #f2faf8;
	height: auto;
	padding: 5px 0px;
	transition: background-color 0.5s ease 0s;
	top: -18px;
	animation: slideDown 0.35s ease-out;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
	z-index: 9;
	width: 100%;
	animation: slideDown 0.35s ease-out;
}

/* Slide-down animation */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.logo-row {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	width: 300px;
	margin: 0px auto;
	left: 0px;
	right: 8%;
}

.logo {
	width: 280px;
	height: auto;
	margin: 0px auto;
	transition: all 0.3s ease;
	/* smooth movement */
}

.logo img {
	width: auto;
	height: auto;
	object-fit: cover;
	transition: all 0.3s ease;
	/* smooth movement */
}

.header-section.scroll .logo {
	width: 230px;
	height: auto;
	margin: 0px auto;
	bottom: 0px;
	position: relative;
	z-index: 99;
}

/* =================topbar============*/

.header-section-inner {
	position: relative;
}

.nav-row {
	position: relative;
	padding: 30px 0px;
	position: relative;
	z-index: 9;
}

.stellarnav {
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.stellarnav>ul>li>a {
	display: flex;
    align-items: center;
    gap: 0;
    padding: 0 16px;
    height: 40px;
    font-size: 21px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: #777;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.stellarnav>ul>li>a:hover {

	color: #004978 !important;
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.4em;
    text-decoration-skip: auto;
    text-decoration-skip-ink: auto;
	
	
}

.stellarnav>ul>li>a.active {

	color: #004978 !important;
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.4em;
    text-decoration-skip: auto;
    text-decoration-skip-ink: auto;
    

}

.stellarnav.mobile ul {
	background: #b93e5c;
	z-index: 999;
}

.stellarnav ul ul {
	top: auto;
	width: 250px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
	    border-radius: 10px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 16px;
	padding: 8px 12px;
	color: #000;
	font-weight: 400;
}

.stellarnav.mobile li a {
	border-bottom: 0px solid rgba(255, 255, 255, 0.15);
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #1ba291;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #1ba291;
}

.stellarnav li.has-sub>a::after {
	display: inline-block;
    width: 0;
    height: 0;
    border-left: 4.0px solid transparent;
    border-right: 4.0px solid transparent;
    border-top: 6px solid currentColor;
    margin-top: 1px;
    transition: transform 0.2s;
}

.stellarnav li.has-sub>a::after:hover { color: #1a2e4a; border-bottom-color: #c5a84a; } 


.stellarnav ul li:nth-child(6) {
	margin-left: 394px;
}

/* adjust value as needed */

/* =================================== */
/* ============NAVBAR===========*/
/* =================================== */

/* =================================== */
/* ============banner-section=====*/
/* =================================== */

.banner-section {
	min-height: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.banner-left {
	height: 800px;
	position: relative;
}

.banner-left-top {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	padding: 50px 87px;
	clip-path: polygon(0 0, 100% 0, 100% 78%, 0 98%);
	height: 557px;
	background: #0170b9;
}

.banner-left-top h1 {
	font-family: Preahvihear;
	font-weight: 400;
	font-size: 65px;
	line-height: 75px;
	letter-spacing: -3%;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 25px 0px 0px 0px;
}

.banner-left-top h2 {
	font-family: Preahvihear;
	font-weight: 400;
	font-size: 40px;
	line-height: 56px;
	letter-spacing: -1.5%;
	color: #fff;
	padding: 0px;
	margin: 40px 0px;
}

.banner-butn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.banner-left-info {
	display: flex;
	justify-content: end;
	align-items: end;
	flex-direction: column;
	gap: 50px;
	padding: 0px 80px 100px 0px;
}

.hero-info-row {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 30px;
}

.hero-serving {
	font-family: Poppins;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #464646;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 14px;
}

.hero-serving span {
	color: #aa3854;
	font-size: 20px;
}

.hero-info-item {
	font-family: Poppins;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #464646;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 14px;
}

.hero-info-item a {
	color: #464646;
}

.hero-info-item a:hover {
	color: #aa3854;
}

.hero-info-item span {
	color: #aa3854;
	font-size: 20px;
}

.banner-right {
	height: 800px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-right-info {
	height: 60px;
	background: #0170b9c4;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40%;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
	padding: 10px 110px 10px 50px;
}

.header-social {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

.header-social .social-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	transition: all 0.25s;
	border: 2px solid #fff;
}

.header-social .social-btn:hover {
	color: #fff;
	border: 2px solid #0d2a54;
	background-color: #0d2a54;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: end;
	margin: 0px;
}

.usercard {
	position: relative;
}

.usercard a {
	border: #fff 2px solid;
	width: 40px;
	position: relative;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	padding: 0px 9px;
	display: flex;
	align-items: center;
}

.rightlink .usercard a img {
	width: auto;
	height: auto;
}

/*=============	Modal Area CSS =============*/
.modal {
	z-index: 9999;
	top: 100px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 12px 65px 41px 65px;
	text-align: justify;
}

.modal-cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #da3859 !important;
	border: 1px solid transparent;
	padding: 18px 32px;
	font-size: 19px;
	border-radius: 0px 33px 33px 0px;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

.modal-cardtext .form-control {
	display: block;
	padding: 21px 36px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 33px;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

/*=============	Modal Area CSS End =============*/

/* =================================== */
/* ===========banner-section=====*/
/* =================================== */

/* =================================== */
/* ===========gallery-section=====*/
/* =================================== */

.gallery-section {
	background: linear-gradient(180deg,
			rgba(255, 245, 222, 0.88) 0%,
			#fffaef 100%);
	overflow: hidden;
}

.gallery-section-header {
	margin: 0px 0px 60px 0px;
	padding: 0px;
	text-align: center;
}

.gallery-section-header h2 {
	font-family: Barlow;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -1%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.gallery-section-header h2 span {
	color: #0170b9;
}

.gallery-section-header p {
	font-family: Poppins;
	font-weight: 400;

	font-size: 24px;

	line-height: 34px;
	letter-spacing: 8%;
	color: #2a2a2a;
	padding: 0px;
	margin: 0px;
}

.gallery-card {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.gallery-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.5s;
	display: block;
}

.gallery-card:hover img {
	transform: scale(1.07);
}

.gallery-carousel .owl-dots {
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: 32px;
}

.gallery-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d9d9d9;
	cursor: pointer;
	transition: all 0.25s;
}

.gallery-carousel .owl-dots .owl-dot.active {
	background: #0170b9;
	width: 40px;
	border-radius: 15px;
}

/* =================================== */
/* ===========gallery-section=====*/
/* =================================== */

.our-history {
	background: #f8f8f8ed;
	padding: 80px 0px 180px 0px;
	overflow: hidden;
}

.our-history-text {
	padding: 0px 100px 0px 0px;
}

.our-history-text h6 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0170b9;
	position: relative;
	padding: 0px;
	margin: 0px 0px 10px 100px;
}

.our-history-text h6::before {
	content: "";
	position: absolute;
	width: 74px;
	height: 4px;
	background: #0170b9;
	left: -95px;
	top: 7px;
}

.our-history-text h2 {
	font-family: Barlow;
	font-weight: 700;
	font-size: 50px;
	line-height: 62px;
	letter-spacing: -1%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	max-width: 45%;
}

.our-history-text h2 span {
	color: #0170b9;
}

.history-card {
	margin: 0px;
	padding: 0px;
}

.history-card h3 {
	font-family: Barlow;
	font-weight: 300;

	font-size: 60px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #0170b9;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.history-card p {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #464646;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.history-carousel .owl-dots {
	display: flex;
	gap: 6px;
	justify-content: start;
	margin-top: 32px;
}

.history-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d9d9d9;
	cursor: pointer;
	transition: all 0.25s;
}

.history-carousel .owl-dots .owl-dot.active {
	background: #0170b9;
	width: 40px;
	border-radius: 15px;
}

.history-img-wrap {
	position: relative;
}

.history-img-wrap::before {
	content: "";
	position: absolute;
	width: 200px;
	height: 300px;
	left: -40px;
	top: -25px;
	background: url(../images/after-icon.png) left top no-repeat;
}

.history-img-wrap img {
	width: 100%;
	height: 723px;
	display: block;
	transition: transform 0.5s;
	object-fit: cover;
	border-radius: 10px;
	/* overflow: hidden; */
	position: relative;
}

.history-img-caption {
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	padding: 20px 20px;
	background: #fff;
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.13);
	width: 90%;
	border-radius: 15px;
	margin: 0px auto;
}

.history-img-caption p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #464646;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

/* =================================== */
/* ===========our-history-section=====*/
/* =================================== */

/* =================================== */
/* ==========directory-section=====*/
/* =================================== */

.directory-section {
	background: #fff;
	overflow: hidden;
}

.directory-section-inner {
	background: #4868ae;
	border-radius: 10px;
	height: 330px;
	margin: 0px;
	/* padding: 40px; */
}

.dir-content {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	padding: 90px 20px;
	text-align: left;
}

.dir-content-tag {
	background: #00010261;
	font-family: Poppins;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	padding: 17px 20px;
	margin: 0px;
	width: 335px;
	border-radius: 4px;
	transform: rotate(-90deg);
	text-align: center;
}

a.dir-content-tag {
	background: #00010261;
	font-family: Poppins;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	padding: 17px 20px;
	margin: 0px;
	width: 335px;
	border-radius: 4px;
	transform: rotate(-90deg);
	text-align: center;
}

.dir-content-info {
	padding: 0px;
	margin: 0px;
}

.dir-content-info h2 {
	font-family: Barlow;
	font-weight: 700;
	font-size: 44px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.dir-content-info p {
	font-family: Poppins;
	font-weight: 400;

	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0%;

	margin: 0px;
	padding: 0px;
	color: #ffff;
	max-width: 80%;
}

.dir-img-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dir-img-circle {
	width: 450px;
	height: 450px;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
	animation: floatAnim 4s ease-in-out infinite;
	position: absolute;
	top: -235px;
	background: #ccc;
}

.dir-img-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* =================================== */
/* ===========directory-section=====*/
/* =================================== */

/* =================================== */
/* ===========committees-section =====*/
/* =================================== */

.committees-section {
	position: relative;

	overflow: hidden;
}

.comm-bg {
	position: absolute;
	inset: 0;
	background-image: url(../images/cmn-bg.png);
	background-size: cover;
	background-position: center;
}

.comm-content {
	position: relative;
	z-index: 2;
}

.comm-content h2 {
	font-family: Barlow;
	font-weight: 700;
	font-size: 44px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}

.comm-content h2 span {
	color: #82cdff;
}

.comm-content-inner {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 70px;
}

.comm-content-inner::before {
	background: url(../images/line.png) center center no-repeat;
	content: "";
	position: absolute;
	width: 100%;
	height: 170px;
}

.comm-icon-card {
	text-align: center;
	padding: 24px 16px;
	transition: transform 0.3s;
}

.comm-icon-card:hover {
	transform: translateY(-8px);
}

.comm-icon-wrap {
	width: 150px;
	height: 150px;
	border-radius: 20px;
	background: #0170b9;

	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition:
		background 0.3s,
		border-color 0.3s;
	backdrop-filter: blur(6px);
}

.comm-icon-card:nth-child(2) {
	margin-top: 190px;
}

.comm-icon-card:nth-child(3) {
	margin-top: 0px;
	/* push further down */
}

.comm-icon-card:nth-child(4) {
	margin-top: 190px;
}

.comm-icon-card:nth-child(5) {
	margin-top: 0px;
}

.comm-icon-card:hover .comm-icon-wrap {
	background: #000;
}

.comm-icon-wrap img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.comm-icon-card p {
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #82cdff;
}

/* =================================== */
/* ===========committees-section =====*/
/* =================================== */

/* =================================== */
/* ===========membership-section =====*/
/* =================================== */

.membership-section {
	background: #fff8ea;
	position: relative;
	overflow: hidden;
}

.membership-section-header {
	padding: 0px 0px 80px 0px;
	margin: 0px;
	text-align: center;
}

.membership-section-header h2 {
	font-family: Barlow;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -1%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.membership-section-header h2 span {
	color: #0170b9;
}

.membership-section-header p {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 8%;
	color: #2a2a2a;
	padding: 0px;
	margin: 0px;
}

.member-plan {
	padding: 0px 100px;
	margin: 0px;
	border-right: 2px dashed #a9750c;
}

.member-plan h6 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0170b9;
	position: relative;
	padding: 0px;
	margin: 0px 0px 10px 100px;
}

.member-plan h6::before {
	content: "";
	position: absolute;
	width: 74px;
	height: 4px;
	background: #0170b9;
	left: -95px;
	top: 7px;
}

.member-plan h3 {
	font-family: Barlow;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.member-plan-inner {
	padding: 0px;
	margin: 0px 0px 80px 0px;
}

.member-plan-inner ul li {
	font-family: Poppins;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #2b2b2b;
	padding: 0;
	margin: 0px 0px 20px 50px;
	display: flex;
	gap: 10px;
	align-items: start;
	justify-content: start;
	position: relative;
}

.member-plan-inner ul li::before {
	position: absolute;
	left: -50px;
	top: 0px;
	content: "";
	background: url(../images/li-icon.png) top left no-repeat;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: start;
	margin-right: 27px;
}

.row .col-lg-6:nth-child(2) .member-plan {
	border-right: none;
}

/* =================================== */
/* ===========membership-section=====*/
/* =================================== */

/* =================================== */
/* ===========footer-section=====*/
/* =================================== */

footer {
	background: #f9fdfc;
	padding: 50px 0px 30px 0px;
	overflow: hidden;
}

.footer-logo img {
	height: auto;
	margin: 0px 0px 30px 0px;
	width: 200px;
}

.footer-heading {
	font-family: Barlow;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

.info-item {
	padding: 0px;
	margin: 0px;
}

.info-item p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #353535;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.info-item p a {
	color: #353535;
}

.info-item p a:hover {
	color: #000;
}

.info-item p span i {
	color: #000;
	margin-right: 20px;
	font-size: 22px;
}

.social-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	transition: all 0.25s;
}

.social-btn:hover {
	background: #0170b9;
	color: #fff;
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 9px;
}

.footer-links a {
	font-family: Poppins;

	font-size: 18px;

	line-height: 28px;
	letter-spacing: 0%;
	color: #353535;

	text-decoration: none;
	transition:
		color 0.25s,
		padding-left 0.25s;
	display: inline-block;
}

.footer-links a:hover {
	color: #0170b9;
	padding-left: 4px;
}

.footer-social {
	display: flex;
	gap: 10px;
	margin: 30px 0px 0px 0px;
}

.footer-newsletter form {
	display: flex;
	gap: 0;
	margin-top: 4px;
}

.footer-newsletter input {
	flex: 1;
	border: 1.5px solid #e6e6e6;
	border-right: none;
	border-radius: 30px 0 0 30px;
	padding: 10px 20px;
	font-size: 18px;
	outline: none;
	transition: border-color 0.25s;
	background: #e6e6e6;
}

.footer-newsletter input:focus {
	border-color: var(--navy);
}

.footer-newsletter button {
	    background: #aa3854;
    border: 1px solid #aa3854;
    color: var(--white);
	color: #fff;
	border: none;
	padding: 10px 17px;
	border-radius: 0 30px 30px 0;
	font-size: 18px;
	/* font-weight: 600; */
	cursor: pointer;
	transition: background 0.25s;
	margin-left: -5px;
}

.footer-newsletter button:hover {
	background: var(--navy2);
}

.footer-map {
	border-radius: 8px;
	overflow: hidden;
	margin: 20px 0px;
}

.footer-map iframe {
	display: block;
	width: 100%;
	height: 190px;
	border: none;
}

.copyright {
	padding: 0px;
	margin: 0px;
}

.copyright p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #353535;
	text-align: right;
}

.copyright p a {
	color: #353535;
}

.copyright p a:hover {
	color: #0170b9;
}

/* =================================== */
/* ===========footer-section=====*/
/* =================================== */

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #0170b9;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

.float-anim {
	animation: floatY 4s ease-in-out infinite;
}

button.sub-menu-toggle {
	display: none;
}

/*--inner page - about start--*/

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.inner-banner-section img {
	width: 100%;
	height: 367px;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 84px;
	right: 0px;
	color: #fff;
	text-align: left;
}

.inner-banner-text h1 {
	font-family: Preahvihear;
	font-weight: 400;
	font-size: 65px;
	line-height: 75px;
	letter-spacing: -3%;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.inner-banner-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.inner-banner-section .banner-right-info {
	width: 23%;
}

.about-page {
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.about-page .cmn-butn.blue-butn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 60px auto 0px;
}

.about-page h2 {
	font-family: Barlow;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -1%;
	color: rgb(0, 0, 0);
	padding: 0px;
	margin: 0px 0px 30px;
}

.about-page h2 span {
	color: rgb(1, 112, 185);
}

.about-page p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #464646;
	padding: 0px 60px;
	margin: 0px 0px 20px 0px;
}

.directors-section {
	background: #0170b9;
	text-align: center;
	overflow: hidden;
}

.directors-section h3 {
	font-family: Barlow;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;

	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.directors-section p {
	color: #fff;
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	padding: 0px 250px;
	margin: 0px;
}

.directors-section p span {
	text-decoration: underline;
	font-weight: 700;
}

.board-members-section {
	background: #fff;
	overflow: hidden;
}

.board-members-section h2 {
	font-family: Barlow;
	font-weight: 700;
	font-size: 50px;
	line-height: 62px;
	letter-spacing: -1%;
	color: rgb(0, 0, 0);
	padding: 0px;
	margin: 0px 0px 50px;
	max-width: 45%;
}

.board-members-section h2 span {
	color: rgb(1, 112, 185);
}

.board-members-row {
	margin: 0px 0px 30px 0px;
}

.board-members-row-img {
	border-radius: 10px;
	overflow: hidden;
	height: 300px;
	width: 400px;
}

.board-members-row-img img {
	height: 300px;
	width: 400px;
	object-fit: cover;
	transition: transform 0.5s;
	display: block;
}

.board-members-row-img:hover img {
	transform: scale(1.07);
}

.board-members-row-text {
	display: flex;
	justify-content: center;
	align-items: start;
	height: 100%;
	flex-direction: column;
}

.board-members-row-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0%;
	color: rgb(70, 70, 70);
	margin: 0px 0px 20px;
	padding: 0px;
}

.board-members-row-text h3 {
	font-family: Barlow;
	font-weight: 700;

	font-size: 35px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.board-members-row-butn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.board-members-row-text h5 {
	font-family: Barlow;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.board-members-row-text h5 a {
	color: #000;
}

.board-members-row-text h5 a:hover {
	color: #0170b9;
}

.board-members-row-text h5 span {
	margin-right: 10px;
}

.business-directory-section {
	background: #0170b9;
	padding: 60px 0px;
}

.business-directory-section-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.business-directory-section-inner1 {
	max-width: 18%;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #fff;
}

.business-directory-section-inner1 h3 {
	font-family: Barlow;
	font-weight: 600;

	font-size: 50px;

	line-height: 60px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
}

.business-directory-section-inner2 {
	padding: 0px;
	margin: 0px;
	max-width: 60%;
	    font-family: Roboto;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #ededed;
}

.business-directory-section-inner2 p {
	font-family: Roboto;
	font-weight: 400;

	font-size: 26px;

	line-height: 40px;
	letter-spacing: 0%;
	color: #ededed;
}

.business-directory-section-inner3 {
	max-width: 20%;
	padding: 0px;
	margin: 0px;
}

/*--inner page - about end--*/

/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/

/*--BOM--*/

/* ── Hero Banner ── */
    .board-hero {
      position: relative;
      height: 320px;
      overflow: hidden;
      background: linear-gradient(135deg, var(--navy) 0%, #2e4077 60%, #4a6fa5 100%);
    }

    .board-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 40px,
        rgba(255,255,255,0.025) 40px,
        rgba(255,255,255,0.025) 41px
      );
    }

    .board-hero .hero-label {
      position: absolute;
      bottom: 2.5rem;
      left: 3rem;
      font-family: Barlow;
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.02em;
    }

    .board-hero .hero-label::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background: var(--gold);
      margin-top: 0.5rem;
    }

    /* ── Section wrapper ── */
    .board-section {
      padding: 5rem 0 6rem;
    }

    /* ── Member card ── */
    .member-card {
      display: flex;
      gap: 2rem;
      padding: 2.25rem 0;
      border-bottom: 1px solid #e4dfd4;
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.55s ease, transform 0.55s ease;
    }

    .member-card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .member-card:last-child {
      border-bottom: none;
    }

    /* Photo */
    .member-photo-wrap {
      flex: 0 0 300px;
    }

    .member-photo-wrap img {
      width: 300px;
      height: auto;
      object-fit: cover;
      object-position: top center;
      border-radius: 4px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.12);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .member-photo-wrap img:hover {
      transform: scale(1.03);
      box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    }

    /* Info */
    .member-info {
      flex: 1;
    }

    .member-name {
      font-family: Barlow;
      font-size: 1.35rem;
      font-weight: 600;
      color: var(--navy);
      margin-bottom: 0.15rem;
      line-height: 1.7;
    }

    .member-role {
      font-size: 0.82rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #aa3854;
      margin-bottom: 0.85rem;
    }

    .member-bio {
      font-size: 0.93rem;
      line-height: 1.75;
      color: var(--muted);
      text-align: justify;
    }

    /* Divider accent */
    .section-eyebrow {
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 0.5rem;
    }

    .section-heading {
      font-family: Barlow;
      font-size: 2.2rem;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 2.5rem;
    }

    .section-heading span {
      display: block;
      width: 50px;
      height: 3px;
      background: var(--gold);
      margin-top: 0.75rem;
    }



    /* Responsive */
    @media (max-width: 600px) {
      .member-card {
        flex-direction: column;
        gap: 1.25rem;
      }
      .member-photo-wrap {
        flex: none;
      }
      .member-photo-wrap img {
        width: 100%;
        height: auto;
      }
    }

/*--BOM--*/

/*--Contact Us Start--*/

.contact-section {
    font-family: 'Barlow', sans-serif;
    padding: 80px 0;
    background: var(--white);
  }

  /* LEFT */
  .contact-left h2 {
    font-family: Barlow;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--navy);
    margin: 0 0 16px;
  }

  .contact-left h2 span {
    color: #aa3854;
    font-style: italic;
  }

  .contact-desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--muted);
    margin: 0 0 40px;
  }

  /* CONTACT INFO ITEMS */
  .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
  }

  .contact-info-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    background: var(--cream);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-info-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--navy);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .contact-info-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2px;
  }

  .contact-info-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
  }

  /* FORM CARD */
  .contact-form-card {
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px;
  }

  .contact-form-card label {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 6px;
  }
  
  
  button, input, optgroup, select, textarea {
    
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    color: var(--text);
    transition: border-color 0.2s, box-shadow 0.2s;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
}

  .contact-form-card .form-control,
  .contact-form-card .form-select {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    color: var(--text);
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .contact-form-card .form-control:focus,
  .contact-form-card .form-select:focus {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(26, 58, 107, 0.1);
    outline: none;
    background: var(--white);
  }

  .contact-form-card textarea.form-control {
    min-height: 110px;
    resize: vertical;
    line-height: 1.6;
  }

  .btn-contact-send {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    width: 100%;
    padding: 13px 24px;
        background: #aa3854;
    border: 1px solid #aa3854;
    color: var(--white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    margin-top: 4px;
  }

  .btn-contact-send:hover {
    background: var(--navy2);
    color: var(--white);
  }

  .btn-contact-send:active {
    transform: scale(0.98);
  }

  .contact-success-msg {
    display: none;
    text-align: center;
    padding: 14px 16px;
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
  }

  @media (max-width: 576px) {
    .contact-left h2 {
      font-size: 30px;
    }
    .contact-form-card {
      padding: 23px 10px
    }
  }
  
 /*--Contact Us End--*/
 
/*-- resource page Start--*/
   .res-section {
    font-family: 'Barlow', sans-serif;
    padding: 0px 0 100px;
    background: var(--white);
    position: relative;
    overflow: hidden;
  }

  /* Subtle background decoration */
 

  

  /* DIVIDER LINE */
  .res-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 64px;
  }

  .res-divider span {
    height: 1px;
    width: 80px;
    background: var(--border);
    display: block;
  }

  .res-divider i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #aa3854;
    display: block;
  }

  /* CARDS */
  .res-card {
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    background: var(--white);
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
  }

  .res-card:hover {
    box-shadow: 0 20px 60px rgba(26, 58, 107, 0.1);
    transform: translateY(-4px);
  }

  /* Top accent bar */
  .res-card-accent {
    height: 4px;
    background: linear-gradient(90deg, var(--navy), #aa3854);
  }

  .res-card-body {
    padding: 36px 36px 32px;
  }

  /* Card number badge */
  .res-card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cream);
    border: 1px solid var(--border);
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 20px;
  }

  .res-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .res-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--muted);
    margin-bottom: 12px;
  }

  .res-card p:last-of-type {
    margin-bottom: 28px;
  }

  .res-card p a {
    color: var(--navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .res-card p a:hover {
    color: #aa3854;
  }

  /* Button */
  .btn-res {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--white);
    border: 1.5px solid var(--navy);
    border-radius: 6px;
    padding: 11px 24px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    width: 100%;
    justify-content: center;
  }

  .btn-res:hover {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
  }

  .btn-res svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s;
  }

  .btn-res:hover svg {
    transform: translateX(3px);
  }

  /* BOTTOM STRIP */
  .res-bottom-strip {
    margin-top: 64px;
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }

  .res-bottom-strip p {
    font-size: 15px;
    font-weight: 400;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
  }

  .res-bottom-strip p strong {
    color: var(--navy);
    font-weight: 600;
  }

  .btn-res-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #aa3854;
    background: transparent;
    border: 1.5px solid #aa3854;
    border-radius: 6px;
    padding: 10px 22px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
  }

  .btn-res-outline:hover {
    background: #aa3854;
    color: var(--white);
  }

  @media (max-width: 768px) {
    .res-header h2 { font-size: 34px; }
    .res-card-body { padding: 28px 24px; }
    .res-bottom-strip { flex-direction: column; text-align: center; }
    .res-section::before { display: none; }
  }
 
 
/*-- resource page End--*/
 
 
/*-- Gallery page Start--*/
/* Tabs */
.nav-pills .nav-link {
    background: #eaeaea;
    color: #333;
    margin: 5px;
}
.nav-pills .nav-link.active {
    background: #2f6fa5;
    color:#fff;
}

/* Images */
.gallery img{
        max-width: 100%;
    height: auto;
}

/* Section spacing */
.section-space{
    padding:60px 0;
}

/* Blue section like your UI */
.blue-bg{
    background:#2f6fa5;
    color:#fff;
}

/* Carousel arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:transparent;
    padding:15px;
    border-radius:50%;
}

.carousel {
    position: relative;
}

/* Move arrows outside */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: #2f6fa5;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

/* Left arrow */
.carousel-control-prev {
    left: -60px;
}

/* Right arrow */
.carousel-control-next {
    right: -60px;
}

/* Icon style */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 60%;
}

.share-photos {
    background: #f5f5f5;
    border-top: 4px solid #2f6fa5;
    border-bottom: 2px solid #2f6fa5;
}

.share-photos h3 {
    color: #333;
}

.share-photos p {
    font-size: 15px;
}

/*-- Gallery page End--*/

/*-- Membership strat--*/

 .mem-wrap { font-family: 'Barlow', sans-serif; padding: 3rem 2rem; max-width: 1280px; margin: 0 auto; }
  .mem-intro { text-align: center; margin-bottom: 3rem; }
  .mem-intro p { font-size: 15px; color: var(--color-text-secondary); max-width: 560px; margin: 0 auto 0.5rem; line-height: 1.7; }
  .mem-eyebrow { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #1a5fa8; font-weight: 600; margin-bottom: 0.75rem; }
  .mem-headline { font-family: 'Barlow', serif; font-size: 32px; color: var(--color-text-primary); margin: 0 0 1rem; font-weight: 700; line-height: 1.2; }
  .mem-headline em { font-style: italic; color: #1a5fa8; }
  .mem-cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
  .mem-card { background: var(--color-background-primary); border: 0.5px solid var(--color-border-secondary); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform 0.2s ease; border: 1px solid #e8f0fa; }
  .mem-card:hover { transform: translateY(-3px); }
  .mem-card.mem-featured { border: 2px solid #1a5fa8; }
  .mem-card-header { background: #1a5fa8; padding: 1.75rem; position: relative; }
  .mem-card-header.mem-header-light { background: #e8f0fa; }
  .mem-card-badge { display: inline-block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; background: rgba(255,255,255,0.2); color: #fff; padding: 3px 10px; border-radius: 20px; font-weight: 600; margin-bottom: 0.6rem; }
  .mem-card-badge.mem-badge-dark { background: rgba(26,95,168,0.12); color: #1a5fa8; }
  .mem-header-top { display: flex; align-items: flex-start; justify-content: space-between; }
  .mem-card-name { font-family: 'Barlow', serif; font-size: 26px; font-weight: 700; color: #fff; margin: 0 0 0.2rem; }
  .mem-card-name.mem-name-dark { color: #0c3d6e; }
  .mem-card-tagline { font-size: 13px; color: rgba(255,255,255,0.75); margin: 0; }
  .mem-card-tagline.mem-tagline-dark { color: #2a6aad; }
  .mem-price-block { text-align: right; }
  .mem-price-amount { font-size: 38px; font-weight: 600; color: #fff; line-height: 1; }
  .mem-price-amount.mem-price-dark { color: #0c3d6e; }
  .mem-price-period { font-size: 12px; color: rgba(255,255,255,0.65); text-align: right; margin-top: 2px; }
  .mem-price-period.mem-period-dark { color: #2a6aad; }
  .mem-card-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
  .mem-benefits-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-text-secondary); font-weight: 600; margin: 0 0 1rem; }
  .mem-benefit-list { list-style: none; margin: 0; padding: 0; flex: 1; }
  .mem-benefit-item { display: flex !important; align-items: flex-start !important; gap: 10px !important; padding: 10px 0 !important; border-bottom: 1px solid #e2e8f0 !important; }
  .mem-benefit-item:last-child { border-bottom: none !important; }
  .mem-benefit-item.mem-dues-row { padding-top: 12px !important; margin-top: 4px !important; }
  .mem-benefit-icon { width: 18px; height: 18px; border-radius: 50%; background: #1a5fa8; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
  .mem-benefit-icon.mem-icon-light { background: #e8f0fa; }
  .mem-check { width: 9px; height: 5px; border-left: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(-45deg) translateY(-1px); display: block; }
  .mem-check.mem-check-blue { border-color: #1a5fa8; }
  .mem-benefit-text { font-size: 14px; color: var(--color-text-primary); line-height: 1.45; }
  .mem-dues-text { font-size: 14px; color: var(--color-text-primary); font-weight: 600; line-height: 1.45; }
  .mem-cta-wrap { padding: 0 1.75rem 1.75rem; margin-top: auto; }
  .mem-cta-btn { display: block !important; width: 100% !important; padding: 13px !important; border-radius: 10px !important; font-family: 'Barlow', sans-serif !important; font-size: 14px !important; font-weight: 600 !important; cursor: pointer !important; text-align: center !important; transition: opacity 0.15s !important; box-sizing: border-box !important; }
  .mem-cta-btn.mem-btn-primary {     background: #aa3854;border: 1px solid #aa3854; color: var(--white); !important; color: #fff !important; border: none !important; }
  .mem-cta-btn.mem-btn-secondary { background: #aa3854 !important; color: #fff !important; border: 1.5px solid #aa3854 !important; }
  .mem-cta-btn:hover { opacity: 0.85 !important; }
  .mem-hidden-row { visibility: hidden; border-bottom: none !important; }
  
  .page-id-7 .mem-primary-wrap {
    
    margin: 12px;
  }
  
  @media (max-width: 768px) {
  .mem-cards-grid {
    grid-template-columns: 1fr !important;
  }

  .mem-wrap {
    padding: 2rem 1rem !important;
  }

  .mem-price-amount {
    font-size: 28px !important;
  }

  .mem-card-name {
    font-size: 22px !important;
  }

  .mem-headline {
    font-size: 24px !important;
  }
}

/*-- Membership end--*/

/*-- BAB Strat--*/

 :root { --djcc-blue:#1a5fa8; --djcc-blue-light:#e8f0fa; --djcc-blue-dark:#0c3d6e; --djcc-gold:#c9a84c; --djcc-gold-light:#fdf6e3; }
  .ben-section { font-family:'Barlow',sans-serif; color:#212529; padding:3rem 0; }

  /* Page Title */
  .ben-page-title { font-family:'Barlow',serif; font-size:clamp(1.6rem,3vw,2.2rem); font-weight:700; color:var(--djcc-blue-dark); margin-bottom:.5rem; }
  .ben-page-title em { font-style:italic; color:var(--djcc-blue); }
  .ben-title-bar { width:50px; height:3px; background:var(--djcc-gold); border-radius:2px; margin-bottom:1.75rem; }

  /* Intro text */
  .ben-section p.ben-body { font-size:15px; line-height:1.8; color:#444; margin-bottom:.85rem; }

  /* Info card */
  .ben-info-card { background:var(--djcc-blue-light); border-left:4px solid var(--djcc-blue); border-radius:0 12px 12px 0; padding:1.4rem 1.5rem; height:100%; }
  .ben-info-card h3 { font-family:'Barlow',serif; font-size:1rem; font-weight:700; color:var(--djcc-blue-dark); margin-bottom:.85rem; }
  .ben-fund-list { list-style:none; padding:0; margin:0; }
  .ben-fund-list li { display:flex; align-items:flex-start; gap:9px; padding:6px 0; font-size:14px; color:#333; border-bottom:1px solid rgba(26,95,168,.1); }
  .ben-fund-list li:last-child { border-bottom:none; }
  .ben-fund-dot { width:7px; height:7px; min-width:7px; border-radius:50%; background:var(--djcc-blue); margin-top:5px; }

  .ben-divider { height:1px; background:#e8edf3; margin:2rem 0; }

  /* Levels */
  .ben-levels-title { font-family:'Barlow',serif; font-size:1.2rem; font-weight:700; color:var(--djcc-blue-dark); margin-bottom:1rem; padding-bottom:.5rem; border-bottom:2px solid var(--djcc-gold); display:inline-block; }
  .ben-level-card { border-radius:12px; padding:1.1rem 1.3rem; border:1px solid #e0e7f0; display:flex; align-items:center; justify-content:space-between; gap:1rem; transition:transform .2s,box-shadow .2s; height:100%; }
  .ben-level-card:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(26,95,168,.12); }
  .ben-level-card.presenting { background:var(--djcc-blue); border-color:var(--djcc-blue); }
  .ben-level-card.trustee { background:var(--djcc-blue-light); border-color:#b8cfe8; }
  .ben-level-card.leader { background:var(--djcc-gold-light); border-color:#e8d9a0; }
  .ben-level-name { font-family:'Barlow',serif; font-size:.95rem; font-weight:700; }
  .presenting .ben-level-name { color:#fff; }
  .trustee .ben-level-name { color:var(--djcc-blue-dark); }
  .leader .ben-level-name { color:#7a5c00; }
  .ben-level-range { font-size:12px; margin-top:2px; }
  .presenting .ben-level-range { color:rgba(255,255,255,.8); }
  .trustee .ben-level-range { color:#2a6aad; }
  .leader .ben-level-range { color:#9a7a20; }
  .ben-level-badge { font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:3px 10px; border-radius:20px; white-space:nowrap; flex-shrink:0; }
  .presenting .ben-level-badge { background:rgba(255,255,255,.2); color:#fff; }
  .trustee .ben-level-badge { background:rgba(26,95,168,.15); color:var(--djcc-blue); }
  .leader .ben-level-badge { background:rgba(201,168,76,.2); color:#7a5c00; }


/* Card */
.ben-level-card{
    position:relative;
    overflow:visible !important;
    z-index:1;
}

.ben-level-card:hover{
    z-index:9999;
}

/* Tooltip */
.ben-tooltip{
    position:absolute !important;
    left:50% !important;
    bottom:calc(100% + 15px) !important;
    top:auto !important;
    transform:translateX(-50%) !important;
    width:500px;
    max-width:500px;
    background:#fff;
    border-radius:8px;
    padding:15px 18px;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    opacity:0;
    visibility:hidden;

    transition:.3s ease;

    z-index:99999;

    text-align:left;
    color:#555;
    line-height:1.6;

    white-space:normal;

    pointer-events:none;
}

/* Arrow */
.ben-tooltip::after{
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);

    border-width:8px;
    border-style:solid;
    border-color:#fff transparent transparent transparent;
}

/* Show */
.ben-level-card:hover .ben-tooltip{
    opacity:1;
    visibility:visible;
}

/* Title */
.ben-tooltip h4{
    font-size:15px;
    color:#1f5fa7;
    margin:0 0 10px;
    font-weight:600;
}

/* Description */
.ben-tooltip p{
    font-size:12px;
    line-height:1.7;
    margin:0;
}

.ben-tooltip ul{
    margin:8px 0 0;
    padding-left:18px;
}

.ben-tooltip li{
    font-size:12px;
    line-height:1.6;
}

  /* Form */
  .ben-form-section { background:#f8fafd; border-radius:16px; padding:2rem 2rem 2rem; border:1px solid #e0e7f0; margin-top:2rem; }
  .ben-form-section h2 { font-family:'Barlow',serif; font-size:1.2rem; font-weight:700; color:var(--djcc-blue-dark); margin-bottom:.25rem; }
  .ben-form-sub { font-size:13px; color:#666; margin-bottom:1.4rem; }
  .ben-label { font-size:12px; font-weight:500; color:#555; margin-bottom:4px; display:block; }
  .ben-input { width:100%; border:1px solid #d1dde8; border-radius:8px; padding:9px 13px; font-family:'Barlow',sans-serif; font-size:13px; background:#fff; color:#212529; outline:none; transition:border-color .2s; margin-bottom:0; }
  .ben-input:focus { border-color:var(--djcc-blue); box-shadow:0 0 0 3px rgba(26,95,168,.08); }
  .ben-select { width:100%; border:1px solid #d1dde8; border-radius:8px; padding:9px 13px; font-family:'Barlow',sans-serif; font-size:13px; background:#fff; color:#555; appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a5fa8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 13px center; padding-right:34px; }
  .ben-form-group { margin-bottom:1rem; }
  .ben-submit {     background: #aa3854;
    border: 1px solid #aa3854;
    color: var(--white); border-radius:10px; padding:11px 32px; font-family:'Barlow',sans-serif; font-size:14px; font-weight:600; cursor:pointer; transition:opacity .2s; }
  .ben-submit:hover { opacity:.88; }
  .ben-cf7-placeholder { background:#e8f0fa; border:1.5px dashed #1a5fa8; border-radius:10px; padding:1rem 1.25rem; font-size:13px; color:var(--djcc-blue-dark); text-align:center; margin-bottom:1rem; }

  @media(max-width:767px){
    .ben-level-card { flex-direction:column; align-items:flex-start; gap:.6rem; }
    .ben-form-section { padding:1.25rem; }
  }
  
  .ben-level-card {
    transition: all 0.3s ease;
}
.ben-level-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
 /*-- BAB End--*/
 
 /*-- Get Invoiced --*/
 
 /* Get Involved */
    .section-get-involved p {
      color: #444;
      font-size: 1.02rem;
      line-height: 1.8;
    }

    /* Committee Section */
    .section-committee {
      background: linear-gradient(150deg, #f0f6ff, #e4eefb);
    }

    .section-committee h2 {
      color: #1a5fa8;
    }

    .committee-card {
      transition: transform 0.25s ease;
      cursor: default;
    }

    .committee-icon {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background-color: #1a5fa8;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      box-shadow: 0 6px 18px rgba(26, 95, 168, 0.30);
      transition: background-color 0.25s, box-shadow 0.25s;
    }

    .committee-card:hover .committee-icon {
      background-color: #2d7dd2;
      box-shadow: 0 10px 26px rgba(26, 95, 168, 0.40);
    }

    .committee-icon i {
      font-size: 1.6rem;
      color: #fff;
    }

    .committee-label {
      font-size: 0.9rem;
      font-weight: 600;
      color: #1a5fa8;
      margin-top: 10px;
    }

    /* Gallery */
    .gallery-img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 4px 18px rgba(0,0,0,0.13);
      transition: transform 0.35s ease, box-shadow 0.35s ease;
      display: block;
    }

    .gallery-img:hover {
      transform: scale(1.03);
      box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    }

    /* Placeholder when no real image */
    .gallery-placeholder {
      width: 100%;
      aspect-ratio: 4/3;
      border-radius: 10px;
      background: linear-gradient(135deg, #b8cfe8, #8aafd4);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5rem;
      box-shadow: 0 4px 18px rgba(0,0,0,0.12);
    }

    .divider-blue {
      width: 56px;
      height: 3px;
      background: #2d7dd2;
      border-radius: 2px;
      margin: 10px auto 0;
    }
 
 /*-- Get Invoiced --*/
 
 
  /* ── Section Header ─────────────────────────── */
    .section-title {
      font-size: 1.4rem;
      font-weight: 700;
      text-align: center;
      color: #1c1c1c;
    }

    .section-desc {
      font-size: 0.96rem;
      color: #444;
      line-height: 1.8;
    }

    .title-divider {
      width: 50px;
      height: 3px;
      background: #1a5fa8;
      border-radius: 2px;
      margin: 8px auto 28px;
    }

    /* ── Logo Card ──────────────────────────────── */
    .logo-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 28px 20px;
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: center;

      /* Default soft shadow */
      box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.06),
        0 6px 18px rgba(0, 0, 0, 0.08);

      transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

      position: relative;
      overflow: hidden;
    }

    /* Subtle top accent bar */
    .logo-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #1a5fa8, #4d9de0);
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 14px 14px 0 0;
    }

    .logo-card:hover {
      transform: translateY(-7px);
      box-shadow:
        0 8px 20px rgba(26, 95, 168, 0.15),
        0 20px 48px rgba(0, 0, 0, 0.12);
    }

    .logo-card:hover::before {
      opacity: 1;
    }

    /* ── Logo Image ─────────────────────────────── */
    .logo-card img {
      max-width: 100%;
      max-height: 130px;
      object-fit: contain;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
      transition: filter 0.3s ease, transform 0.3s ease;
    }

    .logo-card:hover img {
      filter: drop-shadow(0px 6px 14px rgba(26, 95, 168, 0.25));
      transform: scale(1.05);
    }
    
    
    /*--- evemt simngle page ---*/
    
    .event-page {
  background: #f7f9fc;
}

/* Sidebar */
.event-sidebar {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.sidebar-title {
  background: #2c5aa0;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
}

.event-menu li {
  border-bottom: 1px solid #eee;
}

.event-menu li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.event-menu li a:hover {
  background: #f0f4ff;
  color: #2c5aa0;
}

.event-menu li.active a {
  border-left: 4px solid #2c5aa0;
  background: #f0f4ff !important;
  color: #2c5aa0 !important;
}
/* Title */
.event-title {
  font-size: 28px;
  font-weight: 600;
}

/* Gallery */
.gallery-card {
  border-radius: 10px;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}

.gallery-card img:hover {
  transform: scale(1.05);
}

/*-- Benefactors Strat --*/

  /* ── BASE ──────────────────────────────────────────── */
    .bnf-section {
      padding: 60px 0 20px;
      font-family: 'Inter', sans-serif;
      background: #f4f6fa;
    }

    /* ── PAGE TITLE ─────────────────────────────────────── */
    .bnf-page-title {
      font-size: 1.6rem;
      font-weight: 700;
      color: #1c1c2e;
      text-align: center;
      margin-bottom: 10px;
    }

    .bnf-page-desc {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.8;
      max-width: 680px;
      margin: 0 auto 48px;
      text-align: center;
    }

    /* ── TIER LABEL ─────────────────────────────────────── */
    .bnf-tier-label {
      font-size: 1.05rem;
      font-weight: 700;
      color: #1c1c2e;
      margin-bottom: 6px;
      display: inline-block;
    }

    .bnf-tier-bar {
      width: 48px;
      height: 3px;
      background: #1a5fa8;
      border-radius: 2px;
      margin-bottom: 28px;
    }

    .bnf-tier {
      margin-bottom: 52px;
    }

    /* ══════════════════════════════════════════════════════
       FLIP CARD  (Presenting & Trustee)
    ══════════════════════════════════════════════════════ */
    .bnf-flip-wrap {
      perspective: 1000px;
      height: 300px;
    }

    .bnf-flip-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      transition: transform 0.65s cubic-bezier(.4,0,.2,1);
    }

    .bnf-flip-wrap:hover .bnf-flip-inner {
      transform: rotateY(180deg);
    }

    .bnf-flip-front,
    .bnf-flip-back {
      position: absolute;
      inset: 0;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 24px;
    }

    /* Front — white card with logo */
    .bnf-flip-front {
      background: #ffffff;
      box-shadow: 0 4px 16px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.05);
      border-top: 3px solid #1a5fa8;
    }

    .bnf-flip-front img {
      max-width: 100%;
      max-height: 110px;
      object-fit: contain;
      filter: drop-shadow(0 2px 6px rgba(0,0,0,0.12));
      transition: transform 0.3s ease;
    }

    /* Back — gradient with org name */
    .bnf-flip-back {
      background: linear-gradient(135deg, #1a5fa8 0%, #0d3b72 100%);
      transform: rotateY(180deg);
      box-shadow: 0 8px 28px rgba(26,95,168,0.35);
    }

    .bnf-flip-back .bnf-back-icon {
      font-size: 2.2rem;
      margin-bottom: 10px;
      line-height: 1;
    }

    span.bnf-back-name a {
    border-bottom: 1px solid;
    }
    .bnf-flip-back .bnf-back-name {
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
      line-height: 1.6;
    }

    .bnf-flip-back .bnf-back-tier {
      font-size: 0.75rem;
      font-weight: 500;
      color: rgba(255,255,255,0.65);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-top: 6px;
    }

    /* ══════════════════════════════════════════════════════
       NORMAL IMAGE CARD  (Leader, Sustaining, Supporting)
    ══════════════════════════════════════════════════════ */
    .bnf-logo-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 24px 20px;
      height: 150px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 10px rgba(0,0,0,0.07);
      transition: transform 0.28s ease, box-shadow 0.28s ease;
      position: relative;
      overflow: hidden;
    }

    .bnf-logo-card::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #1a5fa8, #4d9de0);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }

    .bnf-logo-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 32px rgba(26,95,168,0.15);
    }

    .bnf-logo-card:hover::after {
      transform: scaleX(1);
    }

    .bnf-logo-card img {
      max-width: 100%;
      max-height: 90px;
      object-fit: contain;
      filter: drop-shadow(0 2px 5px rgba(0,0,0,0.10));
      transition: filter 0.28s, transform 0.28s;
    }

    .bnf-logo-card:hover img {
      filter: drop-shadow(0 4px 12px rgba(26,95,168,0.22));
      transform: scale(1.05);
    }

    .bnf-logo-card .bnf-contact {
      font-size: 0.78rem;
      color: #666;
      margin-top: 8px;
      text-align: center;
    }
/*-- Benefactors End--*/



/*-- Directory Stat --*/

.directory-section {
      padding: 80px 0 80px;
          font-family: 'Barlow';
    }

    .section-title {
      font-size: 26px;
      font-weight: 700;
      color: #004978;
      letter-spacing: -0.01em;
      margin-bottom: 28px;
    }

    .search-wrap {
      display: flex;
      gap: 0;
      max-width: 505px;
      margin: 0 auto 18px;
      /*border: 1.5px solid #004978;*/
      border-radius: 4px;
      overflow: hidden;
      background: #ffffff;
      gap:10px;
    }

    .search-wrap input[type="text"] {
      flex: 1;
      border: none;
      outline: none;
      padding: 10px 16px;
      font-size: 14px;
      font-family: Barlow;
      color: #000000;
     
    }

    .search-wrap select {
          border: 1.5px solid #004978;
      /*border-left: 1px solid #cce0ee;*/
      outline: none;
      padding: 10px 14px;
      font-size: 14px;
      font-family: Barlow;
      color: #000000;
      background: #ffffff;
      min-width: 160px;
      cursor: pointer;
      border-radius: 0 ;
      
    }

    .search-wrap .btn-go {
      background: #004978;
      color: #ffffff;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 600;
      font-family: Barlow;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 6px;
      border-radius: 0px;
      background: #aa3854;

    }
    .search-wrap .btn-go:hover { background: #003560; }

    .alpha-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px;
      margin-bottom: 40px;
    }

    .alpha-bar a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      font-size: 12px;
      font-weight: 600;
      color: #004978;
      border: 1.5px solid #cce0ee;
      border-radius: 3px;
      text-decoration: none;
      transition: background 0.15s, color 0.15s, border-color 0.15s;
    }
    .alpha-bar a:hover,
    .alpha-bar a.active {
      background: #004978;
      color: #ffffff;
      border-color: #004978;
    }

    .dir-divider {
      border: none;
      border-top: 1.5px solid #cce0ee;
      margin-bottom: 36px;
    }

    .cat-card {
      background: #ffffff;
      border: 1px solid #cce0ee;
      border-top: 3px solid #004978;
      border-radius: 4px;
      padding: 20px 22px 18px;
      height: 100%;
      transition: box-shadow 0.18s, border-top-color 0.18s;
      cursor: pointer;
      text-decoration: none;
      display: block;
      color: inherit;
    }
    .cat-card:hover {
      box-shadow: 0 4px 18px rgba(0, 73, 120, 0.12);
      border-top-color: #006aaa;
    }

    .cat-card h5 {
      font-size: 14px;
      font-weight: 700;
      color: #004978;
      margin-bottom: 8px;
      line-height: 1.35;
    }

    .cat-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
    }

    .cat-tag {
      font-size: 11.5px;
      color: #444444;
      background: #e8f2f9;
      border-radius: 2px;
      padding: 2px 8px;
      font-weight: 500;
    }

    .cat-tag.more {
      color: #004978;
      background: #cce0ee;
      font-weight: 600;
    }
/* ── Results Notice ── */
.bds-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #e8f2f9;
    border-left: 4px solid #004978;
    border-radius: 4px;
    padding: 12px 18px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #004978;
}

.bds-notice::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #004978;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    flex-shrink: 0;
}

.bds-clear {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background: #004978;
    border: 1.5px solid #004978;
    border-radius: 3px;
    padding: 4px 12px;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
}

.bds-clear:hover {
    background: #ffffff;
    color: #004978;
    text-decoration: none;
}



/*-- Directory End --*/


/*-- code strat --*/

/* ── All scoped under .djcc-bdir — zero bleed ── */
.djcc-bdir { font-family: Barlow; color: #000000; }

.djcc-bdir__back {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: #004978;
    text-decoration: none; margin-bottom: 28px;
}
.djcc-bdir__back:hover { color: #004978; text-decoration: underline; }

/* Hero */
.djcc-bdir__hero {
    background: #ffffff; border: 1px solid #cce0ee;
    border-top: 4px solid #004978; border-radius: 6px;
    padding: 32px; margin-bottom: 24px;
    display: flex; align-items: flex-start;
    gap: 28px; flex-wrap: wrap;
}
.djcc-bdir__logo {
    width: 150px; height: auto; object-fit: contain;
    border: 1.5px solid #cce0ee; border-radius: 6px;
    background: #f5f8fb; padding: 8px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
}
.djcc-bdir__logo svg { opacity: .3; }
.djcc-bdir__title {
    font-size: 26px; font-weight: 700;
    color: #004978; margin: 0 0 10px; line-height: 1.2;
}
.djcc-bdir__membership {
    display: inline-block; font-size: 11px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    border-radius: 20px; padding: 4px 14px;
    color: #ffffff; margin-bottom: 10px;
}
.djcc-bdir__cats { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.djcc-bdir__cat-parent {
    font-size: 12px; font-weight: 600; color: #ffffff;
    background: #004978; border-radius: 3px; padding: 3px 12px;
}
.djcc-bdir__cat-sub {
    font-size: 12px; color: #004978; background: #e8f2f9;
    border: 1px solid #cce0ee; border-radius: 3px; padding: 3px 10px;
}
.djcc-bdir__logo-alt {
    max-height: 52px; object-fit: contain;
    border: 1px solid #cce0ee; border-radius: 4px;
    padding: 6px; background: #f5f8fb;
}

/* Cards */
.djcc-bdir__card {
    background: #ffffff; border: 1px solid #cce0ee;
    border-top: 3px solid #004978; border-radius: 6px;
    padding: 24px; margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,73,120,.06);
}
.djcc-bdir__card-title {
    font-size: 11px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: #004978;
    border-bottom: 1px solid #e8f2f9;
    padding-bottom: 10px; margin-bottom: 18px;
    display: flex; align-items: center; gap: 7px;
}

/* Info rows */
.djcc-bdir__info-row {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 10px 0; border-bottom: 1px solid #f0f6fb;
}
.djcc-bdir__info-row:last-child { border-bottom: none; }
.djcc-bdir__info-icon {
    width: 34px; height: 34px; background: #e8f2f9;
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0; color: #004978;
}
.djcc-bdir__info-label {
    font-size: 10px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: #004978; margin-bottom: 2px;
}
.djcc-bdir__info-value { font-size: 14px; color: #000000; }
.djcc-bdir__info-value a { color: #004978; text-decoration: none; }
.djcc-bdir__info-value a:hover { text-decoration: underline; }

/* Map */
.djcc-bdir__map { border-radius: 4px; overflow: hidden; border: 1px solid #cce0ee; background: #e8f2f9; height: 220px; display: flex; align-items: center; justify-content: center; color: #004978; font-size: 13px; font-weight: 600; }

/* About */
.djcc-bdir__about { font-size: 14px; line-height: 1.8; color: #222222; }
.djcc-bdir__about p { margin-bottom: 12px; }

/* Rep cards */
.djcc-bdir__reps { display: flex; flex-wrap: wrap; gap: 16px; }
.djcc-bdir__rep-card {
    flex: 1 1 180px; max-width: 230px;
    background: #f5f8fb; border: 1px solid #cce0ee;
    border-top: 3px solid #004978; border-radius: 6px; padding: 18px;
}
.djcc-bdir__rep-photo-placeholder {
    width: 60px; height: 60px; border-radius: 50%;
    background: #cce0ee; display: flex;
    align-items: center; justify-content: center; margin-bottom: 10px;
}
.djcc-bdir__rep-name  { font-size: 14px; font-weight: 700; color: #004978; margin-bottom: 2px; }
.djcc-bdir__rep-desig { font-size: 12px; color: #5a7fa0; margin-bottom: 10px; }
.djcc-bdir__rep-row   { font-size: 13px; color: #333333; display: flex; align-items: center; gap: 7px; margin-bottom: 5px; }
.djcc-bdir__rep-row a { color: #004978; text-decoration: none; }
.djcc-bdir__rep-row svg { flex-shrink: 0; color: #004978; }

@media (max-width: 767px) {
    .djcc-bdir__hero { flex-direction: column; gap: 16px; }
    .djcc-bdir__rep-card { max-width: 100%; }
}



/*--code end --*/


.bdir-card {
      display: block;
      text-decoration: none;
      background: #ffffff;
      border: 0.5px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px;
      overflow: visible;
      position: relative;
      padding: 1.8rem 1.25rem 1.25rem;
      max-width: 360px;
      width: 100%;
      transition: border-color 0.15s ease;
      max-height: 294px;
      height: 100%;
    }

    .bdir-card:hover {
      border-color: rgba(0, 0, 0, 0.28);
    }
img.archiev-image {
    /* justify-content: center; */
    /* display: flex; */
    width: 100%;
    object-fit: contain;
    height: 156px;
}
    /* Corner badge */
    .corner-badge {
      position: absolute;
      top: -10px;
      left: 16px;
      background: #7cb342;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 4px 12px 4px 10px;
      border-radius: 4px 4px 4px 0;
      line-height: 1.4;
    }

    .corner-badge::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      border-width: 0 6px 6px 0;
      border-style: solid;
      border-color: transparent #4e7a1e transparent transparent;
    }

    /* Header */
    .card-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }

    .card-icon {
      width: 44px;
      height: 44px;
      border-radius: 8px;
      background: #E6F1FB;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .card-title {
      margin: 0;
      font-size: 15px;
      font-weight: 500;
      color: #1a1a1a;
      line-height: 1.3;
    }

    .card-subtitle {
      margin: 2px 0 0;
      font-size: 12px;
      color: #777;
    }

    /* Details */
    .card-details {
      /*border-top: 0.5px solid rgba(0, 0, 0, 0.1);*/
      padding-top: 12px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .detail-row {
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    .detail-row svg {
      flex-shrink: 0;
      margin-top: 1px;
    }

    .detail-row span {
      font-size: 13px;
      color: #1a1a1a;
      line-height: 1.4;
    }

    /* Category tags */
    .cat-tags {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
      margin-top: 14px;
    }

    .cat-tag {
      font-size: 11px;
      font-weight: 500;
      padding: 3px 10px;
      border-radius: 20px;
      background: #E6F1FB;
      color: #185FA5;
    }
    
    
    /*-- ── CSS: fully scoped under .djcc-bdir ── --*/
    
.djcc-bdir { font-family: Barlow; color: #000000; }

.djcc-bdir__back {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: #004978;
    text-decoration: none; margin-bottom: 28px;
}
.djcc-bdir__back:hover { color: #004978; text-decoration: underline; }

.djcc-bdir__hero {
    background: #ffffff; border: 1px solid #cce0ee;
    border-top: 4px solid #004978; border-radius: 6px;
    padding: 32px; margin-bottom: 24px;
    display: flex; align-items: flex-start; gap: 28px; flex-wrap: wrap;
}

.djcc-bdir__logo-placeholder {
    width: 110px; height: 110px; flex-shrink: 0;
    background: #f5f8fb; border: 1.5px dashed #cce0ee;
    border-radius: 6px; display: flex;
    align-items: center; justify-content: center;
}
.djcc-bdir__title { font-size: 26px; font-weight: 700; color: #004978; margin: 0 0 10px; line-height: 1.2; }
.djcc-bdir__membership {
    display: inline-block; font-size: 11px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    border-radius: 20px; padding: 4px 14px; color: #ffffff; margin-bottom: 10px;
}
.djcc-bdir__cats { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.djcc-bdir__cat-parent { font-size: 12px; font-weight: 600; color: #ffffff; background: #004978; border-radius: 3px; padding: 3px 12px; }
.djcc-bdir__cat-sub    { font-size: 12px; color: #004978; background: #e8f2f9; border: 1px solid #cce0ee; border-radius: 3px; padding: 3px 10px; }
.djcc-bdir__logo-alt   { max-height: 52px; object-fit: contain; border: 1px solid #cce0ee; border-radius: 4px; padding: 6px; background: #f5f8fb; }

.djcc-bdir__card {
    background: #ffffff; border: 1px solid #cce0ee;
    border-top: 3px solid #004978; border-radius: 6px;
    padding: 24px; margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,73,120,.06);
}
.djcc-bdir__card-title {
    font-size: 11px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: #004978;
    border-bottom: 1px solid #e8f2f9;
    padding-bottom: 10px; margin-bottom: 18px;
    display: flex; align-items: center; gap: 7px;
}
.djcc-bdir__info-row { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f0f6fb; }
.djcc-bdir__info-row:last-child { border-bottom: none; }
.djcc-bdir__info-icon { width: 34px; height: 34px; background: #e8f2f9; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #004978; }
.djcc-bdir__info-label { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #004978; margin-bottom: 2px; }
.djcc-bdir__info-value { font-size: 14px; color: #000000; }
.djcc-bdir__info-value a { color: #004978; text-decoration: none; }
.djcc-bdir__info-value a:hover { text-decoration: underline; }

.djcc-bdir__map { border-radius: 4px; overflow: hidden; border: 1px solid #cce0ee; }
.djcc-bdir__map iframe { width: 100%; height: 220px; border: none; display: block; }

.djcc-bdir__about { font-size: 14px; line-height: 1.8; color: #222222; }
.djcc-bdir__about p { margin-bottom: 12px; }
.djcc-bdir__about p:last-child { margin-bottom: 0; }

.djcc-bdir__reps { display: flex; flex-wrap: wrap; gap: 16px; }
.djcc-bdir__rep-card { flex: 1 1 180px; max-width: 280px; background: #f5f8fb; border: 1px solid #cce0ee; border-top: 3px solid #004978; border-radius: 6px; padding: 18px; }
.djcc-bdir__rep-photo { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid #cce0ee; margin-bottom: 10px; display: block; }
.djcc-bdir__rep-placeholder { width: 60px; height: 60px; border-radius: 50%; background: #cce0ee; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.djcc-bdir__rep-name  { font-size: 14px; font-weight: 700; color: #004978; margin-bottom: 2px; }
.djcc-bdir__rep-desig { font-size: 12px; color: #5a7fa0; margin-bottom: 10px; }
.djcc-bdir__rep-row   { font-size: 13px; color: #333333; display: flex; align-items: center; gap: 7px; margin-bottom: 5px; }
.djcc-bdir__rep-row a { color: #004978; text-decoration: none; }
.djcc-bdir__rep-row a:hover { text-decoration: underline; }
.djcc-bdir__rep-row svg { flex-shrink: 0; color: #004978; }

@media (max-width: 767px) {
    .djcc-bdir__hero     { flex-direction: column; gap: 16px; }
    .djcc-bdir__rep-card { max-width: 100%; }
}


/* ============================================================
     cf7 members
     ============================================================ */

.djcc-cf7-wrap {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    max-width: 720px;
    margin: 0 auto;
}
.djcc-cf7__section-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #004978;
    border-bottom: 2px solid #e8f2f9;
    padding-bottom: 8px;
    margin: 28px 0 18px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.djcc-cf7__section-title:first-child { margin-top: 0; }
.djcc-cf7__req { color: #cc0000; margin-left: 2px; }
.djcc-cf7__divider { border-color: #e8f2f9; margin: 24px 0; }

.djcc-cf7__row { margin-bottom: 16px; }
.djcc-cf7__row--2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.djcc-cf7__row--3col {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 16px;
}
@media (max-width: 600px) {
    .djcc-cf7__row--2col,
    .djcc-cf7__row--3col { grid-template-columns: 1fr; }
}

.djcc-cf7__field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #004978;
    margin-bottom: 5px;
}

/* All CF7 inputs, selects, textareas */
.djcc-cf7-wrap .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    border: 1.5px solid #cce0ee;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    padding: 9px 12px;
    background: #ffffff;
    transition: border-color .18s, box-shadow .18s;
    box-sizing: border-box;
}
.djcc-cf7-wrap .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
    border-color: #004978;
    box-shadow: 0 0 0 3px rgba(0,73,120,.12);
    outline: none;
}
.djcc-cf7-wrap textarea.wpcf7-form-control {
    min-height: 130px;
    resize: vertical;
}

/* Select arrow */
.djcc-cf7-wrap select.wpcf7-form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23004978' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    cursor: pointer;
}

/* Checkbox */
.djcc-cf7__field--check { padding-top: 4px; }
.djcc-cf7-wrap .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.djcc-cf7-wrap .wpcf7-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: #004978;
    cursor: pointer;
    flex-shrink: 0;
}
.djcc-cf7-wrap .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 13px;
    color: #000000;
}

/* Submit button */
.djcc-cf7__submit { margin-top: 8px; }
.djcc-cf7-wrap input[type="submit"],
.djcc-cf7-wrap .wpcf7-submit {
    background: #004978;
    color: #ffffff;
    border: 2px solid #004978;
    border-radius: 4px;
    padding: 11px 36px;
    font-size: 14px;
    font-weight: 700;
    font-family: Barlow;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background .18s, color .18s;
}
.djcc-cf7-wrap input[type="submit"]:hover,
.djcc-cf7-wrap .wpcf7-submit:hover {
    background: #ffffff;
    color: #004978;
}

/* Validation error messages */
.djcc-cf7-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #cc0000;
    margin-top: 4px;
    display: block;
}
.djcc-cf7-wrap .wpcf7-not-valid {
    border-color: #cc0000 !important;
}

/* Response output */
.djcc-cf7-wrap .wpcf7-response-output {
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
    border: 1.5px solid #cce0ee;
}
.djcc-cf7-wrap .wpcf7-mail-sent-ok {
    background: #e8f2f9;
    border-color: #004978;
    color: #004978;
}
.djcc-cf7-wrap .wpcf7-mail-sent-ng,
.djcc-cf7-wrap .wpcf7-spam-blocked {
    background: #fff0f0;
    border-color: #cc0000;
    color: #cc0000;
}
.wpcf7-text[readonly] {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: inherit !important;
    font-weight: bold !important;
    box-shadow: none !important;
}

.djcc-bdir_title_share {
    display: flex;
    gap: 17px;
}

.djcc-bdir__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 6px;
}
.djcc-bdir__social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #cce0ee;
    color: #004978;
    background: #ffffff;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.djcc-bdir__social-btn:hover {
    background: #004978;
    color: #ffffff;
    border-color: #004978;
}
     /* ============================================================ */
     
.bds-keyword-group {
    display: flex;
        border: 1.5px solid #004978;
}


.cg-info-banner {
    display:block;
}


/* Make the nav row a flex container so the menu and phone info sit on opposite ends */
#main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Phone number block — highlighted */
.header-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    white-space: nowrap;
    background-color: #aa3854; /* light red/pink highlight background */
    border: 1px solid #aa3854;
    border-radius: 30px;
    padding: 8px 18px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.header-info:hover {
    background-color: #aa3854;
    transform: translateY(-1px);
}

.header-info i {
    color: #ffffff;
    font-size: 16px;
    transition: color 0.2s ease;
}

.header-info a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.2s ease;
}

/* On hover, flip text/icon to white against the solid red background */
.header-info:hover i,
.header-info:hover a {
    color: #ffffff;
}

/* Optional: keep it tidy on smaller desktop widths */
@media (max-width: 991px) {
    .header-info {
        padding: 6px 14px;
    }
    .header-info a {
        font-size: 14px;
    }
}

/* Optional: hide on mobile if space is tight, since stellarnav likely goes to a mobile menu */
@media (max-width: 767px) {
    .header-info {
        display: none;
    }
}

/*-- events Archive page--*/

/*-- Events Archive Page --*/

.dj-events-archive {
	max-width: 1160px;
	margin: 0 auto;
	padding: 40px 20px 60px;
}

.dj-events-header {
	margin-bottom: 24px;
}

.dj-events-title {
	font-size: 30px;
	font-weight: 800;
	margin: 0 0 6px;
	color: #14213d;
	letter-spacing: -0.02em;
}

.dj-events-subtitle {
	font-size: 14.5px;
	color: #6b7280;
	margin: 0;
}

/* ---- Filters ---- */
.dj-events-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 14px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.dj-filter-group {
	position: relative;
	flex: 1;
	min-width: 160px;
	display: flex;
	align-items: center;
}

.dj-filter-icon {
	position: absolute;
	left: 12px;
	color: #9ca3af;
	font-size: 16px;
	width: 16px;
	height: 16px;
	pointer-events: none;
}

.dj-filter-input,
.dj-filter-select {
	width: 100%;
	padding: 10px 12px 10px 34px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font-size: 13.5px;
	background: #f9fafb;
	color: #1f2937;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.dj-filter-select {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' fill-rule='evenodd'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 30px;
}
.dj-filter-input:focus,
.dj-filter-select:focus {
	outline: none;
	border-color: #1a4b8c;
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(26, 75, 140, 0.12);
}

.dj-filter-actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.dj-filter-search-btn {
	background: #aa3854;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 13.5px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	transition: background .15s ease, transform .1s ease;
}
.dj-filter-search-btn:hover { background: #143c70; }
.dj-filter-search-btn:active { transform: scale(0.98); }

.dj-filter-clear-btn {
	background: #fff;
	color: #6b7280;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px 18px;
	font-size: 13.5px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	text-decoration: none;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.dj-filter-clear-btn:hover {
	background: #f9fafb;
	color: #b91c1c;
	border-color: #fca5a5;
}
.dj-filter-clear-btn .dashicons { font-size: 15px; width: 15px; height: 15px; }

/* ---- Toolbar ---- */
.dj-events-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 2px 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.dj-events-count {
	font-size: 12.5px;
	font-weight: 700;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

/* ---- Cards ---- */
.dj-events-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.dj-event-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #ececec;
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.dj-event-card:hover {
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.10);
	transform: translateY(-3px);
	border-color: #e0e7f1;
}

.dj-event-card-image {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eee;
}
.dj-event-card-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.dj-event-card:hover .dj-event-card-image img { transform: scale(1.06); }

.dj-event-card-body {
	padding: 14px 16px 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.dj-event-card-title {
	font-size: 15.5px;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.35;
	color: #14213d;
}
.dj-event-card-title a { color: inherit; text-decoration: none; }
.dj-event-card-title a:hover { color: #1a4b8c; }

.dj-event-card-date {
	font-size: 12.5px;
	color: #1a4b8c;
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0 0 12px;
	font-weight: 600;
}
.dj-event-card-date .dashicons { font-size: 13px; width: 13px; height: 13px; }

.dj-event-register-btn {
	margin-top: auto;
	background: #1a4b8c;
	color: #fff !important;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 12.5px;
	transition: background .15s ease;
}
.dj-event-register-btn:hover { background: #143c70; }

/* ---- Pagination ---- */
.dj-events-pagination {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	gap: 6px;
}
.dj-events-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	border-radius: 7px;
	border: 1px solid #e0e0e0;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.dj-events-pagination .page-numbers.current,
.dj-events-pagination .page-numbers:hover {
	background: #1a4b8c;
	color: #fff;
	border-color: #1a4b8c;
}

/* ---- Empty state ---- */
.dj-events-none-found {
	text-align: center;
	color: #6b7280;
	font-size: 14px;
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.dj-events-none-found .dashicons {
	font-size: 34px;
	width: 34px;
	height: 34px;
	color: #d1d5db;
}
.dj-events-none-found .dj-filter-clear-btn {
	margin-top: 6px;
	display: inline-flex;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
	.dj-events-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
	.dj-events-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 600px) {
	.dj-events-grid { grid-template-columns: 1fr; }
	.dj-events-filters { flex-direction: column; align-items: stretch; }
	.dj-filter-group { min-width: 100%; }
	.dj-filter-actions { width: 100%; }
	.dj-filter-search-btn,
	.dj-filter-clear-btn { flex: 1; justify-content: center; }
	.dj-events-title { font-size: 22px; }
	.dj-events-toolbar { flex-wrap: wrap; gap: 8px; }
}



  /* All variables + rules are scoped under .djcc-testi so nothing leaks
     into (or gets overridden by) other sections/plugins on the page. */
  .djcc-testi{
    --djcc-navy: #1a3a6b;
    --djcc-navy2: #0d2a54;
    --djcc-gold: #c8922a;
    --djcc-red: #e8ab3a;
    --djcc-red: #c0392b;
    --djcc-cream: #fdf6ec;
    --djcc-light: #f4f7fb;
    --djcc-text: #2d2d2d;
    --djcc-muted: #6b7280;
    --djcc-border: #dde3ee;
    --djcc-white: #fff;

    background:var(--djcc-white);
    font-family:'Inter',sans-serif;
    color:var(--djcc-text);
  }
  .djcc-testi, .djcc-testi *{box-sizing:border-box;}

  .djcc-testi__section{
    max-width:1180px;
    margin:0 auto;
    padding:96px 4px 0px;
  }

  .djcc-testi__heading-row{
    max-width:640px;
    margin:0 auto 56px;
    text-align:center;
  }
  .djcc-testi__headline{
    font-family:'Inter',sans-serif;
    font-weight:700;
    font-size:clamp(30px,3.6vw,44px);
    color:var(--djcc-navy);
    margin:0 0 14px;
    letter-spacing:-.01em;
  }
  .djcc-testi__headline em{
    font-family:'Fraunces',serif;
    font-style:italic;
    font-weight:500;
    color:var(--djcc-red);
  }
  .djcc-testi__sub{
    color:var(--djcc-muted);
    font-size:16px;
    line-height:1.65;
    margin:0;
  }

  /* ---- Carousel ---- */
  .djcc-testi__carousel{
    position:relative;
  }

  .djcc-testi__viewport{
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .djcc-testi__viewport::-webkit-scrollbar{display:none;}

  .djcc-testi__track{
    display:flex;
    gap:26px;
  }

  .djcc-testi__slide{
    scroll-snap-align:start;
    flex:0 0 calc((100% - 52px) / 3);
    min-width:0;
    display:flex;
  }
  @media (max-width:900px){
    .djcc-testi__slide{ flex:0 0 calc((100% - 26px) / 2); }
  }
  @media (max-width:640px){
    .djcc-testi__slide{ flex:0 0 100%; }
  }

  .djcc-testi__nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    margin-top:36px;
  }

  .djcc-testi__arrow{
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid var(--djcc-border);
    background:var(--djcc-white);
    color:var(--djcc-navy);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background .2s ease, border-color .2s ease, transform .15s ease;
    flex-shrink:0;
  }
  .djcc-testi__arrow:hover{
    background:var(--djcc-light);
    border-color:var(--djcc-navy);
  }
  .djcc-testi__arrow:active{ transform:scale(.94); }
  .djcc-testi__arrow svg{width:16px;height:16px;}

  .djcc-testi__dots{
    display:flex;
    align-items:center;
    gap:8px;
  }
  .djcc-testi__dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--djcc-border);
    border:none;
    padding:0;
    cursor:pointer;
    transition:background .2s ease, transform .2s ease;
  }
  .djcc-testi__dot.is-active{
    background:var(--djcc-red);
    transform:scale(1.25);
  }

  .djcc-testi__card{
    position:relative;
    width:100%;
    background:var(--djcc-white);
    border:1px solid var(--djcc-border);
    border-radius:14px;
    padding:32px 28px 28px;
    display:flex;
    flex-direction:column;
    box-shadow:0 2px 6px rgba(13,42,84,.04);
    transition:box-shadow .25s ease, transform .25s ease;
  }
  .djcc-testi__card:hover{
    box-shadow:0 14px 30px -12px rgba(13,42,84,.15);
    transform:translateY(-3px);
  }

  .djcc-testi__badge{
    position:absolute;
    top:22px;
    right:22px;
    background:var(--djcc-light);
    color:var(--djcc-navy);
    font-size:11px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    padding:5px 11px;
    border-radius:999px;
    border:1px solid var(--djcc-border);
  }

  .djcc-testi__quote-icon{
    width:34px;
    height:34px;
    border-radius:8px;
    background:var(--djcc-cream);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
  }
  .djcc-testi__quote-icon svg{width:16px;height:16px;}

  .djcc-testi__quote-title{
    font-weight:700;
    font-size:18px;
    color:var(--djcc-navy);
    margin:0 0 10px;
  }

  .djcc-testi__quote-body{
    font-size:15px;
    line-height:1.72;
    color:var(--djcc-text);
    margin:0 0 24px;
    flex-grow:1;
  }

  .djcc-testi__divider{
    height:1px;
    background:var(--djcc-border);
    margin:0 0 20px;
  }

  .djcc-testi__who{
    display:flex;
    align-items:center;
    gap:12px;
  }
  .djcc-testi__avatar{
    width:46px;
    height:46px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid var(--djcc-red);
    flex-shrink:0;
  }
  .djcc-testi__who-text{display:flex;flex-direction:column;}
  .djcc-testi__name{
    font-weight:700;
    font-size:14.5px;
    color:var(--djcc-navy);
  }
  .djcc-testi__role{
    font-size:12.5px;
    color:var(--djcc-muted);
    margin-top:2px;
  }

  .djcc-testi__stars{
    display:flex;
    gap:2px;
    margin-left:auto;
  }
  .djcc-testi__stars svg{width:13px;height:13px;}
  
  

.mem-side-actions {
  
  padding: 30px 0px;
  /*background: linear-gradient(135deg, #fdf5f7 0%, #fff 100%);*/
  /*border-radius: 16px;*/
  /*border: 1px solid #f0dde2;*/
  margin: 0px;
}

.mem-cta-buttons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  
  position: relative;
 
}

.mem-primary-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  padding: 30px 24px;
    background: linear-gradient(135deg, #fdf5f7 0%, #fff 100%);
    border-radius: 16px;
    border: 1px solid #f0dde2;
    margin: 0px;
}

.mem-primary-wrap-1 {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  padding: 30px 24px;
    background: linear-gradient(135deg, #fdf5f7 0%, #fff 100%);
    border-radius: 16px;
    border: 1px solid #f0dde2;
    margin: 0px 20px;
}

.mem-star-david {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
      background: linear-gradient(135deg, #0170b9, #4285b1);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(166, 24, 60, 0.35);
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  animation: mem-star-pulse 2.5s ease-in-out infinite;
}

@keyframes mem-star-pulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(166, 24, 60, 0.35); }
  50% { box-shadow: 0 4px 20px rgba(166, 24, 60, 0.55); }
}

.mem-cta-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 22px 24px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.mem-btn-primary {
  background: linear-gradient(135deg, #a6183c 0%, #c22548 60%, #d63558 100%);
  border: none;
  color: #fff;
  box-shadow: 0 6px 16px rgba(166, 24, 60, 0.3);
}

.mem-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s ease;
}

.mem-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(166, 24, 60, 0.4);
  color: #fff;
}

.mem-btn-primary:hover::before {
  left: 100%;
}

.mem-btn-secondary {
  background: #fff;
  border: 2px solid #e5c3cc;
  color: #a6183c;
  align-self: flex-end;
  padding: 18px 24px;
}

.mem-btn-secondary:hover {
  transform: translateY(-3px);
  border-color: #a6183c;
  background: #fdf0f2;
  box-shadow: 0 8px 20px rgba(166, 24, 60, 0.15);
  color: #a6183c;
}

@media (max-width: 600px) {
  .mem-cta-buttons {
    flex-direction: column;
  }
  .mem-btn-secondary {
    align-self: stretch;
  }
  .mem-star-david {
    margin-bottom: 18px;
  }
}

.dj-events-grid.owl-carousel .owl-nav {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* so it doesn't block clicks on the track */
}

.dj-events-grid.owl-carousel .owl-nav button.owl-prev,
.dj-events-grid.owl-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    font-size: 20px;
    line-height: 1;
    color: #333;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dj-events-grid.owl-carousel .owl-nav button.owl-prev {
    margin-left: -22px; /* pull half outside the grid edge */
}

.dj-events-grid.owl-carousel .owl-nav button.owl-next {
    margin-right: -22px;
}

.dj-events-grid.owl-carousel .owl-nav button.owl-prev:hover,
.dj-events-grid.owl-carousel .owl-nav button.owl-next:hover {
    background: #0170b9;   /* swap for your brand color */
    color: #fff;
    transform: scale(1.05);
}

.dj-events-grid.owl-carousel .owl-nav button.owl-prev span,
.dj-events-grid.owl-carousel .owl-nav button.owl-next span {
    display: none; /* hide default text arrows, we'll use icons instead */
}

.dj-events-grid.owl-carousel .owl-nav button.owl-prev::before,
.dj-events-grid.owl-carousel .owl-nav button.owl-next::before {
    font-family: dashicons; /* WordPress already loads this, reuse it */
    font-size: 18px;
}

.dj-events-grid.owl-carousel .owl-nav button.owl-prev::before {
    content: "\f341"; /* dashicons-arrow-left-alt2 */
}

.dj-events-grid.owl-carousel .owl-nav button.owl-next::before {
    content: "\f345"; /* dashicons-arrow-right-alt2 */
}

/* make sure the carousel wrapper can position the arrows relative to it */
.dj-events-grid.owl-carousel {
    position: relative;
}

/* optional: hide nav on small screens if it overlaps cards awkwardly */
@media (max-width: 480px) {
    .dj-events-grid.owl-carousel .owl-nav {
        display: none;
    }
}
