@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 800;
  font-style: bold;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  white-space: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

button, a {
  outline: 0;
  cursor: pointer;
  appearance: none;
  font: inherit;
}

img {
  max-width: 100%;
}

.action__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  font-family: "Poppins-Medium", sans-serif;
  transition: all 0.3s ease;
  padding-left: 0;
  padding-right: 0;
}
.action__button img {
  width: 16px;
  height: 16px;
}
[dir=rtl] .action__button img:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button .action__button-icon:not([src$=".svg"]) {
  fill: #fff;
}
[dir=rtl] .action__button .action__button-icon:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button:hover {
  /* background: darken($bg-color, 10%); */
  color: white;
}
.action__button:hover .action__button-icon[src$=".svg"] {
  filter: invert(25%) sepia(100%) saturate(500%) hue-rotate(-35deg);
}
.action__button:hover .action__button-icon:not([src$=".svg"]) {
  fill: white;
}

.action__button--orange-background {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  background: #fa944a;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 100px;
  font-family: "Poppins-Medium", sans-serif;
  transition: all 0.3s ease;
}
.action__button--orange-background img {
  width: 16px;
  height: 16px;
}
[dir=rtl] .action__button--orange-background img:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--orange-background .action__button-icon:not([src$=".svg"]) {
  fill: #fff;
}
[dir=rtl] .action__button--orange-background .action__button-icon:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--orange-background:hover {
  /* background: darken($bg-color, 10%); */
  color: white;
}
.action__button--orange-background:hover .action__button-icon[src$=".svg"] {
  filter: invert(25%) sepia(100%) saturate(500%) hue-rotate(-35deg);
}
.action__button--orange-background:hover .action__button-icon:not([src$=".svg"]) {
  fill: white;
}

.action__button--orange {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: #fa944a;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  font-family: "Poppins-Medium", sans-serif;
  transition: all 0.3s ease;
  padding-left: 0;
  padding-right: 0;
}
.action__button--orange img {
  width: 16px;
  height: 16px;
}
[dir=rtl] .action__button--orange img:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--orange .action__button-icon[src$=".svg"] {
  filter: invert(44%) sepia(100%) saturate(400%) hue-rotate(-30deg);
}
.action__button--orange .action__button-icon:not([src$=".svg"]) {
  fill: #fa944a;
}
[dir=rtl] .action__button--orange .action__button-icon:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--orange:hover {
  /* background: darken($bg-color, 10%); */
  color: #fbb17c;
}
.action__button--orange:hover .action__button-icon[src$=".svg"] {
  filter: invert(25%) sepia(100%) saturate(500%) hue-rotate(-35deg);
}
.action__button--orange:hover .action__button-icon:not([src$=".svg"]) {
  fill: #fbb17c;
}

.action__button--transparent-white {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #fff;
  background: #b7203d;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 100px;
  font-family: "Poppins-Medium", sans-serif;
  transition: all 0.3s ease;
}
.action__button--transparent-white img {
  width: 16px;
  height: 16px;
}
[dir=rtl] .action__button--transparent-white img:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--transparent-white .action__button-icon:not([src$=".svg"]) {
  fill: #fff;
}
[dir=rtl] .action__button--transparent-white .action__button-icon:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--transparent-white:hover {
  /* background: darken($bg-color, 10%); */
  color: white;
}
.action__button--transparent-white:hover .action__button-icon[src$=".svg"] {
  filter: invert(25%) sepia(100%) saturate(500%) hue-rotate(-35deg);
}
.action__button--transparent-white:hover .action__button-icon:not([src$=".svg"]) {
  fill: white;
}

.action__button--transparent-white-no-border {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  font-family: "Poppins-Medium", sans-serif;
  transition: all 0.3s ease;
  padding-left: 0;
  padding-right: 0;
}
.action__button--transparent-white-no-border img {
  width: 16px;
  height: 16px;
}
[dir=rtl] .action__button--transparent-white-no-border img:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--transparent-white-no-border .action__button-icon:not([src$=".svg"]) {
  fill: #fff;
}
[dir=rtl] .action__button--transparent-white-no-border .action__button-icon:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--transparent-white-no-border:hover {
  /* background: darken($bg-color, 10%); */
  color: white;
}
.action__button--transparent-white-no-border:hover .action__button-icon[src$=".svg"] {
  filter: invert(25%) sepia(100%) saturate(500%) hue-rotate(-35deg);
}
.action__button--transparent-white-no-border:hover .action__button-icon:not([src$=".svg"]) {
  fill: white;
}

