/** Shopify CDN: Minification failed

Line 2385:1 Expected "}" to go with "{"

**/
/* ===== COLOR VARIABLES ===== */
:root {
  --primary-color: #214743;
  --dark-color: #000;
  --light-color: #fff;
}
/* ===== GENERAL ===== */

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size:16px !impotant;
}
.container-fluid.no-padding {
	padding: 0;
}
.primary {
	background: var(--primary-color);
	/* border-color: ; */
	border-color: var(--primary-color);
}
.primary:hover {
	background: var(--dark-color);
	/* border-color: ; */
	border-color: var(--dark-color);
}
.btn.btn-primary.btn-lg {
	border-radius: 5px !important;
	font-weight: 600;
	padding: 11px 24px !important;
}
.see-through-solid-hover {
	background: transparent;
}
.see-through-solid-hover.white-btn {
	border-color: var(--light-color);
}
.see-through-solid-hover.white-btn:hover {
	border-color: var(--light-color);
	background-color: var(--light-color);
	color:var(--dark-color);
}
.slide-content .btn.btn-primary {
	margin-top: 30px;
	margin-right: 24px;
}
/* ===== TOP BAR ===== */
.container-fluid.top-bar {
	text-align: center;
	background: var(--primary-color);
	color: #fff;
	font-family: Lato;
	font-weight: 500;
	font-size: 15px !important;
	padding: 14px 0;
}
.container-fluid.top-bar p {
	margin-bottom: 0;
}
/* ===== NAVBAR ===== */
.navbar-custom {
  border: none;
  background: transparent;
  position: fixed;
  width: 100%;
  top: 44px;
  z-index: 1000;
  transition: all 0.4s ease;
  padding: 10px 0;
}
.navbar.navbar-default.navbar-custom.navbar-sticky {
	top: 0 !important;
}
.navbar-sticky {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* Centered container width */
.container {
  max-width: 1240px;
}

/* Brand */
.navbar-brand {
  font-size: 26px;
  font-weight: 700;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-brand:hover {
  color: #337ab7 !important;
}

/* Nav links centered */
.navbar-center {
  float: none;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-center li {
  display: inline-block;
  float: none;
}

.navbar-center li a {
  color: white !important;
  font-size: 17px;
  padding: 15px;
  transition: color 0.3s ease;
  font-weight: 400;
}

.navbar-center li a:hover {
  color: #337ab7 !important;
}

/* Social icons aligned right */
.navbar-social {
  margin-right: 0;
}

.navbar-social li {
  display: inline-block;
}

.navbar-social li a {
  color: white !important;
  font-size: 18px;
  padding: 15px 10px;
  transition: color 0.3s ease;
}

.navbar-social li a:hover {
  color: #337ab7 !important;
}

/* Toggle (hamburger) */
.navbar-toggle .icon-bar {
  background-color: white;
}

/* Toggle (hamburger) */
.collection-list__item .card__content {
	position: absolute;
	left: 0;
	bottom: -40px;
	opacity: 0;
  transition:ease all .3s;
}
.form__label {
	font-weight: 800;
	color: #214743;
}
.quantity__label.form__label span {
	font-weight: 800;
	color: #214743;
	letter-spacing: 1px;
}
.product__description ul li strong {
	color: #000;
}
.action-button.secondary.slide-btn-2 {
	display: none;
}
.action-button.primary.slide-btn-1:hover {
	background: #000;
	text-decoration: none;
}
.collection-list__item .card__content .card__heading a:hover {
	color: #Fff;
	text-decoration: none;
}
.collection-list__item .card__content .card__heading a {
	color: #Fff;
	text-decoration: none;
}
.card.card--card {
	border-color: #fff;
}
.collection-list.grid {
	margin-bottom: 40px;
}
.collection-list__item.grid__item:hover .card__content {
	bottom: 0px;
	z-index: 99;
	opacity: 1;
	transition: ease all .3s;
	background: rgba(0, 0, 0, .3);
}
/* ===== SLIDER ===== */
.slide {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-content {
	position: relative;
	z-index: 2;
	color: white;
	top: 50%;
	transform: translateY(-50%);
	max-width: 500px;
	margin: 0;
	padding: 20px;
	text-align: left;
}
.container.text-center {
	top: 50% !important;
	position: relative;
}

.slide-content h1 {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 72px;
}

.slide-content p {
	font-size: 24px;
	margin-bottom: 13px;
	line-height: 32px;
}

.slide-content .btn {
  font-size: 18px;
  padding: 12px 25px;
  border-radius: 30px;
}

/* Owl nav buttons */
.owl-nav button {
  position: absolute;
  top: 50%;
  background: rgba(0,0,0,0.4) !important;
  color: #fff !important;
  border: none;
  padding: 10px 15px !important;
  font-size: 22px !important;
  border-radius: 50%;
  transform: translateY(-50%);
}

.owl-nav .owl-prev { left: 20px; }
.owl-nav .owl-next { right: 20px; }

.owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.owl-dot span {
  background: rgba(255,255,255,0.5) !important;
}

.owl-dot.active span {
  background: #337ab7 !important;
}

/* ===== My CSS ===== */

.navbar-brand img {
	max-width: 135px !important;
	height: auto !important;
}

/* ===== SHOP SECTION (CLEAN CARD STYLE) ===== */
.product-card {
	border: 1px solid #EBE5E5;
	border-radius: 10px;
}
.shop-card {
	min-height: 250px;
	background-size: cover;
	background-color: #F9EEE3;
	border-radius: 10px 10px 0 0;
}
.product-form__input--pill input[type="radio"]:checked + label {
	background-color: #214743 !important;
}
.product__description h1 {
	color: #000 !important;
}
.product__title h1 {
	color: #000 !important;
}
.price-item.price-item--regular {
	color: #214743;
}
.shop-section h1 {
	padding-left: 15px;
	margin-bottom: 32px;
	font-weight: bold;
	color: #000;
  font-size:46px;
}
.shop-section {
	padding-top: 80px;
}
.shop-overlay {
	text-align: center;
}
.shop-overlay h4 {
	font-weight: 600;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.price {
	font-size: 16px !important;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.64);
}
.product-card {
	border: 1px solid #EBE5E5;
	border-radius: 10px;
	padding-bottom: 25px !important;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

/* ===== SHOP BY CATEGORY SECTION ===== */
.category-section {
  padding:60px 0 40px;
  background-color: #fff;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--dark-color);
}

/* Category box */
.category-box {
  position: relative;
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.category-box::before {
	content: "";
	position: absolute;
	inset: 0;
	transition: all 0.4s ease;
	background: #817262;
	background: linear-gradient(180deg, rgba(129, 114, 98, 0) 0%, rgba(129, 114, 98, 0.8) 100%);
}

.category-box:hover::before {
  background: rgba(129, 114, 98, 0.6);
}

/* Category content */
.category-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  color: var(--light-color);
  padding: 40px 30px;
  max-width: 600px;
}

.category-content h3 {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 15px;
}

.category-content p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 1.6;
}

/* Buttons container */
.category-buttons .btn {
  margin-right: 10px;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Primary button (uses your color palette) */
.category-buttons .btn.primary {
  background-color: var(--primary-color);
  color: var(--light-color);
}

.category-buttons .btn.primary:hover {
  background-color: var(--light-color);
  color: var(--primary-color);
}

/* Transparent white button */
.category-buttons .btn.white-btn {
  border: 1px solid var(--light-color);
  background: transparent;
  color: var(--light-color);
}

.category-buttons .btn.white-btn:hover {
  background: var(--light-color);
  color: var(--dark-color);
}

/* Hover lift */
.category-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ===== FEATURE SECTION ===== */
.feature-section {
  padding: 87px 0 15px;
  background-color: #fff;
}

.feature-box {
  position: relative;
  height: 286px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

/* Overlay */
.feature-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
  transition: all 0.3s ease;
}

.feature-box:hover .feature-overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* Content inside */
.feature-content {
  position: relative;
  z-index: 2;
  color: var(--light-color);
  padding: 50px;
  max-width: 550px;
}

.feature-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 500;
}

/* Button styling reuse */
.feature-content .btn {
  border-radius: 30px;
  padding: 10px 28px;
  font-weight: 600;
}

/* Hover lift */
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* FOLLOW SECTION (each .follow-item is one column/slide) */
.follow-section {
	background-color: #fff;
	padding-bottom: 100px;
}

/* each carousel item wrapper */
.follow-carousel .follow-item {
  padding: 0 10px;                 /* horizontal gutter between items */
  box-sizing: border-box;
}

/* the visible image block inside the item */
.follow-carousel .follow-img {
  height: 265px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  box-shadow: none;
}

/* hover zoom and subtle shadow */
.follow-carousel .follow-item:hover .follow-img {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* remove dots & style arrows */
.follow-carousel .owl-dots { display: none !important; }

.follow-carousel .owl-nav {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}

.follow-carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.48);
  border: none;
  color: #fff;
  font-size: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}

.follow-carousel .owl-nav button:hover {
  background: rgba(0,0,0,0.7);
}
/* ===== PROMO SECTION ===== */
.promo-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 616px;
  display: flex;
  align-items: center;
  color: var(--light-color);
  border-radius: 0;
  overflow: hidden;
}

.promo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}

.promo-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  text-align: left;
}

