#html-body [data-pb-style=QB2VO3P]{text-align:center}
#html-body [data-pb-style=OR6X6IR]{text-align:center}
.home-page-3 {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.title-block-3 {
  margin: 0 !important;
  padding: 0 !important;
}
.home-page-3 .slider-show {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.home-page-3 .slider-show .owl-carousel {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.home-page-3 .slider-show img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.home-hero-title {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 20px 0;
}
.home-hero-h1 {
  color: #1a2e5a;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 14px;
  font-family: 'Playfair Display', serif;
}
.home-hero-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #1a2e5a, #c0392b);
  margin: 0 auto;
  border-radius: 2px;
}

/* Remove all gaps around banner */
.page-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.page-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.columns {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.column.main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget.block {
  margin: 0 !important;
  padding: 0 !important;
}
.popular-categories {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: linear-gradient(180deg, #f0f4f8 0%, #ffffff 100%);
  padding: 65px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.categories-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.cat-header {
  text-align: center;
  margin-bottom: 50px;
}
.cat-tag {
  display: inline-block;
  background: linear-gradient(135deg, #1a2e5a, #2a4080);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.cat-title {
  color: #1a2e5a;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 12px 0;
  display: block;
}
.cat-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #1a2e5a, #c0392b);
  margin: 12px auto 0;
  border-radius: 2px;
}
.cat-subtitle {
  color: #999999;
  font-size: 15px;
  margin: 14px 0 0 0;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.cat-item {
  text-align: center;
}
.cat-item a {
  text-decoration: none;
  color: #1a2e5a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cat-icon {
  width: 100%;
  aspect-ratio: 1;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(26,46,90,0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 2px solid #f0f4f8;
  padding: 22px;
}
.cat-icon-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,46,90,0.04), rgba(192,57,43,0.04));
  opacity: 0;
  transition: opacity 0.4s;
  border-radius: 22px;
}
.cat-item a:hover .cat-icon {
  box-shadow: 0 16px 40px rgba(26,46,90,0.18);
  transform: translateY(-8px) scale(1.03);
  border-color: #1a2e5a;
}
.cat-item a:hover .cat-icon-bg {
  opacity: 1;
}
.cat-name {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #333333;
  display: block;
  line-height: 1.4;
  transition: color 0.3s;
}
.cat-arrow {
  font-size: 11px;
  font-weight: 600;
  color: #c0392b;
  display: block;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s;
}
.cat-item a:hover .cat-name {
  color: #1a2e5a;
}
.cat-item a:hover .cat-arrow {
  opacity: 1;
  transform: translateY(0);
}

/* Tablet */
@media (max-width: 900px) {
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .cat-title { font-size: 26px; }
}

/* Mobile */
@media (max-width: 480px) {
  .popular-categories { padding: 45px 0; }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .cat-title { font-size: 20px; letter-spacing: 1px; }
  .cat-subtitle { font-size: 13px; }
  .cat-name { font-size: 11px; }
  .cat-arrow { display: none; }
  .cat-header { margin-bottom: 30px; }
}
.why-choose-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: linear-gradient(180deg, #eef2f7 0%, #f8faff 100%);
  padding: 65px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.why-choose-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.why-left {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 6px 30px rgba(26,46,90,0.08);
}
.why-header {
  text-align: center;
  margin-bottom: 30px;
}
.why-tag {
  display: inline-block;
  background: linear-gradient(135deg, #1a2e5a, #2a4080);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.why-title {
  color: #1a2e5a;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 10px 0;
  display: block;
}
.why-underline {
  width: 70px;
  height: 4px;
  background: linear-gradient(to right, #1a2e5a, #c0392b);
  margin: 0 auto;
  border-radius: 2px;
}
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 16px;
  border-left: 4px solid #1a2e5a;
  margin-bottom: 10px;
  background: #f8faff;
  border-radius: 0 12px 12px 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.why-item:hover {
  border-left-color: #c0392b;
  background: #fff5f5;
  transform: translateX(5px);
  box-shadow: 4px 4px 15px rgba(192,57,43,0.08);
}
.why-check {
  min-width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #1a2e5a, #2a4080);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(26,46,90,0.25);
  transition: background 0.3s;
}
.why-item:hover .why-check {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
}
.why-item p {
  color: #555555;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 0;
  padding-top: 4px;
}
.why-right {
  width: 215px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.badge-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 3px 15px rgba(0,0,0,0.07);
  border: 1px solid #eef0f5;
  transition: all 0.3s;
}
.badge-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.badge-logo { border-top: 4px solid #1a2e5a; }
.badge-verified { border-top: 4px solid #1a2e5a; }
.badge-shipping { border: 2px solid #c0392b; }
.badge-rating { border-top: 4px solid #f5a623; }
.badge-secure {
  background: linear-gradient(135deg, #1a2e5a, #27ae60);
  border: none;
}
.badge-buysafe { border-top: 4px solid #4da6ff; }
.badge-payment { border-top: 4px solid #1a2e5a; padding: 15px 12px; }
.badge-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}
.badge-secure .badge-icon-wrap {
  background: rgba(255,255,255,0.2);
}
.badge-label {
  color: #1a2e5a;
  font-weight: 700;
  font-size: 13px;
  margin: 5px 0 2px;
}
.badge-sub {
  color: #999999;
  font-size: 11px;
  margin: 0;
}
.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 10px;
}
.pay-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 8px 4px;
  border-radius: 10px;
  background: #f8faff;
  border: 1px solid #eef0f5;
  transition: all 0.3s;
  cursor: default;
}
.pay-method:hover {
  background: #ffffff;
  border-color: #1a2e5a;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.pay-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pay-method span {
  font-size: 9px;
  font-weight: 700;
  color: #444444;
  text-align: center;
  line-height: 1.2;
}

/* TABLET */
@media (max-width: 900px) {
  .why-choose-inner { flex-direction: column; }
  .why-right {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .badge-box { width: calc(50% - 8px); }
  .badge-payment { width: 100%; }
}

/* MOBILE */
@media (max-width: 600px) {
  .why-left { padding: 22px 15px; }
  .why-title { font-size: 20px; }
  .why-item { padding: 11px 12px; }
  .why-item p { font-size: 13px; }
  .badge-box { width: 100%; }
  .payment-grid { grid-template-columns: repeat(3, 1fr); }
}
.popular-meds-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #ffffff;
  padding: 50px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.popular-meds-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.popular-meds-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
}
.popular-meds-line {
  flex: 1;
  height: 2px;
  background: #c0392b;
}
.popular-meds-title {
  color: #c0392b;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  margin: 0;
}
.meds-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.med-btn {
  background: #c0392b;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s, transform 0.2s;
}
.med-btn:hover {
  background: #a93226;
  color: #ffffff;
  transform: translateY(-2px);
}
.med-btn span {
  flex: 1;
}

/* Tablet */
@media (max-width: 900px) {
  .meds-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .popular-meds-title {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .meds-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .popular-meds-title {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .med-btn {
    padding: 12px 14px;
    font-size: 12px;
  }
}
.reviews-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #f0f4f8;
  padding: 60px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.reviews-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.reviews-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.reviews-line {
  flex: 1;
  height: 2px;
  background: #1a2e5a;
}
.reviews-title {
  color: #1a2e5a;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  margin: 0;
}
.reviews-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-track-outer {
  flex: 1;
  overflow: hidden;
}
.reviews-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.review-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.07);
  border: 1px solid #eeeeee;
  min-width: calc(33.333% - 14px);
  max-width: calc(33.333% - 14px);
  box-sizing: border-box;
  flex-shrink: 0;
}
.review-stars {
  color: #f5a623;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.review-name {
  color: #1a2e5a;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
}
.review-date {
  color: #aaaaaa;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
}
.review-text {
  color: #555555;
  font-size: 14px;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
}
.rev-btn {
  background: #1a2e5a;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 28px;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
  transition: background 0.3s;
}
.rev-btn:hover {
  background: #c0392b;
}
.rev-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
}
.rev-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccccc;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}
.rev-dot.active {
  background: #1a2e5a;
}

/* Tablet */
@media (max-width: 900px) {
  .review-card {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .review-card {
    min-width: 100%;
    max-width: 100%;
  }
  .reviews-title {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .rev-btn {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
}
