:root {
  --gold: #b46b18;
  --gold-light: #b46b18;
  --gold-pale: #b46b18;
  --dark: #1a1a1a;
  --charcoal: #2d2d2d;
  --mid: #000;
  --light-bg: #fafaf7;
  --white: #ffffff;
  --border: #e8dfc8;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  color: var(--dark);
  background: var(--white);
  font-size: 15px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
}

/*  NAVBAR  */
.navbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand-icon {
  color: var(--gold);
  font-size: 24px;
}
.brand-text {
  line-height: 1.1;
}
.brand-text .name {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.5px;
}
.brand-text .tagline {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: italic;
}
.nav-link {
  font-size: 14px !important;
  font-weight: 600;
  color: var(--mid) !important;
  letter-spacing: 0.4px;
  padding: 6px 14px !important;
  transition: color 0.2s;
}
.nav-link:hover,
.nav-link.active {
  color: var(--gold) !important;
}
.nav-link.active {
  border-bottom: 2px solid var(--gold);
}
.btn-nav {
  background: var(--gold);
  color: var(--white) !important;
  border-radius: 4px;
  padding: 8px 20px !important;
  font-size: 16px !important;
}
.btn-nav:hover {
  background: var(--gold-light);
}

nav.navbar a.navbar-brand img {
  width: 85%;
}

nav.navbar {
}

nav.navbar .head-btn {
}

nav.navbar .head-btn a.nav-link.btn-nav.ms-2 {
  text-align: center;
  background: #b46b18;
}

nav.navbar .head-btn a.nav-link.btn-nav.ms-2:hover {
  color: #fff !important;
}

nav.navbar ul.navbar-nav {
}

nav.navbar ul.navbar-nav li.nav-item {
  position: relative;
}

nav.navbar ul.navbar-nav li.nav-item .drop {
  background: #b36b18;
  transform: rotateX(-90deg);
  transition: 0.4s;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  top: 35px;
  left: 0;
  width: 250px;
}

nav.navbar ul.navbar-nav li.nav-item:hover .drop {
  transform: rotateX(0deg);
}

nav.navbar ul.navbar-nav li.nav-item .drop ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

nav.navbar ul.navbar-nav li.nav-item .drop a.nav-link {
  display: none;
}

nav.navbar ul.navbar-nav li.nav-item .drop ul li {
}

nav.navbar ul.navbar-nav li.nav-item .drop ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
}

nav.navbar ul.navbar-nav li.nav-item .drop ul li a:hover {
  background: #121212;
}

/*  HERO  */
.hero {
  background: linear-gradient(120deg, #b46b183d 55%, #b46b183d 100%);
  padding: 150px 0 150px;
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
/*.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: url("https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=900&q=80")
    center/cover no-repeat;
  opacity: 0.18;
}*/
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.15;
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 16px;
}
.hero-subtitle {
  font-size: 18px;
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 18px;
}
.hero-body {
  color: var(--mid);
  max-width: 460px;
  margin-bottom: 28px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--mid);
  font-weight: 600;
}
.hero-badge i {
  color: var(--gold);
  font-size: 15px;
}
.btn-hero {
  background: var(--dark);
  color: var(--white);
  border: none;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-hero:hover {
  background: var(--gold);
  color: var(--white);
}
.hero-book-img {
  max-width: 340px;
  width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
}

/*  SECTION TITLES  */
.section-title {
  font-size: clamp(24px, 3vw, 34px);
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 10px;
}
.title-rule {
  width: 50px;
  height: 3px;
  background: var(--gold);
  margin: 10px auto 20px;
  border-radius: 2px;
}
.title-rule.left {
  margin-left: 0;
}
.section-sub {
  color: var(--mid);
  max-width: 580px;
  margin: 0 auto;
}

/*  WHAT WE OFFER  */
.offer-section {
  background: var(--white);
  padding: 80px 0;
}
.offer-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 30px 24px;
  height: 100%;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
  background: var(--white);
}
.offer-card:hover {
  box-shadow: 0 8px 32px rgba(184, 134, 11, 0.1);
  transform: translateY(-4px);
}
.offer-icon {
  width: 46px;
  height: 46px;
  border: 1.5px solid var(--gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 18px;
}
.offer-card h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--dark);
}
.offer-card p {
  font-size: 13.5px;
  color: var(--mid);
  margin-bottom: 14px;
}
.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offer-list li {
  font-size: 12.5px;
  color: var(--mid);
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.offer-list li::before {
  content: "\f00c";
  color: var(--gold);
  font-weight: 700;
  font-size: 12px;
  font-family: "FontAwesome";
}

section#services {
}