.promo-content h2 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: -.8px;
}

.promo-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 300;
}

.promo-content .btn {
  border-radius: 30px;
  padding: 10px 28px;
  font-weight: 600;
}

/* Hover shadow & smoothness */
.promo-section:hover .promo-overlay {
  background: rgba(0, 0, 0, 0.68);
}

/* ===== FOOTER SECTION ===== */
.site-footer {
  background-color: rgba(33, 71, 67, 1);
  color: #fff;
  padding: 80px 0 40px;
  font-family: 'Lato', sans-serif;
}

.site-footer .footer-col {
  margin-bottom: 30px;
}

.site-footer h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
	color: #fff;
	opacity: 1;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 500;
	font-size: 15px;
}

.footer-links li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Social icons */
.footer-social {
  margin-top: 30px;
}

.footer-social a {
  color: #fff;
  font-size: 18px;
  margin-right: 12px;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #ddd;
}

/* Newsletter */
.newsletter-col p {
	font-size: 15px;
	margin-bottom: 20px;
	opacity: 1;
	font-weight: 500 !important;
	font-family: Lato !important;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-form input[type="email"] {
	flex: 1;
	border: none;
	border-radius: 0;
	padding: 10px 20px;
	font-size: 15px;
	outline: none;
	height: 42px !important;
}
.contact-form {
	background: #fff;
	padding: 4px;
}
.contact-form button[type="submit"] {
	background: var(--primary-color);
	border-radius: 7px;
}
.contact-form button {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
}

/* Footer bottom layout */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 40px;
  color: #fff;
}

