/* New Header Start */
@font-face {
  font-family: 'GreatVibes';
  src: url('/content/fonts/GreatVibes-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.brand-calligraphy {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-script {
  font-family: 'GreatVibes', cursive;
  font-size: 42px;
  font-weight: bold;
  color: #7a5940;
}

.brand-clean {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 800;
  color: #2f2a27;
  margin-top: 2px;
}

.header-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.search-link {
  color: #5f5148;
  font-weight: 800;
  font-size: 22px;   /* try 22–28px */
}
.user-menu-btn {
  position: relative;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #7a5940, #b98967);
  color: white;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(122, 89, 64, 0.22);
}

.user-dot {
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background: #37b24d;
  border: 2px solid #fffaf5;
  border-radius: 50%;
}

.user-initial {
  font-size: 17px;
}

/*.user-menu {
  position: absolute;
  right: 0;
  top: 56px;
  width: 220px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 250, 245, 0.98);
  box-shadow: 0 22px 60px rgba(45, 32, 24, 0.18);
  display: none;
  z-index: 2000;
}

.user-menu.active {
  display: block;
}*/
/* Dropdown menu */
.user-menu {
  position: absolute;
  right: 0;
  top: 46px;
  width: 220px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 250, 245, 0.98);
  box-shadow: 0 22px 60px rgba(45, 32, 24, 0.18);

  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;

  transition: all 0.2s ease;
}

/* 🔥 Show on hover */
.user-menu-wrapper:hover .user-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.user-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.user-menu button {
  width: 100%;
  border: none;
  background: transparent;
  padding: 13px 14px;
  border-radius: 14px;
  text-align: left;
  color: #4f4038;
  font-weight: 800;
  cursor: pointer;
}

.user-menu button:hover {
  background: #f5e7dc;
}

@media (max-width: 600px) {
  .brand-script {
    font-size: 28px;
  }
}

#pageloaderd1 {
  text-align: center;
  background:#ccc;
  opacity: 0.85;
  margin-bottom:10px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position:fixed;			/*using fixed as we have scroll otherwise use absolute*/
  display:none;
  z-index: 999999;
}
#pageloaderd1:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

 
#pageloaderd1 > div {
  display: inline-block;
  vertical-align: middle;
}

.hwbploader1 {
  border-top: 10px solid blue;
  border-right: 10px solid red;
  border-bottom: 10px solid pink;
  border-left: 10px solid green;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* New Header Ends */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #2e2a27;
  min-height: 100vh;
  background-attachment: fixed;
}

a {
  color: inherit;
  text-decoration: none;
}