.action__button--orange-bordered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #fa944a;
  background: #fff;
  color: #fa944a;
  font-size: 14px;
  cursor: pointer;
  border-radius: 100px;
  font-family: "Poppins-Medium", sans-serif;
  transition: all 0.3s ease;
}
.action__button--orange-bordered img {
  width: 16px;
  height: 16px;
}
[dir=rtl] .action__button--orange-bordered img:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--orange-bordered .action__button-icon[src$=".svg"] {
  filter: invert(44%) sepia(100%) saturate(400%) hue-rotate(-30deg);
}
.action__button--orange-bordered .action__button-icon:not([src$=".svg"]) {
  fill: #fa944a;
}
[dir=rtl] .action__button--orange-bordered .action__button-icon:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.action__button--orange-bordered:hover {
  /* background: darken($bg-color, 10%); */
  color: #fbb17c;
}
.action__button--orange-bordered:hover .action__button-icon[src$=".svg"] {
  filter: invert(25%) sepia(100%) saturate(500%) hue-rotate(-35deg);
}
.action__button--orange-bordered:hover .action__button-icon:not([src$=".svg"]) {
  fill: #fbb17c;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  direction: ltr;
  text-align: left;
}
[dir=rtl] html, [dir=rtl] body {
  direction: rtl;
  text-align: right;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
[dir=rtl] .container {
  direction: rtl;
}

.container-80 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
[dir=rtl] .container-80 {
  direction: rtl;
}

.flex {
  display: flex;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--between {
  justify-content: space-between;
}
.flex--column {
  flex-direction: column;
}
[dir=rtl] .flex--between {
  flex-direction: row-reverse;
}

.page__breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8e8e8e;
  margin-bottom: 20px;
  gap: 6px;
  flex-wrap: wrap;
}
.page__breadcrumbs a, .page__breadcrumbs span {
  display: flex;
  align-items: center;
  color: #444;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  min-width: fit-content;
}
.page__breadcrumbs a:hover, .page__breadcrumbs span:hover {
  text-decoration: underline;
}
.page__breadcrumbs a::after, .page__breadcrumbs span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/icons/chevron_breadcrumbs.svg") no-repeat center;
  background-size: contain;
  margin-left: 6px;
}
.page__breadcrumbs a:last-child, .page__breadcrumbs span:last-child {
  color: #8e8e8e;
}
.page__breadcrumbs a:last-child::after, .page__breadcrumbs span:last-child::after {
  content: none;
}
.page__breadcrumbs a img, .page__breadcrumbs span img {
  margin-right: 10px;
}
[dir=rtl] .page__breadcrumbs a img, [dir=rtl] .page__breadcrumbs span img {
  margin-right: 0;
  margin-left: 10px;
}
.page__breadcrumbs img {
  width: 16px;
  height: 16px;
  display: block;
}
.page__breadcrumbs.back-shopping-cart a {
  color: #1d1d1d;
}
[dir=rtl] .page__breadcrumbs.back-shopping-cart a img {
  transform: rotate(180deg);
}
[dir=rtl] .page__breadcrumbs {
  /* flex-direction: row-reverse; */
}
[dir=rtl] .page__breadcrumbs a::after, [dir=rtl] .page__breadcrumbs span::after {
  margin-left: 0;
  margin-right: 6px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .page__breadcrumbs {
    flex-wrap: wrap;
    gap: 4px;
  }
  .page__breadcrumbs a, .page__breadcrumbs span {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
[dir=rtl] .page__title {
  text-align: right;
}

@media (max-width: 768px) {
  .page__title {
    font-size: 32px;
  }
  [dir=rtl] .page__title {
    text-align: right;
  }
}
input, textarea, select {
  font-family: "Poppins-Light";
  text-align: left;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
[dir=rtl] input, [dir=rtl] textarea, [dir=rtl] select {
  text-align: right;
}

.padding-lr30 {
  padding: 0 30px;
}
[dir=rtl] .padding-lr30 {
  padding: 0 30px;
}

.margin-b0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

span.number-highlight {
  color: #b7203d;
  font-weight: bold;
  font-size: 20px;
}

ul.square {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
ul.square li {
  position: relative;
  padding-left: 15px;
  color: #6a6a6a;
}
ul.square li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #b7203d;
  transform: translateY(-50%);
}
[dir=rtl] ul.square li {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] ul.square li::before {
  left: auto;
  right: 0;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

@media (max-width: 768px) {
  .mt-50 {
    margin-top: 20px;
  }
  .mb-50 {
    margin-bottom: 20px;
  }
}
.background-white {
  background: #fff;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

b, strong {
  /* font-family: "Poppins-Medium"; */
  font-weight: bold;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
}
.carousel__wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 30px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
  /* @include rtl {
  	//direction: rtl;
  	flex-direction: row-reverse;
  } */
}
@media (max-width: 768px) {
  .carousel__wrapper {
    justify-content: flex-start; /* Keep the default layout for mobile */
  }
}

.carousel__wrapper:rtl {
  flex-direction: row-reverse;
}

.carousel__track {
  display: flex;
  gap: 30px;
  width: max-content;
  transition: transform 0.5s ease-in-out;
  /* @include rtl {
  	flex-direction: row-reverse; // Ensure correct scroll behavior in RTL
  } */
}

.carousel__item {
  display: flex;
  flex-shrink: 0;
  position: relative;
  gap: 30px;
  overflow: hidden;
  /* background: $color-white;
  border: 1px solid $color-border-light;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 750px;
  max-height: 270px; */
  /* @include rtl {
  	direction: rtl;
  } */
}
@media (max-width: 768px) {
  .carousel__item {
    flex-direction: column;
    max-width: 350px;
    align-items: center;
    max-height: none;
    margin: 0;
  }
}

.carousel__dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.carousel__dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8e8e8e;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.carousel__dots .dot.active {
  background: #b7203d;
}

.header {
  background: #f3f5f8;
  background: #fff;
  border-bottom: solid 2px var(--6);
}
.header__top {
  background: #fff;
  height: 60px;
  display: flex;
  align-items: center;
}
.header__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__logo a {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.header__logo a img {
  max-height: 50px;
}
.header__search {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 3px 10px;
  width: 300px;
  color: #e2e2e2;
}
.header__search input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  padding: 5px;
}
.header__search button {
  background: none;
  border: none;
  cursor: pointer;
}
.header__search button img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__social {
  display: flex;
  gap: 8px;
}
.header__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 102, 0, 0.1);
  transition: 0.3s;
}
.header__social a img {
  width: 18px;
  height: 18px;
}
.header__social a:hover {
  background: rgba(255, 102, 0, 0.3);
}
.header .country-selector {
  position: relative;
  display: inline-block;
  top: 3px;
}
.header .country-selector .toggle-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header .country-selector .toggle-button img {
  display: inline-block;
}
.header .country-selector .toggle-button img:first-child {
  width: 25px;
  height: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  display: block;
  padding: 0;
  margin: 0;
}
.header .country-selector .toggle-button img.chevron-icon {
  width: 12px;
  height: 12px;
}
.header .country-selector .dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: none;
  width: 221px;
  z-index: 10;
}
.header .country-selector .dropdown .country-search {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.header .country-selector .dropdown .country-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
}
.header .country-selector .dropdown .country-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 10px;
  color: inherit;
}
.header .country-selector .dropdown .country-list li a:hover {
  background: #f3f5f8;
}
.header .country-selector .dropdown .country-list li a img {
  width: 25px;
  height: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  flex-shrink: 0;
}
.header .country-selector .dropdown .country-list li a .country-name {
  display: flex;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 12px;
}
.header .country-selector .dropdown .country-list li a .country-name span {
  white-space: nowrap;
  color: #8e8e8e;
}
.header .country-selector .dropdown .country-list li a .country-name .en::after {
  content: "/";
  margin: 0 3px;
}
.header .country-selector.open .dropdown {
  display: block;
}
[dir=rtl] .header .country-selector .dropdown {
  right: auto;
  left: 0;
}
[dir=rtl] .header .country-selector .country-list li img {
  margin-left: 10px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .header .country-selector .dropdown {
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }
  .header .country-selector .country-search {
    box-sizing: border-box;
    width: 100%;
  }
  .header .country-selector .country-list {
    max-width: 100%;
    overflow-x: hidden;
  }
}
.header__nav {
  display: flex;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 2px solid #f3f5f8;
  border-bottom: 2px solid #f3f5f8;
}
[dir=rtl] .header__nav {
  text-align: right;
}
.header__nav .container {
  display: flex;
  justify-content: center;
}
.header__nav nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav nav ul li {
  position: relative;
  margin-right: 20px;
  padding: 5px 0;
}
[dir=rtl] .header__nav nav ul li {
  margin-right: 0;
  margin-left: 20px;
}
.header__nav nav ul li a {
  text-decoration: none;
  color: #8e8e8e;
  font-size: 13px;
  padding: 10px 10px 10px 0;
  transition: 0.3s;
}
[dir=rtl] .header__nav nav ul li a {
  padding: 10px 0 10px 10px;
}
.header__nav nav ul li a:hover, .header__nav nav ul li a.active {
  color: #1d1d1d;
  text-decoration: underline;
  text-decoration-color: #fa944a;
  font-weight: bold;
  text-underline-offset: 12px;
  text-decoration-thickness: 3px;
}
.header__nav nav ul li.has-submenu > a {
  position: relative;
  padding-right: 20px;
}
[dir=rtl] .header__nav nav ul li.has-submenu > a {
  padding-right: 0;
  padding-left: 20px;
}
.header__nav nav ul li.has-submenu > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("/assets/icons/chevron_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  pointer-events: none;
  display: none;
}
[dir=rtl] .header__nav nav ul li.has-submenu > a::after {
  right: auto;
  left: 0;
}
@media (max-width: 991px) {
  .header__nav nav ul li.has-submenu > a::after {
    display: block;
  }
}
.header__nav nav ul li.has-submenu.open > a::after {
  transform: translateY(-50%) rotate(-180deg);
}
[dir=rtl] .header__nav nav ul li.has-submenu.open > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.header__nav nav ul li.has-submenu:hover > a::after {
  transform: translateY(-50%) rotate(-180deg);
}
[dir=rtl] .header__nav nav ul li.has-submenu:hover > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.header__nav nav ul li.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  list-style: none;
  padding: 10px 0;
  margin-top: 2px;
  width: 220px;
  z-index: 10;
}
[dir=rtl] .header__nav nav ul li.has-submenu .submenu {
  left: auto;
  right: 0;
}
.header__nav nav ul li.has-submenu .submenu li {
  margin: 0;
  padding: 0;
}
.header__nav nav ul li.has-submenu .submenu li a {
  padding: 10px 15px;
  display: block;
}
.header__nav nav ul li.has-submenu .submenu li a:hover {
  background: #f3f5f8;
}
.header__nav nav ul li.has-submenu .submenu li a:hover, .header__nav nav ul li.has-submenu .submenu li a.active {
  text-decoration: none;
}
.header__nav nav ul li.has-submenu:hover .submenu {
  display: block;
}
@media (max-width: 991px) {
  .header__nav nav ul li.has-submenu:hover .submenu {
    display: none;
  }
}
.header__nav nav ul li.has-submenu.open .submenu {
  display: block;
}
.header .hamburger {
  display: none;
  flex-direction: column;
  width: 30px;
  height: 22px;
  justify-content: space-between;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}
.header .hamburger .line {
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 2px;
}
[dir=rtl] .header .hamburger {
  left: 15px;
  right: auto;
}
@media (max-width: 768px) {
  .header__top .container {
    justify-content: space-between;
  }
  .header__search {
    width: 180px;
    padding: 3px 8px;
    display: none;
  }
  .header__search input {
    font-size: 14px;
    padding: 4px;
  }
  .header__right {
    display: none;
  }
  .header__nav {
    border-top: none;
  }
  .header__nav nav ul {
    flex-direction: column;
    padding: 15px 0;
  }
  .header__nav nav ul li {
    border-bottom: 1px solid #f3f5f8;
    padding: 10px 0;
    width: 100%;
  }
  .header__nav nav ul li.has-submenu .submenu {
    position: static;
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: none;
  }
  .header__nav nav ul li.has-submenu li {
    padding: 10px 0 0 0;
  }
  .header__nav nav ul li.has-submenu:hover .submenu {
    display: block;
    margin-left: 20px;
    padding-bottom: 0;
  }
  [dir=rtl] .header__nav nav ul li.has-submenu:hover .submenu {
    margin-left: 0;
    margin-right: 20px;
  }
  .header__nav nav ul li:last-child {
    border-bottom: none;
  }
  .header .hamburger {
    display: flex;
  }
  .header #nav-menu {
    display: none;
  }
  .header #nav-menu.active {
    display: block;
    width: 100%;
    background: #fff;
  }
  .header nav ul {
    flex-direction: column;
    padding: 15px 0;
  }
}