.footer-bottom p {
  font-size: 15px;
  margin: 0;
}

.footer-links-inline {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.footer-links-inline a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links-inline a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-links-inline span {
  color: rgba(255, 255, 255, 1);
}
/* ===== ABOUT US BANNER ===== */
.about-banner {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  color: #fff;
  overflow: hidden;
  color:#fff;
}
.about-banner-content h1 {
	font-weight: bold;
}

.about-banner .about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.about-banner .container {
  position: relative;
  z-index: 2;
}

.about-banner-content {
  max-width: 700px;
  text-align: left;
}

.about-banner-content h1 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}

.about-banner-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #fff;
  opacity: 0.9;
}

.about-banner-content .btn {
  border-radius: 30px;
  font-weight: 700;
}
/* ===== ABOUT INFO SECTION ===== */
.about-info-section {
  background-color: #fff;
  padding: 100px 0;
  font-family: 'Lato', sans-serif;
}

.about-info-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

/* Left Column (Image) */
.about-image {
  padding: 0;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Column (Text) */
.about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 50px;
  color: #000;
}

.about-text h2 {
  font-size: 32px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #000;
  opacity: 0.9;
}

/* ===== FEATURES SECTION ===== */
.features-section {
  background-color: #fff;
  padding: 100px 0;
  font-family: 'Lato', sans-serif;
  color: #000;
}

.features-list h2 {
  font-size: 32px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 25px;
}

.features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  opacity: 0.9;
  transition: all 0.3s ease;
}

/* Font Awesome icons via CSS */
.features-list ul li::before {
  content: "\f058"; /* Font Awesome check-circle */
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #214743;
}

/* Hover effect */
.features-list ul li:hover {
  color: #214743;
  transform: translateX(3px);
}

/* ===== RIGHT COLUMN (Two overlapping background images) ===== */
.features-images {
  position: relative;
  min-height: 500px;
}

