/* ================================================================
   Origin Apparel — Custom Buying House CSS
   ================================================================ */

:root {
    --oa-navy:   #0a1628;
    --oa-blue:   #1a3a5e;
    --oa-gold:   #f59e0b;
    --oa-light:  #f8fafc;
    --oa-text:   #374151;
    --oa-sub:    #6b7280;
}

/* ── VIDEO HERO ─────────────────────────────────────────────────── */
.main-banner.video-bg {
    position: relative;
    overflow: hidden !important;
    background-color: #000;
    height: 800px !important;
}
.main-banner.video-bg video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 0;
}
.main-banner.video-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5, 12, 30, 0.52);
    z-index: 1;
}
.main-banner.video-bg .d-table {
    position: relative;
    z-index: 2;
}
.banner-content .line {
    width: 60px;
    height: 3px;
    background: var(--oa-gold);
    margin-bottom: 20px;
}
.banner-content .sub-title {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--oa-gold);
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
}
.banner-content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #fff;
}
.banner-content p {
    font-size: 17px;
    color: rgba(255,255,255,0.82);
    margin-bottom: 32px;
    line-height: 1.7;
}
@media(max-width:768px) {
    .main-banner.video-bg { height: 580px !important; }
    .banner-content h1 { font-size: 32px; }
}

/* ── STATS STRIP ────────────────────────────────────────────────── */
.oa-stats-strip {
    background: var(--oa-navy);
    padding: 40px 0;
}
.oa-stat-item {
    padding: 12px 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.oa-stat-item:last-child { border-right: none; }
.oa-stat-number {
    display: block;
    font-size: 38px;
    font-weight: 800;
    color: var(--oa-gold);
    line-height: 1;
    margin-bottom: 6px;
}
.oa-stat-label {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
@media(max-width:767px) {
    .oa-stat-item { border-right: none; padding: 16px 0; }
    .oa-stat-number { font-size: 30px; }
}

/* ── SECTION TITLE ──────────────────────────────────────────────── */
.section-title .sub-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--oa-gold);
    display: block;
    margin-bottom: 12px;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--oa-navy);
    margin-bottom: 14px;
    line-height: 1.25;
}
.section-title p {
    color: var(--oa-sub);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── ABOUT TEASER ───────────────────────────────────────────────── */
.oa-about-teaser {
    padding: 90px 0;
    background: #fff;
}
.oa-about-text .sub-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--oa-gold);
    display: block;
    margin-bottom: 12px;
}
.oa-about-text h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--oa-navy);
    margin-bottom: 20px;
    line-height: 1.25;
}
.oa-about-text p {
    color: var(--oa-text);
    line-height: 1.8;
    margin-bottom: 16px;
}
.oa-check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.oa-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--oa-text);
    margin-bottom: 10px;
    font-size: 15px;
}
.oa-check-list li i {
    color: var(--oa-gold);
    font-size: 20px;
    margin-top: 1px;
    flex-shrink: 0;
}
.oa-about-img {
    position: relative;
}
.oa-about-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.oa-about-badge {
    position: absolute;
    bottom: -20px;
    right: 24px;
    background: var(--oa-gold);
    color: var(--oa-navy);
    border-radius: 12px;
    padding: 20px 28px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(245,158,11,0.35);
}
.oa-badge-num {
    display: block;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}