.banner {
  width: 100%;
  max-width: 1200px;
  margin: 20px 0;
  position: relative;
}
.banner__image {
  width: 100%;
  height: 265px;
  object-fit: cover;
}
.banner__iframe {
  width: 100%;
  height: 265px;
  border: none;
}
@media (max-width: 768px) {
  .banner__image, .banner__iframe {
    height: 81px;
  }
}

.info-box {
  padding: 50px 0;
  background: #f5f5f5;
}
.info-box .container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.info-box__image img {
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
}
.info-box__content h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.info-box__content p {
  font-size: 16px;
  color: #666;
}

.news {
  width: 100%;
}
.news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.news__main {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.news__main-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.news__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
[dir=rtl] .news__overlay {
  text-align: right;
}
.news__overlay .news__meta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
[dir=rtl] .news__overlay {
  direction: rtl;
  text-align: right;
}
[dir=rtl] .news__overlay span {
  direction: ltr;
  text-align: left;
}
.news__category {
  color: #b7203d;
  font-weight: bold;
  text-transform: uppercase;
}
.news__date {
  color: #ddd;
}
.news__headline {
  font-size: 20px;
  margin: 10px 0;
}
[dir=rtl] .news__headline {
  text-align: right;
}
.news__side {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.news__list {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  margin-top: 50px;
}
.news__item {
  display: flex;
  background: #fff;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  position: relative;
}
.news__item__image {
  width: 47%;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.news__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__item__image .notice-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
[dir=rtl] .news__item__image .notice-box {
  left: auto;
  right: 10px;
}
.news__item .news__content {
  padding: 15px 15px 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
[dir=rtl] .news__item .news__content {
  padding: 15px 20px 15px 15px;
  text-align: right;
}
.news__item .notice-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}
.news__item .notice-date .notice {
  font-weight: 600;
  color: #b7203d;
  background-color: rgba(183, 32, 61, 0.05);
  border-radius: 4px;
  padding: 3px 6px;
  display: inline-block;
}
@media (max-width: 768px) {
  .news__grid, .news__list {
    grid-template-columns: 1fr;
  }
  .news__main {
    width: 100vw;
    height: 52vh;
    margin: 0 -15px;
    aspect-ratio: unset;
  }
  .news__main-image {
    height: 100%;
    max-height: 52vh;
  }
  .news__item {
    flex-direction: column;
  }
  .news__item__image {
    width: 100%;
    /* height: 230px; */
  }
  .news__item__image .notice-box {
    font-size: 10px;
    padding: 4px 6px;
  }
  [dir=rtl] .news__item__image .notice-box {
    left: auto;
    right: 10px;
  }
}

.footer {
  background: #1d1d1d;
  color: #fff;
  font-family: "Poppins-Medium", sans-serif;
}
.footer__top {
  padding: 40px 0;
}
.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer__column {
  flex: 1;
  min-width: 250px;
  text-align: left;
  width: 100%;
}
[dir=rtl] .footer__column {
  text-align: right;
}
.footer__logo {
  max-width: 200px;
  margin-bottom: 15px;
}
.footer p {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Poppins-Light", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
.footer h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer__input {
  width: 100%;
  padding: 10px;
  background: #333;
  border: 1px solid #555;
  color: #fff;
  border-radius: 5px;
  margin: 20px 0;
}
.footer__textarea {
  width: 100%;
  padding: 10px;
  background: #333;
  border: 1px solid #555;
  color: #fff;
  border-radius: 5px;
  min-height: 8rem;
  margin-bottom: 20px;
}
.footer__button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.footer__button img {
  width: 16px;
  height: 16px;
}
.footer__separator {
  height: 1px;
  background: #444;
  margin: 20px 0;
}
.footer__links {
  padding: 30px 0;
}
.footer__link-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
[dir=rtl] .footer__link-columns {
  text-align: right;
}
.footer__link-column {
  flex: 1;
  min-width: 180px;
}
.footer__link-column h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
.footer__link-column h4 a {
  color: #fff;
  text-decoration: none;
}
.footer__link-column h4 a:hover {
  color: #fa944a;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer ul li a {
  color: #8e8e8e;
  text-decoration: none;
  font-size: 13px;
}
.footer ul li a:hover {
  color: #fa944a;
}
.footer__bottom {
  background: #444;
  padding: 15px 0;
}
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__bottom p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__bottom .container {
    flex-direction: column;
    text-align: center;
  }
  .footer__bottom p {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer__columns {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  [dir=rtl] .footer__columns {
    text-align: right;
  }
  .footer__input, .footer__textarea {
    width: 100%;
  }
  .footer__link-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer__link-columns > :first-child {
    grid-column: span 2;
  }
}
.section {
  background: #f3f5f8;
  width: 100%;
}
.section__container {
  align-items: center;
  gap: 50px;
}
.section__left {
  flex: 1;
  text-align: left;
}
[dir=rtl] .section__left {
  text-align: right;
}
.section__left h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
.section__left p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #6a6a6a;
  margin-bottom: 24px;
}
.section__left .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  background: #fa944a;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  font-family: "Poppins-Medium", sans-serif;
  transition: all 0.3s ease;
}
.section__left .button img {
  width: 16px;
  height: 16px;
}
[dir=rtl] .section__left .button img:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.section__left .button .action__button-icon:not([src$=".svg"]) {
  fill: #fff;
}
[dir=rtl] .section__left .button .action__button-icon:not(.franchise-actions-down .action__button-icon) {
  transform: rotate(180deg);
}
.section__left .button:hover {
  /* background: darken($bg-color, 10%); */
  color: white;
}
.section__left .button:hover .action__button-icon[src$=".svg"] {
  filter: invert(25%) sepia(100%) saturate(500%) hue-rotate(-35deg);
}
.section__left .button:hover .action__button-icon:not([src$=".svg"]) {
  fill: white;
}
.section__right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.section__right img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .section__container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .section__right {
    justify-content: center;
  }
}

.news-carousel {
  overflow: hidden;
  position: relative;
}
.news-carousel__carousel-item {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 750px;
  max-height: 270px;
  display: flex;
  /* flex-direction: row; // Default LTR layout
  align-items: center; */
}
[dir=rtl] .news-carousel__carousel-item {
  flex-direction: row-reverse;
}
.news-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news-carousel__header-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  margin-left: 15px;
}
.news-carousel__header-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #b7203d;
  margin-right: 10px;
}
[dir=rtl] .news-carousel__header-title::before {
  margin-right: 0;
  margin-left: 10px;
}
.news-carousel__header .action__button--orange {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  color: #fa944a;
  font-size: 14px;
  cursor: pointer;
}
.news-carousel__header .action__button--orange .action__button-icon {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
[dir=rtl] .news-carousel__header .action__button--orange .action__button-icon {
  margin-left: 0;
  margin-right: 5px;
}
.news-carousel__carousel-image {
  width: 270px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .news-carousel__carousel-image {
    width: 100%;
    height: auto;
  }
}
.news-carousel__carousel-image img {
  width: 100%;
  height: 100%;
  max-height: 270px;
  object-fit: cover;
}
.news-carousel__carousel-image .notice-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
[dir=rtl] .news-carousel__carousel-image .notice-box {
  left: auto;
  right: 10px;
}
.news-carousel__carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px 0px 0;
}
[dir=rtl] .news-carousel__carousel-content {
  padding: 15px 0 0 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .news-carousel__carousel-content {
    padding: 20px;
    width: 100%;
  }
}
.news-carousel .notice-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}
[dir=rtl] .news-carousel .notice-date {
  flex-direction: row-reverse;
}
.news-carousel .notice-date .notice {
  font-weight: 600;
  color: #b7203d;
  background-color: rgba(183, 32, 61, 0.05);
  border-radius: 4px;
  padding: 3px 6px;
  display: inline-block;
}
.news-carousel .notice-date .news-sector {
  font-weight: bold;
}
.news-carousel h3 {
  font-size: 26px;
  line-height: 1.23;
  margin: 11px 0 15px 0;
}
@media (max-width: 768px) {
  .news-carousel h3 {
    font-size: 18px;
  }
}
.news-carousel p {
  font-size: 16px;
  color: #6a6a6a;
  margin-bottom: 10px;
  white-space: normal;
}
.news-carousel .action__button--orange {
  align-self: flex-start;
}
[dir=rtl] .news-carousel .action__button--orange {
  align-self: flex-end;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .news-carousel__carousel-item {
    flex-direction: column;
    max-width: 350px;
    gap: 0;
    width: 100%;
    max-height: none;
    align-items: center;
    margin: 0 auto;
  }
  .news-carousel .news-carousel__carousel-image {
    width: 100%;
    height: auto;
  }
  .news-carousel .news-carousel__carousel-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .news-carousel .news-carousel__carousel-content {
    padding: 20px;
  }
  .news-carousel .news-carousel__carousel-content h3 {
    font-size: 18px;
  }
}

