/* Copy Animation */

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }

  .payment-search {
    width: 100% !important;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 70%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

.header-user-btn:hover {
  color: #fff !important;
}

.profile-thumb {
  position: relative;
  width: 17.5rem;
  height: 17.5rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: inline-flex;
}

.profile-thumb .profilePicPreview {
  width: 17.5rem;
  height: 17.5rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: block;
  border: 2px solid #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-position: top;
}

.profile-thumb .profilePicUpload {
  font-size: 0;
  opacity: 0;
}

.profile-thumb .avatar-edit {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.profile-thumb .avatar-edit input {
  width: 0;
}

.profile-thumb .avatar-edit label {
  background-color: #05595b;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.0625rem 0.9375rem;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  cursor: pointer;
}

.profile-info-list li {
  padding: 0.875rem 0;
  border-bottom: 1px dashed #cccfd4;
  font-size: 0.9375rem;
}

#overlay {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 3;
  width: 100px;
  height: 100px;
}

.cv-spinner {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.overlay-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #001329;
  z-index: 2;
  display: none;
  opacity: 0.9;
}

.disabled {
  opacity: 0.7 !important;
  cursor: no-drop !important;
  pointer-events: none !important;
}

.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: rgb(var(--main));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: rgb(var(--main));
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: #37f5f9;
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
  margin: 0;
}

.payment-item:first-child {
  border-top-color: transparent;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid #032d2e;
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid #032d2e;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid #032d2e;
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid #032d2e;
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid #032d2e;
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.input-group-text {
  border: 0 !important;
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid #909090;
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid #5c9293;
  border-bottom: 0;
  background: #5c9293;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
  color: #ffffff;
}

.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* select two */
.selection {
  display: block;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  height: 50px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 50px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px !important;
}

.select2 .dropdown-wrapper {
  display: none;
}

#storeModal .toggle.btn {
  min-width: 59px;
  min-height: 50px;
}

.payment-card-title {
  color: #000000;
}

.card-empty {
  margin: 0 auto;
  text-align: center;
  padding: clamp(2rem, 1.391rem + 1.268vw, 2.5rem)
    clamp(1.5rem, 0.283rem + 2.536vw, 2.5rem);
}

.card-empty img {
  height: 100px;
}

.card-empty .empty-thumb {
  text-align: center;
  margin-bottom: 10px;
  
}

@media only screen and (min-width: 992px) {
body, .main-wrapper, .main-section {
    background-color: #f9fafb !important;
}

.coupon-card, .deal-card, .store-card, .category-card, .coupon-item {
    background-color: #ffffff !important;
    border-radius: 14px !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    padding: 22px !important;
    transition: all 0.3s ease-in-out !important;
}

.coupon-card:hover, .deal-card:hover, .store-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
    border-color: #ff6a00 !important;
}

.btn, .cmn-btn, .view-all-btn, .coupon-btn {
    border-radius: 30px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.2s ease !important;
}

.slick-slide img, .store-thumb img, .brand-logo img {
    border-radius: 10px !important;
}

@import url('https://googleapis.com');

body, p, a, h1, h2, h3, h4, h5, h6, span, input, button, .coupon-code {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .menu li a, .nav-link, strong, th {
    font-weight: 700 !important;
}

.main-menu li a, .navbar-nav .nav-link {
    font-weight: 600 !important;
    font-size: 15px !important;
}

.btn--base, .cmn-btn, .view-all-btn, .coupon-btn, button[type="submit"] {
    background-color: #ff6a00 !important;
    border-color: #ff6a00 !important;
    color: #ffffff !important;
}

.btn--base:hover, .cmn-btn:hover, .view-all-btn:hover, .coupon-btn:hover, button[type="submit"]:hover {
    background-color: #e65c00 !important;
    border-color: #e65c00 !important;
    color: #ffffff !important;
}

.menu li a, .nav-link, .main-menu li a, .navbar-nav .nav-link {
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out !important;
    position: relative !important;
    color: #111111 !important;
}

.menu li a:hover, .nav-link:hover, .main-menu li a:hover, .navbar-nav .nav-link:hover,
.menu li.active a, .nav-link.active, .main-menu li.active a {
    color: #ff6a00 !important;
}

.menu li a::after, .main-menu li a::after {
    content: '' !important;
    position: absolute !important;
    width: 0 !important;
    height: 2px !important;
    bottom: -5px !important;
    left: 0 !important;
    background-color: #ff6a00 !important;
    transition: width 0.3s ease !important;
}

.menu li a:hover::after, .main-menu li a:hover::after,
.menu li.active a::after, .main-menu li.active a::after {
    width: 100 !important;
}

.btn, .cmn-btn, .view-all-btn, .coupon-btn, button[type="submit"], .btn--base {
    background-color: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    transition: all 0.15s ease-in-out !important;
}

.btn:hover, .cmn-btn:hover, .view-all-btn:hover, .coupon-btn:hover, button[type="submit"]:hover, .btn--base:hover {
    background-color: #ff6a00 !important;
    border-color: #ff6a00 !important;
    color: #ffffff !important;
    box-shadow: 0 0 20px rgba(255, 106, 0, 0.5) !important;
}

.main-menu li a, .navbar-nav .nav-link, .menu li a, .nav-link {
    position: relative !important;
    color: #111111 !important;
    z-index: 1 !important;
    overflow: hidden !important;
    display: inline-block !important;
    transition: color 0.15s ease-in-out !important;
}

.main-menu li a::before, .navbar-nav .nav-link::before, .menu li a::before, .nav-link::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
    z-index: -1 !important;
    transition: left 0.15s ease-in-out !important;
}

.main-menu li a:hover, .navbar-nav .nav-link:hover, .menu li a:hover, .nav-link:hover {
    color: #ff6a00 !important;
}

.category-item .icon, .category-thumb {
    background-color: #f3f4f6 !important;
    color: #111827 !important;
    transition: all 0.2s ease-in-out !important;
}

.category-item:hover .icon, .category-card:hover .category-thumb {
    background-color: #ff6a00 !important;
    color: #ffffff !important;
}

.store-item, .store-card {
    border-radius: 14px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
}

.store-item img, .store-card img {
    border-radius: 10px !important;
}