section#services .offer-card {
}

section#services .offer-card a.btn-hero {
  margin-top: 18px;
  padding: 10px 20px;
}

/*  STATS BAND  */
.stats-band {
  background: var(--dark);
  padding: 48px 0;
}
.stat-item {
  text-align: center;
}
.stat-num {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 6px;
}

/*  YOU'LL GET  */
.benefits-section {
  background: var(--light-bg);
  padding: 80px 0;
}
.benefit-box {
  text-align: center;
  padding: 28px 20px;
}
.benefit-icon {
  font-size: 30px;
  color: var(--gold);
  margin-bottom: 14px;
}
.benefit-box h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
.benefit-box p {
  font-size: 13px;
  color: var(--mid);
}

/*  PROCESS  */
.process-section {
  background: var(--white);
  padding: 80px 0;
}
.process-step {
  text-align: center;
  position: relative;
}
.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.process-step h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.process-step p {
  font-size: 12.5px;
  color: var(--mid);
}
.step-arrow {
  position: absolute;
  top: 24px;
  right: -18px;
  color: var(--gold);
  font-size: 14px;
  opacity: 0.5;
}

/*  PORTFOLIO  */
.portfolio-section {
  background: #b46b183d;
  padding: 80px 0;
}
.book-cover {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: 0.25s;
}
.book-cover:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}
.book-cover img {
  width: 100%;
  display: block;
}
.book-placeholder {
  aspect-ratio: 2/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-family: "Playfair Display", serif;
  color: var(--white);
  font-size: 13px;
}
.bp-1 {
  background: linear-gradient(145deg, #1b4332, #2d6a4f);
}
.bp-2 {
  background: linear-gradient(145deg, #1b263b, #415a77);
}
.bp-3 {
  background: linear-gradient(145deg, #212529, #343a40);
}
.bp-4 {
  background: linear-gradient(145deg, #2c3e50, #4a6fa5);
}
.bp-5 {
  background: linear-gradient(145deg, #5c4033, #8b5e52);
}
.bp-6 {
  background: linear-gradient(145deg, #1a3a4a, #2e6b8a);
}
.book-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}
.book-author {
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0.7;
}

/*  PRICING  */
.pricing-section {
  background: var(--white);
  padding: 80px 0;
}
.pricing-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  height: 100%;
  transition: 0.25s;
}
.pricing-card:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 32px rgba(184, 134, 11, 0.1);
}
.pricing-card.featured {
  background: var(--dark);
  border-color: var(--gold);
}
.pricing-badge {
  background: var(--gold);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 16px;
}
.pricing-card h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
.pricing-card.featured h4,
.pricing-card.featured p,
.pricing-card.featured li {
  color: var(--white) !important;
}
.price {
  font-size: 42px;
  font-family: "Playfair Display", serif;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}
.price span {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.pricing-card p {
  font-size: 13px;
  color: var(--mid);
  margin: 10px 0 20px;
}
.pricing-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 24px;
}
.pricing-list li {
  font-size: 13px;
  color: var(--mid);
  padding: 5px 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.pricing-list li i {
  color: var(--gold);
  margin-top: 2px;
  flex-shrink: 0;
}
.btn-pricing {
  display: block;
  padding: 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: 0.2s;
}
.btn-pricing-outline {
  border: 2px solid var(--gold);
  color: var(--gold);
}
.btn-pricing-outline:hover {
  background: var(--gold);
  color: var(--white);
}
.btn-pricing-fill {
  background: var(--gold);
  color: var(--white);
  border: 2px solid var(--gold);
}
.btn-pricing-fill:hover {
  background: var(--gold-light);
}
.btn-pricing-dark {
  background: var(--white);
  color: var(--dark);
  border: 2px solid var(--white);
}
.btn-pricing-dark:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

/*  FAQ  */
.faq-section {
  background: var(--light-bg);
  padding: 80px 0;
}
.accordion-button {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--dark);
  background: var(--white);
}
.accordion-button:not(.collapsed) {
  color: var(--gold);
  background: #fefbf2;
  box-shadow: none;
}
.accordion-button::after {
  filter: invert(60%) sepia(80%) saturate(400%) hue-rotate(5deg);
}
.accordion-body {
  font-size: 13.5px;
  color: var(--mid);
}
.accordion-item {
  border-color: var(--border);
  margin-bottom: 8px;
  border-radius: 8px !important;
  overflow: hidden;
}

/*  TESTIMONIALS  */
.testimonials-section {
  background: var(--dark);
  padding: 80px 0;
}
.testimonials-section .section-title {
  color: var(--white);
}
.testi-card {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
}
.testi-quote {
  font-size: 40px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 12px;
  font-family: "Playfair Display", serif;
}
.testi-text {
  font-size: 14px;
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 18px;
  font-style: italic;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}
.testi-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
}
.testi-role {
  font-size: 11px;
  color: #999;
}
.stars {
  color: var(--gold);
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

/*  FEATURED AUTHORS  */
.authors-section {
  background: var(--white);
  padding: 80px 0;
}
.author-card {
  text-align: center;
  padding: 24px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: 0.2s;
}
.author-card:hover {
  box-shadow: 0 6px 24px rgba(184, 134, 11, 0.1);
  border-color: var(--gold);
}
.author-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto 14px;
}
.author-card h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.author-card p {
  font-size: 12px;
  color: var(--mid);
  margin-bottom: 10px;
}
.author-book {
  font-size: 11px;
  color: var(--gold);
  font-style: italic;
  font-family: "Playfair Display", serif;
}

/*  BLOG  */
.blog-section {
  background: var(--light-bg);
  padding: 80px 0;
}
.blog-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  height: 100%;
  transition: 0.2s;
}
.blog-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.blog-img {
  height: 160px;
  background: linear-gradient(135deg, #1b4332, #2d6a4f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 36px;
}
.blog-body {
  padding: 20px;
}
.blog-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  display: block;
}
.blog-card h6 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}
.blog-card p {
  font-size: 12.5px;
  color: var(--mid);
  margin-bottom: 12px;
}
.blog-meta {
  font-size: 11px;
  color: #aaa;
  display: flex;
  gap: 12px;
}
.blog-meta i {
  color: var(--gold);
}