.features-images .image-top,
.features-images .image-bottom {
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

/* First image — top */
.features-images .image-top {
  top: 0;
  height: 60%;
  z-index: 2;
}

/* Second image — overlaps from middle */
.features-images .image-bottom {
  top: 40%;
  height: 60%;
  z-index: 1;
  left:50%;
}

/* ===== FULL IMAGE SECTION ===== */
.full-image-section {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 0 0 0;
  text-align: center;
}

.full-image-section h2 {
  font-size: 32px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 40px;
}

/* Full-width image container */
.full-image-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.full-image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35); /* Soft overlay */
}
/* ===== OUR MISSION SECTION ===== */
.our-mission-section {
  background-color: #fff;
  padding: 100px 0 0;
  font-family: 'Lato', sans-serif;
  color: #000;
}

.our-mission-section h2 {
  font-size: 32px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 15px;
}

.mission-subtext {
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #000;
  opacity: 0.85;
  line-height: 1.7;
}

/* Mission boxes */
.mission-box {
  padding: 20px 25px;
  margin-bottom: 40px;
}

.mission-box img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #EBE5E5;
}

.mission-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #214743;
  margin-bottom: 10px;
}

.mission-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  opacity: 0.9;
  margin: 0;
}
/* Equal height images inside mission boxes */
.mission-box img {
  width: 100%;
  height: 260px; /* Fixed equal height */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #EBE5E5;
}

/* ===== PRIVACY POLICY PAGE ===== */
.page-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: #fff;
}

.page-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.page-banner h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
}

.page-banner p {
  color: #fff;
  opacity: 0.85;
  font-size: 16px;
}

.privacy-policy-section {
  background: #fff;
  padding: 80px 0;
  font-family: 'Lato', sans-serif;
  color: #000;
}

.policy-content {
  max-width: 1000px;
  margin: 0 auto;
}

.policy-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #214743;
  margin-top: 40px;
  margin-bottom: 15px;
}

.policy-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}

.policy-content ul {
  margin-left: 20px;
  margin-bottom: 25px;
}

.policy-content ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #000;
}

.policy-content a {
  color: #214743;
  text-decoration: underline;
}
/* ===== AFFILIATE BENEFITS SECTION ===== */
.affiliate-benefits {
  background: #fff;
  padding: 100px 0;
  font-family: 'Lato', sans-serif;
  color: #000;
}

.section-heading {
  max-width: 700px;
  margin: 0 auto 60px;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 15px;
}

.section-heading p {
  font-size: 16px;
  color: #000;
  opacity: 0.85;
}

/* Benefit items */
.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}

.benefit-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #EBE5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-icon i {
  font-size: 28px;
  color: #214743;
}

.benefit-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #214743;
  margin-bottom: 8px;
}

.benefit-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  opacity: 0.9;
}

/* ===== AFFILIATE STEPS SECTION ===== */
.affiliate-steps {
  background: #f9f9f9;
  padding: 100px 0;
  font-family: 'Lato', sans-serif;
  color: #000;
}

.affiliate-steps h2 {
  font-size: 32px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 10px;
}

.section-subtext {
  max-width: 650px;
  margin: 0 auto 60px;
  font-size: 16px;
  color: #000;
  opacity: 0.85;
}

.step-box {
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}

.step-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.step-icon i {
  font-size: 32px;
  color: #214743;
}

.step-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #214743;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  opacity: 0.9;
  margin: 0;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  background: #fff;
  padding: 100px 0;
  font-family: 'Lato', sans-serif;
  color: #000;
}

.faq-section .section-heading {
  max-width: 700px;
  margin: 0 auto 60px;
}

.faq-section .section-heading h2 {
  font-size: 32px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 10px;
}

.faq-section .section-heading p {
  font-size: 16px;
  color: #000;
  opacity: 0.85;
}

/* Bootstrap accordion styling */
.panel-group {
  max-width: 850px;
  margin: 0 auto;
}

.panel {
  border: 1px solid #EBE5E5;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
}

.panel-heading {
  background: #f9f9f9;
  padding: 15px 20px;
  cursor: pointer;
}

.panel-heading.active {
  background: #214743;
}

.panel-heading.active a {
  color: #fff !important;
}

.panel-title a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #214743;
  text-decoration: none;
}

.panel-title a:hover {
  text-decoration: none;
  color: #000;
}

.panel-body {
  padding: 20px;
  background: #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
}

/* Add transition for smooth toggle */
.panel-collapse {
  transition: height 0.4s ease;
}
/* ===== CTA SECTION ===== */
.cta-section {
  background: #fff;
  padding: 100px 0;
  font-family: 'Lato', sans-serif;
}

/* Main colored container */
.cta-box {
  background-color: #214743;
  padding: 0;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
}