.news-ticker {
  width: 100%;
  height: 60px;
  background-color: #444;
  color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.news-container {
  width: 1170px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.news-track {
  display: flex;
  gap: 30px;
  white-space: nowrap;
  width: max-content;
  animation: scroll-ltr 20s linear infinite;
}
.news-track.rtl {
  animation: scroll-rtl 20s linear infinite;
}

.news-item {
  flex: 0 0 auto;
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
  line-height: 1.2;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
[dir=rtl] .news-item {
  text-align: right;
}

.news-item:hover {
  color: #ffcc00;
}

/* Animations for LTR and RTL */
@keyframes scroll-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-rtl {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/* Stop animation on hover */
.news-track:hover {
  animation-play-state: paused;
}

.franchise-component {
  background-color: #b7203d;
  color: #fff;
  padding: 30px 0;
}
.franchise-component .franchise-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.franchise-component .franchise-text {
  width: 66.66%;
  text-align: left;
}
[dir=rtl] .franchise-component .franchise-text {
  text-align: right;
}
.franchise-component .franchise-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
}
.franchise-component .franchise-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #fff;
  margin-right: 10px;
}
[dir=rtl] .franchise-component .franchise-title::before {
  margin-right: 0;
  margin-left: 10px;
}
.franchise-component .franchise-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 20px 20px 0;
}
.franchise-component .franchise-title-row h2 {
  font-size: 26px;
  text-align: left;
}
[dir=rtl] .franchise-component .franchise-title-row h2 {
  text-align: right;
}
[dir=rtl] .franchise-component .franchise-title-row {
  margin: 30px 0 20px 20px;
}
.franchise-component .franchise-view-all {
  margin-right: -20px;
}
.franchise-component .franchise-view-all:hover {
  background: rgba(255, 255, 255, 0.2);
}
.franchise-component .franchise-view-all.mobile {
  display: none;
}
[dir=rtl] .franchise-component .franchise-view-all {
  margin-right: 0;
  margin-left: -20px;
}
.franchise-component .franchise-description {
  font-family: "Poppins-Light", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 27px;
}
[dir=rtl] .franchise-component .franchise-description {
  text-align: right;
}
.franchise-component .franchise-business-ideas {
  max-width: 85%;
  padding: 10px 30px 30px 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  text-align: left;
  margin: 15px 30px 70px 50px;
}
[dir=rtl] .franchise-component .franchise-business-ideas {
  text-align: right;
}
.franchise-component .franchise-business-ideas .franchise-count {
  font-size: 60px;
  line-height: normal;
  display: block;
}
.franchise-component .franchise-business-ideas .franchise-ideas-text {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.franchise-component .franchise-search {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.franchise-component .franchise-search .franchise-search-box,
.franchise-component .franchise-search select {
  flex: 1;
  height: 50px;
  border-radius: 5px;
  border: none;
  background: #fff;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  padding-right: 20px;
}
.franchise-component .franchise-search .franchise-search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 20px 13px 15px;
}
.franchise-component .franchise-search .franchise-search-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #333;
  background: transparent;
}
.franchise-component .franchise-search .franchise-search-box .search-icon {
  font-size: 16px;
  color: #777;
}
.franchise-component .franchise-search .franchise-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  /* &:focus-within::after {
  	transform: translateY(-50%) rotate(-135deg);
  } */
}
.franchise-component .franchise-search .franchise-filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  border: none;
  background-color: white;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  outline: none;
}
.franchise-component .franchise-search .franchise-filter::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}
[dir=rtl] .franchise-component .franchise-search .franchise-filter::after {
  left: 12px;
  right: auto;
}
@media (max-width: 768px) {
  .franchise-component .franchise-search {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .franchise-component .franchise-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .franchise-component .franchise-text {
    width: 100%;
  }
  .franchise-component .franchise-title-row {
    justify-content: flex-start;
  }
  [dir=rtl] .franchise-component .franchise-title-row {
    justify-content: flex-end;
  }
  .franchise-component .franchise-business-ideas {
    margin: 20px 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 15px;
    text-align: left;
  }
  [dir=rtl] .franchise-component .franchise-business-ideas {
    text-align: right;
  }
  .franchise-component .franchise-business-ideas .franchise-count,
  .franchise-component .franchise-business-ideas .franchise-ideas-text {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
  }
  [dir=rtl] .franchise-component .franchise-business-ideas .franchise-count,
  [dir=rtl] .franchise-component .franchise-business-ideas .franchise-ideas-text {
    margin-right: 0;
    margin-left: 30px;
  }
  .franchise-component .franchise-search {
    flex-direction: column;
    gap: 15px;
  }
  .franchise-component .franchise-search .franchise-search-box,
  .franchise-component .franchise-search select {
    width: 100%;
  }
  .franchise-component .franchise-view-all.desktop {
    display: none;
  }
  .franchise-component .franchise-view-all.mobile {
    display: flex;
    margin: 20px 0;
    justify-content: center;
  }
}

.franchises {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* text-align: center; */
  padding: 20px;
}
.franchises h2 {
  font-size: 24px;
  margin-bottom: 20px;
  /* height: 32px; */
  display: flex;
}
@media (max-width: 768px) {
  .franchises {
    padding: 20px 0;
  }
}

.franchise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .franchise-grid {
    grid-template-columns: 1fr;
  }
}

.franchise-featured {
  display: flex;
  border: 1px solid #e2e2e2;
  height: 180px;
  align-items: center;
}
.franchise-featured .logo-container {
  flex: 0 0 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-right: 1px solid #e2e2e2;
  height: 100%;
  width: 100%;
  max-width: 180px;
  background-color: #fff;
}
.franchise-featured .logo-container img {
  max-height: 100px;
  margin: 15px;
}
.franchise-featured .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.franchise-featured .info h3 {
  font-size: 26px;
  padding: 0;
  margin: 0;
}
.franchise-featured .info p {
  font-size: 20px;
  padding: 0 0 15px;
  color: #6a6a6a;
  font-family: "Poppins-Light", sans-serif;
}
.franchise-featured .info .price {
  font-size: 20px;
  color: #b7203d;
  display: flex;
  align-items: center;
}
.franchise-featured .info .price img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
[dir=rtl] .franchise-featured .info .price img {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .franchise-featured .info {
  text-align: right;
}
@media (max-width: 768px) {
  .franchise-featured {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
  }
  .franchise-featured .logo-container {
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
    max-width: none;
    max-height: 100px;
  }
  .franchise-featured .logo-container img {
    max-width: 100px;
  }
  .franchise-featured .info p {
    padding: 0 0 10px 0;
  }
}

.franchise-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .franchise-list {
    grid-template-columns: 1fr;
  }
}

.franchise-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e2e2;
  align-items: center;
  max-height: 190px;
}
.franchise-item .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
  height: 95px;
  width: 100%;
  background-color: #fff;
}
.franchise-item .logo-container img {
  max-height: 50px;
  max-width: 80px;
}
.franchise-item .info {
  text-align: left;
  padding: 15px;
  background-color: #fff;
  width: 100%;
}
.franchise-item .info h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.franchise-item .info p {
  font-size: 14px;
}
.franchise-item .info .price {
  font-size: 14px;
  color: #b7203d;
  display: flex;
  align-items: center;
  text-align: left;
}
.franchise-item .info .price img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
[dir=rtl] .franchise-item .info .price img {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .franchise-item .info {
  text-align: right;
}
@media (max-width: 768px) {
  .franchise-item {
    flex-direction: row;
    align-items: center;
    max-height: unset;
  }
  .franchise-item .logo-container {
    border-bottom: none;
    border-right: 1px solid #e2e2e2;
    max-height: 130px;
    max-width: 110px;
    height: 100%;
  }
  .franchise-item .logo-container img {
    max-height: 90px;
  }
  .franchise-item .info {
    text-align: left;
  }
}

.franchise-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .franchise-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .franchise-actions button {
    width: 100%;
    max-width: 300px;
  }
}

.brands-header {
  display: flex;
}

