body {
  font-family: "Poppins", sans-serif;
}
.font-14 {
  font-size: 14px;
}
.mr-10 {
  margin-right: 10px;
}
.top-head {
  background: #0f2f3d;
  color: white;
}
/* ── Navbar base ── */
.pf-navbar {
  background: linear-gradient(
    to right,
    #0f2f3d 0% 15%,
    #244f56 50%,
    #2b6165 100%
  );
  transition: box-shadow 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.pf-navbar.scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.pf-logo {
  height: 46px;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 15px;
  font-weight: 500;
  padding: 0.65rem 1rem !important;
  transition: color 0.2s;
  white-space: nowrap;
}
.navbar-nav .nav-link:hover {
  color: #fff !important;
}

.btn-shop {
  background: #c18d36;
  color: #fff !important;
  border-radius: 6px;
  padding: 0.45rem 1.2rem !important;
  font-weight: 500;
  font-size: 15px;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-shop:hover {
  background: #b07820 !important;
  color: #fff !important;
}

/* ──────────────────────────────────────────
       DESKTOP (lg and up)
    ────────────────────────────────────────── */
@media (min-width: 992px) {
  .nav-item.has-mega {
    position: static;
  }
  .nav-item.has-drop {
    position: relative;
  }

  /* Full-viewport-width mega menu via fixed positioning */
  .mega-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 3px solid #c18d36;
    border-bottom: 1px solid #e0e0e0;
    padding: 2rem 0;
    z-index: 9998;
    pointer-events: none;
  }
  .mega-menu.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* Simple dropdown */
  .simple-dropdown {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-top: 3px solid #c18d36;
    border-radius: 0 0 6px 6px;
    min-width: 210px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
    z-index: 9999;
    padding: 0.5rem 0;
    pointer-events: none;
  }
  .simple-dropdown.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .simple-dropdown a {
    display: block;
    padding: 9px 18px;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    transition:
      background 0.15s,
      color 0.15s;
  }
  .simple-dropdown a:hover {
    background: #f7f2eb;
    color: #c18d36;
  }

  /* Hide mobile-only elements on desktop */
  .mobile-accordion {
    display: none !important;
  }

  /* Hide mobile shop now, show desktop shop now */
  .shop-now-mobile {
    display: none !important;
  }
}

/* Shared mega menu column styles */
.mega-menu-col h6 {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
  border-bottom: 2px solid #c18d36;
  padding-bottom: 6px;
  display: inline-block;
}
.mega-menu-col a {
  display: block;
  color: #555;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 0;
  transition:
    color 0.15s,
    padding-left 0.15s;
}
.mega-menu-col a:hover {
  color: #c18d36;
  padding-left: 5px;
}
.mega-menu-col .shop-all {
  color: #c18d36;
  font-weight: 600;
  margin-top: 6px;
}

/* ──────────────────────────────────────────
       MOBILE (below lg)
    ────────────────────────────────────────── */
@media (max-width: 991.98px) {
  /* Hide desktop hover menus */
  .mega-menu,
  .simple-dropdown {
    display: none !important;
  }

  /* Hide desktop shop now button (in nav-link) */
  .shop-now-desktop {
    display: none !important;
  }

  /* Nav list full width, left aligned */
  .navbar-nav {
    align-items: stretch !important;
    width: 100%;
    padding: 0.25rem 0 0.75rem;
  }

  /* Each nav-item full width */
  .navbar-nav .nav-item {
    width: 100%;
  }

  /* Regular nav-link (Home) */
  .navbar-nav .nav-link {
    padding: 0.6rem 0 !important;
    white-space: normal;
    display: block;
    width: 100%;
  }

  /* Accordion wrapper full width */
  .mobile-accordion {
    width: 100%;
  }

  /* Accordion toggle button — full width, chevron pushed to far right */
  .mobile-accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    padding: 0.6rem 0;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s;
    line-height: 1.4;
  }
  .mobile-accordion-btn:hover,
  .mobile-accordion-btn.active {
    color: #fff;
  }

  .mob-btn-label {
    flex: 1;
  }

  .mobile-accordion-btn .chevron {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 8px;
    transition: transform 0.22s ease;
    display: block;
  }
  .mobile-accordion-btn.active .chevron {
    transform: rotate(180deg);
  }

  /* Accordion body — uses JS-set height for smooth open, no cut-off */
  .mobile-acc-body {
    overflow: hidden;
    height: 0;
    transition: height 0.32s ease;
  }

  /* Category titles */
  .mobile-acc-body .mob-cat-title {
    font-size: 12px;
    font-weight: 700;
    color: #c18d36;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.55rem 0 0.25rem 1rem;
    margin: 0;
  }

  /* Sub-links */
  .mobile-acc-body a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    text-decoration: none;
    padding: 5px 0 5px 1rem;
    transition: color 0.15s;
  }
  .mobile-acc-body a:hover {
    color: #fff;
  }
  .mobile-acc-body .shop-all {
    color: #c18d36;
    font-weight: 600;
    padding-bottom: 8px;
  }

  .mobile-acc-body .mob-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 4px 0 4px 1rem;
  }

  /* Mobile Shop Now — shown as full-width block at bottom */
  .shop-now-mobile {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 0.75rem 0 0.25rem;
    padding: 0.55rem 1.2rem;
    font-size: 15px;
    font-weight: 500;
  }
}
/* ── Search Modal Overlay ── */
#pfSearchModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999; /* above navbar, above everything */
  background: rgba(0, 0, 0, 0);
  transition: background 0.28s ease;
}
#pfSearchModal.pf-modal-open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#pfSearchModal.pf-modal-visible {
  background: rgba(0, 0, 0, 0.55);
}

