:root {
  --web-primary: #18120f;
  --web-accent: #f36a21;
  --web-accent-dark: #d9500c;
  --web-accent-soft: #fff2ea;
  --web-bg: #f7f7f8;
  --web-text: #1d2026;
  --web-muted: #6f7580;
  --web-border: #e7e8eb;
  --web-radius: 18px;
  --web-shadow: 0 14px 38px rgba(25, 18, 14, .08);
}

html { min-width: 0; scroll-behavior: smooth; scroll-padding-top: 138px; }
body.website-shell {
  min-width: 0;
  color: var(--web-text);
  background: var(--web-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.website-shell *, .website-shell *::before, .website-shell *::after { box-sizing: border-box; }
.website-shell img { max-width: 100%; }
.website-shell a, .website-shell button, .website-shell input, .website-shell textarea {
  transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s, transform .2s;
}
.website-shell :focus-visible { outline: 3px solid rgba(243, 106, 33, .3); outline-offset: 3px; }
.website-shell .container { max-width: 1240px; }

/* Modern navigation */
.website-shell .first_navbar {
  min-height: 76px;
  padding: 11px 0;
  background: rgba(24, 18, 15, .97) !important;
  box-shadow: 0 5px 24px rgba(0, 0, 0, .13);
  backdrop-filter: blur(14px);
}
.website-shell .first_navbar .container, .website-shell .second_navbar .container { gap: 28px; }
.website-shell .first_navbar .navbar-brand { margin: 0; }
.website-shell .logo_navbar { width: 108px; height: 48px; object-fit: contain; }
.website-shell .first_navbar .navbar-collapse { justify-content: space-between; gap: 24px; }
.website-shell .nav_form { display: flex; flex: 1 1 520px; max-width: 620px; }
.website-shell .nav_form input {
  width: 100%; height: 46px; padding-inline: 18px 54px; color: #fff;
  border: 1px solid rgba(255, 255, 255, .16); border-radius: 23px;
  background: rgba(255, 255, 255, .09);
}
.website-shell .nav_form input::placeholder { color: rgba(255, 255, 255, .62); }
.website-shell .nav_form input:focus {
  border-color: var(--web-accent); background: rgba(255, 255, 255, .13);
  box-shadow: 0 0 0 4px rgba(243, 106, 33, .14);
}
.website-shell .nav_form .btn {
  top: 4px; right: 4px; left: auto; width: 38px; height: 38px; padding: 0;
  border-radius: 50%; background: var(--web-accent);
}
[dir="rtl"] .website-shell .nav_form .btn { right: auto; left: 4px; }
.website-shell .first_navbar .navbar-nav {
  width: auto; margin: 0; flex-direction: row; align-items: center; gap: 14px;
}
.website-shell .first_navbar .nav-item, .website-shell .first_navbar .nav-link {
  margin: 0; padding: 0; color: rgba(255, 255, 255, .86) !important; font-size: .95rem;
}
.website-shell .flag { width: 32px; height: 32px; margin: 0; border: 2px solid #ffffff4d; object-fit: cover; }
.website-shell .second_navbar {
  top: 76px; min-height: 58px; padding: 5px 0; border-bottom: 1px solid var(--web-border);
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 4px 18px rgba(20, 20, 30, .05); backdrop-filter: blur(14px);
}
.website-shell .second_navbar .navbar-nav { width: 100%; align-items: center; justify-content: space-between; }
.website-shell .second_navbar .nav-item { width: auto !important; margin: 0; }
.website-shell .second_navbar .nav-link {
  padding: 12px 14px; border-radius: 10px; color: #34302d !important;
  font-size: .96rem; font-weight: 600;
}
.website-shell .second_navbar .nav-link:hover, .website-shell .second_navbar .nav-link.active {
  color: var(--web-accent) !important; background: var(--web-accent-soft);
}
.website-shell #myDropdown {
  top: calc(100% + 8px); min-width: 320px; max-height: 65vh; padding: 18px;
  overflow-y: auto; border: 1px solid var(--web-border); border-radius: 14px;
  box-shadow: var(--web-shadow);
}
.website-shell #myDropdown .categories { margin: 0; padding: 0; }
.website-shell #myDropdown a { margin: 0; padding: 9px 12px; border-radius: 8px; font-size: 1rem; }
.website-shell #myDropdown a:hover { background: var(--web-accent-soft); }

/* Hero */
.website-shell .bar {
  top: 134px; z-index: 40; padding: 9px 0;
  background: linear-gradient(90deg, var(--web-accent-dark), var(--web-accent));
}
.website-shell .bar .row { align-items: center; justify-content: space-between; margin: 0; }
.website-shell .bar .text, .website-shell .bar .link { width: auto; margin: 0; }
.website-shell .pricing { margin-inline-start: 8px; color: #fff; font-weight: 700; }
.website-shell .header, .website-shell .bar + .header { margin-top: 134px; background: #16120f; }
.website-shell .header .header-img { height: min(72vh, 720px); min-height: 470px; object-fit: cover; }
.website-shell .image_div_con::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12, 8, 6, .72), rgba(12, 8, 6, .06) 72%);
  pointer-events: none;
}
[dir="rtl"] .website-shell .image_div_con::after {
  background: linear-gradient(-90deg, rgba(12, 8, 6, .72), rgba(12, 8, 6, .06) 72%);
}
.website-shell .header-text {
  top: 50%; right: auto; left: max(7vw, calc((100vw - 1240px) / 2));
  width: min(520px, 42%); transform: translateY(-38%);
}
[dir="rtl"] .website-shell .header-text {
  right: max(7vw, calc((100vw - 1240px) / 2)); left: auto;
}
.website-shell .header-text p {
  margin-bottom: 30px; font-size: clamp(1.15rem, 2vw, 1.75rem); line-height: 1.55;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}
.website-shell .btn_header, .website-shell .btn_slider,
.website-shell .blog_btn, .website-shell .contact_btn_now {
  display: inline-flex; min-height: 46px; align-items: center; justify-content: center;
  padding: 11px 24px; color: #fff; border: 1px solid var(--web-accent);
  border-radius: 24px; background: var(--web-accent);
  box-shadow: 0 10px 22px rgba(243, 106, 33, .24); font-size: 1rem; text-decoration: none;
}
.website-shell .btn_header:hover, .website-shell .btn_slider:hover,
.website-shell .blog_btn:hover, .website-shell .contact_btn_now:hover {
  color: #fff; border-color: var(--web-accent-dark); background: var(--web-accent-dark);
  transform: translateY(-2px);
}
.website-shell .swiper-button-next, .website-shell .swiper-button-prev {
  border-radius: 50%; background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

/* Sections and reusable cards */
.website-shell section:not(.header):not(.bar):not(.google_map) { padding-top: 58px; padding-bottom: 58px; }
.website-shell .offers, .website-shell .services, .website-shell .blogs { margin-top: 0; background: transparent; }
.website-shell .services, .website-shell .blogs, .website-shell .deal { background: #fff; }
.website-shell .offer_title, .website-shell .products_title {
  width: auto; margin-bottom: 20px; color: var(--web-text);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem); font-weight: 700;
}
.website-shell .offer_title::after, .website-shell .products_title::after {
  content: ""; display: block; width: 48px; height: 4px; margin-top: 10px;
  border-radius: 2px; background: var(--web-accent);
}
.website-shell .offer_card, .website-shell .service_card,
.website-shell .blog_card, .website-shell .feature_card {
  height: calc(100% - 24px); margin: 12px 0; overflow: hidden;
  border: 1px solid var(--web-border); border-radius: var(--web-radius);
  background: #fff !important; box-shadow: 0 7px 24px rgba(25, 18, 14, .055);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.website-shell .offer_card:hover, .website-shell .service_card:hover,
.website-shell .blog_card:hover, .website-shell .feature_card:hover {
  border-color: rgba(243, 106, 33, .3); box-shadow: var(--web-shadow); transform: translateY(-6px);
}
.website-shell .card_image { overflow: hidden; background: #f3f4f6; }
.website-shell .offer_image, .website-shell .service_image, .website-shell .blog-main-image {
  width: 100%; height: 230px; object-fit: cover; transition: transform .45s;
}
.website-shell .offer_card:hover .offer_image, .website-shell .service_card:hover .service_image,
.website-shell .blog_card:hover .blog-main-image { transform: scale(1.045); }
.website-shell .card-body { padding: 20px; }
.website-shell .offer-card-title, .website-shell .blog-main-title {
  min-height: 2.8em; color: var(--web-text); font-size: 1.08rem; font-weight: 700; line-height: 1.4;
}
.website-shell .offer_brand, .website-shell .service_text,
.website-shell .text_price, .website-shell .blog_text p { color: var(--web-muted); }
.website-shell .new_price { color: var(--web-accent-dark); font-size: 1.35rem; }
.website-shell .offer_back, .website-shell .brands_section {
  padding: 24px; border: 1px solid var(--web-border); border-radius: var(--web-radius);
  background: var(--web-bg);
}
.website-shell .image_back img, .website-shell .image_head_product img {
  object-fit: cover; border-radius: var(--web-radius);
}

/* Product listing */
.website-shell .products { margin-top: 134px; }
.website-shell .categories_cols { border: 0; }
.website-shell .categories_cols > .categories {
  position: sticky; top: 155px; margin: 0; padding: 16px;
  border: 1px solid var(--web-border); border-radius: 14px; background: #fff;
  box-shadow: 0 6px 22px rgba(20, 20, 30, .045);
}
.website-shell .categories li { margin: 2px 0; }
.website-shell .categories a {
  display: block; padding: 9px 11px; border-radius: 8px; color: #414650; font-size: 1rem;
}
.website-shell .categories a:hover, .website-shell .categories a.active {
  color: var(--web-accent-dark) !important; background: var(--web-accent-soft);
}
.website-shell .brands_section { margin-top: 24px; }
.website-shell .brands_section li label {
  margin: 8px; padding: 12px; border: 1px solid transparent; border-radius: 12px; cursor: pointer;
}
.website-shell .brands_section input[type="checkbox"]:checked + label {
  border-color: var(--web-accent); background: var(--web-accent-soft);
}

/* Contact */
.website-shell .google_map { margin-top: 134px; }
.website-shell .google_map iframe { height: 420px; filter: saturate(.8) contrast(1.04); }
.website-shell .contact_us { padding-inline: max(16px, calc((100vw - 1200px) / 2)); background: var(--web-bg); }
.website-shell .contact_us_form {
  height: auto; margin-top: -90px; padding: 34px;
  border: 1px solid var(--web-border); border-radius: var(--web-radius); box-shadow: var(--web-shadow);
}
.website-shell .contact_us input, .website-shell .contact_us textarea {
  min-height: 48px; margin-bottom: 18px; padding: 12px 15px;
  border: 1px solid var(--web-border); border-radius: 10px; background: #f8f9fa;
}
.website-shell .contact_us input:focus, .website-shell .contact_us textarea:focus {
  border-color: var(--web-accent); background: #fff; box-shadow: 0 0 0 4px #f36a211f;
}
.website-shell .contact_btn_now { width: auto; min-width: 150px; margin-top: 6px; }
.website-shell .container_contact {
  position: relative; width: min(100%, 390px); height: auto; min-height: 112px;
  margin: 0 auto 18px; padding: 25px 76px 22px 24px;
  border: 1px solid var(--web-border); border-radius: 14px;
  box-shadow: 0 6px 24px rgba(20, 20, 30, .05);
}
[dir="rtl"] .website-shell .container_contact { padding: 25px 24px 22px 76px; }
.website-shell .container_contact span {
  top: 28px; left: 24px; width: 44px; height: 44px; padding: 11px; text-align: center;
}
[dir="rtl"] .website-shell .container_contact span { right: 24px; left: auto; }
.website-shell .container_contact h2, .website-shell .container_contact p {
  position: static; margin: 0; overflow-wrap: anywhere;
}
.website-shell .container_contact p { margin-top: 5px; font-size: 1.15rem; }

/* Footer */
footer { padding-top: 64px; color: rgba(255, 255, 255, .75); background: #15120f; }
footer h4 { color: #fff; font-size: 1.15rem; }
footer .footer_logo { width: 130px; height: auto; margin-bottom: 20px; }
footer ul { padding: 0; }
footer ul li { margin-bottom: 10px; color: rgba(255, 255, 255, .72); }
footer a { color: rgba(255, 255, 255, .76) !important; text-decoration: none; }
footer a:hover { color: var(--web-accent) !important; }
footer .socialicon { display: flex; gap: 9px; }
footer .socialicon li { margin: 0; }
footer .socialicon a {
  display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; background: rgba(255, 255, 255, .06);
}
footer .socialicon a:hover { border-color: var(--web-accent); background: var(--web-accent); color: #fff !important; transform: translateY(-2px); }
footer .footer-bottom { margin-top: 46px; border-top: 1px solid rgba(255, 255, 255, .1); background: rgba(0, 0, 0, .12); }
footer .footer_title { width: 100%; color: rgba(255, 255, 255, .62); text-align: center; }

@media (max-width: 991.98px) {
  html { scroll-padding-top: 76px; }
  .website-shell .first_navbar { position: sticky; min-height: 68px; }
  .website-shell .first_navbar .navbar-collapse, .website-shell .second_navbar .navbar-collapse { padding: 16px 0; }
  .website-shell .nav_form { max-width: none; margin-bottom: 14px; }
  .website-shell .first_navbar .navbar-nav { justify-content: flex-start; }
  .website-shell .second_navbar { position: static; min-height: 0; }
  .website-shell .second_navbar .navbar-nav { align-items: stretch; }
  .website-shell .bar, .website-shell .header, .website-shell .bar + .header,
  .website-shell .products, .website-shell .google_map { top: auto; margin-top: 0; }
  .website-shell .header .header-img { height: 570px; min-height: 0; }
  .website-shell .header-text, [dir="rtl"] .website-shell .header-text {
    right: 8%; left: 8%; width: auto;
  }
  .website-shell section:not(.header):not(.bar):not(.google_map) { padding-top: 42px; padding-bottom: 42px; }
  .website-shell .categories_cols > .categories { position: static; margin-bottom: 24px; }
  .website-shell .contact_us_form { margin: -56px 12px 28px; }
}

@media (max-width: 575.98px) {
  .website-shell .container { width: 100%; padding-inline: 16px; }
  .website-shell .bar .row { gap: 6px; }
  .website-shell .bar .text, .website-shell .bar .link {
    width: 100%; justify-content: center; text-align: center;
  }
  .website-shell .header .header-img { height: 470px; }
  .website-shell .header-text p { font-size: 1.15rem; }
  .website-shell .offer_image, .website-shell .service_image, .website-shell .blog-main-image { height: 250px; }
  .website-shell .contact_us_form { margin: -42px 0 24px; padding: 22px 18px; }
  .website-shell .container_contact, [dir="rtl"] .website-shell .container_contact {
    padding: 76px 20px 22px; text-align: center;
  }
  .website-shell .container_contact span, [dir="rtl"] .website-shell .container_contact span {
    top: 20px; right: 50%; left: auto; transform: translateX(50%);
  }
  footer { padding-top: 46px; text-align: center; }
  footer .socialicon { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .website-shell *, .website-shell *::before, .website-shell *::after {
    transition-duration: .01ms !important; animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
