/* =========================================================
   Webina Kit Global Frontend Theme
   Modern storefront override
   ========================================================= */

:root {
  --wk-primary: #f7941d;
  --wk-primary-dark: #d97808;
  --wk-dark: #23252b;
  --wk-text: #2f3033;
  --wk-muted: #6b7280;
  --wk-bg: #f5f7fb;
  --wk-card: #ffffff;
  --wk-border: #e5e7eb;
  --wk-radius: 18px;
  --wk-shadow: 0 16px 40px rgba(31, 41, 55, 0.10);
}

/* Base */
body {
  background: var(--wk-bg) !important;
  color: var(--wk-text) !important;
  font-family: "Inter", "Poppins", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

a {
  color: var(--wk-primary) !important;
  transition: all 0.25s ease !important;
}

a:hover,
a:focus {
  color: var(--wk-primary-dark) !important;
  text-decoration: none !important;
}

/* Top bar */
#top {
  background: #ffffff !important;
  border-bottom: 1px solid var(--wk-border) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
  padding: 6px 0 !important;
}

#top .btn-link,
#top-links a,
#top-links .dropdown-menu a {
  color: var(--wk-muted) !important;
  font-weight: 500 !important;
}

#top .btn-link:hover,
#top-links a:hover {
  color: var(--wk-primary) !important;
}

/* Header */
header {
  background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%) !important;
  padding: 22px 0 !important;
  border-bottom: 1px solid rgba(247, 148, 29, 0.14) !important;
}

#logo img {
  max-height: 62px !important;
}

/* Search */
#search .input-lg {
  height: 48px !important;
  border-radius: 14px 0 0 14px !important;
  border: 1px solid var(--wk-border) !important;
  box-shadow: none !important;
  background: #fff !important;
  padding: 0 18px !important;
}

#search .btn-lg {
  height: 48px !important;
  border-radius: 0 14px 14px 0 !important;
  border: 0 !important;
  background: var(--wk-primary) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(247, 148, 29, 0.32) !important;
}

#search .btn-lg:hover {
  background: var(--wk-primary-dark) !important;
}

/* Cart */
#cart > .btn {
  height: 48px !important;
  border-radius: 14px !important;
  border: 0 !important;
  background: var(--wk-dark) !important;
  color: #fff !important;
  box-shadow: var(--wk-shadow) !important;
  font-weight: 700 !important;
}

#cart.open > .btn,
#cart > .btn:hover {
  background: var(--wk-primary) !important;
}

#cart .dropdown-menu {
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: var(--wk-shadow) !important;
  padding: 16px !important;
}

/* Main menu */
#menu {
  background: var(--wk-dark) !important;
  border: 0 !important;
  border-radius: 0 !important;
  min-height: 54px !important;
  box-shadow: 0 14px 34px rgba(35, 37, 43, 0.22) !important;
}

#menu .navbar-nav > li > a {
  color: #fff !important;
  font-weight: 600 !important;
  padding: 17px 18px !important;
  text-shadow: none !important;
}

#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li.open > a {
  background: var(--wk-primary) !important;
  color: #fff !important;
}

#menu .dropdown-menu {
  border: 0 !important;
  border-radius: 0 0 18px 18px !important;
  box-shadow: var(--wk-shadow) !important;
  padding: 12px !important;
}

#menu .dropdown-inner a {
  color: var(--wk-text) !important;
  padding: 9px 12px !important;
  border-radius: 10px !important;
}

#menu .dropdown-inner a:hover {
  background: rgba(247, 148, 29, 0.10) !important;
  color: var(--wk-primary) !important;
}

/* Breadcrumb */
.breadcrumb {
  background: #fff !important;
  border: 1px solid var(--wk-border) !important;
  border-radius: 16px !important;
  padding: 14px 18px !important;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05) !important;
}

.breadcrumb > li + li:before {
  color: var(--wk-primary) !important;
}

/* Page headings */
h1,
h2,
h3 {
  color: var(--wk-dark) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

h1 {
  font-size: 34px !important;
}

/* Product cards */
.product-thumb {
  background: var(--wk-card) !important;
  border: 1px solid var(--wk-border) !important;
  border-radius: var(--wk-radius) !important;
  overflow: hidden !important;
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.07) !important;
  transition: all 0.28s ease !important;
}

.product-thumb:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 22px 46px rgba(31, 41, 55, 0.14) !important;
  border-color: rgba(247, 148, 29, 0.35) !important;
}

.product-thumb .image {
  background: #fff !important;
  padding: 18px !important;
}

.product-thumb .image img {
  border-radius: 14px !important;
}