.franchise-highlight {
  padding: 40px 0;
  background: #f8f8f8;
}
.franchise-highlight .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.franchise-highlight .franchise-highlight-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 30px 15px;
  display: flex;
  align-items: center;
}
[dir=rtl] .franchise-highlight .franchise-highlight-title {
  margin-left: 0;
  margin-right: 15px;
}
.franchise-highlight .franchise-highlight-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #b7203d;
  margin-right: 10px;
}
[dir=rtl] .franchise-highlight .franchise-highlight-title::before {
  margin-right: 0;
  margin-left: 10px;
}
.franchise-highlight .franchise-highlight-content {
  display: flex;
  align-items: center;
  gap: 50px;
}
.franchise-highlight .franchise-highlight-image {
  width: 33.33%;
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.franchise-highlight .franchise-highlight-image img {
  max-height: 100%;
  width: auto;
  display: block;
}
.franchise-highlight .franchise-highlight-info {
  width: 66.66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
[dir=rtl] .franchise-highlight .franchise-highlight-info {
  text-align: right;
}
.franchise-highlight .franchise-highlight-info .info-title {
  font-size: 32px;
  font-weight: bold;
}
.franchise-highlight .franchise-highlight-info .info-description {
  font-size: 16px;
  font-family: "Poppins-Light", sans-serif;
  color: #6a6a6a;
  margin: 20px 0;
}
.franchise-highlight .franchise-highlight-info .info-buttons {
  display: flex;
  gap: 20px;
}
.franchise-highlight .franchise-highlight-info .btn-outline {
  background: none;
  border: 1px solid #fa944a;
  color: #fa944a;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}
.franchise-highlight .franchise-highlight-info .btn-outline:hover {
  background: #fa944a;
  color: #fff;
}
.franchise-highlight .franchise-highlight-info .btn-primary {
  background: #fa944a;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.franchise-highlight .franchise-highlight-info .btn-primary .arrow {
  font-size: 16px;
}
.franchise-highlight .franchise-highlight-info .btn-primary:hover {
  background: #f97718;
}
@media (max-width: 768px) {
  .franchise-highlight .franchise-highlight-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .franchise-highlight .franchise-highlight-image {
    width: 100%;
    justify-content: center;
    max-width: 300px;
  }
  .franchise-highlight .franchise-highlight-image img {
    width: 100%;
    height: auto;
    /* margin: 20px 0; */
  }
  .franchise-highlight .franchise-highlight-info {
    width: 100%;
  }
  .franchise-highlight .franchise-highlight-info .info-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .franchise-highlight .franchise-highlight-info .info-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .franchise-highlight .franchise-highlight-info .info-description {
    margin: 10px 0;
  }
}

.video-section .video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.video-section .video-header .video-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-left: 15px;
}
[dir=rtl] .video-section .video-header .video-title {
  margin-left: 0;
  margin-right: 15px;
}
.video-section .video-header .video-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #b7203d;
  margin-right: 10px;
}
[dir=rtl] .video-section .video-header .video-title::before {
  margin-right: 0;
  margin-left: 10px;
}
.video-section .video-grid {
  display: flex;
  gap: 50px;
}
.video-section .video-grid .video-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.video-section .video-grid .video-item .video-wrapper {
  width: 100%;
  height: auto;
  background: #000;
}
.video-section .video-grid .video-item .video-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}
.video-section .video-grid .video-item .video-item-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
}
[dir=rtl] .video-section .video-grid .video-item .video-item-title {
  text-align: right;
}
.video-section .video-grid .video-item .video-item-description {
  font-size: 14px;
  color: #444;
}
[dir=rtl] .video-section .video-grid .video-item .video-item-description {
  text-align: right;
}
@media (max-width: 768px) {
  .video-section .video-grid {
    flex-direction: column;
    gap: 30px;
  }
  .video-section .video-item {
    width: 100% !important;
  }
  .video-section .video-wrapper {
    width: calc(100vw + 20px) !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding: 0 !important;
  }
  .video-section .video-wrapper iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important;
    display: block !important;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.abc-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-left: 15px;
}
.abc-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #b7203d;
  margin-right: 10px;
}
[dir=rtl] .abc-title {
  margin-left: 0;
  margin-right: 15px;
}
[dir=rtl] .abc-title::before {
  margin-right: 0;
  margin-left: 10px;
}

.abc-content {
  display: flex;
  gap: 100px;
  margin-top: 30px;
}
[dir=rtl] .abc-content {
  direction: rtl;
}
.abc-content .icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex: 1;
  max-width: 500px;
}
.abc-content .icons-grid .icon-box {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}
.abc-content .icons-grid .icon-box .icon {
  background: #fef4f6;
  font-size: 40px;
  margin-bottom: 10px;
  padding: 15px;
}
.abc-content .icons-grid .icon-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #1d1d1d;
  text-align: left;
}
[dir=rtl] .abc-content .icons-grid .icon-box .title {
  text-align: right;
}
.abc-content .info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 50px 0 0 0;
}
.abc-content .info-box h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.abc-content .info-box p {
  color: #444;
  margin-bottom: 20px;
}
[dir=rtl] .abc-content .info-box {
  text-align: right;
}

@media (max-width: 768px) {
  .abc-content {
    flex-direction: column;
    gap: 0;
  }
  .info-box {
    text-align: center;
  }
  [dir=rtl] .info-box {
    text-align: center;
  }
}
.abc-business {
  background-color: #b7203d;
  color: #fff;
  padding: 30px 0;
}
.abc-business .abc-business-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abc-business .abc-business-header .abc-business-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-left: 15px;
}
.abc-business .abc-business-header .abc-business-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #fff;
  margin-right: 10px;
}
[dir=rtl] .abc-business .abc-business-header .abc-business-title {
  margin-left: 0;
  margin-right: 15px;
}
[dir=rtl] .abc-business .abc-business-header .abc-business-title::before {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .abc-business .abc-business-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .abc-business .abc-business-header .abc-business-title {
    margin-left: 0;
  }
  .abc-business .abc-business-header .action__button {
    margin-left: 30px;
  }
  [dir=rtl] .abc-business .abc-business-header .action__button {
    margin-left: 0;
    margin-right: 30px;
  }
}
.abc-business .abc-business-content {
  display: flex;
  gap: 100px;
  margin-top: 30px;
}
[dir=rtl] .abc-business .abc-business-content {
  direction: rtl;
}
.abc-business .abc-business-content .icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex: 1;
}
.abc-business .abc-business-content .icons-grid .icon-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #be3650;
  text-align: center;
  padding: 20px;
}
.abc-business .abc-business-content .icons-grid .icon-box .icon {
  background: #fff;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.abc-business .abc-business-content .icons-grid .icon-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
[dir=rtl] .abc-business .abc-business-content .icons-grid .icon-box .icon {
  margin-right: 0;
  margin-left: 15px;
}
[dir=rtl] .abc-business .abc-business-content .icons-grid .icon-box .title {
  text-align: right;
}
@media (max-width: 768px) {
  .abc-business .abc-business-content .icons-grid {
    grid-template-columns: 1fr;
  }
}
.abc-business .abc-business-content .info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 50px 0 0 0;
}
.abc-business .abc-business-content .info-box h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.abc-business .abc-business-content .info-box p {
  color: #444;
  margin-bottom: 20px;
}
[dir=rtl] .abc-business .abc-business-content .info-box {
  text-align: right;
}

