@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;700;900&display=swap');

:root {
  --primary-green: #0d9b4d;
  --dark-teal: #003d29;
  --white: #ffffff;
  --text-dark: #111111;
  --font-heading: 'Anton', sans-serif;
  --font-body: 'Inter', sans-serif;
}

body {
  font-family: var(--font-body);
  background-color: var(--white);
  color: var(--text-dark);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* --- About Us Section: Screenshot Precision --- */
.about-us-section {
  padding: 0px 0;
  background: #fff;
}

/* Experience Box (Top Left) */
.exp-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  margin-left: 150px;
}

.exp-num-large {
  font-family: var(--font-heading);
  font-size: 160px;
  line-height: 0.8;
  color: var(--dark-teal);
  margin-bottom: 30px;
  letter-spacing: -5px;
}

.exp-divider {
  width: 140px;
  height: 2px;
  background: rgba(0,0,0,0.08);
  margin-bottom: 25px;
}

.exp-label-txt {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--dark-teal);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Image Frame Upgrade */
.about-img-frame {
  width: 100%;
  height: 430px; /* Fixed height for consistency */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  border-bottom-left-radius: unset;
}

.about-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Area */
.about-content-box {
  padding: 25px;
}

.about-heading-main {
  font-family: var(--font-heading);
  font-size: 80px;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 0.9;
}

.about-paragraph-p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 21px;
}

/* --- Premium Navigation --- */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 20px;
  z-index: 1000;
}

.logo-brand {
  font-family: var(--font-heading);
  font-size: 26px;
  color: var(--white) !important;
  text-decoration: none;
  letter-spacing: -1px;
}

.nav-menu-center {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  gap: 68px;
}

.nav-link-custom {
  color: var(--white) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  opacity: 0.9;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
}

.nav-link-custom:hover {
  opacity: 1;
}