/*  CTA BAND  */
.cta-band {
  background: linear-gradient(120deg, var(--dark) 60%, #3a2c0c);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 60px solid rgba(184, 134, 11, 0.07);
}
.cta-band h2 {
  color: var(--white);
  font-size: clamp(24px, 3vw, 36px);
  margin-bottom: 10px;
}
.cta-band p {
  color: #bbb;
  font-size: 15px;
  margin-bottom: 28px;
}
.btn-cta {
  background: #b46b18;
  color: var(--white);
  border: none;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}
.btn-cta:hover {
  background: var(--gold-light);
  color: var(--white);
}

/*  NEWSLETTER  */
.newsletter-section {
  background: var(--gold-pale);
  padding: 60px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.newsletter-section h4 {
  font-size: 22px;
  margin-bottom: 6px;
}
.newsletter-section p {
  font-size: 13.5px;
  color: var(--mid);
}
.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 420px;
}
.newsletter-form input {
  flex: 1;
  border: 1.5px solid var(--border);
  border-radius: 4px;
  padding: 11px 16px;
  font-size: 13px;
  outline: none;
}
.newsletter-form input:focus {
  border-color: var(--gold);
}
.newsletter-form button {
  background: var(--gold);
  color: var(--white);
  border: none;
  padding: 11px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.newsletter-form button:hover {
  background: var(--gold-light);
}

/*  FOOTER  */
.footer {
  background: var(--charcoal);
  padding: 56px 0 28px;
}
.footer-brand .name {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  color: var(--white);
  font-weight: 700;
}
.footer-brand .tagline {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: italic;
}
.footer-brand p {
  font-size: 12.5px;
  color: #999;
  line-height: 1.7;
  margin: 14px 0 18px;
  max-width: 220px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #b46b18;
  border-radius: 4px;
  color: #b46b18;
  font-size: 13px;
  margin-right: 6px;
  text-decoration: none;
  transition: 0.2s;
}
.footer-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.footer h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--gold);
}
.footer-contact p {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.footer-contact i {
  color: var(--gold);
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 13px;
}
.footer-bottom {
  border-top: 1px solid #3a3a3a;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer-bottom p {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.footer-bottom a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: var(--gold);
}

.footer .footer-brand {
}

.footer .footer-brand .logo {
}

.footer .footer-brand .logo a.navbar-brand {
}

.footer .footer-brand .logo a.navbar-brand img {
  width: 65%;
}

.footer p {
  color: #fff;
  font-size: 13px;
}

.footer-contact p a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact p a i {
  padding-right: 10px;
}

/*  UTILITIES  */
.gold {
  color: var(--gold);
}
.text-gold {
  color: var(--gold) !important;
}


.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #b46b18 !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.book-placeholder a {
}