/* Make both columns equal height */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Each column fills equal height */
.cta-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 60px 50px;
}

/* Left column content */
.cta-section .cta-content {
  width: 100%;
}

.cta-section .cta-content h2 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}

.cta-section .cta-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 30px;
}

.cta-section .cta-content .btn.primary {
  background-color: #fff;
  color: #214743;
  border: none;
  border-radius: 0;
  padding: 12px 35px;
  transition: all 0.3s ease;
}

.cta-section .cta-content .btn.primary:hover {
  background-color: #000;
  color: #fff;
}

/* Right column image */
.cta-section .cta-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 0;
}
/* ===== BLOG SECTION ===== */
.blog-section {
  background: #fff;
  padding: 100px 0;
  font-family: 'Lato', sans-serif;
  color: #000;
}

/* Sidebar */
.blog-sidebar {
  background: #f9f9f9;
  padding: 30px 25px;
  border: 1px solid #EBE5E5;
  border-radius: 8px;
}

.blog-sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 20px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  border-bottom: 1px solid #EBE5E5;
  padding: 10px 0;
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list li a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
  font-weight: 400;
}

.category-list li a:hover {
  color: #214743;
}

/* Blog Cards */
.blog-card {
  border: 1px solid #EBE5E5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #214743;
  margin-bottom: 10px;
}

.blog-content h4 a {
  color: inherit;
  text-decoration: none;
}

.blog-content h4 a:hover {
  color: #000;
}

.blog-content .date {
  font-size: 14px;
  color: #777;
}

.blog-content .date i {
  margin-right: 5px;
  color: #214743;
}

/* Features Section - Full Width with 4 Columns */
      .how-it-works {
            background-color: #f5f5f5 !important;
            padding: 70px 2rem 90px !important;
            width: 100% !important;
        }

        .features-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .features-title {
          font-size: 32px;
  font-weight: 900;
  color: #214743;
  margin-bottom: 10px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }

        .feature-card {
            background-color: white;
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            font-size:16px;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 1.5rem;
            background: #214743;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: white;
        }

        .feature-link {
            display: inline-block;
            color: #214743;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s;
        }
.step-box.unordered-list ul li {
	margin-bottom: 10px;
	text-align: left;
	font-size: 16px !important;
}
.step-box.unordered-list ul {
	padding-left: 10px;
}
.step-box.unordered-list {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
        /* Responsive Design */
        @media (max-width: 992px) {
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 576px) {
            .features-grid {
                grid-template-columns: 1fr;
            }

            .hero h1 {
                font-size: 2rem;
            }

            .features-title {
                font-size: 1.5rem;
            }
        }
.slider-section {
            width: 100%;
            background-color: #e8e5df;
            padding: 80px 0;
            position: relative;
        }

        .slider-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 60px;
            position: relative;
            display: flex;
            gap: 0;
            align-items: center;
        }

        .image-slider-wrapper {
            flex: 0 0 70%;
            overflow: hidden;
        }

        .slider-wrapper {
            display: flex;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: grab;
            user-select: none;
        }

        .slider-wrapper:active {
            cursor: grabbing;
        }

        .carousel-item {
	min-width: 100%;
	flex-shrink: 0;
	width: 100%;
}

        .carousel-item-image {
            width: 100%;
            height: 500px;
            background: transparent;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px;
        }

        .carousel-item-image img {
	max-width: 100%;
	max-height: inherit;
	object-fit: cover;
	height: 100%;
}

        .slider-container .slide-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-left: 60px !important;
	border-left: 3px solid #214743;
	position: relative;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	top: inherit !important;
	transform: translateY(0) !important;
	max-width: 100% !important;
	margin: inherit !important;
}

.slide-category {
	font-size: 18px;
	font-weight: 500 !important;
	color: #214743;
	text-transform: capitalize;
	margin-bottom: 0;
	font-family: Lato !important;
}

     .slide-title {
	font-size: 32px !important;
	font-weight: 700;
	color: #214743;
	line-height: 32px !important;
	margin-bottom: 0;
	margin-top: 10px;
}

    .slide-description {
	font-size: 18px !important;
	color: #323534;
	line-height: 18px;
	margin-bottom: 0 !important;
}

        .button-group {
            display: flex;
            gap: 16px;
            margin-bottom: 36px;
            align-items: center;
        }

    .action-button {
	padding: 5px 11px;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	letter-spacing: -.5px;
}

        .action-button.primary {
            background-color: #174A44;
            color: #fff;
        }

        .action-button.primary:hover {
            background-color: #236262;
            transform: translateY(-1px);
        }

        .action-button.secondary {
            background-color: transparent;
            color: #174A44;
            border: none;
            padding: 0;
        }

        .action-button.secondary:hover {
            color: #2d7a7a;
        }

        .arrow {
            display: inline-block;
            transition: transform 0.3s ease;
            font-size: 1rem;
        }

        .action-button.secondary:hover .arrow {
            transform: translateX(4px);
        }

        .upcoming-slides {
            padding-top: 0;
        }

        .upcoming-title {
            display: none;
        }

        .upcoming-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