/* ── Search Box Panel ── */
.pf-search-panel {
  width: 100%;
  max-width: 680px;
  margin: 80px 16px 0;
  background: #fff;
  border-radius: 12px;
  padding: 28px 28px 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  transform: translateY(-24px);
  opacity: 0;
  transition:
    transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1),
    opacity 0.25s ease;
  position: relative;
}
#pfSearchModal.pf-modal-visible .pf-search-panel {
  transform: translateY(0);
  opacity: 1;
}

/* ── Close Button ── */
.pf-search-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.15s;
  padding: 0;
}
.pf-search-close:hover {
  background: #f0f0f0;
}
.pf-search-close svg {
  width: 18px;
  height: 18px;
  color: #555;
}

/* ── Input Row ── */
.pf-search-input-wrap {
  position: relative;
  margin-top: 6px;
}
.pf-search-input-wrap input {
  width: 100%;
  height: 50px;
  border: 1.5px solid #d0d0d0;
  border-radius: 8px;
  padding: 0 52px 0 18px;
  font-size: 16px;
  color: #222;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.pf-search-input-wrap input:focus {
  border-color: #c8922a;
}
.pf-search-input-wrap input::placeholder {
  color: #aaa;
}

/* Search icon inside input (right side) */
.pf-search-input-wrap .pf-input-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}
.pf-search-input-wrap .pf-input-icon svg {
  width: 20px;
  height: 20px;
  color: #c8922a;
}

/* ── Hint text below input ── */
.pf-search-hint {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
}

/* ── Panel title ── */
.pf-search-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.btn-theme-gradiant {
  background: linear-gradient(175deg, #2b6165 0%, #0f2f3d 100%);
  color: white;
  border: none;
  padding: 8px 23px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-theme-gradiant:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: white;
  background: linear-gradient(195deg, #2b6165 0%, #0f2f3d 100%);
}

.btn-theme-white {
  background: white;
  color: black;
  padding: 8px 23px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
}

.btn-theme-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.common-heading {
  font-size: 26px;
  font-weight: 600;
}
.categories-section {
  margin-top: 35px;
}
.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}
.gradiant-2 {
  background: linear-gradient(90deg, #c18d36 0%, #b07820 100%);
}
.work-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.step-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
  perspective: 600px;
}

.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
  border-radius: 50%;
}

.work-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  backface-visibility: hidden;
}

.back {
  transform: rotateY(180deg);
}

.one-line {
  white-space: nowrap;
}
.theme-dark-text {
  color: #0f2f3d;
}
.banner-h1 {
  background: linear-gradient(to right, #0f2f3d 0%, #244f56 50%, #2b6165 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* FOOTER SHELL */
.pf-footer__overlay {
  background: linear-gradient(
    to right,
    #0f2f3d 0% 15%,
    #244f56 50%,
    #2b6165 100%
  );
}

.pf-footer__main {
  padding: 52px 0 44px;
}

/* HEADINGS */
.pf-footer h5 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1px;
  margin-bottom: 22px;
  color: #fff;
}

/* NAV */
.pf-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pf-nav li {
  margin-bottom: 9px;
}

.pf-nav a {
  font-size: 14.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 0.18s;
}

.pf-nav a:hover {
  color: #e8a020;
}

/* CONTACT ROW */
.pf-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
}

.pf-row__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-row__icon img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

/* BADGES */
.pf-badges {
  align-items: center;
}

.pf-badge {
  background: #fff;
  border-radius: 5px;
  height: 33px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
}

.pf-badge--visa {
  font-size: 17px;
  font-weight: 900;
  color: #1a1f71;
  letter-spacing: -0.5px;
}

.pf-badge--mc {
  padding: 0 7px;
}

.pf-badge--paypal {
  font-size: 11px;
  font-weight: 700;
}

.pf-badge--stars {
  background: #00a650;
  gap: 2px;
  padding: 0 8px;
}

.pf-badge--stars svg {
  width: 13px;
  height: 13px;
}

/* NEWSLETTER */
.pf-newsletter-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 16px;
  line-height: 1.55;
  text-align: justify;
}

.pf-subscribe {
  display: flex;
  max-width: 310px;
  border-radius: 6px;
  overflow: hidden;
}

.pf-subscribe input {
  flex: 1 1 auto;
  min-width: 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  padding: 10px 14px;
  font-size: 13px;
  color: #fff;
}

.pf-subscribe input:focus {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.pf-subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.pf-subscribe button {
  flex-shrink: 0;
  background: #e8a020;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s;
}

.pf-subscribe button:hover {
  background: #c98a18;
}

/* DIVIDER */
.pf-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}

/* BOTTOM */
.pf-footer__bottom {
  background: rgba(4, 12, 34, 0.55);
  padding: 16px 0;
}

.pf-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

/* SOCIALS */
.pf-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pf-social {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    background 0.18s,
    border-color 0.18s;
}

.pf-social:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.36);
}

.pf-social svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  display: block;
}
.review-box {
  padding: 10px 11rem;
  background: #f0f4f4;
  border-radius: 10px;
  margin-top: 30px;
}
.breadcrumb-section {
  background-color: #f0f4f4;
}
/* RESPONSIVE */
@media (max-width: 575.98px) {
  .text-sm-no-wrap {
    white-space: normal;
  }
  .home-content-description {
    max-height: 520px;
  }
  .pf-footer__main {
    padding: 36px 0 30px;
  }

  .pf-subscribe {
    max-width: 100%;
  }

  .pf-bottom-flex {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .pf-socials {
    justify-content: center;
  }
  .review-box {
    padding: 0;
  }
}
