/* ============================================================
   PRIMESHIP COLOR THEME — Orange + Dark (CSS only)
   ============================================================ */

:root {
  --ss-navy: #1f2937;
  --ss-navy-dark: #111827;
  --ss-accent: #f97316;
  --ss-accent-soft: rgba(249, 115, 22, 0.1);
}

/* Buttons ab orange */
.bg--base,
.cmn--btn,
.btn--base {
  background-color: var(--ss-accent) !important;
  border-color: var(--ss-accent) !important;
}

.cmn--btn:hover,
.btn--base:hover {
  background-color: #ea580c !important;
  border-color: #ea580c !important;
}

/* Search button orange */
.header-bottom .search--group:focus-within {
  border-color: var(--ss-accent);
}

/* Menu bar ab white, dark text (PrimeShip style) */
.header-menu {
  background-color: #fff !important;
  border-bottom: 1px solid var(--ss-border);
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.05);
}

.header-menu .menu > li > a {
  color: #1f2937 !important;
  font-weight: 600;
}

.header-menu .menu > li > a:hover,
.header-menu .menu > li > a.active {
  color: var(--ss-accent) !important;
}

.header-menu .menu > li > a::after {
  background: var(--ss-accent);
}

.header-menu .text-white,
.header-menu .sign-in-up a,
.header-menu .sign-in-up span {
  color: #1f2937 !important;
}

.header-menu .sign-in-up a:hover {
  color: var(--ss-accent) !important;
  opacity: 1;
}

/* Category button orange */
.header-menu .categoryButton {
  background: var(--ss-accent) !important;
  color: #fff !important;
}

.header-menu .menuButton {
  background: #1f2937 !important;
  color: #fff !important;
}

/* Cart/wishlist hover orange */
.cart--btn:hover {
  background: var(--ss-accent) !important;
  border-color: var(--ss-accent);
}

.cart--btn .qty {
  background: var(--ss-accent);
}

/* Services strip — orange bar white icons (PrimeShip trust bar) */
.tos-links-section {
  background: var(--ss-accent) !important;
}