.upcoming-item {
	font-size: 26px;
	color: #214743;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0;
	border-radius: 0;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 0;
	font-weight: 500;
	line-height: 1.1;
}

        .upcoming-item::before {
            display: none;
        }

        .upcoming-item:hover {
            background: transparent;
            color: #2d7a7a;
            transform: translateX(6px);
        }

        .upcoming-item.active {
            background: transparent;
            color: #2d7a7a;
            font-weight: 500;
        }

        /* Navigation dots */
        .slider-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 50px;
            padding: 0 40px;
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
        }

        .nav-indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #b8b3aa;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .nav-indicator.active {
            background: #214743;
            transform: scale(1.2);
        }

        .nav-indicator:hover {
            background: #8b8479;
        }
.arrow svg {
	width: 17px;
	fill: #174a44;
	position: relative;
	top: 2px;
}
        /* Responsive */
        @media (max-width: 1024px) {
            .slider-container {
                flex-direction: column;
                gap: 40px;
            }

            .image-slider-wrapper {
                flex: 0 0 100%;
                width: 100%;
            }

            .carousel-item-image {
                height: 400px;
            }

            .slide-content {
                width: 100%;
                border-left: none;
                border-top: none;
                padding-left: 0;
                padding-top: 30px;
                padding-right:0;
                text-align:center;
            }

            .slide-title {
                font-size: 1.65rem;
            }
        }

        @media (max-width: 768px) {
            .slider-container {
                padding: 0 30px;
            }
            .btn.btn-primary.btn-lg {
	border-radius: 5px !important;
	font-weight: 600;
	padding: 9px 15px !important;
	font-size: 16px;
}
.slide {
	height: 510px;
}

            .carousel-item-image {
                height: 300px;
                padding: 20px;
            }

            .slide-title {
                font-size: 1.5rem;
            }

            .button-group {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }

            .action-button {
                width: auto;
            }
        }