.book-placeholder a img {
  height: 210px;
  object-fit: cover;
  object-position: center;
}

/*ABOUT PAGE*/

section.about-sec {
  padding: 80px 0;
}

section.about-sec .about-txt {
}

section.about-sec .about-txt h2 {
}

section.about-sec .about-txt p {
}

section.about-sec .about-img {
  text-align: end;
}

section.about-sec .about-img img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

section.about-sec .row {
  align-items: center;
}

/*TESTIMONIALS PAGE*/

section.testimonials-section.testi-page-section {
  background: #fff;
}

section.testimonials-section.testi-page-section h2.section-title {
  color: var(--dark);
}

/*FEATURED AUTHORS*/

.new-pubb-secc {
  padding: 60px 0;
  position: relative;
}

.new-pubb-secc .ftr-bgg-img {
  position: absolute;
  top: 0;
}

.new-pubb-secc:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/featured/artice-sec2-img-2.png);
  z-index: -1;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom;
}

.new-pubb-secc .txtwrp h2 {
  margin-bottom: 30px;
  font-size: 46px;
}

.new-pubb-secc .mainwrppp {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.new-pubb-secc .mainwrppp img {
  width: 100%;
  height: 500px;
  object-fit: fill;
}

.new-pubb-secc .mainwrppp h4 {
  font-size: 20px;
  color: #000 !important;
  padding: 10px 0 0;
  font-family: Poppins;
}

.new-pubb-secc .mainwrppp h4 span.auth-nam {
  font-size: 19px;
  color: #b46b18;
  font-family: Poppins;
}

.new-pubb-secc .mainwrppp h4 span {
  font-size: 18px;
  color: #b46b18;
  font-weight: 600;
}

.new-pubb-secc .mainwrppp a.btn-2 {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 10px;
  width: 90%;
  background: #b46b18;
  padding: 10px 20px;
  color: #fff;
}

.new-pubb-secc .mainwrppp a.btn-2:hover {
  color: unset !important;
}

.new-pubb-secc .mainwrppp a.btnwrpp:hover {
  transform: scale(1.1);
}

.new-pubb-secc .mainwrppp a.btnwrpp i {
  color: #fff;
  font-family: "FontAwesome";
}

.fa-amazon:before {
  font-family: "FontAwesome";
}

.new-pubb-secc .mainwrppp img.incc-imggg {
  width: 30px;
  height: 30px;
}

/* â•â•â•â•â•â•â•â•â•â•â• CONTACT SECTION â•â•â•â•â•â•â•â•â•â•â• */
.contact-section {
  padding: 100px 0;
  background: #f9f7f4;
}

.contact-section .contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-section .contact-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b46b18;
  margin-bottom: 12px;
}