@media (max-width: 768px) {
  .abc-business-content {
    flex-direction: column;
    gap: 0;
  }
  .info-box {
    text-align: center;
  }
  [dir=rtl] .info-box {
    text-align: center;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.pagination__item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fa944a;
  border-radius: 50%;
  border: 1px solid #fa944a;
  background-color: rgba(250, 148, 74, 0.1);
  text-decoration: none;
  cursor: pointer;
}
.pagination__item:hover {
  background-color: rgba(250, 148, 74, 0.2);
}
.pagination__item--active {
  color: #8e8e8e;
  border-color: #8e8e8e;
  background: none;
}
.pagination__chevron {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination__chevron img {
  width: 100%;
  height: auto;
}
.pagination__chevron:hover {
  opacity: 0.7;
}
[dir=rtl] .pagination {
  direction: rtl;
}
[dir=rtl] .pagination__chevron img {
  transform: rotate(180deg);
}

.article-page h2 {
  font-size: 28px;
}
.article-page h4 {
  margin-top: 20px;
}
.article-page p {
  margin-bottom: 15px;
}
.article-page a {
  text-decoration: underline;
  color: #fa944a;
}
[dir=rtl] .article-page {
  text-align: right;
}
.article-page .article-highlight {
  background: #b7203d;
  color: #fff;
  font-size: 16px;
  padding: 30px;
  margin-bottom: 20px;
}
.article-page .article-highlight .article-minimum-investment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0 0 0;
}
.article-page .article-highlight .article-minimum-investment .label {
  margin-right: 20px;
}
[dir=rtl] .article-page .article-highlight .article-minimum-investment .label {
  margin-right: 0;
  margin-left: 20px;
}
.article-page .article-highlight .article-minimum-investment .price {
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 30px;
}
[dir=rtl] .article-page .article-highlight {
  text-align: right;
}
.article-page .article-units-highlight {
  background: #b7203d;
  color: #fff;
  font-size: 16px;
  padding: 30px;
  margin: 20px 0;
  display: inline-block;
}
.article-page .article-units-highlight .franchise-units {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}
.article-page .article-units-highlight .franchise-units .label {
  margin-right: 20px;
}
[dir=rtl] .article-page .article-units-highlight .franchise-units .label {
  margin-right: 0;
  margin-left: 20px;
}
.article-page .article-units-highlight .franchise-units .info {
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 30px;
}
[dir=rtl] .article-page .article-units-highlight {
  text-align: right;
}
@media (max-width: 768px) {
  .article-page .article-units-highlight {
    margin: 0 -15px 20px -15px;
    display: block;
    padding: 20px;
  }
}
.article-page .article-image, .article-page .article-image-gallery {
  margin: 20px 0;
}
.article-page .article-image img, .article-page .article-image-gallery img {
  width: 100%;
}
.article-page .article-image-gallery {
  position: relative;
  display: inline-block;
}
.article-page .article-image-gallery .action__button--orange-bordered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: auto;
}
.article-page .article-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.article-page .article-contact span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-page .article-contact span img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .article-page h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .article-page .article-highlight {
    margin: 0 -15px 20px -15px;
  }
  .article-page .article-highlight .article-minimum-investment {
    flex-direction: column;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .article-page .article-header-title {
    align-items: baseline;
  }
  .article-page .article-header-title::before {
    position: relative;
    top: -3px;
  }
}

.article-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.article-header .article-title {
  font-size: 40px;
  position: relative;
  text-align: left;
}
.article-header .article-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #b7203d;
}
.article-header .article-title.center {
  text-align: center;
  margin: 0 auto;
}
.article-header .article-title.center::after {
  margin: 0 auto;
}
.article-header .article-title.right {
  text-align: right;
  margin-left: auto;
}
.article-header .article-title.right::after {
  margin-left: auto;
}
[dir=rtl] .article-header .article-title {
  text-align: right;
}
[dir=rtl] .article-header .article-title.right {
  text-align: left;
  margin-right: auto;
}
[dir=rtl] .article-header .article-title.center {
  text-align: center;
}
.article-header .article-logo {
  height: 100px;
}
@media (max-width: 768px) {
  .article-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .article-header .article-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .article-header .article-logo {
    max-width: 75%;
  }
}

.article-header-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8e8e8e;
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.article-header-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #b7203d;
  margin-right: 10px;
}
[dir=rtl] .article-header-title::before {
  margin-right: 0;
  margin-left: 10px;
}

.francise-find-out-more .article-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.francise-find-out-more .article-actions button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}
.francise-find-out-more .article-actions .apply-btn {
  background: red;
  color: white;
}
.francise-find-out-more .article-actions .call-btn {
  background: #444;
  color: white;
}
.francise-find-out-more .article-actions .email-btn {
  background: #ddd;
}

.bottom-notes {
  margin: 50px 0;
  color: #444;
}
.bottom-notes a {
  color: #fa944a;
  text-decoration: underline;
}
.bottom-notes p {
  margin-bottom: 15px;
}
[dir=rtl] .bottom-notes {
  text-align: right;
}

.article-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-content.open {
  max-height: 500px;
  transition: max-height 0.3s ease-in;
}
[dir=rtl] .accordion-content.open {
  text-align: right;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.form-container .form-row {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .form-container .form-row {
    flex-direction: column;
    gap: 20px;
  }
}
.form-container input, .form-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  font-size: 16px;
  height: 50px;
  position: relative;
}
.form-container .input-wrapper {
  position: relative;
  width: 100%;
}
.form-container .input-wrapper .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #8e8e8e;
}
[dir=rtl] .form-container .input-wrapper .icon {
  left: 10px;
  right: auto;
}
.form-container textarea {
  height: 150px;
}

.centered-info {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  margin-top: 20px;
}
.centered-info.open {
  display: flex;
}
.centered-info .contact-info {
  display: flex;
  background-color: #fff;
  padding: 10px 20px;
  align-items: center;
  color: #444;
  text-decoration: none;
}
[dir=rtl] .centered-info .contact-info {
  flex-direction: row-reverse;
}

.article-date-intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-date-intro .article-date {
  font-size: 14px;
  color: #6a6a6a;
}
.article-date-intro p {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 768px) {
  .article-date-intro p {
    font-size: 16px;
  }
}
[dir=rtl] .article-date-intro {
  text-align: right;
}

.article-learn {
  background: #f3f5f8;
  padding: 20px;
  margin: 20px 0;
}
.article-learn .article-learn-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.article-learn .article-learn-title .article-learn-icon {
  width: 32px;
  height: 32px;
  background: rgba(183, 32, 61, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.article-learn .article-learn-title .article-learn-icon img {
  width: 24px;
  height: 24px;
}
.article-learn .article-learn-title h2 {
  margin: 0;
}
.article-learn ol {
  margin: 20px 0 0 60px;
  padding: 0;
  list-style: decimal;
  list-style-position: outside;
}
.article-learn ol li {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 21px;
  color: #444;
}
[dir=rtl] .article-learn ol {
  margin: 20px 60px 0 0;
}

@media (max-width: 768px) {
  .article-learn {
    margin: 20px -15px;
  }
}
.author-info {
  display: flex;
  gap: 50px;
  margin: 20px 0;
}
.author-info .author-photo img {
  max-width: 200px;
}
.author-info .author-contacts .author-name {
  font-size: 18px;
  font-family: Poppins-Medium;
  margin-top: 20px;
}
.author-info .author-contacts .author-position {
  font-size: 16px;
  color: #b7203d;
}
.author-info .author-contacts .author-social {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.author-info .author-contacts .author-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 102, 0, 0.1);
  transition: 0.3s;
}
.author-info .author-contacts .author-social a img {
  width: 24px;
  height: 24px;
}
.author-info .author-contacts .author-social a:hover {
  background: rgba(255, 102, 0, 0.3);
}
@media (max-width: 768px) {
  .author-info {
    gap: 20px;
  }
  .author-info .author-photo img {
    max-width: 115px;
  }
  .author-info .author-contacts .author-name,
  .author-info .author-contacts .author-social {
    margin-top: 15px;
  }
}

section {
  margin: 50px 0;
}

.section {
  width: 100%;
  padding: 50px 0;
}

.section__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8e8e8e;
  align-items: center;
  padding-top: 15px;
  text-align: center;
}
.section__title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 5px;
  background: #b7203d;
  margin-right: 10px;
  vertical-align: middle;
}
[dir=rtl] .section__title::before {
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 768px) {
  section {
    margin: 20px 0;
  }
  .section {
    padding: 20px 0;
  }
}
.gallery-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.gallery-overlay.active {
  opacity: 1;
  visibility: visible;
}