.tos-links a {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.tos-links a:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.tos-links .icon img {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.tos-links .subtitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.tos-links .content p {
  color: rgba(255, 255, 255, 0.9);
}

/* Section titles orange underline */
footer .title::after {
  background: var(--ss-accent);
}

/* Top bar — thoda aur dark/black */
.header-top {
  background-color: #111827 !important;
}                                                                                                       
/* ============================================================
   HOME TRUST BAR — PrimeShip Orange Style (FINAL)
   ============================================================ */

.home-trust-bar {
  background: #f97316 !important;
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.home-trust-bar .tos-links a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.home-trust-bar .tos-links a:hover {
  transform: translateY(-3px);
  box-shadow: none !important;
}

.home-trust-bar .tos-links .icon {
  flex-shrink: 0;
}

.home-trust-bar .tos-links .icon img {
  background: #ffffff !important;
  border-radius: 50% !important;
  padding: 13px !important;
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
}

.home-trust-bar .tos-links .subtitle {
  color: #111827 !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 0.02em !important;
  display: block !important;
  margin-bottom: 2px !important;
}

.home-trust-bar .tos-links .content p {
  color: #3f2208 !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

/* Footer wali duplicate services bar chhupao */
.tos-links-section:not(.home-trust-bar) {
  display: none !important;
}

/* Banner full width image */
.banner-section--full .banner__wrapper-content {
  width: 100% !important;
}

.banner-section--full .banner__wrapper-content-inner img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}
/* ============================================================
   FINAL SPACING + SECTION TITLES (ek hi clean block)
   ============================================================ */

/* Trust bar tight */
.home-trust-bar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* Trust bar ke baad wala section foran shuru ho */
.home-trust-bar + section,
.home-trust-bar + div {
  padding-top: 15px !important;
  margin-top: 0 !important;
}

/* Sab sections ke bare paddings chhote karo */
.pt-40  { padding-top: 20px !important; }
.pt-50  { padding-top: 25px !important; }
.pt-60  { padding-top: 25px !important; }
.pt-80  { padding-top: 30px !important; }
.pt-100 { padding-top: 35px !important; }
.pt-120 { padding-top: 35px !important; }
.pb-40  { padding-bottom: 20px !important; }
.pb-50  { padding-bottom: 25px !important; }
.pb-60  { padding-bottom: 25px !important; }
.pb-80  { padding-bottom: 30px !important; }
.pb-100 { padding-bottom: 35px !important; }
.pb-120 { padding-bottom: 35px !important; }
.py-60  { padding-top: 25px !important; padding-bottom: 25px !important; }
.py-80  { padding-top: 30px !important; padding-bottom: 30px !important; }
.mt-60  { margin-top: 25px !important; }
.mt-80  { margin-top: 30px !important; }
.my-60  { margin-top: 25px !important; margin-bottom: 25px !important; }

/* Trust bar ka padding in sab se bacha rahe */
.home-trust-bar.pt-60 { padding-top: 30px !important; }
.home-trust-bar.pb-60 { padding-bottom: 30px !important; }

/* Banner tight */
.banner-section {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

/* --- Section titles: blue box hatao, PrimeShip style --- */

.section-header,
[class*="section-header"],
[class*="section__header"] {
  background: transparent !important;
}

.section-header .title,
.section-header h2,
.section-header h3,
[class*="section-title"],
.section-title {
  background: transparent !important;
  color: #111827 !important;
  font-weight: 800 !important;
  font-size: 26px !important;
  padding: 0 0 10px 0 !important;
  position: relative;
  clip-path: none !important;
}

.section-header .title::after,
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: #f97316;
  border-radius: 4px;
}

.section-header a,
a.show-all {
  color: #f97316 !important;
  font-weight: 600 !important;
}
/* ============================================================
   BANNER FULL WIDTH — ZOR WALA FIX
   ============================================================ */

.banner-section,
.banner-section--full {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.banner-section .container-fluid,
.banner-section--full .container-fluid,
.banner-section .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100vw !important;
  width: 100% !important;
}

.banner-section--full .banner__wrapper-content,
.banner-section--full .banner-slider,
.banner-section--full .owl-stage-outer,
.banner-section--full .banner__wrapper-content-inner {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0 !important;
}

.banner-section--full .banner__wrapper-content-inner img {
  width: 100% !important;
  border-radius: 0 !important;
  display: block;
}
/* ============================================================
   BANNER SIDE PADDING — BILKUL KHATAM (ZOR WALA)
   ============================================================ */

body .banner-section--full,
.banner-section--full {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.banner-section--full .container-fluid {
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw !important;
}

.banner-section--full .banner__wrapper-content {
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

.banner-section--full .banner-slider,
.banner-section--full .owl-stage-outer {
  width: 100% !important;
  margin: 0 !important;
}

.banner-section--full img {
  width: 100vw !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
} 
/* ============================================================
   BANNER SIDE PADDING — BILKUL KHATAM (ZOR WALA)
   ============================================================ */

body .banner-section--full,
.banner-section--full {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.banner-section--full .container-fluid {
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw !important;
}

.banner-section--full .banner__wrapper-content {
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

.banner-section--full .banner-slider,
.banner-section--full .owl-stage-outer {
  width: 100% !important;
  margin: 0 !important;
}

.banner-section--full img {
  width: 100vw !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
/* ============================================================
   BANNER SIDE PADDING — BILKUL KHATAM (ZOR WALA)
   ============================================================ */

body .banner-section--full,
.banner-section--full {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.banner-section--full .container-fluid {
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw !important;
}

.banner-section--full .banner__wrapper-content {
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

.banner-section--full .banner-slider,
.banner-section--full .owl-stage-outer {
  width: 100% !important;
  margin: 0 !important;
}

.banner-section--full img {
  width: 100vw !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}