.contact-section .contact-header h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
}

.contact-section .contact-header p {
  font-size: 1.05rem;
  color: #666;
  max-width: 480px;
  margin: 0 auto;
}

/* â”€â”€ Grid â”€â”€ */
.contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 48px;
  align-items: start;
}

/* â”€â”€ Info Cards â”€â”€ */
.contact-section .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-section .contact-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  border: 1px solid #ede9e3;
  border-radius: 14px;
  padding: 22px 24px;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.contact-section .contact-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.contact-section .contact-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #b46b1822;
  color: #b46b18;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-section .contact-card h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 4px;
}

.contact-section .contact-card p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

/* â”€â”€ Form â”€â”€ */
.contact-section .contact-form {
  background: #fff;
  border: 1px solid #ede9e3;
  border-radius: 18px;
  padding: 40px 36px;
}

.contact-section .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-section .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}

.contact-section .form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.contact-section .form-group input,
.contact-section .form-group select,
.contact-section .form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #1a1a2e;
  background: #fafaf9;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  font-family: inherit;
}

.contact-section .form-group input::placeholder,
.contact-section .form-group textarea::placeholder {
  color: #bbb;
}

.contact-section .form-group input:focus,
.contact-section .form-group select:focus,
.contact-section .form-group textarea:focus {
  border-color: #b46b18;
  box-shadow: 0 0 0 3px #b46b1822;
  background: #fff;
}

.contact-section .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  background: #b46b18;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  width: 100%;
  margin-top: 4px;
}

.contact-section .btn-contact:hover {
  background: #2d2d2d;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200, 169, 110, 0.35);
}

.contact-section .contact-card a {
  color: #000;
  text-decoration: none;
}

/* â•â•â•â•â•â•â•â•â•â•â• POPUP OVERLAY â•â•â•â•â•â•â•â•â•â•â• */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* â•â•â•â•â•â•â•â•â•â•â• MODAL BOX â•â•â•â•â•â•â•â•â•â•â• */
.popup-modal {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 820px;
  min-height: 480px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid #ede9e3;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.popup-overlay.active .popup-modal {
  transform: scale(1);
}

/* â•â•â•â•â•â•â•â•â•â•â• CLOSE BUTTON â•â•â•â•â•â•â•â•â•â•â• */
.popup-close {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 36px;
  height: 36px;
  background: #b46b18;
  color: #fff;
  border: none;
  border-radius: 0 16px 0 10px;
  font-size: 1rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.popup-close:hover {
  background: #2d2d2d;
}

/* â•â•â•â•â•â•â•â•â•â•â• LEFT PANEL â•â•â•â•â•â•â•â•â•â•â• */
.popup-left {
  position: relative;
  width: 42%;
  background: #1a1a2e;
  overflow: hidden;
}

.popup-sale-badge {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  white-space: nowrap;
}

.popup-summer {
  display: block;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}

.popup-sale-text {
  display: block;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 700;
  color: #b46b18;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: 4px;
}

.popup-character {
  display: block;
  width: 100%;
  height: 100%;
  object-position: bottom center;
  object-fit: cover;
}

.popup-left::before,
.popup-left::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #b46b18;
  opacity: 0.08;
}