.footer-section, footer, .footer-area {
    background-color: #111827 !important;
    border-top: 1px solid #1f2937 !important;
}

.footer-section a, footer a {
    transition: color 0.2s ease !important;
}

.footer-section a:hover, footer a:hover {
    color: #ff6a00 !important;
}

.hero-section, .banner-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.hero-content h1, .banner-content h1, .hero-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
}

.hero-list li, .banner-list li, .hero-content ul li {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #cbd5e1 !important;
    margin-bottom: 12px !important;
}

.hero-list li i, .hero-content ul li i {
    color: #ff6a00 !important;
}

.navbar-nav.main-menu {
    display: flex !important;
    align-items: center !important;
    margin-top: 4px !important;
}

.main-menu li a, .navbar-nav .nav-link {
    display: inline-block !important;
    vertical-align: middle !important;
}

.hero-section, .banner-section, section.hero, div.hero-area {
    padding-top: 120px !important;
    padding-bottom: 165px !important;
    height: auto !important;
    min-height: 550px !important;
}

.navbar-nav.main-menu, ul.main-menu {
    margin-left: 45px !important;
    margin-right: auto !important;
}

@media (min-width: 1200px) {
    /* 1. تحويل الحاوية بأكملها لصف أفقي واحد مدمج */
    .header__bottom .container, .header-wrapper .container {
        max-width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    
    .navbar {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    /* 2. دمج القائمة والبحث في خط مستقيم واحد */
    .navbar-collapse {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-grow: 1 !important;
    }

    /* 3. سحب صندوق البحث برفق لأقصى اليمين */
    .nav-right, .header-search-area {
        margin-left: auto !important;
        margin-top: 0 !important;
        display: block !important;
    }

    .header-search {
        width: 240px !important;
        margin: 0 !important;
    }
}

.banner-section, .bg_img, .hero-section {
    background-color: #ffffff !important;
    filter: none !important;
    opacity: 1 !important;
}

.hero-section::before, .banner-section::before {
    display: none !important;
}

.bg_img {
    background-size: cover;
    background-position: center;
}

.banner-section, .bg_img, .hero-section {
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

.banner-section h1, .hero-section h1, .banner-section .title {
    color: #1a1a1a !important;
}

.banner-section p, .hero-section p {
    color: #4a4a4a !important;
}

.banner-section, .bg_img, .hero-section {
    background-color: #ffffff !important;
    background-size: 50% auto !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.hero-section::before, .banner-section::before {
    display: none !important;
}

.banner-section h1, .hero-section h1, .banner-section .title, .hero-title {
    color: #000000 !important;
}

.banner-section, .hero-section, .bg_img {
    background-color: #ffffff !important;
    background-size: 50% auto !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
}

.hero-section::before, .banner-section::before {
    display: none !important;
}

.banner-section h1, .hero-section h1, .banner-section .title, .hero-title {
    color: #000000 !important;
}

.banner-section ul li, 
.hero-section ul li, 
.banner-section p, 
.hero-section p,
.hero-content p,
.banner-content ul li,
.hero-content ul li {
    color: #333333 !important;
}

.banner-section ul li i, 
.hero-section ul li i,
.hero-content ul li i {
    color: #333333 !important;
}

.hero-content, .banner-content {
    display: block !important;
}

h1, h2, h3, h4, 
.hero-title, .banner-title, .title,
div[class*="content"] h1,
section[class*="banner"] h1,
section[class*="hero"] h1 {
    color: #000000 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: auto !important;
}

.banner-section *, 
.hero-section *, 
.banner-content *, 
.hero-content * {
    color: #000000 !important;
}

.banner-section ul li, 
.hero-section ul li, 
.banner-section p, 
.hero-section p,
.banner-section ul li i, 
.hero-section ul li i {
    color: #333333 !important;
}

.category-section, 
section[class*="category"], 
.top-category-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.top-bar-info-list li:nth-child(2), 
.top-bar-info-list li:nth-child(3) {
    display: none !important;
}

.store-item .cashback, 
.coupon-card .cashback-amount,
[class*="cashback"] {
    display: none !important;
}

.store-item p, 
.store-card p,
.thumb-list li p,
div[class*="cashback"],
p[class*="cashback"],
span[class*="cashback"] {
    display: none !important;
}

.store-item__content div.d-flex.flex-wrap.align-items-center {
    display: none !important;
}

.store-item {
    position: relative;
    cursor: pointer;
}
.store-item .has--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.store-item.has--link.flex-shrink-0 {
    flex: 0 1 calc(15.5% - 10px) !important;
    min-width: 120px;
    max-width: 180px;
}

.store-item__thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 0px !important;
    background: #ffffff;
    overflow: hidden;
}

.store-item__thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
}

.store-name-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222222 !important;
    margin-top: 8px !important;
    transition: color 0.2s ease !important;
}

.store-item:hover .store-name-text {
    color: #ff6600 !important;
}

.store-item {
    flex: 0 1 calc(15.5% - 10px) !important;
    min-width: 120px;
    max-width: 180px;
    min-height: 140px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding-bottom: 12px !important;
}

.store-item__thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    padding: 0px !important;
    background: #ffffff;
    overflow: hidden;
}

.store-item__thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    transform: scale(1.15) !important;
}

.store-name-text {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
}

.category-item {
    border: none !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
}

.category-item:hover {
    transform: translateY(-3px) !important;
}

.today-deal-slider .single-slide {
    max-width: 250px !important;
    width: 250px !important;
    min-width: 250px !important;
    margin: 0 10px !important;
}

.today-deal-slider .coupon-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    border-radius: 16px !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    display: block !important;
}