.oa-badge-txt {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
@media(max-width:991px) {
    .oa-about-img img { height: 350px; }
    .oa-about-badge { right: 12px; padding: 14px 20px; }
    .oa-badge-num { font-size: 30px; }
}

/* ── WHY CHOOSE US ──────────────────────────────────────────────── */
.oa-why-us {
    background: var(--oa-light);
    padding: 90px 0;
}
.oa-why-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 28px;
    margin-bottom: 28px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid transparent;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.oa-why-card:hover {
    transform: translateY(-6px);
    border-color: var(--oa-gold);
    box-shadow: 0 12px 40px rgba(245,158,11,0.14);
}
.oa-why-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--oa-navy), var(--oa-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.oa-why-icon i {
    font-size: 30px;
    color: var(--oa-gold);
}
.oa-why-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--oa-navy);
    margin-bottom: 12px;
}
.oa-why-card p {
    color: var(--oa-sub);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ── PRODUCT CATEGORIES ─────────────────────────────────────────── */
.oa-categories {
    padding: 90px 0;
    background: #fff;
}
.oa-cat-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 28px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.oa-cat-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.oa-cat-card:hover img { transform: scale(1.06); }
.oa-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,22,40,0.90) 0%, rgba(10,22,40,0.1) 55%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 28px 24px;
    transition: background 0.3s;
}
.oa-cat-card:hover .oa-cat-overlay {
    background: linear-gradient(to top, rgba(10,22,40,0.95) 0%, rgba(10,22,40,0.5) 60%, rgba(10,22,40,0.1) 100%);
}
.oa-cat-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.oa-cat-content p {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.oa-cat-card:hover .oa-cat-content p {
    opacity: 1;
    transform: translateY(0);
}
.oa-cat-btn {
    display: inline-block;
    padding: 8px 20px;
    background: var(--oa-gold);
    color: var(--oa-navy) !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease 0.05s;
}
.oa-cat-card:hover .oa-cat-btn {
    opacity: 1;
    transform: translateY(0);
}

/* ── CAT MINI (about page) ─────────────────────────────────────── */
.oa-cat-mini {
    text-align: center;
    margin-bottom: 16px;
}
.oa-cat-mini img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: transform 0.3s;
}
.oa-cat-mini:hover img { transform: scale(1.04); }
.oa-cat-mini span {
    font-size: 13px;
    font-weight: 600;
    color: var(--oa-navy);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── OUR PROCESS ────────────────────────────────────────────────── */
.oa-process {
    background: var(--oa-navy);
    padding: 90px 0;
    position: relative;
}
.oa-process::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><circle cx="30" cy="30" r="1" fill="%23ffffff08"/></svg>');
}
.oa-process-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 36px 24px;
    margin-bottom: 28px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}
.oa-process-card:hover {
    background: rgba(245,158,11,0.08);
    border-color: rgba(245,158,11,0.3);
    transform: translateY(-4px);
}
.oa-process-num {
    font-size: 64px;
    font-weight: 900;
    color: rgba(245,158,11,0.15);
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 20px;
    font-family: 'Georgia', serif;
}
.oa-process-icon {
    font-size: 42px;
    color: var(--oa-gold);
    display: block;
    margin-bottom: 18px;
}
.oa-process-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.oa-process-card p {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ── WORLD MAP ──────────────────────────────────────────────────── */
.oa-worldmap-section {
    background: var(--oa-navy);
    padding: 90px 0 70px;
}
.oa-worldmap-section .section-title .sub-title { color: var(--oa-gold); }
.oa-worldmap-section .section-title h2 { color: #fff; }
.oa-worldmap-section .section-title p { color: rgba(255,255,255,0.65); }
.oa-map-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 50px;
}
.oa-map-img {
    width: 100%;
    display: block;
    opacity: 0.25;
    filter: invert(1) hue-rotate(190deg) saturate(0.3);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.oa-map-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.oa-map-stats {
    margin-top: 10px;
}
.oa-map-stat {
    text-align: center;
    padding: 20px 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.oa-map-stat:last-child { border-right: none; }
.oa-map-stat h3 {
    font-size: 36px;
    font-weight: 800;
    color: var(--oa-gold);
    margin-bottom: 6px;
}
.oa-map-stat p {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}

/* ── TESTIMONIALS ───────────────────────────────────────────────── */
.oa-testimonials {
    background: var(--oa-light);
    padding: 90px 0;
}
.oa-testi-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    margin-bottom: 28px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.07);
    transition: all 0.3s;
    border-bottom: 3px solid transparent;
}
.oa-testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border-bottom-color: var(--oa-gold);
}
.oa-testi-stars {
    margin-bottom: 16px;
}
.oa-testi-stars i {
    color: var(--oa-gold);
    font-size: 16px;
}
.oa-testi-card > p {
    color: var(--oa-text);
    font-size: 15px;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 24px;
    position: relative;
    padding-left: 20px;
}
.oa-testi-card > p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 48px;
    color: var(--oa-gold);
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.5;
}
.oa-testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #f3f4f6;
    padding-top: 18px;
}
.oa-testi-info h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--oa-navy);
    margin: 0 0 3px;
}
.oa-testi-info span {
    font-size: 12px;
    color: var(--oa-sub);
}