.auth-cart-pill {
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 50px;
  padding: 4px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.signup-text-btn {
  padding: 8px 18px;
  color: var(--text-dark) !important;
  font-weight: 900;
  font-size: 11px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5px;
}

.cart-btn-circle {
  width: 32px;
  height: 32px;
  background: var(--dark-teal);
  color: var(--white);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}

.cart-btn-circle:hover {
  background: var(--primary-green);
  transform: scale(1.05);
}

.btn-premium-master {
  display: inline-flex;
  align-items: center;
  background: #004743;
  padding: 5px 5px 5px 35px;
  border-radius: 100px;
  width: fit-content;
  gap: 25px;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none !important;
  border: none;
}

.btn-premium-master span {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

.btn-premium-master .icon-arrow {
  width: 37px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.btn-premium-master .icon-arrow img {
  width: 74px;
  height: auto;
  transition: 0.4s;
}

.btn-premium-master:hover {
  transform: translateY(-5px);
  background: #111;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.btn-premium-master:hover .icon-arrow {
  transform: translateX(3px);
}

.btn-premium-master:hover .icon-arrow img {
  transform: scale(1.1);
}

/* --- Ultimate Hero Banner --- */
.hero-master-container {
  position: relative;
  height: 120vh;
  min-height: 850px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-blueprint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
}

.hero-bg-top {
  height: 50%;
  background-color: var(--primary-green);
  position: relative;
  overflow: hidden;
}

.hero-woman-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  mix-blend-mode: multiply;
}

.hero-bg-bottom {
  height: 50%;
  background-color: var(--white);
}

.hero-deco-circle-bg {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  height: 760px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  z-index: 1;
}

.hero-deco-num-02 {
  position: absolute;
  font-weight: 950;
  font-size: 400px;
  color: var(--white);
  top: 42%;
  left: 55%;
  transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  font-family: 'Brunson';
}

.hero-horizon-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  z-index: 3;
}

.hero-main-layout {
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
.hero-title-block {
    margin-top: 338px;
}
.hero-title-block h1 {
  font-family: var(--font-heading);
  font-size: 56px;
  line-height: 1;
  color: #0e0e0f;
  margin: 0;
  letter-spacing: -2px;
}

.hero-title-block h1 span {
  color: var(--primary-green);
}
.hero-title-block h2 {
    font-size: 77px;
    line-height: 1;
    /* font-weight: 800; */
    letter-spacing: 0px;
    margin-bottom: 30px;
}



.hero-title-block h2 span {
    color: var(--primary-green);
}
.hero-title-sep {
  width: 100%;
  max-width: 480px;
  height: 1px;
  background: rgba(0,0,0,0.1);
  margin: 30px 0;
  display: none;
}

.hero-summary-txt {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 420px;
}

.hero-btns-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-cta-btn {
  background: var(--dark-teal);
  color: var(--white) !important;
  padding: 10px 40px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  text-decoration: none;
}

.hero-btn-arrow {
  background: var(--white);
  color: var(--dark-teal);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.hero-stars-box {
  display: flex;
  flex-direction: column;
}

.stars-row-green {
  color: var(--primary-green);
  font-size: 14px;
  display: flex;
  gap: 3px;
}

.verified-reviews-txt {
  font-weight: 950;
  font-size: 10px;
  color: var(--text-dark);
  letter-spacing: 1.5px;
  margin-top: 5px;
  text-transform: uppercase;
}

.hero-center-product {
  max-height: 640px;
  filter: drop-shadow(0 50px 80px rgba(0,0,0,0.18));
}

.hero-right-card {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 430px;
  margin-top: 340px;
}

.hero-right-card img {
  width: 146px;
  height: auto;
}

.hero-card-meta h5 {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.hero-card-description {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin-bottom: 12px;
  width: 90%;
  font-family: "Montserrat", sans-serif;
}

.hero-card-price {
  font-family: var(--font-heading);
  font-size: 23px;
  color: var(--text-dark);
  margin: 0;
}

.hero-card-rating-line {
  font-size: 11px;
  color: var(--primary-green);
  display: flex;
  align-items: center;
  gap: 4px;
}

.hero-card-rating-line span {
  color: var(--text-dark);
  font-weight: 950;
}

@font-face {
  font-family: 'Brunson';
  src: url(../fonts/Brunson.ttf);
  font-weight: 400;
  font-style: normal
}

h1 {
  font-family: 'Brunson';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Brunson';
  font-size: 55px;
  line-height: 60px;
  color: #0e0e0f;
  font-weight: 500;
  /* margin: 0 0 30px; */
}

h3 {
  font-family: 'Brunson';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 22px;
}

/* --- Featured Products: High-Fidelity Grid --- */
.featured-sec {
  padding: 100px 0;
  background: #fff;
}

.feat-section-title {
  font-family: var(--font-heading);
  font-size: 72px;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.feat-section-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #888;
  max-width: 640px;
  margin: 0 auto 0px;
  line-height: 1.6;
}

.feat-card {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.4s;
}

.feat-card:hover {
  transform: translateY(-8px);
}
h3.feat-label-main span {
    display: block;
    font-size: 26px;
}
h4.feat-price-val i {
    font-size: 12px;
    transform: rotate(-25deg);
    color: #4d927a;
}
.feat-top {
  padding: 35px 30px;
  position: relative;
  height: 380px;
  /* Removal of overflow: hidden allows the bottle to overlap the bottom area */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Color Tokens for Featured Cards */
.bg-feat-blue, .bg-product-green { background-color: #55917d !important; }
.bg-feat-tan, .bg-product-olive { background-color: #8da452 !important; }
.bg-feat-red, .bg-product-brown { background-color: #8e6d5a !important; }

.feat-bg-woman-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  mix-blend-mode: luminosity;
  pointer-events: none;
}

.feat-label-main {
  font-family: var(--font-heading);
  font-size: 23px;
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.feat-desc-pill {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 160px;
  position: relative;
  z-index: 2;
}

.feat-pill-action {
  display: inline-block;
  padding: 8px 25px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 12px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
}

.feat-pill-action:hover {
  background: var(--white);
  color: var(--text-dark);
}

.feat-bottle {
  position: absolute;
  right: 28px;
  bottom: -40px;
  height: 380px;
  z-index: 3;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feat-card:hover .feat-bottle {
  transform: scale(1.05) translateY(-5px);
}

.feat-bottom {
  background: #ebebeb;
  padding: 30px;
  text-align: left;
}

.feat-price-label {
  font-size: 14px;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.feat-price-val {
  font-family: var(--font-heading);
  font-size: 28px;
  color: #111;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  letter-spacing: -0.5px;
}

.feat-price-val .fa-arrow-up-right-from-square {
  font-size: 16px;
  color: #111;
}

.feat-arrow-inline {
  font-size: 18px;
  transform: rotate(45deg);
  margin-left: 10px;
}

.feat-arrow-circle {
  display: inline-flex;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.feat-arrow-circle img {
  width: 14px;
  height: auto;
  transition: 0.4s;
}

.feat-card:hover .feat-arrow-circle {
   background: #004743;
}

.feat-card:hover .feat-arrow-circle img {
  filter: invert(1);
  transform: translateX(3px);
}

/* --- Testimonials Section: Staggered High-Fidelity --- */
.testimonial-section {
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
}

.test-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}

.test-section-title {
  font-family: var(--font-heading);
  font-size: 80px;
  color: #111;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.9;
}

.test-section-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #888;
  max-width: 400px;
  text-align: right;
}

/* Staggered Card Container */
.test-flex-blueprint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}

/* Base Card Style */
.test-card-premium {
  border-radius: 15px;
  padding: 30px;
  position: relative;
  transition: 0.4s ease-out;
}

/* Side Card: Deep Teal */
.test-side-card {
  background: var(--dark-teal);
  color: #fff;
  width: 280px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Main Card: Sage Green */
.test-main-card {
  background: #aac3b9;
  color: #111;
  width: 700px;
  height: 400px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px;
}

.test-avatar-box {
  flex-shrink: 0;
  width: 250px;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
}

.test-avatar-box.small-v {
  width: 75px;
  height: 75px;
  margin-bottom: 30px;
}

.test-avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.test-content-area {
  flex: 1;
  position: relative;
}

.test-rating-row {
  color: #003d29;
  font-size: 12px;
  margin-bottom: 15px;
}

.test-rating-row.white-v {
  color: #fff;
}

.test-quote-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}

.test-name-block h5 {
  font-family: var(--font-heading);
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.test-name-block span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.6);
  font-weight: 700;
}

.test-side-card .test-name-block span {
  color: rgba(255,255,255,0.7);
}

/* Giant Floating Quote Icon */
.test-quote-icon {
  position: absolute;
  width: 70px;
  height: auto;
  opacity: 0.8;
}

.test-quote-icon.bottom-right {
  bottom: 0;
  right: 0;
}

.test-quote-icon.top-right {
  top: 15px;
  right: 15px;
}

/* Nav Arrows */
.test-nav-circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}

.test-nav-circle img {
  width: 18px;
  height: auto;
}

.test-nav-circle:hover {
  background: var(--primary-green);
  border-color: var(--primary-green);
}

.test-nav-circle.pos-top-left {
  top: -85px;
  left: 17%;
}

.test-nav-circle.pos-bottom-right {
  bottom: -45px;
  right: 5%;
}

/* Responsive */
@media (max-width: 1200px) {
  .test-flex-blueprint { flex-wrap: wrap; }
  .test-main-card { width: 100%; height: auto; flex-direction: column; }
  .test-nav-circle { display: none; }
}

/* --- Newsletter Section: Direct & Bold --- */
.newsletter-section {
  background: var(--dark-teal);
  padding: 80px 0;
  color: #fff;
}

.news-heading {
  font-family: var(--font-heading);
  font-size: 56px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.news-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  opacity: 0.8;
}

.news-form-pill {
  display: flex;
  background: rgba(255,255,255,0.1);
  border-bottom: 2px solid rgba(255,255,255,0.2);
  padding: 5px;
}

.news-input-clean {
  background: transparent;
  border: none;
  color: #fff;
  padding: 15px 25px;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.news-input-clean:focus {
  outline: none;
}

.news-submit-btn {
  background: #fff;
  color: var(--dark-teal);
  border: none;
  padding: 10px 35px;
  border-radius: 0;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s;
}

.news-submit-btn:hover {
  background: var(--primary-green);
  color: #fff;
}
.unlock-section {
  position: relative;
  padding: 120px 0;
  background: url('../images/unlock-img1.png') no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.unlock-content-area {
  position: relative;
  z-index: 5;
}

.unlock-title-main {
  font-family: var(--font-heading);
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  max-width: 600px;
}

.unlock-features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.unlock-card-item.unlock-card-item-right {
    margin-top: 225px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
}

.unlock-card-item.unlock-card-item-right {}
.unlock-card-item {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  transition: 0.3s;
  border-bottom-right-radius: 0;
}

.unlock-card-item:hover {
  transform: translateY(-10px);
}
.unlock-img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 20px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    width: 30%;
}

.unlock-card-icon-box {
  width: 50px;
  height: 50px;
  background: var(--primary-green);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.unlock-content-area h2 span {
    color: var(--primary-green);
    display: block;
}
.unlock-content-area p {
    color: #fff;
    font-size: 14px;
    width: 90%;
}

.unlock-card-h {
  font-family: var(--font-heading);
  font-size: 20px;
  color: #111;
  margin-bottom: 10px;
  border-top: 1px solid #0000002e;
  padding-top: 20px;
}

.unlock-card-p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Featured Products Slider (If needed) */
.featured-slider-sec {
  padding: 80px 0;
  background: #fff;
}

/* --- Products Section: Premium Grid --- */
.products-section {
  padding: 80px 0;
  background: #fdfdfd;
}

.pro-section-header {
  margin-bottom: 60px;
}

.pro-section-title {
  font-family: var(--font-heading);
  font-size: 64px;
  color: #111;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.pro-section-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #666;
  max-width: 500px;
}

.pro-card-main {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: 0.4s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pro-card-main:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.container {
    max-width: 1480px;
}
.pro-card-top {
  padding: 40px 20px;
  position: relative;
  height: 320px;
  /* Removed overflow hidden to prevent product cutoff */
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

/* Color Variations */
.bg-teal-pro { background-color: #003d29; }
.bg-olive-pro { background-color: #0d9b4d; }
.bg-brown-pro { background-color: #7b5b48; }

.pro-bottle-img {
  max-height: 240px;
  width: auto;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.3));
  transition: 0.5s;
}

.pro-card-main:hover .pro-bottle-img {
  transform: scale(1.1) translateY(-10px);
}

.pro-card-bottom {
  padding: 30px 25px;
  text-align: left;
}

.pro-card-title {
  font-family: var(--font-heading);
  font-size: 24px;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.pro-card-price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pro-price-label {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.pro-price-value {
  font-family: var(--font-heading);
  font-size: 28px;
  color: #111;
  margin: 0;
}

.pro-card-rating {
  text-align: right;
}

.stars-bright-row {
  color: var(--primary-green);
  font-size: 12px;
  margin-bottom: 5px;
}

.reviews-cnt {
  font-size: 10px;
  font-weight: 800;
  color: #111;
}

h4 {
  font-family: 'Brunson';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Brunson';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

.blog-section .slick-active {
    opacity: 1;
}

/* footer start */
/*Footer Start*/
footer {
    position: relative;
    background-color: #0d9b4d;
}

.news-letter h2 {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 63px;
    font-weight: 300;
    text-transform: capitalize;
}

.news-letter {
    padding: 50px 0;
    padding-right: 20px;
    background: #004743;
}


.news-letter form {
    position: relative;
    width: 100%;
}

.news-letter form input {
    width: 100%;
    padding: 20px 210px 20px 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    background: transparent;
    font-family: "Montserrat", serif;
    font-size: 14px;
    height: 65px;
}

.news-letter form button {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 20px;
    border: unset;
    width: 170px;
    color: #070a11 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 65px;
    border-radius: 50px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    animation: pulse-animation 2s infinite;
    background: #fff;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}


/* end  */

.main-ftr {
    position: relative;
    padding: 70px 20px;
    height: 100%;
}

.main-ftr ul li h3 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: var(--font-heading);
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.main-ftr ul li i {
    font-size: 20px;
    color: #fff;
    font-family: 'FontAwesome';
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #8ab1a8;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 10px;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #f2e8d6;
}

.middle-ftr {
    border-bottom: 1px solid #8ab1a8;
    transition: .7s ease-in-out;
    background: #0d9b4d;
    border-top: 1px solid #8ab1a8;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req input {
    padding: 12px;
    width: 60%;
    border: 1px solid #565656;
    background: transparent;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", serif;
    border-radius: 0;
    animation: pulse-animation 2s infinite;
    border-radius: 100px;
    color: #fff;
}

.ftr-req input::placeholder {
    color: #565656;
    text-transform: capitalize;
    font-size: 14px;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #8ab1a8;
    width: 1px;
    height: 100%;
    top: 0;
    right: -18px;
}
a.ft-ank {
    text-decoration: unset !important;
    padding: 12px;
    width: 73%;
    border: 1px solid #565656;
    background: transparent;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", serif;
    border-radius: 0;
    animation: pulse-animation 2s infinite;
    border-radius: 100px;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
}
.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px 0;
    width: 100%;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}


.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #ce9665;
    color: #000;
}
.ftr-req input::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.get-touchh {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 12%;
}

.get-touchh h5 {
    writing-mode: tb;
    transform: rotate(180deg);
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'queensila';
    letter-spacing: 6px;
    margin-top: 30px;
}

.get-touchh:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: #482f1d;
    border-left: 1px solid #604c3b;
}

.ftr-req h5 a {
    font-size: 30px;
    color: #ffffff;
    margin: 20px 0px 30px;
    display: block;
    font-family: var(--font-heading);
    text-decoration: unset;
}

.ftr-req.pade-right {
    padding-left: 60px;
    margin-top: 10%;
    text-align: center;
}

ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

ul.phon-list li {
    display: block;
}

ul.phon-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.event_button .outer_theme_btn {
    justify-self: end;
}

.bottm-ftr ul li {
    list-style: none;
}
/*Footer End*/
/* footer end */
.about-img-frame.on {
    height: 330px;
    width: 410px;
    margin: 0px -24px 0px auto;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    margin-top: -45px;
}
.featured-sec .row.align-items-center.mb-5 {
    border-bottom: 1px solid #e5ecec;
}

.bg-feat-blue-real { background-color: #4f71a0 !important; }
.bg-feat-tan-real { background-color: #a07b5b !important; }
.bg-feat-red-real { background-color: #a6514e !important; }

/* --- Latest Blogs Section: Slider & Hover Effect --- */
.blog-section {
  padding: 100px 0;
  background: #fff;
}

.blog-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0px;
  margin-bottom: -1px;
}

.blog-title-main {
  font-family: var(--font-heading);
  font-size: 72px;
  color: #111;
  text-transform: uppercase;
  margin: 0;
}

.blog-subtitle-main {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #888;
  max-width: 500px;
  margin: 10px 0 0;
  line-height: 1.6;
}

.blog-card-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 15px;
  cursor: pointer;
}

.blog-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: 0.5s;
}

.blog-card-box:hover .blog-img-wrap img {
  transform: scale(1.05);
}

.blog-hover-content {
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 78%;
  background: rgba(185, 205, 197, 0.95);
  padding: 30px;
  border-top-right-radius: 12px;
  transform: translateY(100%);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
  z-index: 5;
}

.blog-card-box:hover .blog-hover-content {
  transform: translateY(0);
}

.blog-hover-title {
  font-family: var(--font-heading);
  font-size: 22px;
  color: #004743;
  margin-bottom: 15px;
  font-weight: 500;
}

.blog-hover-p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #4a5d58;
  line-height: 1.6;
  margin-bottom: 25px;
  width: 79%;
}

.blog-meta-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 71, 67, 0.1);
  padding-top: 20px;
}

.blog-admin {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 12px;
  color: #004743;
  font-weight: 500;
}

.blog-admin i {
  font-size: 24px;
  opacity: 0.8;
}

.blog-actions {
  display: flex;
  gap: 10px;
}

.blog-actions i {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 71, 67, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #004743;
  transition: 0.3s;
}

.blog-actions i:hover {
  background: #004743;
  color: #fff;
}

/* Slick Customization for Blog Dots */
.blog-section .slick-dots {
  position: static !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  gap: 15px !important;
  align-items: center;
}

.blog-section .slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.blog-section .slick-dots li button {
  font-size: 0;
  width: 6px !important;
  height: 6px !important;
  background: #ccc !important;
  border-radius: 50% !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  transition: 0.3s;
}

.blog-section .slick-dots li button:before {
  display: none !important;
}

.blog-section .slick-dots li.slick-active button {
  background: #111 !important;
  transform: scale(1);
  outline: 1px solid #111;
  outline-offset: 5px;
  width: 6px !important;
  height: 6px !important;
}

 .blog-section .slick-slide {
      margin: 0px 10px;
    }
    .blog-top {
    margin-left: 30px;
}


/* happy-client-sec */

.happy-client-sec .custom-top-space {
    margin-top: 50px;
}

.happy-client-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.happy-client-text p {
    max-width: 430px;
    font-weight: 500;
    color: #888;
    font-size: 14px;
}

.clientSliderMain .slick-slide {
    margin: 0px 1px;
}

.clientSliderMain .slick-prev,
.clientSliderMain .slick-next {
    width: 65px;
    height: 50px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    transition: ease-in-out;
    transition: ease-in-out;
    justify-content: center;
    border: 1px solid #cbcbcb;
}

.clientSliderMain .slick-next {
    bottom: 0;
    top: unset;
    right: -90px;
    transform: none;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.clientSliderMain .slick-prev {
    top: 0px;
    left: -90px;
    transform: none;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.clientSliderMain .slick-next::before {
    font-size: 16px;
    content: '\f061';
    transition: ease-in-out;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
    font-family: "FontAwesome";
    color: #003d29;
}

.clientSliderMain .slick-prev::before {
    font-size: 16px;
    content: '\f060';
    transition: ease-in-out;
    transform: rotate(45deg);
    transition-duration: 0.5s;
    font-family: "FontAwesome";
    color: #003d29;
}

.clientSliderMain .slick-prev:hover,
.clientSliderMain .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--dark-teal);
}

.clientSliderMain .slick-next:hover::before,
.clientSliderMain .slick-prev:hover::before {
    transition: ease-in;
    color: var(--dark-teal);
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.client-main-box {
    gap: 25px;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    background: #acccc1;
}

.client-main-box-img {
    width: 190px;
    height: 260px;
    flex-shrink: 0;
    min-height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.client-main-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-main-box-text ul {
    gap: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.client-main-box-text ul li i {
    font-size: 11px;
    color: var(--dark-teal);
}
section.about-us-section .container {
    max-width: 1320px;
}
.client-main-box-text p {
    font-weight: 500;
    color: var(--textColor);
}

.client-main-box-text h5 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.client-main-box-text h5 span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.client-main-box-text .client-main-box-text-description {
    height: 150px;
    margin: 15px 0px;
    /* overflow-y: scroll; */
}

.client-main-box-text .client-main-box-text-description::-webkit-scrollbar {
    width: 7px;
    height: 20px;
    border-radius: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background: #fff !important;
}

.client-main-box-text .client-main-box-text-description::-webkit-scrollbar-track {
    border-radius: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background: #fff !important;
}

.client-main-box-text .client-main-box-text-description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    transition: ease-in-out;
    border: 1px solid #fff;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.client-main-box-text .client-main-box-text-description:hover::-webkit-scrollbar {
    height: 20px;
    width: 7px;
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    background: var(--dark-teal) !important;
}

.client-main-box-text .client-main-box-text-description:hover::-webkit-scrollbar-track {
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    background: var(--dark-teal) !important;
}

.client-main-box-text .client-main-box-text-description:hover::-webkit-scrollbar-thumb {
    border-radius: 20px;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
    border: 1px solid var(--dark-teal);
}

.client-small-box {
    padding: 15px;
    height: 185px;
    display: flex;
    position: relative;
    border-radius: 10px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--dark-teal);
}

.client-small-box::before {
    top: 15px;
    right: 15px;
    width: 45px;
    content: '';
    height: 45px;
    position: absolute;
    background-image: url(../images/quote-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.client-small-box img {
    width: 65px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.client-small-box ul {
    gap: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: malayalam;
}

.client-small-box ul li i {
    font-size: 11px;
    color: var(--white);
}

.client-small-box h5 {
    font-size: 18px;
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.client-small-box h5 span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.clientSmallSlider .slick-slide {
    margin: 0px 1px;
}

.clent-small-slider-box.set-bottom {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.clientSmallSlider {
    width: 100%;
}
section.happy-client-sec {
    padding: 100px 0;
}
/* happy-client-sec */
li::marker {
  content: '';
}
/* --- Essential Banner Section --- */
.essential-banner-sec {
  padding: 0px 0;
  background: #fff;
}

.essential-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 100px 20px;
  background: url('../images/est-bg.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.essential-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 155, 77, 0.85); /* #0d9b4d overlay */
  z-index: 1;
}

.essential-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
}

.ess-text-green {
  font-family: var(--font-heading);
  font-size: 76px;
  color: #004743;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.featured-sec a {
    text-decoration: unset !important;
}
.ess-text-white {
  font-family: var(--font-heading);
  font-size: 76px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 1;
}

.ess-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}
/* End of custom.css */