.product-thumb h4 {
  font-size: 16px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.product-thumb h4 a {
  color: var(--wk-dark) !important;
}

.product-thumb h4 a:hover {
  color: var(--wk-primary) !important;
}

.product-thumb .caption {
  padding: 18px !important;
  min-height: 170px !important;
}

.product-thumb .price {
  color: var(--wk-primary) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.product-thumb .price-old {
  color: #9ca3af !important;
  font-size: 13px !important;
}

.product-thumb .button-group {
  background: #fff !important;
  border-top: 1px solid var(--wk-border) !important;
  display: flex !important;
}

.product-thumb .button-group button {
  background: #fff !important;
  border: 0 !important;
  color: var(--wk-muted) !important;
  font-weight: 700 !important;
  min-height: 48px !important;
  transition: all 0.25s ease !important;
}

.product-thumb .button-group button:hover {
  background: var(--wk-primary) !important;
  color: #fff !important;
}

/* Buttons */
.btn-primary,
.button,
input[type="submit"] {
  background: linear-gradient(135deg, var(--wk-primary), #ffb45c) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 26px rgba(247, 148, 29, 0.32) !important;
  transition: all 0.25s ease !important;
      padding: 12px 21px;
}

.btn-primary:hover,
.button:hover,
input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, var(--wk-primary-dark), var(--wk-primary)) !important;
  color: #fff !important;
}

.btn-default {
  border-radius: 14px !important;
  border: 1px solid var(--wk-border) !important;
  background: #fff !important;
  color: var(--wk-text) !important;
  font-weight: 700 !important;
}

/* Forms */
.form-control {
  border-radius: 14px !important;
  border: 1px solid var(--wk-border) !important;
  box-shadow: none !important;
  min-height: 44px !important;
}

.form-control:focus {
  border-color: var(--wk-primary) !important;
  box-shadow: 0 0 0 4px rgba(247, 148, 29, 0.13) !important;
}

.input-group-addon {
  border-radius: 14px 0 0 14px !important;
  border-color: var(--wk-border) !important;
  background: #fff7ed !important;
  color: var(--wk-primary) !important;
}

/* Panels, boxes, modules */
.panel,
.well,
.list-group,
.category-list,
#content .swiper-viewport {
  border: 0 !important;
  border-radius: var(--wk-radius) !important;
  box-shadow: var(--wk-shadow) !important;
  background: #fff !important;
}

.panel-heading {
  background: linear-gradient(135deg, var(--wk-dark), #3b3d45) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: var(--wk-radius) var(--wk-radius) 0 0 !important;
  padding: 15px 18px !important;
}

.panel-title {
  color: #fff !important;
  font-weight: 800 !important;
}

/* Category side list */
.list-group a {
  border: 0 !important;
  border-bottom: 1px solid var(--wk-border) !important;
  color: var(--wk-text) !important;
  font-weight: 600 !important;
  padding: 13px 16px !important;
}

.list-group a:hover,
.list-group a.active {
  background: rgba(247, 148, 29, 0.10) !important;
  color: var(--wk-primary) !important;
}

/* Tables */
.table {
  background: #fff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.table > thead > tr > td,
.table > thead > tr > th {
  background: var(--wk-dark) !important;
  color: #fff !important;
  border: 0 !important;
}

.table > tbody > tr > td {
  border-color: var(--wk-border) !important;
}

/* Alerts */
.alert {
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.08) !important;
}

.alert-success {
  background: #ecfdf5 !important;
  color: #047857 !important;
}

.alert-danger {
  background: #fef2f2 !important;
  color: #b91c1c !important;
}

.alert-info {
  background: #eff6ff !important;
  color: #1d4ed8 !important;
}

/* Pagination */
.pagination > li > a,
.pagination > li > span {
  border: 0 !important;
  margin: 0 4px !important;
  border-radius: 12px !important;
  color: var(--wk-text) !important;
  font-weight: 700 !important;
}

.pagination > .active > span,
.pagination > .active > a {
  background: var(--wk-primary) !important;
  color: #fff !important;
}

/* Footer */
footer {
  background: linear-gradient(135deg, #23252b, #111827) !important;
  color: #d1d5db !important;
  margin-top: 0 !important;
  padding: 48px 0 28px !important;
  border-top: 4px solid var(--wk-primary) !important;
}

footer h5 {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-bottom: 18px !important;
}

footer a {
  color: #d1d5db !important;
}

footer a:hover {
  color: var(--wk-primary) !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

::-webkit-scrollbar-track {
  background: #eef1f5 !important;
}

::-webkit-scrollbar-thumb {
  background: var(--wk-primary) !important;
  border-radius: 20px !important;
}

* {
  scrollbar-width: thin !important;
  scrollbar-color: var(--wk-primary) #eef1f5 !important;
}

/* Mobile */
@media (max-width: 767px) {
  header {
    padding: 16px 0 !important;
  }

  #menu {
    border-radius: 0 !important;
  }

  #menu .navbar-header {
    background: var(--wk-dark) !important;
  }

  #menu .btn-navbar {
    background: var(--wk-primary) !important;
    border: 0 !important;
    border-radius: 12px !important;
  }

  h1 {
    font-size: 26px !important;
  }

  .product-thumb {
    border-radius: 16px !important;
  }

  .breadcrumb {
    border-radius: 14px !important;
  }
}