/* ── CTA STRIP ──────────────────────────────────────────────────── */
.oa-cta-strip {
    background: linear-gradient(135deg, var(--oa-navy) 0%, var(--oa-blue) 100%);
    padding: 80px 0;
    text-align: center;
}
.oa-cta-pre {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--oa-gold);
    margin-bottom: 12px;
}
.oa-cta-strip h2 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.2;
}
.oa-cta-strip p {
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

/* ── CONTACT PAGE ───────────────────────────────────────────────── */
.oa-contact-info-strip {
    background: #fff;
    padding: 60px 0 20px;
}
.oa-contact-info-box {
    text-align: center;
    padding: 32px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 28px;
    transition: all 0.3s;
}
.oa-contact-info-box:hover {
    border-color: var(--oa-gold);
    box-shadow: 0 8px 30px rgba(245,158,11,0.12);
}
.oa-contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--oa-navy), var(--oa-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.oa-contact-icon i { font-size: 26px; color: var(--oa-gold); }
.oa-contact-info-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--oa-navy);
    margin-bottom: 8px;
}
.oa-contact-info-box p { color: var(--oa-sub); margin: 0; line-height: 1.6; }
.oa-contact-info-box a { color: var(--oa-text); }
.oa-contact-info-box a:hover { color: var(--oa-gold); }

.oa-contact-form-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.07);
}
.oa-contact-form-wrap .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    transition: border 0.2s;
}
.oa-contact-form-wrap .form-control:focus {
    border-color: var(--oa-gold);
    box-shadow: 0 0 0 3px rgba(245,158,11,0.1);
    outline: none;
}
.oa-contact-form-wrap label {
    font-size: 13px;
    font-weight: 600;
    color: var(--oa-navy);
    margin-bottom: 6px;
    display: block;
}
.oa-contact-sidebar {
    background: var(--oa-navy);
    border-radius: 12px;
    padding: 36px 32px;
    color: #fff;
    height: 100%;
}
.oa-contact-sidebar h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.oa-contact-sidebar .oa-check-list li {
    color: rgba(255,255,255,0.8);
}
.oa-contact-sidebar .oa-check-list li i {
    color: var(--oa-gold);
}
.oa-contact-map {
    margin-top: 24px;
    border-radius: 8px;
    overflow: hidden;
}
.oa-contact-sidebar h4 {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
}
.oa-social-contact .social-link {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.oa-social-contact .social-link li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s;
}
.oa-social-contact .social-link li a:hover {
    background: var(--oa-gold);
    color: var(--oa-navy);
}

/* ── CERT BOX ───────────────────────────────────────────────────── */
.oa-cert-box {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.2s;
}
.oa-cert-box:hover {
    border-color: var(--oa-gold);
    background: #fffbeb;
}
.oa-cert-box p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--oa-navy);
    margin: 8px 0 0;
}

/* ── BLOG CONTENT ───────────────────────────────────────────────── */
.oa-blog-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--oa-navy);
    margin: 36px 0 14px;
}
.oa-blog-content h2:first-child { margin-top: 0; }
.oa-blog-content p {
    color: var(--oa-text);
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 18px;
}
.oa-blog-content ul {
    margin: 0 0 18px 0;
    padding-left: 0;
    list-style: none;
}
.oa-blog-content ul li {
    color: var(--oa-text);
    font-size: 15px;
    line-height: 1.7;
    padding: 6px 0 6px 26px;
    position: relative;
}
.oa-blog-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--oa-gold);
    font-weight: 700;
}
.oa-blog-content strong { color: var(--oa-navy); }
.oa-blog-content a { color: var(--oa-blue); font-weight: 600; }