.gallery-content {
  position: relative;
  max-width: 90vw;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery-image {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
}

.gallery-controls {
  position: absolute;
  width: 120%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.gallery-controls button {
  background: white;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gallery-controls button img {
  width: 28px;
  height: 28px;
}
[dir=rtl] .gallery-controls button img {
  transform: rotate(180deg);
}
.gallery-controls button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.gallery-controls .gallery-prev {
  left: -70px;
}
[dir=rtl] .gallery-controls .gallery-prev {
  right: -70px; /* Move prev button to the right in RTL */
  left: auto; /* Reset left positioning */
}
.gallery-controls .gallery-next {
  right: -70px;
}
[dir=rtl] .gallery-controls .gallery-next {
  left: -70px; /* Move next button to the left in RTL */
  right: auto; /* Reset right positioning */
}
.gallery-controls .gallery-prev.hidden,
.gallery-controls .gallery-next.hidden {
  visibility: hidden;
}

.gallery-close {
  position: absolute;
  top: -50px;
  right: 15px;
  background: white;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.gallery-close img {
  width: 22px;
  height: 22px;
}
.gallery-close:hover {
  background: rgba(255, 255, 255, 0.9);
}
[dir=rtl] .gallery-close {
  right: auto;
  left: 15px; /* Move close button to the left in RTL */
}

.gallery-counter {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: white;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 12px;
  border-radius: 4px;
}
[dir=rtl] .gallery-counter {
  right: auto;
  left: 20px; /* Move counter to the left in RTL */
}

@media (max-width: 768px) {
  .gallery-content {
    max-width: 95vw;
    max-height: 70vh;
  }
  .gallery-controls {
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .gallery-prev,
  .gallery-next {
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    width: 64px; /* Bigger buttons */
    height: 64px;
  }
  .gallery-prev img,
  .gallery-next img {
    width: 32px;
    height: 32px;
  }
  .gallery-image {
    max-height: 65vh;
  }
  .gallery-counter {
    bottom: 75px;
    right: 10px;
    font-size: 12px;
  }
  [dir=rtl] .gallery-counter {
    left: 10px;
    right: auto;
  }
}
.audio-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f3f5f8;
  padding: 10px 15px;
  border-radius: 8px;
  width: 100%;
  margin: 20px 0;
}

.audio-title {
  font-size: 12px;
  font-family: Poppins-SemiBold;
  font-weight: bold;
  color: #444;
  text-align: center;
}

.main-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: auto;
}

.play-button,
.volume-btn,
.backward-btn,
.forward-btn,
.speed-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  width: 40px;
  height: 40px;
}

.play-button img,
.volume-btn img,
.backward-btn img,
.forward-btn img {
  width: 24px;
  height: 24px;
}
[dir=rtl] .play-button img,
[dir=rtl] .volume-btn img,
[dir=rtl] .backward-btn img,
[dir=rtl] .forward-btn img {
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .play-button img,
  .volume-btn img,
  .backward-btn img,
  .forward-btn img {
    max-width: none;
  }
}
.seek-container,
.volume-slider-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.seek-container {
  width: 90%;
}

.volume-slider-container {
  width: 10%;
}

#seekBar {
  flex-grow: 1;
  appearance: none;
  height: 4px;
  background: rgba(250, 148, 74, 0.1);
  border-radius: 0;
  outline: none;
  position: relative;
  transition: background 0.1s ease-in-out;
}

#seekBar::-webkit-slider-runnable-track {
  background: rgba(250, 148, 74, 0.1);
  height: 4px;
  border-radius: 0;
}

#seekBar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 12px;
  background: #fa944a;
  margin-top: -4px;
  cursor: pointer;
  transition: transform 0.1s ease-out;
}

#currentTime,
#duration {
  font-size: 12px;
  color: #8e8e8e;
  width: 60px;
}

.bottom-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.speed-btn {
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
  color: #8e8e8e;
}

.additional-info .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .additional-info .info-grid {
    grid-template-columns: 1fr;
  }
}

.reg-declare {
  font-size: 14px;
}

.register-form a {
  text-decoration: underline;
  color: #fa944a;
}
[dir=rtl] .register-form {
  text-align: right;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.form-container.form-container-nerrow {
  margin: 0 auto;
  max-width: 450px;
}
.form-container .form-row {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .form-container .form-row {
    flex-direction: column;
    gap: 20px;
  }
}
.form-container input, .form-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 16px;
  height: 50px;
  position: relative;
}
.form-container input::placeholder, .form-container textarea::placeholder {
  color: #8e8e8e;
}
.form-container .input-wrapper {
  width: 100%;
}
.form-container .input-wrapper .icon {
  position: absolute;
  right: 10px;
  top: 65%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #8e8e8e;
}
.form-container .input-wrapper .input-button-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.form-container .input-wrapper .input-button-wrapper input {
  flex: 1;
}
.form-container .input-wrapper .input-button-wrapper button {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .form-container .input-wrapper .input-button-wrapper {
    flex-direction: column;
  }
  .form-container .input-wrapper .input-button-wrapper button {
    width: 100%;
  }
}
[dir=rtl] .form-container .input-wrapper {
  text-align: right;
}
[dir=rtl] .form-container .input-wrapper .icon {
  right: auto;
  left: 10px;
}
.form-container textarea {
  height: 150px;
}
[dir=rtl] .form-container {
  text-align: right;
}

fieldset {
  border: none;
  margin-bottom: 20px;
}

legend {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.checkbox-group, .radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.checkbox-group p, .radio-group p {
  font-weight: bold;
  margin-bottom: 10px;
}
.checkbox-group label, .radio-group label {
  display: flex;
  gap: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 21px;
}
[dir=rtl] .checkbox-group label, [dir=rtl] .radio-group label {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

/* Custom Checkbox */
input[type=checkbox] {
  display: none; /* Hide default checkbox */
}

.checkbox-group label span {
  width: 18px;
  height: 18px;
  border: 2px solid #1d1d1d;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1px;
  flex-shrink: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.checkbox-group label input[type=checkbox]:checked + span {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  background-image: url("/assets/icons/checkbox_checked.svg"); /* Set path to your checkmark image */
}

/* Custom Radio */
input[type=radio] {
  display: none;
}

.radio-group label {
  align-items: center; /* Ensure proper alignment */
}
.radio-group label span {
  width: 18px;
  height: 18px;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.radio-group label input[type=radio]:checked + span {
  border-color: #1d1d1d;
}
.radio-group label input[type=radio]:checked + span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1d1d1d;
  border-radius: 50%;
  display: block;
}
.radio-group.radio-inline {
  display: flex;
  flex-wrap: wrap;
}
.radio-group.radio-inline p {
  margin: 0;
}
.radio-group.radio-inline .radio-label {
  margin: 0;
  white-space: nowrap;
}
.radio-group.radio-inline .radio-options-inline {
  display: flex;
  gap: 20px;
}
.radio-group.radio-inline .radio-options-inline label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  margin: 0;
}

/* Custom Select Wrapper */
.custom-select {
  position: relative;
  width: 100%;
  /* Chevron Icon */
  /* Open state */
  /* RTL Support */
}
.custom-select select {
  appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #1d1d1d;
  border-radius: 5px;
  font-size: 16px;
  height: 50px;
  background-color: #fff;
  color: #8e8e8e;
  cursor: pointer;
}
.custom-select select:focus {
  outline: none;
  border-color: #1d1d1d;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 65%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8e8e8e;
  border-bottom: 2px solid #8e8e8e;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}
select:focus + .custom-select::after {
  transform: translateY(-50%) rotate(-135deg);
}
[dir=rtl] .custom-select select {
  text-align: right;
  padding-right: 40px; /* Adjust padding for icon */
}
[dir=rtl] .custom-select::after {
  right: auto;
  left: 12px;
  transform: translateY(-50%) rotate(45deg);
}
select:focus + [dir=rtl] .custom-select::after {
  transform: translateY(-50%) rotate(-135deg);
}

/* Custom Dropdown Options */
select option {
  background: #fff;
  color: #333;
  padding: 10px;
  font-family: "Poppins-Light";
  font-weight: normal;
}

.required {
  color: #b7203d;
}

.success-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 120px 0;
  text-align: center;
  gap: 10px;
}
.success-container .success-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.success-container h1 {
  margin: 0;
}
[dir=rtl] .success-container {
  direction: rtl;
}

.shopping-container h2 {
  font-size: 26px;
}
.shopping-container h3 {
  font-size: 20px;
}
.shopping-container .shopping-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
.shopping-container .shopping-tabs button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 10px 25px;
  position: relative;
  color: #8e8e8e;
}
.shopping-container .shopping-tabs button::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #e2e2e2;
  transition: 0.3s;
}
.shopping-container .shopping-tabs button.active, .shopping-container .shopping-tabs button:hover {
  color: #333;
}
.shopping-container .shopping-tabs button.active::after, .shopping-container .shopping-tabs button:hover::after {
  background: #fa944a;
}
@media (max-width: 768px) {
  .shopping-container .shopping-tabs {
    flex-direction: column;
    align-items: flex-start;
    margin: 30px -15px 50px -15px;
  }
  .shopping-container .shopping-tabs button {
    border-top: 1px solid #e2e2e2;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
  }
  .shopping-container .shopping-tabs button::after {
    left: 0;
    top: 50%;
    bottom: auto;
    width: 5px;
    height: 100%;
    transform: translateY(-50%);
  }
  [dir=rtl] .shopping-container .shopping-tabs button {
    text-align: right;
  }
  [dir=rtl] .shopping-container .shopping-tabs button::after {
    left: auto;
    right: 0;
  }
  .shopping-container .shopping-tabs button:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
}
.shopping-container .product-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.shopping-container .product-list .product {
  display: flex;
  gap: 50px;
  text-align: left;
}
.shopping-container .product-list .product .product-image {
  width: 200px;
  height: 250px;
  flex-shrink: 0;
}
.shopping-container .product-list .product .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shopping-container .product-list .product .product-info {
  flex: 1;
}
.shopping-container .product-list .product .product-info p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}
.shopping-container .product-list .product .product-info .product-buttons {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .shopping-container h2 {
    font-size: 20px;
  }
  .shopping-container h3 {
    font-size: 18px;
  }
  .shopping-container .product-list .product {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }
  .shopping-container .product-list .product .product-image {
    height: auto;
  }
  .shopping-container .product-list .product .product-info {
    width: 100%;
  }
  .shopping-container .product-list .product .product-info .product-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .shopping-container .product-list .product .product-info .product-buttons button {
    width: 100%;
    text-align: center;
  }
}
[dir=rtl] .shopping-container .product {
  direction: rtl;
  text-align: right;
}
@media (max-width: 768px) {
  [dir=rtl] .shopping-container .product {
    align-items: flex-start;
    text-align: right;
  }
}
[dir=rtl] .shopping-container .shopping-tabs {
  direction: rtl;
}