body > .container:first-of-type {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body > .container:nth-of-type(2) {
    /* width: 100% !important; */
    /* margin: 0 !important; */
    /* padding: 0 !important; */
}


a:focus {
    outline: 0;
    outline-offset: 0;
}

.navbar { 
    margin-bottom: 0;
}

.webina-contact-page {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 42%);
    padding: 35px 0 60px;
}

.webina-contact-hero {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 35px;
}

.webina-contact-hero h1 {
    font-size: 42px;
    font-weight: 900;
    color: #2f3033;
    margin-bottom: 12px;
}

.webina-contact-hero p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
}

.webina-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 28px;
    align-items: start;
}

.webina-contact-info-card,
.webina-contact-form-card {
    background: #fff;
    border-radius: 26px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 24px 60px rgba(0,0,0,.08);
    overflow: hidden;
}

.webina-contact-info-card {
    padding: 28px;
}

.webina-store-image {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 20px;
}

.webina-info-item {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #f1f1f1;
}

.webina-info-item:last-child {
    border-bottom: 0;
}

.webina-info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    background: #fff3e5;
    color: #f7941d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.webina-info-item strong {
    display: block;
    color: #2f3033;
    margin-bottom: 5px;
}

.webina-info-item p,
.webina-info-item address {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}

.webina-contact-form-card {
    padding: 34px;
}

.webina-form-title {
    margin-bottom: 25px;
}

.webina-form-title h2 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 900;
    color: #2f3033;
}

.webina-form-title p {
    margin: 0;
    color: #6b7280;
}

.webina-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.webina-field {
    margin-bottom: 18px;
}

.webina-field.full {
    grid-column: 1 / -1;
}

.webina-field label {
    display: block; 
    color: #2f3033;
    margin-bottom: 8px;
}

.webina-field .form-control {
    height: 48px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: none;
    padding: 10px 14px;
    background: #fff;
}

.webina-field textarea.form-control {
    height: auto;
    min-height: 135px;
    resize: vertical;
}

.webina-field .form-control:focus {
    border-color: #f7941d;
    box-shadow: 0 0 0 4px rgba(247,148,29,.14);
}

.webina-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.webina-option {
    background: #f4f6f9;
    border: 1px solid #e5e7eb;
    padding: 9px 12px;
    border-radius: 14px;
    font-weight: 700;
    color: #2f3033;
}

.webina-option input {
    margin-right: 6px;
}

.webina-consent {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    padding: 14px 16px;
    border-radius: 16px;
    color: #2f3033;
    font-weight: 700;
}

.webina-submit-wrap {
    text-align: right;
    margin-top: 10px;
}

.webina-submit-btn {
    background: linear-gradient(135deg, #f7941d, #ffb347);
    color: #fff;
    border: 0;
    border-radius: 16px;
    padding: 14px 32px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(247,148,29,.28);
}

.webina-submit-btn:hover,
.webina-submit-btn:focus {
    color: #fff;
    transform: translateY(-1px);
}

.text-danger {
    margin-top: 6px;
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #ff0500;
}

@media(max-width: 991px) {
    .webina-contact-grid {
        grid-template-columns: 1fr;
    }

    .webina-contact-hero h1 {
        font-size: 32px;
    }
}

@media(max-width: 767px) {
    .webina-form-grid {
        grid-template-columns: 1fr;
    }

    .webina-contact-form-card,
    .webina-contact-info-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .webina-submit-wrap {
        text-align: center;
    }

    .webina-submit-btn {
        width: 100%;
    }
}
 
 .webina-contact-map-card{
    margin-top:25px;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    border:1px solid #edf0f5;
}

.webina-map-header{
    padding:18px 22px;
    font-size:17px;
    font-weight:700;
    color:#2f3033;
    border-bottom:1px solid #edf0f5;
    display:flex;
    align-items:center;
    gap:10px;
}

.webina-map-header i{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff3e5;
    color:#f7941d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.webina-map-wrapper{
    height:320px;
}

.webina-map-wrapper iframe{
    width:100%;
    height:100%;
    border:0;
}

.webina-map-btn{
    margin:18px;
    border-radius:14px;
    background:linear-gradient(135deg,#f7941d,#ffb347);
    border:none;
    color:#fff;
    font-weight:700;
    padding:12px;
}

.webina-map-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(247,148,29,.35);
}