/* ── MISC ───────────────────────────────────────────────────────── */
.navbar-area { margin-bottom: 0 !important; }

@media (max-width: 991px) {
    .oa-categories .col-lg-4 { margin-bottom: 0; }
    .oa-contact-form-wrap { padding: 24px; }
    .oa-contact-sidebar { margin-top: 24px; height: auto; }
    .oa-cta-strip h2 { font-size: 28px; }
}
@media (max-width: 575px) {
    .oa-cat-card img { height: 260px; }
    .oa-cat-content p { opacity: 1; transform: none; }
    .oa-cat-btn { opacity: 1; transform: none; }
    .oa-worldmap-section { padding: 60px 0 50px; }
    .oa-map-stat { border-right: none; padding: 12px 0; }
}

/* ── Premium overlay nav for homepage ─────────────────────────── */
body.oa-home .navbar-area:not(.header-sticky) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
  border-bottom: none;
  box-shadow: none;
}
body.oa-home .navbar-area:not(.header-sticky) .xton-nav .navbar-brand .main-logo {
  filter: brightness(0) invert(1);
}
body.oa-home .navbar-area:not(.header-sticky) .navbar-nav .nav-link {
  color: #fff !important;
}
body.oa-home .navbar-area:not(.header-sticky) .navbar-nav .nav-link:hover,
body.oa-home .navbar-area:not(.header-sticky) .navbar-nav .nav-item.active .nav-link {
  color: #f59e0b !important;
}
body.oa-home .home-slides-two { margin-top: 0; }
/* boxicon sizing in why-card */
.oa-why-icon .bx {
  font-size: 40px;
  color: var(--brand, #0a1628);
}
.oa-why-icon .bx-buildings,
.oa-why-icon .bx-shield-check {
  color: #f59e0b;
}

/* ── Product page ──────────────────────────────────────────────── */
.oa-filter-bar {
  background: #f8f4ee;
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid #e5ddd0;
}
.oa-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.oa-filter-tab {
  padding: 9px 22px;
  border-radius: 30px;
  background: #fff;
  color: #0a1628;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid #e5ddd0;
  transition: all 0.2s;
}
.oa-filter-tab:hover,
.oa-filter-tab.active {
  background: #0a1628;
  color: #f59e0b;
  border-color: #0a1628;
}
.oa-product-section {
  padding: 70px 0 50px;
}
.oa-product-section + .oa-product-section {
  border-top: 1px solid #f0ece6;
}
.oa-prod-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  margin-bottom: 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.oa-prod-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.13);
}
.oa-prod-img {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f5f0ea;
}
.oa-prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.oa-prod-card:hover .oa-prod-img img {
  transform: scale(1.06);
}
.oa-prod-info {
  padding: 12px 14px;
  text-align: center;
}
.oa-prod-info span {
  font-size: 13px;
  font-weight: 600;
  color: #0a1628;
}

/* ── Category nav cards on products page ─────────────────────── */
.oa-cat-nav-card {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 16px;
}
.oa-cat-nav-img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
  background: #e8e2d8;
  margin-bottom: 8px;
  border: 2px solid transparent;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.oa-cat-nav-card:hover .oa-cat-nav-img {
  border-color: #f59e0b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.oa-cat-nav-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.oa-cat-nav-card:hover .oa-cat-nav-img img {
  transform: scale(1.05);
}
.oa-cat-nav-label {
  font-size: 13px;
  font-weight: 700;
  color: #0a1628;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.oa-cat-nav-card:hover .oa-cat-nav-label {
  color: #f59e0b;
}
@media (max-width: 576px) {
  .oa-cat-nav-img { aspect-ratio: 1/1; border-radius: 8px; }
  .oa-cat-nav-label { font-size: 11px; }
}