.today-deal-slider .coupon-item__thumb {
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.today-deal-slider .coupon-item__thumb img {
    max-width: 85% !important;
    height: auto !important;
    object-fit: contain !important;
}

.today-deal-slider .coupon-item__content {
    width: 100% !important;
    padding: 15px !important;
    box-sizing: border-box !important;
}

.today-deal-slider .coupon-item {
    height: auto !important;
    min-height: auto !important;
}

.today-deal-slider .coupon-item__thumb {
    padding: 10px !important;
}

.today-deal-slider .coupon-item__content {
    padding: 10px 15px 15px 15px !important;
}

.today-deal-slider .coupon-item {
    transition: all 0.2s ease !important;
}

.today-deal-slider .coupon-item:hover {
    transform: translateY(-6px) !important;
}

.today-deal-slider .coupon-item:hover .coupon-item__content,
.today-deal-slider .coupon-item:hover p,
.today-deal-slider .coupon-item:hover h5,
.today-deal-slider .coupon-item:hover a {
    color: #ff6a00 !important;
}

.row.justify-content-center .coupon-item {
    max-width: 240px !important;
    width: 240px !important;
    min-width: 240px !important;
    margin: 0 auto 20px auto !important;
    border-radius: 16px !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    display: block !important;
    transition: all 0.3s ease !important;
}

.row.justify-content-center .coupon-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}

.coupon-item, .coupon-card, .row.justify-content-center .coupon-item {
    transition: all 0.3s ease !important;
}

.coupon-item:hover, .coupon-card:hover, .row.justify-content-center .coupon-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}

.coupon-item:hover .coupon-item__content,
.coupon-item:hover p,
.coupon-item:hover h5,
.coupon-item:hover a,
.coupon-item:hover span,
.row.justify-content-center .coupon-item:hover p,
.row.justify-content-center .coupon-item:hover h5,
.row.justify-content-center .coupon-item:hover a {
    color: #ff6a00 !important;
}

.store-item.text-center.has--link:hover {
    transform: translateY(-6px) !important;
}

.pt-80.pb-80 .coupon-item {
    height: auto !important;
    max-height: 280px !important;
    min-height: auto !important;
    padding-bottom: 15px !important;
    display: block !important;
    overflow: hidden !important;
}

.pt-80.pb-80 .coupon-item__content,
.pt-80.pb-80 .coupon-item_content,
.pt-80.pb-80 [class*="_content"] {
    padding: 10px 15px 5px 15px !important;
    margin-bottom: 0 !important;
}

.pt-80.pb-80 .coupon-item__content p,
.pt-80.pb-80 .coupon-item_content p,
.pt-80.pb-80 [class*="_content"] p {
    margin-bottom: 4px !important;
}