.popup-left::before {
  width: 200px;
  height: 200px;
  top: -50px;
  left: -60px;
}

.popup-left::after {
  width: 130px;
  height: 130px;
  bottom: 60px;
  right: -40px;
}

/* â•â•â•â•â•â•â•â•â•â•â• RIGHT PANEL â•â•â•â•â•â•â•â•â•â•â• */
.popup-right {
  width: 58%;
  background: #f9f7f4;
  padding: 40px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-heading {
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.4;
  margin: 0 0 6px;
  letter-spacing: 0.03em;
}

.popup-subheading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b46b18;
  margin: 0 0 22px;
}

/* â•â•â•â•â•â•â•â•â•â•â• FORM â•â•â•â•â•â•â•â•â•â•â• */
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-field {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.popup-field i {
  position: absolute;
  left: 14px;
  color: #b46b18;
  font-size: 0.9rem;
  pointer-events: none;
}

.popup-field input,
.popup-field textarea {
  width: 100%;
  padding: 12px 14px 12px 38px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #1a1a2e;
  background: #fff;
  outline: none;
  font-family: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.popup-field--textarea textarea {
  padding: 12px 14px;
  resize: none;
  line-height: 1.5;
}

.popup-field input::placeholder,
.popup-field textarea::placeholder {
  color: #bbb;
}

.popup-field input:focus,
.popup-field textarea:focus {
  border-color: #b46b18;
  box-shadow: 0 0 0 3px #b46b1822;
  background: #fff;
}

.popup-btn-submit {
  width: 100%;
  padding: 14px;
  background: #b46b18;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 4px;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.popup-btn-submit:hover {
  background: #2d2d2d;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(180, 107, 24, 0.35);
}

.popup-footnote {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â• SERVICES SECTION â•â•â•â•â•â•â•â•â•â•â• */
.services-section {
  padding: 100px 0;
  background: #f9f3ed;
}

/* â”€â”€ Left text â”€â”€ */
.services-section .services-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgb(180 107 24);
  margin-bottom: 14px;
}

.services-section .services-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}

.services-section .services-body {
  font-size: 0.95rem;
  color: #000;
  line-height: 1.75;
  margin-bottom: 14px;
}

/* â”€â”€ Buttons: reuse existing .hero-cta-group styles â”€â”€
   Override colors for the amber background context    */
.services-section .btn-cta--popup {
  background: #fff;
  border-color: #fff;
}

.services-section .btn-cta--popup .btn-cta-icon {
  background: #b46b1820;
  color: #b46b18;
}

.services-section .btn-cta--popup .btn-cta-label {
  color: #1a1a2e;
}

.services-section .btn-cta--popup:hover {
  background: #1a1a2e;
  border-color: #1a1a2e;
}

.services-section .btn-cta--popup:hover .btn-cta-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.services-section .btn-cta--popup:hover .btn-cta-label {
  color: #fff;
}

.services-section .btn-cta--phone {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  margin-left: 10px;
}

.services-section .btn-cta--phone .btn-cta-icon {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.services-section .btn-cta--phone .btn-cta-label {
  color: #fff;
}

.services-section .btn-cta--phone:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

/* â”€â”€ Service Cards Grid â”€â”€ */
.services-section .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.services-section .service-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.services-section .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.services-section .service-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #b46b1814;
  color: #b46b18;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.services-section .service-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.3;
}

.services-section .service-card p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.services-section .service-card-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 18px;
  background: #b46b18;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.services-section .service-card-btn:hover {
  background: #2d2d2d;
  transform: translateY(-1px);
}



a.btn-cta.btn-cta--phone {
  background: #1a1a1a;
}

.cta-band a.btn-cta.btn-cta--phone {
    background: #fff;
    color: #1a1a1a;
}



.footer .footer-contact p a {
    display: flex;
}