body {
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-image: url('../images/background-pattern.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 72px;
}

a {
	text-decoration: none;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

/* Header styles */
.site-header {
	border-bottom: 1px solid #fef9f7;
	background: #fbf9f7;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1030;
	transition: box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.navbar-brand img {
	max-height: 56px;
	object-fit: contain;
}

/* Nav links */
.navbar-nav .nav-link {
	color: #222;
	font-weight: 600;
	padding: 0.5rem 1rem;
	font-size: 13px;
}

.navbar-nav .nav-link active {
	color: #0e412f;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #0e412f;
	text-decoration: none;
}

/* Contact button */
.contact-btn {
	background-color: #0e412f;
	border-color: #0e412f;
	color: #fff;
	padding: 8px 18px;
	box-shadow: none;
	border-radius: 8px !important;
}

.contact-btn:hover {
	background-color: #094f2b;
	border-color: #094f2b;
}

.container-custom {
	max-width: 1150px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* Hero section */
.hero {
	position: relative;
	padding: 120px 0;
	/* color: #123; */
	font-family: Georgia, "Times New Roman", Times, serif;
}

.hero::before {
	display: none;
	content: "";
}

.hero .container {
	position: relative;
	z-index: 2;
}

.hero-title {
	color: #113f33;
	/* font-weight: 700; */
	/* line-height: 1.05; */
	font-size: 45px;
	margin-bottom: 16px;
	letter-spacing: 0.2px;
	text-align: center;
}

.hero-sub {
	color: #373f37;
	font-size: 18px;
	max-width: 980px;
	margin: 8px auto 24px;
	text-align: center;
}

.hero-sep {
	border: 0;
	border-top: 1px solid #727572;
	width: 100%;
	max-width: 980px;
	margin: 24px auto;
}

.hero-small {
	color: #373f37;
	font-size: 16px;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

/* What We Do / Services */
.services {
	padding: 80px 0;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.section-title {
	font-size: 28px;
	color: #163f33;
	margin: 0 0 8px;
	font-weight: 700;
	text-align: center;
}

.section-sep {
	width: 220px;
	height: 1px;
	background: rgba(0, 0, 0, 0.06);
	border: none;
	margin: 12px auto 24px;
}

.service-card {
	display: block;
	background: #fbf9f7;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.03);
	height: 100%;
}

.service-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 12px;
}

.service-icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	border-radius: 8px;
	/* background: #f2f0ea; */
	/* color: #163f33; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-size: 22px; */
}

.service-icon .icon-img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.service-title {
	font-size: 25px;
	color: #163f33;
	margin: 0;
	font-weight: 500;
}

/* service text sits below header */
.service-text {
	font-size: 18px;
	color: #373f37;
	margin: 0;
	line-height: 25px;
}

/* section header with lines either side */
.section-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.section-header .line {
	flex: 1 1 180px;
	height: 1px;
	background: rgba(0, 0, 0, 0.08);
	/* max-width: 300px; */
}

/* Who We Work With */
.who-we-work-with {
	padding: 56px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.who-list {
	margin: 0;
	padding: 0;
}

.who-item {
	position: relative;
	padding-left: 44px;
	margin-bottom: 18px;
	color: #2e2e2e;
	font-size: 18px;
	line-height: 22px;
}

/* two-tone circular bullet (left green / right gold) */
.who-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	transform: translateY(-50%);
	width: 28px;
	height: 20px;
	border-radius: 20px;
	background: url("../images/ellipse-icon.png") center/contain no-repeat;
}

/* Important Notice card */
.notice-card {
	background: #fbf9f7;
	border-radius: 8px;
	padding: 40px 20px;
	margin-top: 18px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.03);
	/* max-width: 980px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.notice-title {
	margin: 0 0 20px;
	font-size: 25px;
	color: #163f33;
	font-weight: 600;
}

.notice-text {
	margin: 0 auto;
	color: #373f37;
	font-size: 18px;
	line-height: 20px;
	max-width: 800px;
}

/* Footer */
.site-footer {
	background-image: url('../images/footer-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 36px 0 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e2e2e;
}

.site-footer,
.site-footer a {
	color: #2e2e2e !important;
}

.site-footer a {
	opacity: 0.95;
}

.site-footer a:hover {
	color: #0e412f;
	opacity: 1;
}

.footer-logo {
	width: 100%;

	object-fit: contain;
}

.footer-title {
	font-size: 20px;
	color: #163f33;
	margin: 0 0 20px;
	font-weight: 700;
}

.footer-links li,
.contact-list li {
	margin-bottom: 8px;
	font-size: 14px;
	color: #333;
	list-style: none;
	position: relative;
	padding-left: 18px;
}

.social-icon {
	margin-left: 12px;
}

.social-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

/* green dot before each footer list item */
.footer-links li::before,
.contact-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #163f33;
	border-radius: 50%;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* slightly larger dots on wider screens */
@media (min-width: 992px) {

	.footer-links li,
	.contact-list li {
		padding-left: 20px;
	}

	.footer-links li::before,
	.contact-list li::before {
		width: 10px;
		height: 10px;
	}
}

.footer-links li a {
	color: #333;
	text-decoration: none;
}

.footer-links li a:hover {
	color: #0e412f;
	text-decoration: underline;
}

.contact-list li strong {
	color: #163f33;
	margin-right: 6px;
	font-weight: 600;
}

.footer-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 16px;
	margin-top: 16px;
}

.copyright {
	font-size: 13px;
	color: #636363;
	margin: 0;
}

/* Quick Links two-column row spacing */
.footer-links-row {
	margin-top: 6px;
}

.footer-links-row .footer-links {
	padding-left: 0;
	margin: 0;
}

.footer-links-row .footer-links li {
	margin-bottom: 10px;
}

/* small screens: stack columns */
@media (max-width: 575.98px) {
	.footer-links-row .col-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-md-end {
		margin-top: 12px;
	}
}

/* Responsive (px values only) */
@media (max-width: 991.98px) {
	.services {
		padding: 60px 0;
	}

	.section-title {
		font-size: 24px;
	}

	.service-card {
		padding: 18px;
		gap: 12px;
	}

	.service-icon {
		width: 48px;
		height: 48px;
		font-size: 20px;
		min-width: 48px;
	}

	.service-title {
		font-size: 17px;
	}

	.service-text {
		font-size: 14px;
	}

	.who-we-work-with {
		padding: 40px 0;
	}

	.who-item {
		font-size: 15px;
		padding-left: 40px;
		margin-bottom: 14px;
	}

	.who-item::before {
		width: 26px;
		height: 18px;
	}

	.notice-card {
		padding: 18px;
	}

	.notice-title {
		font-size: 18px;
	}

	.notice-text {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.services {
		padding: 32px 0;
	}

	.service-card {
		flex-direction: row;
		gap: 12px;
		padding: 14px;
	}

	.service-icon {
		width: 44px;
		height: 44px;
		min-width: 44px;
		font-size: 18px;
	}

	.service-title {
		font-size: 16px;
	}

	.service-text {
		font-size: 13px;
		padding: 0 8px;
	}

	.who-we-work-with {
		padding: 28px 0;
	}

	.who-item {
		font-size: 14px;
		padding-left: 36px;
		margin-bottom: 12px;
	}

	.who-item::before {
		width: 22px;
		height: 16px;
	}

	.notice-card {
		padding: 14px;
		border-radius: 6px;
	}

	.notice-title {
		font-size: 16px;
	}

	.notice-text {
		font-size: 13px;
	}
}

/* Responsive (px values only) */
@media (max-width: 991.98px) {
	.hero {
		padding: 100px 0;
	}

	.hero-title {
		font-size: 42px;
	}

	.hero-sub {
		font-size: 17px;
	}

	.hero-small {
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.hero {
		padding: 48px 0;
	}

	.hero-title {
		font-size: 28px;
	}

	.hero-sub {
		font-size: 16px;
		padding: 0 16px;
	}

	.hero-small {
		font-size: 14px;
		padding: 0 16px;
	}
}

/* Center nav on large screens, responsive adjustments */
@media (min-width:992px) {
	.navbar .navbar-nav {
		gap: 8px;
	}

}

@media (max-width:991.98px) {

	.contact-btn {
		display: block;
		width: 100%;
		margin-top: 12px;
	}

	.d-none.d-lg-block {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-link {
		font-size: 11px;
	}
}

/* mobile adjustments */
@media (max-width: 576px) {
	body {
		padding-top: 64px;
	}

	.site-header .navbar {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.site-header.scrolled .navbar {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

/* compact look + shadow when scrolled */
.site-header.scrolled .navbar {
	padding-top: 8px;
	padding-bottom: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(3px);
}

/* mobile contact button inside collapsed navbar */
.contact-btn-mobile {
	display: inline-block;
	width: 90%;
	max-width: 320px;
	padding: 10px 18px;
	border-radius: 999px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
}

@media (min-width: 992px) {
	.contact-btn-mobile {
		display: none;
	}
}

/* Inner banner */
.inner-banner-about {
	height: 450px;
	background-image: url("../images/inner-banner-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 36px;
	color: #163f33;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* light overlay to ensure text contrast */
/* .inner-banner-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.25));
  pointer-events: none;
} */

.inner-banner-content {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 24px;
}

.inner-banner-title {
	margin: 0;
	font-size: 45px;
	/* font-weight: 600; */
	color: #163f33;
}

/* Mission section */
.mission-section {
	padding: 32px 0 64px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e2e2e;
}

.mission-lead {
	font-size: 18px;
	color: #0e412f;
	max-width: 700px;
	/* margin-bottom: 18px; */
	margin: 10px auto 32px;
}
.mission-lead-alt {
	font-size: 18px;
	color: #0e412f;
	/* max-width: 700px; */
	/* margin-bottom: 18px; */
	/* margin: 10px auto 32px; */
}

/* mission image */
.mission-img {
	width: 100%;
	border-radius: 10px;
	display: block;
	object-fit: cover;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

/* mission list */
.mission-subtitle {
	font-size: 20px;
	color: #163f33;
	margin-bottom: 14px;
	font-weight: 600;
}

/* .mission-list {
	list-style: none;
	padding: 0;
	margin: 0;
} */

/* .mission-list li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 14px;
	line-height: 22px;
	color: #333;
	font-size: 15px;
} */

/* two-tone circular bullet (left green / right gold) similar to who-list */
/* .mission-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 20px;
	border-radius: 20px;
	background: linear-gradient(90deg, #163f33 50%, #d9c98b 50%);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
} */

/* responsive tweaks */
@media (max-width: 991.98px) {
	.inner-banner-about {
		height: 240px;
	}

	/* .inner-banner-title {
		font-size: 30px;
	} */

	.mission-section {
		padding: 24px 0 40px;
	}

	.mission-subtitle {
		font-size: 18px;
	}

	/* .mission-list li {
		padding-left: 34px;
	} */

	/* .mission-list li::before {
		width: 24px;
		height: 18px;
	} */
}

@media (max-width: 576px) {
	.inner-banner-about {
		height: 160px;
		padding: 8px 0;
	}

	/* .inner-banner-title {
		font-size: 20px;
	} */

	/* .mission-lead {
		font-size: 14px;
	} */

	.mission-img {
		border-radius: 8px;
	}

	/* .mission-list li {
		padding-left: 30px;
		font-size: 14px;
	} */
}

/* Founder cards */
.founder-section {
	padding: 48px 0 28px;
}

.founder-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 22px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.04);
	height: 100%;
}

.founder-card-title {
	margin: 0 0 15px;
	color: #163f33;
	font-size: 20px;
	/* font-weight: 600; */
}

/* reuse who-item style but slightly larger spacing inside cards */
.founder-card .who-item {
	padding-left: 44px;
	margin-bottom: 14px;
	font-size: 18px;
	color: #333;
}

/* Values section */
.values-section {
	padding: 36px 0 56px;
}

.values-list {
	display: inline-block;
	padding: 0;
	margin: 0;
	max-width: 920px;
}

.values-list li {
	display: inline-block;
	margin: 12px 28px;
	position: relative;
	padding-left: 36px;
	font-size: 18px;
	color: #333;
	line-height: 20px;
}

/* two-tone circular bullet for lists (smaller for values) */

.values-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	transform: translateY(-50%);
	width: 28px;
	height: 20px;
	border-radius: 20px;
	background: linear-gradient(90deg, #163f33 50%, #d9c98b 50%);
	background:
		url("../images/ellipse-icon.png") center/contain no-repeat;
	/* box-shadow: 0 1px 0 rgba(0,0,0,0.06); */
}

/* Slightly smaller bullets on narrow screens */
@media (max-width: 991.98px) {
	.founder-section {
		padding: 36px 0;
	}

	.founder-card {
		padding: 18px;
	}

	.founder-card .who-item {
		padding-left: 40px;
	}

	.values-list li {
		margin: 10px 16px;
		padding-left: 34px;
		font-size: 14px;
	}

	.who-item::before,
	.values-list li::before {
		width: 24px;
		height: 18px;
	}
}

/* Stack cards on small screens */
@media (max-width: 767.98px) {
	.founder-card {
		border-radius: 8px;
	}

	.values-list {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.values-list li {
		margin: 10px 0;
		padding-left: 32px;
		font-size: 14px;
	}
}

/* cards grid: left two equal height, right first taller, second smaller */
.cards-grid>.col-md-6 {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* card base */
.info-card {
	background: #faf9f5;
	/* soft off-white */
	border-radius: 10px;
	padding: 1.6rem;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(3, 70, 44, 0.05);
	display: flex;
	flex-direction: column;
}

/* Left column: make both cards equal height */
.cards-grid .left-card {
	flex: 1 1 0;
}

/* Right column: make top card taller and bottom card smaller */
.cards-grid .right-card.tall {
	flex: 10 1 0;
}

.cards-grid .right-card:not(.tall) {
	flex: 0.9 1 0;
}

/* card content styles */
.card-title {
	font-size: 20px;
	color: #0f3828;
	margin-bottom: 12px;
}

/* .card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.card-list li {
  padding-left: 1.2rem;
  position: relative;
  color: #303030;
  line-height: 1.45;
}
.card-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg,#1b4f33 0,#2c7a4f 100%);
  position: absolute;
  left: 0;
  top: 6px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset;
} */

/* responsive tweaks */
@media (max-width: 767.98px) {
	.cards-grid>.col-md-6 {
		gap: 1rem;
	}

	.cards-grid .right-card.tall {
		flex: 1 1 0;
	}

	.cards-grid .right-card:not(.tall) {
		flex: 1 1 0;
	}
}

/* Enquiry CTA */
.enquiry-cta {
	background: #f8f5f1;
	border-radius: 10px;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(3, 70, 44, 0.06);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	gap: 1rem;
}

.last-line {
	font-weight: 600;
	margin-top: 16px;
	font-size: 16px;
	color: #2e2e2e;
	text-align: center;
}

.enquiry-title {
	color: #0f3828;
	font-size: 25px;
}

.contact-cta {
	background: #0e412f;
	color: #fff;
	border: 0;
	padding: .5rem 1.05rem;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
}

.contact-cta:hover {
	background: #094f2b !important;
	color: #fff !important;
}

/* Responsive: stack on small screens */
@media (max-width: 576px) {
	.enquiry-cta {
		flex-direction: column;
		align-items: stretch;
		text-align: left;
	}

	.contact-cta {
		align-self: flex-end;
	}
}

/* Contact section */
.contact-section {
	padding: 44px 0 64px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e2e2e;
}

.lead-contact {
	max-width: 920px;
	margin: 8px auto 22px;
	color: #3c3c3c;
	font-size: 16px;
}

/* Map */
.contact-map-wrap {
	width: 100%;
	background: transparent;
}

.contact-map {
	width: 100%;
	height: 340px;
	border-radius: 10px;
	display: block;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.04);
	object-fit: cover;
	margin-top: 65px;
}

/* email line under map */
.contact-email {
	margin: 20px 0;
	font-size: 20px;
	color: #2e2e2e;
	text-align: center;
}

.contact-email .email-icon {
	margin-right: 8px;
	color: #163f33;
	font-size: 18px;
	vertical-align: middle;
}

.contact-email a {
	color: #163f33;
	text-decoration: none;
}

/* Contact form panel */
.contact-form-panel {}

.contact-form-title {
	margin: 0 0 14px;
	color: #163f33;
	font-size: 20px;
}

/* inputs */
.contact-field {
	width: 100%;
	height: 48px;
	padding: 10px 14px;
	margin-bottom: 12px;
	border-radius: 8px;
	border: 1px solid #9aa69d;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	font-size: 15px;
	color: #333;
	outline: none;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.contact-field:focus {
	border-color: #163f33;
	box-shadow: 0 4px 14px rgba(22, 63, 51, 0.08);
}

/* textarea */
.contact-textarea {
	height: 120px;
	padding-top: 10px;
	resize: vertical;
}

/* submit */
.contact-submit {
	background: #163f33;
	border-color: #163f33;
	color: #fff;
	padding: 8px 18px;
	border-radius: 8px;
	box-shadow: none;
}

.contact-submit:hover {
	background: #0e412f;
	border-color: #0e412f;
	color: #fff;
}

/* responsive */
@media (max-width: 991.98px) {
	.contact-map {
		height: 280px;
	}

	.contact-section {
		padding: 28px 0 40px;
	}

	.contact-form-panel {
		margin-top: 8px;
	}
}

@media (max-width: 575.98px) {
	.contact-map {
		height: 220px;
	}

	.contact-field {
		height: 44px;
		font-size: 14px;
	}

	.contact-textarea {
		height: 100px;
	}

	.lead-contact {
		font-size: 14px;
		padding: 0 8px;
	}
	.inner-banner-title{
		font-size: 30px !important;
	}
}
@media (max-width: 800px) {
	.section-header .line {
		display: none !important;
	}
}
@media (max-width: 355px){
	.navbar-brand img {
    max-height: 48px;
    object-fit: contain;
}
.footer-links li, .contact-list li{
	font-size: 11px;
}
.inner-banner-title {
    font-size: 27px !important;
}
.inner-banner-about{
		margin-bottom: 0px !important;
	}
}

/* Call To Action styles */
.cta-section{
  background: linear-gradient(135deg, #0f5132 0%, #198754 60%);
  color: #fff;
  padding: 48px 0;
  border-radius: 12px;
  margin: 48px 0;
  box-shadow: 0 6px 18px rgba(8, 51, 30, 0.18);
  text-align: center;
}

.cta-title{
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cta-lead{
  font-size: 1rem;
  opacity: 0.95;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
}

.cta-btn-primary{
  background-color: #fff;
  color: #0f5132;
  border: none;
  padding: 0.65rem 1.2rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.cta-btn-primary:hover,
.cta-btn-primary:focus{
  background-color: #f8f9fa;
  color: #0b3d27;
  text-decoration: none;
}

.cta-btn-secondary{
  color: #fff;
  border-color: rgba(255,255,255,0.35);
  padding: 0.55rem 1rem;
  background: transparent;
}

.cta-btn-secondary:hover,
.cta-btn-secondary:focus{
  color: #fff;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.6);
  text-decoration: none;
}

/* Responsive tweaks */
@media (max-width: 576px){
  .cta-section{ padding: 32px 12px; margin: 32px 0; }
  .cta-title{ font-size: 1.3rem; }
  .cta-btn-primary, .cta-btn-secondary{ width: 100%; }
}

/* Call To Action styles */

/* CTA section */

/* Button classes mapped to names */
.cta-btn-contact {
  background-color: #163f33 !important;
  color: #fff !important;
  border: none;
  padding:8px 18px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(25, 135, 84, 0.15);
}

.cta-btn-contact:hover,
.cta-btn-contact:focus {
  background-color: #094f2b !important;
  color: #fff;
  text-decoration: none;
}

.cta-btn-explore {
  color: #0f5132;
  background-color: transparent;
  border: 2px solid rgba(15,81,50,0.10);
  padding:8px 18px;
  border-radius: 6px;
}

.cta-btn-explore:hover, .cta-btn-partner:hover,
.cta-btn-explore:focus {
  background-color: rgba(15,81,50,0.06);
  color: #0f5132;
  text-decoration: none;
}

.cta-btn-partner {
  color: #fff !important;
  background: #163f33 !important;
  border: none;
  padding:8px 18px;
  border-radius: 6px;
  font-weight: 600;
}

/* responsive */
@media (max-width: 576px) {
  .cta-section { padding: 28px 12px; margin: 28px 0; }
  .cta-title, .notice-title { font-size: 1.25rem; }
  .d-flex .btn { width: 100%; }
  .d-flex .btn + .btn { margin-top: 0.5rem; }
}