.pt-80.pb-80 .coupon-item .item--link {
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.pt-80.pb-80 .coupon-item {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
}

.pt-80.pb-80 .coupon-item__content,
.pt-80.pb-80 .coupon-item_content,
.pt-80.pb-80 [class*="_content"] {
    padding-bottom: 2px !important;
    display: block !important;
}

.store-item p, 
.store-card p, 
.store-item__content,
[class*="store-item"] p {
    font-size: 13px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.today-deal-slider .coupon-item__thumb, 
.today-deal-slider .coupon-thumb, 
.today-deal-slider [class*="-thumb"] {
    padding: 10px !important;
    height: 120px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.today-deal-slider .coupon-item__thumb img, 
.today-deal-slider .coupon-thumb img, 
.today-deal-slider [class*="-thumb"] img {
    max-width: 95% !important;
    width: 90% !important;
    height: auto !important;
    max-height: 90px !important;
    object-fit: contain !important;
}

.today-deal-slider .coupon-item,
.today-deal-slider .slick-slide .coupon-item {
    height: 300px !important;
    max-height: 300px !important;
    min-height: 300px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding-bottom: 20px !important;
    box-sizing: border-box !important;
}

/* 2. target image thumb container exclusively for today deals section */
.today-deal-slider .coupon-item__thumb {
    height: 110px !important;
    padding: 5px !important;
    flex-shrink: 0 !important;
}

/* 3. zoom image logos exclusively for today deals section */
.today-deal-slider .coupon-item__thumb img {
    max-width: 100% !important;
    width: 95% !important;
    height: 100% !important;
    max-height: 100px !important;
    object-fit: contain !important;
    transform: scale(1.2) !important;
}

/* 4. target inner card layout padding exclusively for today deals section */
.today-deal-slider .coupon-item__content {
    padding: 10px 15px 15px 15px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

/* 5. target bottom counter padding alignment exclusively for today deals section */
.today-deal-slider .coupon-item__content p:last-child {
    display: block !important;
    margin-top: auto !important;
    padding-top: 10px !important;
}

.today-deal-slider .coupon-item__thumb {
    height: 220px !important;
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
    flex-shrink: unset !important;
}

.today-deal-slider .coupon-item__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;    
}

.today-deal-slider .coupon-item {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.today-deal-slider .coupon-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.footer-section, 
.footer-area, 
footer {
    padding: 60px 0 30px 0 !important;
    background-color: #111111 !important;
}

.footer-logo, 
[class*="footer"] img {
    margin-bottom: 25px !important;
    max-height: 45px !important;
    transition: transform 0.3s ease !important;
}

.footer-section a, 
footer a,
[class*="footer"] ul li a {
    color: #b0b0b0 !important;
    font-size: 14px !important;
    margin: 0 15px !important;
    text-decoration: none !important;
    transition: color 0.3s ease, transform 0.3s ease !important;
    display: inline-block !important;
}

.footer-section a:hover, 
footer a:hover {
    color: #ff6600 !important;
    transform: translateY(-2px) !important;
}

.footer-bottom, 
[class*="copyright"] {
    margin-top: 35px !important;
    border-top: 1px solid #222222 !important;
    padding-top: 20px !important;
  
}

.footer-section a, 
footer a,
[class*="footer"] ul li a {
    color: #ffffff !important; /* يحول لون كتابة الروابط الأربعة إلى الأبيض الناصع والواضح */
    font-size: 14px !important;
    margin: 0 15px !important;
    text-decoration: none !important;
    opacity: 1 !important; /* يلغي أي شفافية باهتة وضعها القالب الأصلي */
    transition: color 0.3s ease !important;
}

.footer-section a:hover, 
footer a:hover,
[class*="footer"] ul li a:hover {
    color: #ff6600 !important; /* يتحول لون النص للبرتقالي الفخم عند مرور الماوس */
}

/* 1. Hide the image completely */
.footer-logo img, 
[class*="footer"] img,
footer .logo img {
    display: none !important;
}

/* 2. Professional text logo with absolute clearing */
.footer-logo::after,
[class*="footer-logo"]::after {
    content: "Slashedy" !important;
    display: block !important;
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
    text-transform: capitalize !important;
    padding-bottom: 25px !important; /* هذا السطر يجبر القالب على خلق مسافة عمودية عازلة تحت الاسم */
}

footer,
.footer-section,
.footer-section__top {
    padding-top: 20px !important;
}
  
/* 1. Revert and show the original programmatic footer image */
.footer-logo img, 
[class*="footer"] img,
footer .logo img {
    display: inline-block !important;
    max-height: 40px !important;
    width: auto !important;
    margin-bottom: 25px !important;
}

/* 2. Remove the CSS text logo layer completely */
.footer-logo::after,
[class*="footer-logo"]::after {
    content: none !important;
    display: none !important;
}  
  
 /* Soft rounded edges for the Blog / Ledger cards and images */
.blog-item,
.blog-post,
[class*="blog-card"],
[class*="blog-item"] {
    border-radius: 12px !important; /* تدوير حواف المربعات الكلية */
    overflow: hidden !important; /* يضمن انحناء الصورة مع انحناء الكارت */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important; /* ظل خفيف جداً يعطي عمقاً فخماً */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Make the inner blog images match the rounded container layout */
.blog-thumb img,
.blog-item img,
[class*="blog"] img {
    border-radius: 12px 12px 0 0 !important; /* تدوير الحواف العلوية للصورة فقط لتتطابق مع الكارت */
}

/* Micro-movement when hovering over the squares */
.blog-item:hover,
[class*="blog-item"]:hover {
    transform: translateY(-4px) !important; /* ارتفاع ناعم للأعلى عند وقوف الماوس */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

section.pt-80.pb-80.section--bg {
    background-color: #ffffff !important;
}
  
main.main-wrapper .promo-item.text-center {
    padding-bottom: 25px !important;
}
 
.today-deal-slider, 
.today-deal-slider .slick-list,
.today-deal-slider .slick-track,
.today-deal-slider .single-slide {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.today-deal-slider .coupon-item,
.today-deal-slider [class*="coupon-item"] {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.header_bottom .main-menu li a,
[class*="menu"] a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    text-transform: capitalize !important;
    transition: color 0.3s ease !important;
}

.header_bottom .main-menu li a:hover,
[class*="menu"] a:hover {
    color: #e11d48 !important; /* أو لون هوية براندك عند مرور الماوس */
}  
input.header-search__input {
    border: 2px solid #f57c20 !important; /* درجة برتقالي ناعمة ومخففة جداً */
    background-color: #ffffff !important;
    border-radius: 50px !important;
    padding: 10px 20px 10px 40px !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 250px !important;
    height: 42px !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease !important;
}

input.header-search__input:focus {
    border-color: #f57c20 !important; /* بقاء الإطار ناعم ومطفأ حتى عند الضغط داخل الخانة */
    box-shadow: none !important;
    outline: none !important;
}

input.header-search__input::placeholder {
    color: #1e293b !important; 
    opacity: 0.9 !important;
}

.header-search i, 
.header-search button,
.header-search [class*="search"] i {
    color: #1e293b !important;
}
div.header-top-action-wrapper {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}
ul.header-info-list li:has(a[href^="tel:"]),
ul.header-info-list a[href^="tel:"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}  
ul.header-social-links::before {
    display: none !important;
    content: none !important;
}

.header_top div[class*="justify-content-center"] {
    justify-content: flex-end !important;
}

ul.header-social-links {
    margin-right: 0 !important;
    padding-right: 0 !important;
}
form.search-form > .sidebar-widget:nth-of-type(1) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}
 .inner-hero .title,
.inner-hero h2,
.inner-hero h1,
main.main-wrapper section.inner-hero [class*="title"] {
    color: #ffffff !important;
} 
/* Fix and auto-scale brand logos inside the Popup Modal windows */
.modal-body img,
.modal-content img,
[class*="modal"] img,
[id*="coupon"] img {
    width: auto !important; /* إلغاء العرض الإجباري المسبب للمط والاعوجاج */
    height: auto !important;
    max-width: 160px !important; /* تحديد أقصى عرض هندسي مريح لعين المتسوق الأمريكي */
    max-height: 55px !important; /* تحديد أقصى ارتفاع لحماية الشعار من التمدد العمودي */
    object-fit: contain !important; /* السر البرمجي: حماية أبعاد الشعار الأصلية 100% ومنع أي تشويه بصري */
    margin: 0 auto 15px auto !important; /* توسيط الشعار في منتصف النافذة بالملي مع مسافة أمان سفلية */
    display: block !important;
} /* Fix and auto-scale brand logos inside the Popup Modal windows */
.modal-body img,
.modal-content img,
[class*="modal"] img,
[id*="coupon"] img {
    width: auto !important; /* إلغاء العرض الإجباري المسبب للمط والاعوجاج */
    height: auto !important;
    max-width: 120px !important; /* تحديد أقصى عرض هندسي مريح لعين المتسوق الأمريكي */
    max-height: 100px !important; /* تحديد أقصى ارتفاع لحماية الشعار من التمدد العمودي */
    object-fit: contain !important; /* السر البرمجي: حماية أبعاد الشعار الأصلية 100% ومنع أي تشويه بصري */
    margin: 0 auto 15px auto !important; /* توسيط الشعار في منتصف النافذة بالملي مع مسافة أمان سفلية */
    display: block !important;
}  
}

.testimonial-item p::before,
.testimonial-item p::after,
.testimonial-card p::before,
.testimonial-card p::after,
blockquote::before,
blockquote::after,
[class*="testimonial"] p::before,
[class*="testimonial"] p::after {
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

@media only screen and (max-width: 991px) {
    .header__top,
    .header-top-right,
    .header-top-action-wrapper,
    a.header-user-btn {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 991px) {
    main.main-wrapper section .container .section-header a.btn--base {
        background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%) !important;
        color: #ffffff !important;
        border-radius: 30px !important;
        padding: 10px 24px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        border: none !important;
        box-shadow: 0 4px 15px rgba(255, 107, 0, 0.25) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.3px !important;
    }
}

footer p.text-white a.text--base,
.footer-section-bottom p a.text--base,
footer a[href*="slashedy.com"] {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.2s ease-in-out !important;
}

footer p.text-white a.text--base:hover,
footer p.text-white a.text--base:active,
footer p.text-white a.text--base:focus,
footer a[href*="slashedy.com"]:hover,
footer a[href*="slashedy.com"]:active {
    color: #ff6b00 !important;
    text-shadow: 0 0 8px rgba(255, 107, 0, 0.4) !important;
}

@media (max-width: 991px) {
    /* 1. تصفير الفراغات البينية وإجبار الحاضن على توزيع السطور أفقياً بالتساوي */
    div.d-flex.flex-wrap.gap-4 {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        gap: 12px !important; /* مسافة أمان ذكية بين المربعات */
        justify-content: flex-start !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. فرض المربع الكامل (1/1) وحجز نصف عرض الشاشة بالملي لكل كارت ليصطف مثنى مثنى */
    .store-item {
        display: inline-block !important;
        width: calc(50% - 6px) !important; /* تقسيم الشاشة لنصفين متساويين بالملي */
        max-width: calc(50% - 6px) !important;
        flex: 0 0 calc(50% - 6px) !important;
        flex-shrink: unset !important;
        aspect-ratio: 1 / 1 !important; /* إعادة فرض المربع الكامل والأنيق على الجوال كما طلبت */
        margin-bottom: 6px !important;
        border-radius: 12px !important; /* تدوير حواف المربع بقمة الأناقة الفاخرة */
        border: 1px solid #eaeaea !important;
        box-sizing: border-box !important;
    }

    /* 3. تنظيف وتمركز المربع الأبيض الداخلي الحاضن للوجو */
    .store-item_thumb, .store-item__thumb {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 12px !important; /* حشو متوازن يحمي أطراف الشعار */
        background: #ffffff !important;
        box-sizing: border-box !important;
    }

    /* 4. حماية وضبط أبعاد شعار البراند بالداخل ليقبع كبيراً وواضحاً في سنتر المربع */
    .store-item_thumb img, .store-item__thumb img {
        width: auto !important;
        height: auto !important;
        max-width: 85% !important; /* حجم ممتاز يملأ سنتر المربع بنقاء */
        max-height: 85% !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

@media (max-width: 991px) {
    /* سحق أي تأثير مربع خارجي وإعادة المرونة الكاملة لسلايدر الشركاء المميزين */
    .slick-slider .store-item,
    .owl-carousel .store-item,
    div[class*="partner"] .store-item,
    .store-item_thumb img, 
    .store-item__thumb img {
        aspect-ratio: unset !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        display: block !important;
    }
}

@media (max-width: 991px) {
    /* 1. تلوين السهم الداخلي باللون البرتقالي الصريح لكافة أقسام ومكتبات السلايدر بموقعك */
    .slick-arrow::before,
    .slick-prev::before,
    .slick-next::before,
    .owl-nav button [class*="owl-"]::before,
    .slick-arrow i,
    .slick-arrow svg {
        color: #ff6b00 !important;
        opacity: 1 !important;
        font-weight: 900 !important;
    }

    /* 2. الحفاظ التام على الدائرة الخلفية بلونها الأصلي التلقائي دون مساس أو إخفاء */
    .slick-arrow,
    .slick-prev,
    .slick-next,
    .owl-nav button {
        opacity: 1 !important;
        visibility: visible !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media only screen and (max-width: 991px) {
    /* 1. Ne JAMAIS forcer le display ou la hauteur ici pour laisser Bootstrap animer le menu */
    div#navbarSupportedContent.navbar-collapse {
        /* Nous laissons le comportement natif de Bootstrap gérer l'ouverture et la fermeture */
    }

    /* 2. Rétablir l'alignement des liens d'origine à gauche proprement */
    div#navbarSupportedContent.navbar-collapse ul.navbar-nav.main-menu {
        display: block !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        text-align: left !important;
        width: 100% !important;
    }

    div#navbarSupportedContent.navbar-collapse ul.navbar-nav.main-menu li {
        text-align: left !important;
        width: 100% !important;
        margin: 0 !important;
    }

    /* 3. Ajouter l'effet interactif orange au toucher sur les 4 liens restants */
    div#navbarSupportedContent.navbar-collapse ul.navbar-nav.main-menu li a {
        display: block !important;
        text-align: left !important;
        width: 100% !important;
        padding: 10px 0 !important; /* Espace confortable pour le clic au doigt */
        transition: color 0.2s ease-in-out, padding-left 0.2s ease-in-out !important; /* Animation fluide */
    }

    /* 4. Activation de la couleur orange lors du survol ou du clic au doigt */
    div#navbarSupportedContent.navbar-collapse ul.navbar-nav.main-menu li a:hover,
    div#navbarSupportedContent.navbar-collapse ul.navbar-nav.main-menu li a:active,
    div#navbarSupportedContent.navbar-collapse ul.navbar-nav.main-menu li a:focus {
        color: #ff6b00 !important; /* Orange de la marque Slashedy */
        padding-left: 5px !important; /* Léger décalage vers la droite ultra-premium au toucher */
        background: transparent !important;
    }
}

@media only screen and (max-width: 991px) {
    /* تلوين الإطار الخارجي فقط باللون البرتقالي الصريح مع تدوير الحواف ككبسولة أنيقة */
    div#navbarSupportedContent.navbar-collapse form[class*="search"],
    div#navbarSupportedContent.navbar-collapse div:has(> input[type="search"]),
    div#navbarSupportedContent.navbar-collapse .header-search-area,
    div#navbarSupportedContent.navbar-collapse .search-box {
        border: 2px solid #ff6b00 !important; /* لون البراند الناري الصريح للإطار */
        border-radius: 30px !important; /* تدوير الحواف بشكل كبسولة برميوم فخمة */
        background: #ffffff !important; /* خلفية بيضاء ناصعة وجذابة */
        box-shadow: 0 4px 15px rgba(255, 107, 0, 0.04) !important; /* وميض خلفي ناعم ومريح للعين */
    }
}

@media only screen and (max-width: 991px) {
    /* 1. حقن طبقة التظليل الانسيابية الداكنة خلف النصوص وسحق التداخل البصري على الجوال */
    section.hero-section.bg_img {
        position: relative !important;
        background-position: right center !important; /* إزاحة الصورة تلقائياً لليمين لتبتعد عن الكلمات */
        background-size: cover !important;
        z-index: 1 !important;
    }

    /* 2. استخدام العنصر الزائف المكتشف في صورتك (::before) كحارس لحماية التباين والقراءة */
    section.hero-section.bg_img::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        /* تدرج احترافي ناعم: معتم تماماً يساراً خلف النصوص، ويدع الصورة تظهر يميناً */
        background: linear-gradient(to right, rgba(11, 15, 25, 0.92) 0%, rgba(11, 15, 25, 0.85) 50%, rgba(11, 15, 25, 0.3) 100%) !important;
        z-index: -1 !important; /* ليبقى التظليل خلف الحروف البيضاء دائماً */
    }

    /* 3. رفع حدة وسطور العنوان الرئيسي ليبرز للأمام بنقاء ثلجي */
    h2.hero-section__title {
        color: #ffffff !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important; /* ظل ناعم يزيد من حدة الحروف */
        font-weight: 700 !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }

    /* 4. تنظيم تباعد الأسطر ذات العلامات البرتقالية لمنع التكدس وتسهيل التصفح */
    ul.hero-section__feature {
        position: relative !important;
        z-index: 2 !important;
        padding: 0 !important;
    }

    ul.hero-section__feature li {
        margin-bottom: 14px !important; /* مسافة أمان عمودية ممتازة مريحة جداً لعين القارئ */
        line-height: 1.5 !important;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
    }
}

@media only screen and (max-width: 991px) {
    /* تفتيح السواد الحاد وتحويله لرمادي داكن مخملي ناعم ومريح جداً للعين */
    .category-section,
    div[class*="category-section"],
    main.main-wrapper div.category-section {
        background: #121824 !important; /* درجة رمادي داكن فاخر تمنح عمقاً ونعومة بصرية كاملة */
        background-image: none !important;
        padding-top: 15px !important;
        padding-bottom: 35px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    }

    /* 2. تأمين سطور العنوان المكتشف في صورتك بالملي (h3.category-title) */
    h3.category-title,
    div.category-content h3 {
        color: #ffffff !important; /* تحويل الخط للأبيض الناصع ليبرز فوق السواد */
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    }

    /* 3. تحويل كروت الأقسام الداخلية الصغيرة لشكل زجاجي فاخر يتماشى مع التدرج الداكن */
    .category-item,
    [class*="category-item"] {
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
    }
}

@media (max-width: 991px) {
    /* 1. استهداف كلاس الزر الحقيقي المكتشف في الـ HTML وتحويله لكبسولة فخمة بارزة */
    button.sidebar-open-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        background: #ffffff !important; /* خلفية بيضاء ناصعة لتبرز فوق الرمادي */
        color: #2d3748 !important; /* لون الخط الداكن التلقائي الهادئ */
        border: 1px solid #cbd5e1 !important; /* حافة رمادية ناعمة ومحددة بنقاء */
        padding: 10px 20px !important; /* حشو داخلي يمنح الزر حجماً ممتازاً للمس بالإصبع */
        border-radius: 30px !important; /* تدوير الحواف ككبسولة ذكية فائقة الأناقة */
        font-size: 14px !important;
        font-weight: 600 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important; /* ظل خفيف يبرز الزر للأمام */
        transition: all 0.2s ease-in-out !important; /* حركة تنعيم انسيابية فور الضغط */
        cursor: pointer !important;
        outline: none !important;
        width: auto !important; /* منع تمطط الزر ليأخذ حجم الكلمة بالملي */
    }

    /* 2. الضربة القاضية: اشتعال الزر بالكامل بالبرتقالي الناري فور الضغط عليه بالإصبع أو اللمس */
    button.sidebar-open-btn:hover,
    button.sidebar-open-btn:active,
    button.sidebar-open-btn:focus {
        background: #ff6b00 !important; /* تحول الخلفية للون البراند الناري الصريح */
        color: #ffffff !important; /* تحول الخط للأبيض الناصع */
        border-color: #ff6b00 !important;
        box-shadow: 0 6px 16px rgba(255, 107, 0, 0.25) !important; /* وميض خلفي برميوم مذهل */
    }

    /* 3. تأمين بقاء أيقونة الخطوط الثلاثة بالداخل منسقة ونظيفة */
    button.sidebar-open-btn i.las.la-sliders-h,
    button.sidebar-open-btn i {
        color: inherit !important; /* تجبر الأيقونة على أخذ نفس لون الخط والتحول للبرتقالي/الأبيض تلقائياً */
        font-size: 16px !important;
    }
}
@media (max-width: 991px) {
    /* 1. الضربة القاضية الموحدة: إجبار كافة الروابط والنصوص النصية على الاشتعال بالبرتقالي فور اللمس */
    a:active, 
    a:focus,
    a:active *, 
    a:focus * {
        color: #ff6b00 !important;
        transition: color 0.05s ease-in-out !important;
    }

    /* 2. السحق الهيدروليكي الموحد: إجبار كافة الأزرار وصناديق التصفية الداكنة على التحول للبرتقالي فور النقر */
    button:active, 
    button:focus,
    input[type="submit"]:active, 
    input[type="submit"]:focus,
    [role="button"]:active, 
    [role="button"]:focus {
        background-color: #ff6b00 !important;
        border-color: #ff6b00 !important;
        color: #ffffff !important;
        transition: all 0.05s ease-in-out !important;
        box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2) !important; /* وميض خلفي برميوم ناعم فور الضغط */
    }

    /* 3. تأمين الأزرار أو الدوائر الفاتحة (مثل زر الصعود العائم والأقواس الشفافة) لتتحول للبرتقالي دون مساس بالنصوص بالداخل */
    .scroll-to-top:active,
    .scroll-to-top:focus,
    .slick-arrow:active,
    .slick-arrow:focus {
        background-color: #ff6b00 !important;
        border-color: #ff6b00 !important;
    }
}

@media (max-width: 991px) {
    /* 1. تنعيم حركة العنوان النصي استعداداً لاستقبال لمسة الإصبع */
    .coupon-list-page .coupon-item__title a,
    .coupon-list-page .coupon-item__title,
    div[class*="coupon-item"] [class*="title"] a,
    .coupon-card [class*="title"] {
        transition: color 0.2s ease-in-out !important; /* أنيميشن انسيابي لتغير اللون */
    }

    /* 2. الضربة القاضية: اشتعال العنوان باللون البرتقالي الناري فور لمس الكارت أو النقر عليه */
    .coupon-list-page .coupon-item:active .coupon-item__title,
    .coupon-list-page .coupon-item:active .coupon-item__title a,
    div[class*="coupon-item"]:active [class*="title"],
    div[class*="coupon-item"]:active [class*="title"] a,
    .coupon-list-page .coupon-item:focus .coupon-item__title a,
    div[class*="coupon-item"]:focus [class*="title"] a {
        color: #ff6b00 !important; /* تحول الخط للون البرتقالي المشتعل لبراند Slashedy فوراً */
    }
}

@media (max-width: 991px) {
    /* 1. السيطرة الشاملة على كافة الحاويات الأبوية للشعارات داخل أي نافذة منبثقة بالموقع */
    .modal-body .coupon-modal-thumb,
    .modal-body [class*="thumb"],
    div[class*="modal"] [class*="thumb"],
    div[class*="popup"] [class*="img"],
    div[id*="deal"] [class*="thumb"] {
        width: 100% !important;
        height: 85px !important; /* ارتفاع متوازن يمنع انضغاط اللوجو على شاشة الموبايل */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 5px !important;
        background: transparent !important;
        box-sizing: border-box !important;
    }

    /* 2. الضربة القاضية الصارمة: منع التمدد الإجباري لكافة الماركات (مثل Temu) وإجبارها على الاحتواء النظيف */
    .modal-body .coupon-modal-thumb img,
    .modal-body [class*="thumb"] img,
    div[class*="modal"] [class*="thumb"] img,
    div[class*="popup"] [class*="img"] img,
    div[id*="deal"] [class*="thumb"] img,
    .modal-body img {
        width: auto !important;
        height: auto !important;
        max-width: 75% !important; /* حجم فخم يملأ سنتر الكبسولة بهيبة كاملة دون اعوجاج */
        max-height: 70px !important; /* قفل الارتفاع الأقصى وسحق التمدد العشوائي للأبد */
        object-fit: contain !important; /* حارس الجودة الصارم الحامي لأبعاد البراند الأصلي */
        margin: 0 auto !important;
        display: block !important;
    }
}

.modal-body .text-center p:has(.discount-amount),
.modal-body p:has(.discount-amount),
div#couponModal p:has(.discount-amount),
.discount-amount {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    /* 1. استهداف كروت الكوبونات العمودية السفلية فقط واستثناء كروت السلايدر العلوي */
    .coupon-item.has--link:not(.single-slide .coupon-item) {
        border: 1px solid #cbd5e1 !important;
        border-radius: 14px !important;
        padding: 16px 40px 16px 16px !important;
        background: #ffffff !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
        margin-bottom: 20px !important;
        transition: all 0.2s ease-in-out !important;
        display: block !important;
        position: relative !important;
    }

    .coupon-item.has--link:not(.single-slide .coupon-item):active {
        transform: scale(0.98) !important;
        border-color: #ff6b00 !important;
        box-shadow: 0 6px 16px rgba(255, 107, 0, 0.08) !important;
    }

    .coupon-item.has--link:not(.single-slide .coupon-item) .coupon-item__thumb {
        border: none !important; 
        background: transparent !important;
        width: 100% !important;
        height: auto !important;
        max-height: 110px !important; 
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 12px !important;
        padding: 0 !important;
    }

    .coupon-item.has--link:not(.single-slide .coupon-item) .coupon-item__thumb img {
        width: auto !important;
        height: auto !important;
        max-width: 85% !important; 
        max-height: 95px !important; 
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    /* 2. حقن السهم الغامق المغلظ الموسط عمودياً بالملي في الكروت السفلية فقط */
    .coupon-item.has--link:not(.single-slide .coupon-item)::after {
        content: "\f105" !important;
        font-family: "Line Awesome Free" !important;
        font-weight: 900 !important;
        -webkit-text-stroke: 1.5px #0f172a !important;
        position: absolute !important;
        right: 22px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        color: #0f172a !important;
        font-size: 24px !important;
        transition: all 0.2s ease-in-out !important;
    }

    .coupon-item.has--link:not(.single-slide .coupon-item):active::after {
        color: #ff6b00 !important;
        -webkit-text-stroke-color: #ff6b00 !important;
        right: 17px !important;
    }

    .coupon-item.has--link:not(.single-slide .coupon-item) .coupon-item__content {
        padding: 0 !important;
        border: none !important;
    }

    .coupon-item.has--link:not(.single-slide .coupon-item) .coupon-item__title,
    .coupon-item.has--link:not(.single-slide .coupon-item) .coupon-item__title a {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        line-height: 1.4 !important;
    }

    .coupon-item.has--link:not(.single-slide .coupon-item) .store-name {
        color: #ff6b00 !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }
}

@media (max-width: 767px) {
    /* 1. Optimized Absolute Overlay with Fluid Motion (Anti-Stuttering) */
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff !important;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        z-index: 9999 !important;
        padding: 24px 20px;
        box-sizing: border-box;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        
        /* Hardware Acceleration for Mobile Browsers */
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        will-change: transform, opacity;
        
        /* Fluid Native Transition */
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    /* Smooth integration with default template JS behavior */
    .navbar-collapse.collapsing {
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.15s ease-in-out !important;
    }

    .navbar-collapse.show {
        opacity: 1;
        transform: translateY(0);
    }

    /* 2. High-Conversion Navigation Links (Better Touch Targets) */
    .navbar-nav .nav-item {
        border-bottom: 1px solid #f1f3f5;
        width: 100%;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        padding: 16px 8px;
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
        transition: color 0.2s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        color: #ff4d4d;
    }

    /* 3. Pure Branding Colors for Search Icon and Placeholder Text (No Gray Underneath) */
    .navbar-collapse input.header-search__input::placeholder {
        color: #ff4d4d !important;
        opacity: 1 !important;
    }

    .navbar-collapse input.header-search__input::-webkit-input-placeholder {
        color: #ff4d4d !important;
        opacity: 1 !important;
    }

    .navbar-collapse input.header-search__input::-moz-placeholder {
        color: #ff4d4d !important;
        opacity: 1 !important;
    }

    .navbar-collapse input.header-search__input:-ms-input-placeholder {
        color: #ff4d4d !important;
        opacity: 1 !important;
    }

    .navbar-collapse .header-search i,
    .navbar-collapse .header-search .la-search,
    .navbar-collapse .header-search button i {
        color: #ff4d4d !important;
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {
    /* إطفاء اللون البرتقالي المشتعل عند حالة التركيز الافتراضية للمتصفح */
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .menu-toggle:focus,
    .menu-toggle:active {
        outline: none !important;
        box-shadow: none !important;
        background-color: transparent !important; /* أو ضع هنا اللون الافتراضي للزر قبل الضغط */
    }

    /* يمكنك التحكم بلون الزر بدقة أثناء الفتح والإغلاق باستخدام كلاس الـ collapse المدمج */
    .navbar-toggler.collapsed {
        background-color: transparent !important; /* ينطفئ الزر تماماً عندما تكون القائمة مغلقة */
    }
}

/* Laptop View: Show original cards, destroy mobile text clutter */
@media (min-width: 768px) {
    .coupon-item {
        --display-desktop: block;
        --display-mobile: none;
    }
}

/* Mobile View: Show mobile rows, destroy desktop grid */
@media (max-width: 767px) {
    .coupon-item {
        --display-desktop: none;
        --display-mobile: flex;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-title {
        font-size: 45px !important;    /* تكبير طفيف جداً ومدروس لحجم الخط */
        font-weight: 700 !important;   /* الحفاظ على وزن الخط الأصلي الأنيق */
        max-width: 535px !important;   /* مساحة عرض محسوبة بدقة لتمنع نزول أي كلمة سوى Again */
        line-height: 1.3 !important;   /* تباعد أسطر مريح وثابت */
        display: block !important;
        overflow: visible !important;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-collapse form,
    .navbar-collapse input,
    .navbar-collapse button,
    .navbar-collapse i[class*="search"],
    .navbar-collapse .search-box,
    .navbar-collapse .search-form {
        display: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    .mobile-custom-slider::-webkit-scrollbar {
        display: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    /* إجبار حاوية الشعار على أخذ الحجم الضخم الجديد */
    #mobileDealsSlider .mobile-slide-card div[style*="bottom: -38px"] {
        width: 76px !important;
        height: 76px !important;
        bottom: -38px !important;
        z-index: 99 !important;
    }

    /* حماية صورة الشعار الداخلية لتمتد بكامل مساحة الدائرة الجديدة */
    #mobileDealsSlider .mobile-slide-card div[style*="bottom: -38px"] img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        padding: 4px !important;
    }
}

@media only screen and (max-width: 1199px) {
    section:has(.d-xl-none) .section-header {
        margin-bottom: 12px !important;
    }
}

/* --- Force Scale for Mobile Layout Only (Slick Slider) --- */
@media (max-width: 1199.98px) {
    /* استهداف الحاوية الرابطة للصورة وعمل زووم كامل لها لتكبير الشعار تلقائياً */
    .single-slide a.item--link.coupon-details,
    .single-slide a[href*="coupons?search="] {
        transform: scale(1.22) !important;
        transform-origin: center center !important;
        display: block !important;
        transition: transform 0.3s ease !important;
    }
}

/* --- Fix Slick Slider Ghost Line Behind Arrows --- */
@media (max-width: 1199.98px) {
    /* اصطياد الحاوية الكبرى للسلايدر وقص أي خط أو عنصر خارج حدودها */
    .partner-slider, 
    [class*="partner"] .slick-list,
    .slick-slider {
        overflow: hidden !important;
        padding-right: 1px !important; /* معالجة البكسل الوهمي للمتصفحات */
    }
}

/* --- Targeted Spacing for Mobile Layout Only --- */
@media (max-width: 1199.98px) {
    
    /* 1. ضبط مسافة الأمان تحت شريط التصنيفات الداكن لمنع التداخل نهائياً */
    div.d-block.d-xl-none.w-100[style*="background-color: #192231"] {
        margin-bottom: 30px !important; /* هذا السطر يفصل الازدحام ويمنح متنفس بصري فخم وعصري */
    }

    /* 2. إعادة ضبط وتأمين الفراغ العلوي لقسم الكوبونات (Elite Coupons) ليكون مستقراً ومريحاً */
    div.d-block.d-xl-none.w-100[style*="background-color: #192231"] + section.pt-80.pb-80 {
        padding-top: 15px !important; /* مسافة ناعمة جداً قبل عنوان Elite Coupons */
    }
}

/* --- Push Top Category Up on Mobile Only --- */
@media (max-width: 1199.98px) {
    
    /* 1. تقليص الفراغ الداخلي العلوي للقسم الكحلي ليصعد محتواه للأعلى فوراً */
    div.d-block.d-xl-none.w-100[style*="background-color: #192231"] {
        padding-top: 15px !important; /* تقليل المساحة العلوية لتصعيد الأقسام والدوائر بذكاء */
    }

    /* 2. تقليص الفراغ السفلي الإجمالي لقسم عروض اليوم الملاصق له من الأعلى */
    section.pt-80.pb-80:has(#mobileDealsSlider) {
        padding-bottom: 0px !important; /* ضغط المساحة الميتة أسفل النقطة البرتقالية ليقترب القسمان بنعومة */
    }
}

/* --- Restauration exclusive de l'espace du Blog sur Mobile --- */
@media (max-width: 1199.98px) {
    /* Cible uniquement la section qui contient le bouton menant vers les blogs */
    section.pt-80.pb-80:has(a[href*="blogs"]) {
        padding-top: 75px !important;    /* Redonne un espace supérieur faste et aéré */
        padding-bottom: 75px !important; /* Espace parfait avant le début du footer */
    }
}