.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease;
}
.site-header {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.header-wrapper.scrolled {
  background: rgba(255, 250, 245, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(70, 50, 35, 0.08);
}

.logo {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.4px;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 600;
  color: #5f5148;
}

.nav-btn {
  background: #2f2a27;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
}

.hero {
  width: min(1180px, 92%);
  margin: 40px auto 80px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 36px;
  align-items: center;
}

.hero-text {
  padding: 50px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 70px rgba(68, 49, 36, 0.10);
}

.eyebrow {
  color: #936f53;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
}

h1 {
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -2px;
  margin-bottom: 24px;
}

.hero-text p {
  font-size: 20px;
  line-height: 1.7;
  color: #6b5d54;
  max-width: 720px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
}

.primary {
  background: #7a5940;
  color: #fff;
  box-shadow: 0 14px 30px rgba(122, 89, 64, 0.25);
}

.secondary {
  background: #fff;
  color: #5e4938;
}

.hero-card {
  min-height: 390px;
  border-radius: 36px;
  padding: 34px;
  background:
    linear-gradient(rgba(50, 35, 25, .25), rgba(50, 35, 25, .45)),
    url("/content/images/hwbbanner_500.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 25px 70px rgba(68, 49, 36, 0.18);
}

.hero-card span {
  font-weight: 800;
  opacity: .9;
}

.hero-card h2 {
  font-size: 32px;
  line-height: 1.15;
  margin: 14px 0;
}

.topics,
.blogs,
.about {
  width: min(1180px, 92%);
  margin: 0 auto 90px;
}

.topics h2,
.blogs h2,
.about h2 {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -1px;
  text-align: center;
}

.section-subtitle {
  text-align: center;
  margin: 12px auto 34px;
  color: #70645d;
  font-size: 18px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.topic-card {
  padding: 26px;
  background: rgba(255,255,255,.68);
  border-radius: 26px;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(70, 50, 35, 0.08);
  transition: .25s ease;
}

.topic-card:hover,
.blog-card:hover {
  transform: translateY(-6px);
}

.topic-card span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #76685e;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.blog-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 18px 45px rgba(70, 50, 35, 0.10);
  transition: .25s ease;
}

.blog-image {
  height: 190px;
}

.soft-one {
  background: linear-gradient(135deg, #ffe5d9, #fff8f0);
}

.soft-two {
  background: linear-gradient(135deg, #dbeafe, #f0f7ff);
}

.soft-three {
  background: linear-gradient(135deg, #e6f4ea, #f4f9f4);
}

.blog-category {
  display: inline-flex;
  align-self: flex-start;

  margin-bottom: 14px;
  padding: 6px 12px;

  border-radius: 999px;

  background:
    rgba(122,89,64,.10);

  color: #7a5940;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.blog-card-content {
  padding: 26px;
}

.blog-card-content span {
  color: #936f53;
  font-weight: 800;
  font-size: 14px;
}

.blog-card-content h3 {
  font-size: 24px;
  margin: 12px 0;
  line-height: 1.2;
}

.blog-card-content p {
  color: #6b5d54;
  line-height: 1.6;
  margin-bottom: 18px;
}

.blog-card-content a {
  font-weight: 800;
  color: #7a5940;
}

.blog-card-footer {
  margin-top: auto;

  padding-top: 18px;

  #border-top: 1px solid rgba(120,90,70,.10);
}

.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  color: #7a5940;

  font-weight: 700;

  text-decoration: none;

  transition:
    transform .2s ease,
    color .2s ease;
}

.blog-read-link:hover {
  transform: translateX(4px);

  color: #5d4330;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding: 42px;
  border-radius: 34px;
  background: rgba(255,255,255,.7);
}

.about h2 {
  text-align: left;
}

.about p {
  font-size: 19px;
  line-height: 1.7;
  color: #6b5d54;
}

footer {
  text-align: center;
  padding: 34px;
  color: #6b5d54;
}

.blog-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.site-footer {
  margin-top: 80px;
  background: rgba(255, 250, 245, 0.78);
  border-top: 1px solid rgba(122, 89, 64, 0.12);
  text-align: center;
  padding: 20px 20px;
  color: #6b5d54;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.footer-links a,
.footer-links button {
  border: none;
  background: transparent;
  color: #7a5940;
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
}

@media (max-width: 900px) {
  .site-header {
    gap: 18px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero,
  .about {
    grid-template-columns: 1fr;
  }

  .hero-text {
    padding: 34px;
  }

  .topic-grid,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  nav {
    gap: 12px;
    font-size: 14px;
  }

  .hero {
    margin-top: 20px;
  }

  .hero-text {
    padding: 26px;
    border-radius: 26px;
  }

  .hero-card {
    min-height: 280px;
    border-radius: 26px;
  }

  .topic-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    letter-spacing: -1px;
  }
}

/*Cookie Setting Start*/
.cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(38, 30, 25, 0.42);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  z-index: 99999;
}

.cookie-overlay.active {
  display: flex;
}

.cookie-box {
  width: min(560px, 100%);
  background: linear-gradient(135deg, #fffaf5, #fff1e8);
  border-radius: 34px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(45, 32, 24, 0.25);
}

.cookie-box h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.cookie-box p {
  color: #75645a;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cookie-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  margin: 12px 0;
  border-radius: 22px;
  background: rgba(255,255,255,.68);
  border: 1px solid #ead8cb;
}

.cookie-row small {
  display: block;
  color: #76685e;
  margin-top: 5px;
  line-height: 1.4;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.cookie-actions button {
  flex: 1;
  min-width: 140px;
  border: none;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: #7a5940;
  color: white;
}

.btn-light {
  background: #f5e7dc;
  color: #5f4938;
}
/*Cookie Setting End*/

/* Sign In Options Start */
.open-auth-btn {
  border: none;
  padding: 12px 24px;
  border-radius: 999px;
  background: #7a5940;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.auth-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(38, 30, 25, 0.45);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 22px;
  z-index: 9999;
}

.auth-modal-overlay.active {
  display: flex;
}

.auth-modal {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: linear-gradient(135deg, #fffaf5, #fff1e8);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 30px 80px rgba(45, 32, 24, 0.25);
  animation: modalIn 0.25s ease;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.auth-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f3e5da;
  color: #5c4536;
  font-size: 24px;
  cursor: pointer;
}

.auth-view {
  display: none;
}

.auth-view.active {
  display: block;
}

.auth-view h2 {
  font-size: 32px;
  margin-bottom: 8px;
  color: #2f2925;
}

.auth-subtitle {
  color: #75645a;
  line-height: 1.5;
  margin-bottom: 24px;
}

.auth-view input[type="text"],
.auth-view input[type="email"],
.auth-view input[type="password"] {
  width: 100%;
  border: 1px solid #ead8cb;
  background: rgba(255, 255, 255, 0.78);
  padding: 15px 17px;
  border-radius: 18px;
  margin-bottom: 14px;
  font-size: 15px;
  outline: none;
}

.auth-view input:focus {
  border-color: #b88a68;
  box-shadow: 0 0 0 4px rgba(184, 138, 104, 0.15);
}

.auth-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.auth-actions button {
  flex: 1;
  border: none;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: #7a5940;
  color: white;
  box-shadow: 0 12px 28px rgba(122, 89, 64, 0.25);
}

.btn-light {
  background: #f5e7dc;
  color: #5f4938;
}

.auth-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.auth-links button {
  border: none;
  background: transparent;
  color: #7a5940;
  font-weight: 700;
  cursor: pointer;
}

.radio-group {
  background: rgba(255,255,255,0.55);
  border: 1px solid #ead8cb;
  border-radius: 22px;
  padding: 16px;
  margin: 4px 0 16px;
}

.radio-group p {
  margin-bottom: 10px;
  font-weight: 800;
  color: #4c4038;
}

.radio-group label {
  display: block;
  margin: 9px 0;
  color: #65554c;
}

.radio-group input {
  margin-right: 8px;
}

.disclaimer {
  font-size: 13px;
  color: #7b6a60;
  line-height: 1.5;
}

.disclaimer a {
  color: #7a5940;
  font-weight: 800;
}

.code-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 24px 0;
}

.code-inputs input {
  width: 48px;
  height: 56px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  border-radius: 16px;
  border: 1px solid #ead8cb;
  background: white;
}

.verify-message {
  display: none;
  padding: 12px 14px;
  border-radius: 16px;
  margin: 14px 0;
  font-weight: 800;
  line-height: 1.4;
}

.verify-message.error {
  display: block;
  background: #fdecec;
  color: #a94442;
}

.verify-message.success {
  display: block;
  background: #edf8ef;
  color: #2f7d3c;
}

.verify-message.info {
  display: block;
  background: #fff4e8;
  color: #7a5940;
}

.verify-timer {
  margin: 12px 0 18px;
  color: #75645a;
  font-weight: 700;
}

.code-inputs input:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#resendCodeBtn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 520px) {
  .auth-modal {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .auth-view h2 {
    font-size: 28px;
  }

  .auth-actions {
    flex-direction: column;
  }

  .code-inputs input {
    width: 42px;
    height: 52px;
  }
}

.mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  cursor: pointer;
  padding: 10px;
}

.mobile-menu-btn span {
  display: block;
  height: 3px;
  width: 100%;
  background: #7a5940;
  border-radius: 999px;
  margin: 5px 0;
}

.mobile-menu-panel {
  display: none;
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 0 0 18px;
}

.mobile-menu-panel.active {
  display: block;
}

.mobile-menu-panel a,
.mobile-menu-item,
.mobile-user-options button {
  width: 100%;
  display: block;
  border: none;
  background: rgba(255,255,255,.76);
  color: #5f4938;
  padding: 15px 18px;
  border-radius: 18px;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

.mobile-menu-panel a:hover,
.mobile-menu-item:hover,
.mobile-user-options button:hover {
  background: #f5e7dc;
}

/* mobile only */
@media (max-width: 760px) {
  .header-actions {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .brand-script {
    font-size: 32px;
  }

  .site-header {
    padding: 14px 0;
  }
}

@media (min-width: 761px) {
  .mobile-menu-panel {
    display: none !important;
  }
}

/* Sign In Options End */

/* Account Setting Start */
.account-modal {
  position: relative;
  width: min(760px, 96%);
  background: linear-gradient(135deg, #fffaf5, #fff1e8);
  border-radius: 34px;
  padding: 24px;
  box-shadow: 0 30px 80px rgba(45, 32, 24, 0.25);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  animation: modalIn 0.25s ease;
}

.account-menu {
  background: rgba(255,255,255,0.55);
  border: 1px solid #ead8cb;
  border-radius: 26px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.account-tab {
  border: none;
  background: transparent;
  padding: 13px 14px;
  border-radius: 16px;
  text-align: left;
  color: #5f4938;
  font-weight: 900;
  cursor: pointer;
}

.account-tab:hover,
.account-tab.active {
  background: #f5e7dc;
  color: #7a5940;
}

.account-tab.danger {
  color: #a94442;
}

.account-content {
  padding: 12px 8px;
}

.account-panel {
  display: none;
}

.account-panel.active {
  display: block;
}

.account-panel h2 {
  font-size: 32px;
  margin-bottom: 8px;
  color: #2f2925;
}

.account-panel input {
  width: 100%;
  border: 1px solid #ead8cb;
  background: rgba(255,255,255,0.78);
  padding: 15px 17px;
  border-radius: 18px;
  margin-bottom: 14px;
  font-size: 15px;
  outline: none;
}

.account-panel input:focus {
  border-color: #b88a68;
  box-shadow: 0 0 0 4px rgba(184, 138, 104, 0.15);
}

.full-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 900;
  cursor: pointer;
  margin-top: 8px;
}

.btn-danger {
  background: #a94442;
  color: white;
}

.form-message {
  display: none;
  padding: 12px 14px;
  border-radius: 16px;
  margin: 12px 0 16px;
  font-weight: 800;
}

.form-message.error {
  display: block;
  background: #fdecec;
  color: #a94442;
}

.form-message.success {
  display: block;
  background: #edf8ef;
  color: #2f7d3c;
}

.success-box {
  background: rgba(255,255,255,0.65);
  border: 1px solid #ead8cb;
  border-radius: 24px;
  padding: 22px;
  text-align: center;
}

.success-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #2f7d3c;
}

.success-box p {
  color: #75645a;
  line-height: 1.5;
  margin-bottom: 18px;
}

.warning-box {
  background: #fff4e8;
  border: 1px solid #ead8cb;
  color: #5f4938;
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 18px;
}

.warning-box strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.warning-box p {
  line-height: 1.5;
  color: #75645a;
}

.current-info {
  background: rgba(255,255,255,0.65);
  border: 1px solid #ead8cb;
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 14px;
  color: #5f4938;
}

.hidden {
  display: none;
}

@media (max-width: 720px) {
  .account-modal {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 28px;
  }

  .account-menu {
    flex-direction: row;
    overflow-x: auto;
    margin-top: 35px;
  }

  .account-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .account-panel h2 {
    font-size: 28px;
  }

  .auth-close {
    top: 16px;
    right: 18px;
  }
}
/* Account Setting End */

/* Footer Link Start */

.info-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(38, 30, 25, 0.45);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 22px;
  z-index: 99999;
}

.info-modal-overlay.active {
  display: flex;
}

/*.info-modal {
  position: relative;
  width: min(760px, 96%);
  max-height: 86vh;
  overflow-y: auto;
  background: linear-gradient(135deg, #fffaf5, #fff1e8);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 30px 80px rgba(45, 32, 24, 0.25);
  animation: modalIn 0.25s ease;
}

.info-content {
  display: none;
}

.info-content.active {
  display: block;
}*/

.info-modal {
  position: relative;
  width: min(760px, 96%);
  max-height: 86vh;
  background: linear-gradient(135deg, #fffaf5, #fff1e8);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 30px 80px rgba(45, 32, 24, 0.25);
  overflow: hidden; /* important */
}

.info-content {
  display: none;
}

.info-content.active {
  display: block;
  max-height: calc(86vh - 68px);
  overflow-y: auto;
  padding-right: 8px;
}

.info-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f3e5da;
  color: #5c4536;
  font-size: 24px;
  cursor: pointer;
}

.info-content h2 {
  font-size: 34px;
  color: #2f2925;
  margin-bottom: 8px;
}

.info-content.active::-webkit-scrollbar {
  width: 8px;
}

.info-content.active::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.info-content.active::-webkit-scrollbar-thumb {
  background: rgba(122, 89, 64, 0.28);
  border-radius: 999px;
}

/* Chrome, Edge, Safari */
.info-content.active::-webkit-scrollbar-thumb:hover {
  background: rgba(122, 89, 64, 0.45);
}

/* Firefox */
.info-content.active {
  scrollbar-width: thin;
  scrollbar-color: rgba(122, 89, 64, 0.35) transparent;
}

.info-subtitle {
  color: #75645a;
  margin-bottom: 24px;
  line-height: 1.5;
}

.policy-text h3 {
  margin: 24px 0 8px;
  color: #4c4038;
  font-size: 20px;
}

.policy-text h5 {margin-top:15px;;margin-bottom:5px;font-weight:bold;}
/*.termspara {margin-top:0px;margin-bottom:10px;line-height:120%;}*/

.policy-text p {
  color: #65554c;
  line-height: 1.75;
  margin-bottom: 12px;
}

.modal-search-form {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.modal-search-form input {
  flex: 1;
  border: 1px solid #ead8cb;
  background: rgba(255,255,255,0.78);
  padding: 15px 18px;
  border-radius: 999px;
  font-size: 16px;
  outline: none;
}

.modal-search-form button {
  border: none;
  background: #7a5940;
  color: white;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.search-result-item {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.68);
  border: 1px solid #ead8cb;
  margin-bottom: 14px;
}

.search-result-item h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.search-result-item a {
  color: #7a5940;
  font-weight: 900;
}

.search-result-item p {
  color: #65554c;
  line-height: 1.6;
}

.empty-result {
  color: #75645a;
  background: rgba(255,255,255,.55);
  padding: 18px;
  border-radius: 20px;
}

.modal-search-form .btn-light {
  border: none;
  background: #f5e7dc;
  color: #5f4938;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 600px) {
  .info-modal {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .modal-search-form {
    flex-direction: column;
  }

  .modal-search-form button {
    width: 100%;
  }

  .info-content h2 {
    font-size: 28px;
  }

  .info-content.active {
    max-height: calc(100vh - 120px); /* better mobile fit */
  }
}

/* Footer Link Ends */

/* Blog List Start */
/*.category-tabs {
  width: min(1180px, 92%);
  margin: 0 auto 28px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.category-tab {
  flex: 0 0 auto;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #6b4f3a;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(70, 50, 35, 0.06);
}

.category-tab.active {
  background: #7a5940;
  color: white;
}*/
/*
.category-tabs-shell {
  position: relative;
  width: min(1180px, 92%);
  margin: 0 auto 28px;
}

.category-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 8px 46px 12px;
  scrollbar-width: none;
  touch-action: pan-x;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tab {
  flex: 0 0 auto;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #6b4f3a;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(70, 50, 35, 0.06);
  transition: all 0.2s ease;
}

.category-tab:hover {
  background: #f5e7dc;
  transform: translateY(-1px);
}

.category-tab.active {
  background: #7a5940;
  color: white;
}

.cat-scroll-btn {
  position: absolute;
  top: 8px;
  bottom: 12px;
  z-index: 5;

  width: 38px;
  border: none;
  border-radius: 18px;

  display: none;
  align-items: center;
  justify-content: center;

  background: rgba(255, 250, 245, 0.74);
  backdrop-filter: blur(10px);
  color: #7a5940;

  font-size: 34px;
  font-weight: 900;
  line-height: 1;

  cursor: pointer;
  box-shadow: 0 12px 28px rgba(70, 50, 35, 0.12);
  transition: all 0.2s ease;
}

.cat-scroll-btn.visible {
  display: flex;
}

.cat-scroll-btn:hover {
  background: rgba(122, 89, 64, 0.92);
  color: white;
}

.cat-left {
  left: 0;
}

.cat-right {
  right: 0;
}

.cat-scroll-btn.disabled {
  opacity: 0.25;
  pointer-events: none;
}
*/

.category-tabs-shell {
  position: relative;
  width: min(1180px, 92%);
  margin: 0 auto 28px;
}

.category-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  min-width: 0;

  overflow-x: auto;
  overflow-y: hidden;

  padding: 8px 48px 12px;

  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;

  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tab {
  flex: 0 0 auto;
  white-space: nowrap;

  padding: 11px 18px;
  border-radius: 999px;

  background: rgba(255,255,255,.72);
  color: #6b4f3a;

  font-weight: 800;
  text-decoration: none;

  box-shadow: 0 10px 25px rgba(70, 50, 35, 0.06);
}

.category-tab.active {
  background: #7a5940;
  color: white;
}

.cat-scroll-btn {
  position: absolute;
  top: 8px;
  bottom: 12px;
  z-index: 20;

  width: 42px;
  border: none;
  border-radius: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 250, 245, 0.86);
  backdrop-filter: blur(10px);
  color: #7a5940;

  font-size: 36px;
  font-weight: 900;
  cursor: pointer;
}

.cat-scroll-btn.visible {
  display: flex;
}

.cat-scroll-btn:hover {
  background: rgba(122, 89, 64, 0.92);
  color: white;
}

.cat-scroll-btn.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.cat-left {
  left: 0;
}

.cat-right {
  right: 0;
}

.content-layout {
  width: min(1180px, 92%);
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
}

.blog-list {
  display: grid;
  gap: 24px;
}

.list-blog-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 45px rgba(70, 50, 35, 0.09);
}

.list-blog-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.list-blog-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
/*
.list-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(70, 50, 35, 0.13);
}
*/

.list-blog-body {
  padding: 28px;
}

.category-pill {
  display: inline-block;
  background: #f5e7dc;
  color: #7a5940;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.category-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(122, 89, 64, 0.08);
  color: #7a5940;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.list-blog-body h2 {
  font-size: 28px;
  margin: 14px 0 8px;
  line-height: 1.2;
}

.meta {
  color: #7b6c62;
  font-size: 14px;
  margin-bottom: 14px;
}

.excerpt {
  color: #6b5d54;
  line-height: 1.7;
}

.card-footer {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.read-more {
  color: #7a5940;
  font-weight: 900;
}
.read-more-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #7a5940;
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(122, 89, 64, 0.22);
  transition: all 0.22s ease;
}

.read-more-btn span {
  transition: transform 0.22s ease;
}

.read-more-btn:hover {
  background: #5f4432;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(122, 89, 64, 0.28);
}

.read-more-btn:hover span {
  transform: translateX(4px);
}

.blog-stats {
  display: flex;
  gap: 14px;
  color: #7b6c62;
  font-weight: 700;
  font-size: 14px;
}

/* Side Bar Popular Post Start */
.sidebar {
  display: grid;
  gap: 22px;
  align-content: start;
}

.side-card {
  background: rgba(255,255,255,.75);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(70, 50, 35, 0.08);
}

.side-card h3 {
  margin-bottom: 16px;
}

.side-card a {
  display: block;
  color: #6b4f3a;
  font-weight: 700;
  margin: 12px 0;
}

.popular-widget {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 45px rgba(70, 50, 35, 0.09);
  border: 1px solid rgba(234, 216, 203, 0.75);
}

.popular-widget-header {
  padding: 18px 22px;
  background: linear-gradient(135deg, #7a5940, #b98967);
  color: white;
  font-weight: 900;
  font-size: 18px;
}

.popular-post-item {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  text-decoration: none;
  color: #2f2a27;
  transition: 0.22s ease;
}

.popular-post-item + .popular-post-item {
  border-top: 1px solid rgba(122, 89, 64, 0.12);
}

.popular-post-item:hover {
  background: #fff4eb;
}

.popular-rank {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #f5e7dc;
  color: #7a5940;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
}

.popular-post-item h4 {
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 6px;
}

.popular-post-item p {
  margin: 0;
  color: #7b6c62;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .popular-widget {
    margin-top: 12px;
  }
}

/* Side Bar Popular Post Ends */

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud a {
  background: #f5e7dc;
  padding: 8px 13px;
  border-radius: 999px;
  margin: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
}

.pagination button {
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
  cursor: pointer;
  background: #7a5940;
  color: white;
}

.pagination button:disabled {
  background: #e2d5cb;
  color: #9b8b80;
  cursor: not-allowed;
}

@media (max-width: 950px) {
  .list-blog-card img {
    display: none;
  }

  .list-blog-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .content-layout {
    display: flex;
    flex-direction: column;
  }

  .blog-list {
    order: 1;
  }

  .pagination-wrapper {
    order: 2;
  }

  .sidebar {
    order: 3;
    margin-top: 12px;
  }

}

/* Blog List Ends */

/* Blog Post Start */
.sub-header {
  width: min(1180px, 92%);
  margin: 18px auto 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #7b6c62;
  font-size: 14px;
  font-weight: 800;
}

.sub-header a {
  color: #7a5940;
}

.sub-header.post-sub-header {
  width: min(920px, 92%);
  margin: 18px auto 16px;
}

.post-wrapper {
  width: min(920px, 92%);
  margin: 40px auto 90px;
}

.post-card,
.comments-section,
.related-posts {
  background: rgba(255,255,255,.78);
  border-radius: 34px;
  padding: clamp(28px, 5vw, 52px);
  box-shadow: 0 20px 55px rgba(70, 50, 35, 0.08);
  margin-bottom: 28px;
}

.post-card h1 {
  font-size: clamp(38px, 6vw, 40px);
  line-height: 1.05;
  margin-bottom: 14px;
}

.post-meta {
  margin-bottom: 32px;
  color: #7b6c62;
}

.post-card p {
  font-size: 15px;
  line-height: 1.85;
  color: #4f4640;
  margin-bottom: 24px;
}

.post-card h2 {
  font-size: 32px;
  margin: 34px 0 16px;
}

.post-card img {
  width: 100%;
  border-radius: 26px;
  margin: 24px 0;
  object-fit: cover;
}

.ad-placeholder {
  margin: 34px 0;
  padding: 28px;
  border-radius: 22px;
  text-align: center;
  background: #f7efe8;
  color: #9a8374;
  font-weight: 800;
  border: 1px dashed #d7bfae;
}

.share-box {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #ead8cb;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.share-boxn {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #ead8cb;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.share-box a {
  background: #f5e7dc;
  color: #7a5940;
  padding: 9px 15px;
  border-radius: 999px;
  font-weight: 800;
}

.comment-box textarea {
  width: 100%;
  min-height: 130px;
  border-radius: 22px;
  border: 1px solid #ead8cb;
  padding: 18px;
  resize: vertical;
  font-family: inherit;
}

.comment-box button {
  margin-top: 14px;
  border: none;
  background: #7a5940;
  color: white;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 900;
  cursor: pointer;
}

.comment-card {
  margin-top: 20px;
  padding: 18px;
  border-radius: 22px;
  background: #fff8f2;
}

.comment-date {
  margin-bottom: 20px;
}

.comment-share-box {
  margin-top: 34px;
  padding-top: 5px;
  border-top: 1px solid #ead8cb;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}


.mini-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mini-blog-card {
  padding: 20px;
  border-radius: 22px;
  background: #fff8f2;
  color: #6b4f3a;
  font-weight: 800;
}

/* Blog Post Ends */

/* Loader Start */
.hwb-loader-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 250, 245, 0.72);
  backdrop-filter: blur(10px);

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.hwb-loader-overlay.active {
  opacity: 1;
  visibility: visible;
}

.hwb-loader-box {
  width: 220px;

  padding: 34px 28px;

  border-radius: 32px;

  background: rgba(255,255,255,.82);

  box-shadow:
    0 24px 60px rgba(70, 50, 35, 0.16);

  text-align: center;
}

.hwb-loader-heart {
  font-size: 34px;
  color: #c86f6f;

  animation: hwbHeartBeat 1.2s infinite;
}

.hwb-loader-spinner {
  width: 58px;
  height: 58px;

  margin: 18px auto;

  border-radius: 50%;

  border: 5px solid rgba(122, 89, 64, 0.12);
  border-top-color: #7a5940;

  animation: hwbSpin 0.9s linear infinite;
}

.hwb-loader-text {
  color: #5f4938;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.2px;
}

@keyframes hwbSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hwbHeartBeat {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
  }
}

@media (max-width: 640px) {

  .hwb-loader-box {
    width: 180px;
    padding: 28px 22px;
    border-radius: 26px;
  }

  .hwb-loader-spinner {
    width: 48px;
    height: 48px;
  }

  .hwb-loader-heart {
    font-size: 28px;
  }
}
/* Loader Ends */

/* Tooltip Start */
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #87ceeb;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  font-size: x-small;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 43%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #87ceeb transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* Tooltip Ends */
/* Old CSS Copy Start */
.w3-bctag {color:LightGray; cursor: pointer}
.w3-bctutags {color:LightSeaGreen; cursor: pointer}
.w3-bctutags:hover {transform: scale(1.5);}
.w3-bctag:hover {transform: scale(1.5);}
.w3-bctdtags {color:Salmon; cursor: pointer}
.w3-bctdtags:hover {transform: scale(1.5);}
.w3-bciatags {color:Red; cursor: pointer}
.w3-bciatags:hover {transform: scale(1.5);}
/* Old CSS Copy Ends */

/* UL, OL List Start */
.blog-content ul,
.article-content ul,
.policy-text ul,
.policy-content ul {
  margin: 16px 0 16px 22px;

  padding-left: 18px;

  list-style: disc;

  line-height: 1.9;
}

.blog-content ol,
.article-content ol,
.policy-content ol {
  margin: 16px 0 16px 22px;

  padding-left: 18px;

  list-style: decimal;

  line-height: 1.9;
}

.blog-content li,
.article-content li,
.policy-content li {
  margin-bottom: 10px;
}
/* UL, OL List Ends */