/* Responsive */
@media (max-width: 991px) {
  .blog-sidebar {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .blog-content h4 {
    font-size: 16px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .cta-row {
    display: block;
  }

  .cta-col {
    padding: 40px 20px;
  }

  .cta-section .cta-content {
    text-align: center;
  }

  .cta-section .cta-image img {
    min-height: 300px;
    border-radius: 0;
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .step-icon {
    width: 80px;
    height: 80px;
  }
  .step-icon i {
    font-size: 28px;
  }
}

@media (max-width: 767px) {


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .benefit-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .slide-content h1 {
	font-size: 34px;
	line-height: 42px;
}
.shop-section {
	padding-top: 30px;
	text-align: center;
}
.category-section {
	padding: 10px 0 0px;
	background-color: #fff;
	text-align: center;
}
.shop-section h1 {
	font-size: 28px;
}
h2.rich-text__heading.rte.inline-richtext {
	font-size: 28px;
	text-align: center;
}
.slider-container .slide-content {
	gap: 7px;
	padding-left: 0 !important;
	border-left: none;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	background: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0 0 10px 10px;
}
.slide-title {
	font-size: 28px !important;
	margin-bottom: 0;
	margin-top: 0;
}
.carousel-item-image {
	height: 260px;
	padding: 0;
}
.slider-container {
	gap: 0;
}
.upcoming-slides {
	display: none;
}
.button-group {
	flex-direction: column;
	align-items: center;
	gap: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
.slider-section {
	padding: 50px 0;
}
.promo-content {
	text-align: center;
}
.col-md-2.col-sm-6.footer-col ul, .col-md-2.col-sm-6.footer-col {
	text-align: center;
}
.col-md-4.col-sm-12.footer-col.newsletter-col {
	text-align: center;
}
.col-sm-6.text-right.footer-links-inline {
	padding: 0 !important;
}
.footer-bottom p {
	font-size: 15px;
	margin: 0;
	text-align: center;
}
.category-content p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 1.25;
}
.slide-content p {
	font-size: 18px;
	line-height: 24px;
}
.owl-nav {
	display: none !important;
}
.navbar-toggle {
	background: #214743;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #214743;
}
.navbar-default .navbar-toggle {
	border-color: #214743;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-header {
	padding-right: 15px;
}
.nav.navbar-nav.navbar-center {
	width: 100%;
	text-align: center;
	background: #000;
}
.nav.navbar-nav.navbar-right.navbar-social {
	display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.container-fluid.top-bar {
	font-size: 14px !important;
}
  .benefit-item {
    flex-direction: row;
    align-items: flex-start;
  }
  .benefit-icon {
    width: 60px;
    height: 60px;
  }
  .benefit-icon i {
    font-size: 24px;
  }
}




/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .our-mission-section {
    padding: 80px 0;
  }
  .mission-box {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .our-mission-section {
    padding: 60px 0;
  }
  .mission-box {
    text-align: center;
  }
  .mission-box h4 {
    font-size: 18px;
  }
  .mission-box p {
    font-size: 14px;
  }
}



/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .full-image-section {
    padding: 80px 0 0;
  }
  .full-image-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .full-image-container {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .full-image-section {
    padding: 60px 0 0;
  }
  .full-image-section h2 {
    font-size: 24px;
  }
  .full-image-container {
    height: 300px;
  }
  .about-info-row {
	text-align: center;
}
.features-list h2 {
	text-align: center;
}
.features-images .image-bottom {
	left: 0;
}
.full-image-section {
	padding: 0px 0 30px;
}
.our-mission-section {
	padding: 00px 0 0;
}
.mission-subtext {
	margin: 0 auto 30px;
}
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .features-section {
    padding: 0 0 30px;
  }
  .features-images {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .features-images {
    margin-top: 50px;
    min-height: 380px;
  }
  .features-images .image-top,
  .features-images .image-bottom {
    position: relative;
    height: 200px;
    top: 0;
  }
  .features-images .image-bottom {
    margin-top: 20px;
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .about-info-section {
    padding: 60px 0 0;
  }
  .about-text {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .about-info-row {
    border: none;
  }
  .about-image {
    border: none;
  }
  .about-text {
    padding: 25px;
    border-top: 1px solid #EBE5E5;
  }
  .about-text h2 {
    font-size: 26px;
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .about-banner {
    height: 380px;
  }
  .about-banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-banner {
    height: 300px;
    text-align: center;
  }
  .about-banner-content h1 {
    font-size: 30px;
  }
  .about-banner-content p {
    font-size: 16px;
  }
}


/* Responsive: stack vertically on small screens */
@media (max-width: 767px) {
  .footer-bottom .row {
    text-align: center;
  }

  .footer-links-inline {
    justify-content: center;
    margin-top: 10px;
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .contact-form {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form input[type="email"],
  .contact-form button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 60px 0 30px;
  }

  .footer-col {
    text-align: left;
  }

  .footer-social {
    margin-top: 15px;
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .promo-section {
    height: 450px;
  }

  .promo-content h2 {
    font-size: 34px;
  }

  .promo-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .promo-section {
    height: 420px;
    text-align: left;
  }

  .promo-content {
    max-width: 100%;
  }

  .promo-content h2 {
    font-size: 28px;
  }

  .promo-content p {
    font-size: 15px;
  }
}


/* ensure carousel items align nicely in container */
.follow-carousel .owl-stage-outer { padding: 0 10px; }



/* responsive heights */
@media (max-width: 991px) {
  .follow-carousel .follow-img { height: 230px; }
}

@media (max-width: 767px) {
  .follow-carousel .follow-img { height: 200px; }
  .follow-carousel .follow-item { padding: 0 6px; }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .feature-content {
    padding: 40px;
  }

  .feature-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .feature-box {
    height: 350px;
  }

  .feature-content {
    padding: 30px;
  }

  .feature-content h3 {
    font-size: 24px;
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .category-content {
    padding: 30px;
  }

  .category-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .category-box {
    height: 380px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .category-content {
    padding: 25px;
  }

  .category-buttons .btn {
    margin-bottom: 10px;
  }
}


/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .navbar-center {
    text-align: left;
  }

  .navbar-center li {
    display: block;
  }

  .navbar-social {
    text-align: left;
  }
}