.accordion {
  margin-top: 50px;
  background: white;
  border-radius: 5px;
  overflow: visible;
}
.accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #6a6a6a;
  transition: background 0.3s;
}
.accordion .accordion-header .chevron {
  position: relative;
  top: 7px;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  transition: transform 0.3s;
}
[dir=rtl] .accordion .accordion-header {
  text-align: right;
}
[dir=rtl] .accordion .accordion-header .chevron {
  transform: rotate(180deg);
  margin-left: 20px;
}
.accordion .accordion-content {
  padding: 15px 0;
  display: none;
  max-height: none;
}
.accordion .accordion-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.accordion .accordion-content p strong, .accordion .accordion-content p b {
  font-family: Poppins-Medium;
  font-size: 18px;
}
.accordion .accordion-content p a {
  color: #fa944a;
  text-decoration: underline;
}
.accordion .accordion-content ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 10px;
}
.accordion .accordion-content ul li {
  margin-bottom: 8px;
}
[dir=rtl] .accordion .accordion-content {
  text-align: right;
}
[dir=rtl] .accordion .accordion-content ul {
  padding-right: 30px;
  padding-left: 0;
  list-style: disc;
  direction: rtl;
}
[dir=rtl] .accordion .accordion-content ul li {
  text-align: right;
}
.accordion.open .accordion-content {
  display: block;
}
.accordion.open .chevron {
  transform: rotate(180deg);
}
[dir=rtl] .accordion.open .chevron {
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .accordion .accordion-header {
    font-size: 20px;
  }
}

.cart-confirmation-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}
.cart-confirmation-modal.active {
  display: flex;
}
.cart-confirmation-modal .cart-modal-content {
  background: white;
  border-radius: 8px;
  padding: 30px;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .cart-confirmation-modal .cart-modal-content {
    width: 98%;
  }
}
.cart-confirmation-modal .cart-modal-content .close-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  transform: translate(15%, -15%);
  z-index: 10;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #444;
}
[dir=rtl] .cart-confirmation-modal .cart-modal-content .close-btn {
  right: auto;
  left: 7px;
  transform: translate(-15%, -15%);
}
.cart-confirmation-modal .cart-modal-content .modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cart-confirmation-modal .cart-modal-content .modal-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 25px;
}
.cart-confirmation-modal .cart-modal-content .modal-product-info {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
  margin-bottom: 25px;
}
.cart-confirmation-modal .cart-modal-content .modal-product-info .product-thumb {
  width: 60px;
  height: 90px;
  flex-shrink: 0;
}
.cart-confirmation-modal .cart-modal-content .modal-product-info .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-confirmation-modal .cart-modal-content .modal-product-info .product-text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.cart-confirmation-modal .cart-modal-content .modal-product-info .product-text p {
  font-size: 14px;
  color: #444;
}
[dir=rtl] .cart-confirmation-modal .cart-modal-content .modal-product-info {
  text-align: right;
}
.cart-confirmation-modal .cart-modal-content .modal-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cart-confirmation-modal .cart-modal-content .modal-actions {
    flex-direction: column;
  }
  .cart-confirmation-modal .cart-modal-content .modal-actions button {
    width: 100%;
  }
}

.magazine-details section {
  margin: 0;
}
.magazine-details .magazine-cover {
  text-align: center;
  margin-bottom: 20px;
}
.magazine-details .magazine-cover img {
  max-width: 100%;
  height: auto;
}
.magazine-details .intro-text {
  font-size: 16px;
  font-family: Poppins-Medium;
  margin-bottom: 20px;
}
.magazine-details .actions {
  display: flex;
  gap: 15px;
  margin: 30px 0;
}
.magazine-details .quote {
  background: #f3f5f8;
  padding: 20px;
  margin-bottom: 30px;
}
[dir=rtl] .magazine-details .quote {
  border-left: none;
  text-align: right;
}
.magazine-details .issue-info {
  font-size: 16px;
  margin-bottom: 40px;
}
.magazine-details .issue-info p {
  margin: 5px 0;
}
.magazine-details .magazine-section {
  margin-bottom: 20px;
}
.magazine-details .magazine-section h2 {
  font-size: 32px;
  color: #b7203d;
  margin-bottom: 10px;
}
.magazine-details .magazine-section h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: Poppins-Medium;
  margin-bottom: 10px;
}
.magazine-details .magazine-section p {
  font-size: 16px;
  margin-bottom: 15px;
}
.magazine-details .magazine-section a {
  color: #fa944a;
  text-decoration: underline;
}
.magazine-details .magazine-section .section-image img {
  max-width: 100%;
  border-radius: 10px;
  margin: 30px 0;
}
[dir=rtl] .magazine-details {
  text-align: right;
}

@media (max-width: 768px) {
  .magazine-details .actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.cart-table {
  background: #f3f5f8;
  overflow: hidden;
}

.cart-header,
.cart-row {
  display: grid;
  grid-template-columns: 1fr 100px 180px 50px 120px;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  background-color: #fff;
}
[dir=rtl] .cart-header,
[dir=rtl] .cart-row {
  text-align: right;
}

.cart-header {
  font-weight: bold;
  color: #8e8e8e;
}
.cart-header .col-qty {
  justify-content: center;
}
@media (max-width: 768px) {
  .cart-header {
    display: none;
  }
}

@media (max-width: 768px) {
  .cart-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }
  .cart-row div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
  }
  .cart-row div::before {
    content: attr(data-label);
    font-family: Poppins-Medium;
    color: #8e8e8e;
    margin-right: 30px;
  }
  [dir=rtl] .cart-row div::before {
    margin-right: 0;
    margin-left: 30px;
  }
  .cart-row div:last-child {
    border-bottom: none;
    padding: 0;
    justify-content: flex-end;
  }
}

.cart-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .cart-wrapper {
    display: block;
  }
}

.cart-summary {
  background: white;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .cart-summary {
    margin-top: 30px;
  }
  .cart-summary button {
    width: 100%;
  }
}
.cart-summary h2 {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: Poppins-Medium;
  text-transform: uppercase;
}
[dir=rtl] .cart-summary h2 {
  text-align: right;
}
.cart-summary .summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  color: #444;
}
.cart-summary .summary-line span {
  color: #8e8e8e;
}
.cart-summary .summary-total {
  display: flex;
  justify-content: space-between;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #b7203d;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.col-action {
  margin-left: 30px;
}
[dir=rtl] .col-action {
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .col-action {
    margin-left: 0;
    margin-right: 0;
  }
  [dir=rtl] .col-action {
    margin-left: 0;
    margin-right: 0;
  }
}

.col-price, .col-total {
  text-align: right;
}
[dir=rtl] .col-price, [dir=rtl] .col-total {
  text-align: left;
}

.col-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.col-qty .qty-wrapper {
  display: flex;
  gap: 0;
  justify-content: flex-end;
  padding: 0;
}
.col-qty .qty-btn {
  width: 30px;
  height: 30px;
  background: #e2e2e2;
  border: 1px solid #8e8e8e;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  color: #333;
}
.col-qty .qty-value {
  width: 40px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  appearance: textfield;
}
.col-qty .qty-value::-webkit-outer-spin-button, .col-qty .qty-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 768px) {
  .col-qty {
    width: 100%;
    justify-content: flex-end;
  }
  .col-qty::before {
    margin-right: auto;
  }
  [dir=rtl] .col-qty::before {
    margin-left: auto;
    margin-right: 0;
  }
}

.payment h2 {
  font-size: 20px;
  font-family: Poppins-Medium;
  margin: 40px 0 20px 0;
}
[dir=rtl] .payment h2 {
  text-align: right;
}
.payment .summary {
  background-color: #fff;
  padding: 20px;
}
.payment .summary h2 {
  text-transform: uppercase;
  margin: 0;
}
[dir=rtl] .payment .summary h2 {
  text-align: right;
}
.payment .summary .cart-summary {
  padding: 0;
  min-width: 300px;
}
.payment .summary .cart-summary button {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
