

:root {
  --red: #e02828;
  --red-dark: #b81f1f;
  --red-soft: #ff3b3b;
  --dark: #111111;
  --dark-2: #1a1a1a;
  --gray: #6c757d;
  --light: #f5f5f5;
  --border: #e5e5e5;
  --container-max: 1760px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Cairo", sans-serif;
  color: #222;
  line-height: 1.7;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}

.container,
.container-fluid {
  max-width: var(--container-max);
}

.section {
  padding: 90px 0;
}

.section-tag {
  color: var(--red);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.section-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.4;
  max-width: 1026px;
  margin: 0 auto 16px;
}
.section-title.text-white {
  color: #fff;
}

.btn-arbiah {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--red);
  color: #fff;
  padding: 16px 28px;
  border: none;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.btn-arbiah:hover {
  background: var(--red-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(224, 40, 40, 0.35);
}
.btn-arbiah i {
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--red);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.btn-arbiah:hover i {
  transform: rotate(0deg);
}

.btn-arbiah-sm {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}
.btn-arbiah-sm:hover {
  background: var(--red-dark);
  color: #fff;
}
.btn-arbiah-sm i {
  width: 22px;
  height: 22px;
  background: #fff;
  color: var(--red);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transform: rotate(-45deg);
}

.arbiah-navbar {
  background: rgba(5, 7, 10, 0.42);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 94px;
  padding: 0;
  z-index: 1000;
}
.arbiah-navbar .container-fluid,
.arbiah-nav-inner {
  max-width: none;
  min-height: 94px;
  padding: 0 150px;
  position: relative;
}
.arbiah-navbar .navbar-brand {
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
}
.arbiah-navbar .container-fluid > .d-flex {
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
}
.arbiah-navbar .navbar-collapse {
  justify-content: center;
}
.logo-img {
  height: 63px;
  width: 165px;
  object-fit: contain;
}
.brand-text {
  color: var(--red);
  font-size: 28px;
  font-weight: 900;
}
.arbiah-navbar .nav-link {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 700;
  padding: 34px 24px !important;
  position: relative;
  font-size: 15px;
  line-height: 1;
}
.arbiah-navbar .nav-link.active,
.arbiah-navbar .nav-link:hover {
  color: #fff !important;
}
.arbiah-navbar .nav-link.active::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 2px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-call {
  width: 58px;
  height: 58px;
  background: var(--red);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s;
}
.btn-call img {
  width: 58px;
  height: 58px;
  display: block;
}
.btn-call:hover {
  background: #fff;
  color: var(--red);
}
.navbar-toggler {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.5em;
  height: 1.5em;
}

.hero-section {
  position: relative;
  min-height: 1040px;
  overflow: hidden;
  color: #fff;
  background: #050607;
}
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  min-height: 1040px;
}
.hero-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-color: #050607;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.001);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 14% 80%,
      rgba(225, 42, 49, 0.18),
      transparent 14%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.38) 42%,
      rgba(0, 0, 0, 0.72) 100%
    );
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 40%;
  background: rgba(0, 0, 0, 0.23);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: none;
  padding: 94px 150px 0;
}
.hero-content .row {
  min-height: 946px;
}
.hero-content .col-lg-7 {
  max-width: 720px;
  text-align: right;
  transform: translateY(64px);
}

.hero-title {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.28;
  margin-bottom: 22px;
  letter-spacing: 0;
}

.hero-subtitle {
  font-size: 30px;
}

.hero-desc {
  font-size: 16px;
  line-height: 2;
  max-width: 690px;
  margin: 0 0 34px auto;
  opacity: 0.95;
}
.hero-scroll-dots {
  position: absolute;
  left: 64px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: center;
  gap: 11px;
  z-index: 3;
}
.hero-scroll-dots .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  cursor: pointer;
  display: block;
  padding: 0;
  transition: 0.3s;
  position: relative;
}
.hero-scroll-dots .dot:hover,
.hero-scroll-dots .dot:focus-visible {
  border-color: #fff;
  outline: none;
}
.hero-scroll-dots .dot.active {
  border-color: rgba(255, 255, 255, 0.55);
}
.hero-scroll-dots .dot.active::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--red);
}
.hero-scroll-dots .line {
  width: 1px;
  height: 153px;
  background: rgba(255, 255, 255, 0.18);
}
.hero-scroll-dots .line.top {
  order: -1;
}
.hero-scroll-dots .line.bottom {
  order: 10;
}

.about-section {
  background: #fff;
  padding: 84px 0 0;
  min-height: 615px;
  overflow: visible;
}
.about-section .container {
  max-width: 1600px;
}
.about-layout {
  direction: ltr;
  min-height: 530px;
}
.about-copy-col {
  direction: rtl;
  padding-top: 12px;
}
.about-heading {
  text-align: right;
  margin-bottom: 22px;
}
.about-heading .section-tag {
  color: #625c58;
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 22px;
}
.about-heading .section-title {
  color: #050505;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 0;
}
.about-text {
  font-size: 16px;
  line-height: 1.78;
  color: #1f1f1f;
  text-align: right;
  max-width: 1020px;
  margin: 0 auto 10px;
}
.about-images-col {
  direction: ltr;
  position: relative;
  min-height: 610px;
}
.about-images {
  position: absolute;
  top: 0;
  right: -28px;
  width: 560px;
  height: 608px;
  z-index: 99;
}
.about-img-large {
  position: absolute;
  top: 0;
  right: 248px;
  width: 286px;
  height: 608px;
  background: url("../images/about-large.png") center/cover;
  border-radius: 12px;
}
.about-img-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 467px;
  background: url("../images/about-small.png") center/cover;
  border-radius: 12px;
  border: 0;
}

.mvg-item a {
  display: contents;
}

.about-img-logo {
  position: absolute;
  top: 175px;
  right: 185px;
  width: 115px;
  height: 115px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  z-index: 3;
}
.about-img-logo img {
  width: 45px;
  height: auto;
}

.mvg-row {
  display: flex;
  justify-content: right;
  gap: 126px;
  margin: 35px auto 0;
  position: relative;
  align-items: center;
}
.mvg-line {
  position: absolute;
  top: 39px;
  right: 0;
  width: 466px;
  height: 1px;
  background: var(--border);
  z-index: 1;
}
.mvg-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 0;
}
.mvg-icon {
  width: 76px;
  height: 76px;
  background: #fff;
  color: #252525;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: none;
}
.mvg-label {
  font-size: 19px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
}

.types-section {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  padding: 150px 0 82px;
  margin-top: -60px;
}
.types-section::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 55px;
  width: 704px;
  height: 1002px;
  background: url("../images/bg.svg") left top / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.types-section .container {
  position: relative;
  z-index: 1;
  max-width: 1616px;
}
.types-section .text-center {
  margin-bottom: 70px !important;
}
.types-section .section-tag {
  color: #050505;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 5px;
}
.types-section .section-title {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 850px;
  margin-bottom: 0;
}
.types-section #typesGrid {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 35px;
}
.type-card {
  background: #fff;
  border-radius: 12px;
  padding: 66px 28px 34px;
  height: 310px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  border: 0;
  position: relative;
  text-align: center;
  box-shadow: none;
}
.type-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.04);
}
.type-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.type-icon::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 14px;
  width: 17px;
  height: 17px;
  background: #e52a40;
  border-radius: 50%;
}
.type-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}
.type-card h5 {
  font-weight: 700;
  font-size: 19px;
  color: var(--dark);
  line-height: 1.45;
  margin: 0 0 11px;
  min-height: 0;
}
.type-card p {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: 400;
  line-height: 2;
  min-height: 0;
  max-width: 304px;
  margin: 0 auto;
}
.type-dot {
  display: none;
}
.type-dot::after {
  content: none;
}

.why-section {
  background: #fff;
  padding: 104px 0 120px;
}
.why-section .container {
  max-width: 1618px;
}
.why-section .text-center {
  margin-bottom: 82px !important;
}
.why-section .section-tag {
  color: #050505;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 6px;
}
.why-section .section-title {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
.why-section #whyGrid {
  --bs-gutter-x: 36px;
  --bs-gutter-y: 24px;
}
.why-card {
  background: #f8f8f8;
  border: 0;
  border-radius: 12px;
  padding: 26px 24px 32px;
  height: 244px;
  text-align: right;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.04);
}
.why-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 32px;
  background: #e52a40;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: none;
}
.why-icon-natural {
  flex-direction: column;
  gap: 1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.why-icon-natural i {
  font-size: 30px;
}
.why-card h5 {
  color: #050505;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 6px;
}
.why-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.grill-section {
  background: #f7f7f7;
  padding: 104px 0 72px;
  overflow: hidden;
}
.grill-section .container {
  max-width: 1618px;
}
.grill-section .text-center {
  margin-bottom: 70px !important;
}
.grill-section .section-tag {
  color: #050505;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 6px;
}
.grill-section .section-title {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
.grill-slider-shell {
  width: 100%;
  overflow: hidden;
}
.grill-swiper {
  width: calc(100% + 160px);
  margin-left: -160px;
  direction: ltr;
  overflow: visible;
  padding-bottom: 94px;
}
.grill-swiper .swiper-wrapper {
  align-items: stretch;
  direction: ltr;
}
.grill-swiper .swiper-slide {
  width: 459px;
  height: 543px;
  overflow: hidden;
  border-radius: 0;
  background: #f4f4f4;
}
.grill-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.grill-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px !important;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translateX(80px);
  z-index: 3;
}
.grill-pagination .grill-dot {
  appearance: none;
  border: 0;
  width: 4px;
  height: 20px;
  padding: 0;
  margin: 0 !important;
  border-radius: 999px;
  background: #cfcfcf;
  opacity: 1;
  cursor: pointer;
  transition:
    height 0.25s ease,
    background 0.25s ease;
}
.grill-pagination .grill-dot.active {
  height: 34px;
  background: #050505;
}

.products-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #252525 0 650px, #fff 650px 100%);
  padding: 70px 0 96px;
}
.products-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 198px;
  transform: translateX(-50%);
  background: url("../images/bg2.svg") top center / 100% 198px no-repeat;
  z-index: 0;
}
.products-section .container {
  position: relative;
  z-index: 1;
  max-width: 1616px;
}
.products-section .text-center {
  margin-bottom: 146px !important;
}
.products-section .section-tag {
  color: #050505;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
.products-section .section-title {
  color: #999;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
}
.product-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
}
.product-image {
  height: 290px;
  margin: 8px 8px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
#productsGrid > .col-md-6:nth-child(1) .product-image,
#productsSwiperWrapper > .swiper-slide:nth-child(1) .product-image {
  background-image: url("../images/Rectangle 20.jpg") !important;
}
#productsGrid > .col-md-6:nth-child(2) .product-image,
#productsSwiperWrapper > .swiper-slide:nth-child(2) .product-image {
  background-image: url("../images/Rectangle 16.jpg") !important;
}
#productsGrid > .col-md-6:nth-child(3) .product-image,
#productsSwiperWrapper > .swiper-slide:nth-child(3) .product-image {
  background-image: url("../images/Rectangle 18.jpg") !important;
}
#productsGrid > .col-md-6:nth-child(4) .product-image,
#productsSwiperWrapper > .swiper-slide:nth-child(4) .product-image {
  background-image: url("../images/slider.jpg") !important;
}
#productsGrid > .col-md-6:nth-child(5) .product-image,
#productsSwiperWrapper > .swiper-slide:nth-child(5) .product-image {
  background-image: url("../images/Rectangle 354.jpg") !important;
}
#productsGrid > .col-md-6:nth-child(6) .product-image,
#productsSwiperWrapper > .swiper-slide:nth-child(6) .product-image {
  background-image: url("../images/Rectangle 360.jpg") !important;
}
#productsGrid > .col-md-6:nth-child(7) .product-image,
#productsSwiperWrapper > .swiper-slide:nth-child(7) .product-image {
  background-image: url("../images/Rectangle 16.jpg") !important;
}
#productsGrid > .col-md-6:nth-child(8) .product-image,
#productsSwiperWrapper > .swiper-slide:nth-child(8) .product-image {
  background-image: url("../images/Rectangle 20.jpg") !important;
}
.product-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  min-width: 114px;
  background: #fff;
  color: #050505;
  padding: 9px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.product-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-title {
  font-weight: 800;
  font-size: 23px;
  color: #050505;
  line-height: 1.45;
  margin-bottom: 14px;
  text-align: center;
}
.product-desc {
  color: #333;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
  text-align: center;
}
.product-stats {
  display: flex;
  border: 1px solid #dedede;
  border-radius: 12px;
  padding: 12px 0;
  margin: auto 0 36px;
}
.product-stats > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 8px;
}
.product-stats > div + div {
  border-right: 1px solid var(--border);
}
.product-stats .icon {
  width: 31px;
  height: 31px;
  border-radius: 0;
  background: transparent;
  color: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  flex-shrink: 0;
}
.product-stats .text {
  font-size: 13px;
  line-height: 1.35;
}
.product-stats .label {
  color: #050505;
  display: block;
  font-size: 12px;
}
.product-stats .value {
  font-size: 16px;
  font-weight: 700;
  color: #050505;
}

.btn-product {
  margin-top: auto;
  align-self: center;
  width: 166px;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--red);
  color: #fff;
  padding: 11px 18px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 17px;
  border: none;
  transition: 0.3s;
}
.btn-product:hover {
  background: #25d366;
  color: #fff;
}
.btn-product .wa {
  width: 36px;
  height: 36px;
  margin-left: -25px;
  margin-right: 0;
  background: #25d366;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-section {
  position: relative;
  color: #050505;
  padding: 84px 0 110px;
  overflow: hidden;
  background: #f8f8f8;
}
.contact-bg {
  position: absolute;
  inset: 0;
  background: #f8f8f8;
  z-index: 0;
}
.contact-bg::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 36px;
  width: 360px;
  height: 520px;
  background: url("../images/bg.svg") left top / contain no-repeat;
  opacity: 0.45;
}
.contact-section > .container {
  position: relative;
  z-index: 1;
  max-width: 1610px;
}
.contact-layout {
  min-height: 705px;
}
.contact-form-col {
  order: 2;
}
.contact-quote-col {
  order: 1;
}

.contact-card {
  background: #fff;
  border-radius: 17px;
  min-height: 705px;
  padding: 36px 38px 50px;
  color: #222;
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.08);
}
.contact-heading {
  font-weight: 800;
  color: var(--dark);
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 40px;
  text-align: right;
}
.contact-card .form-control,
.contact-card textarea {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  height: 72px;
  padding: 18px 28px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.contact-card textarea.form-control {
  height: 234px;
  resize: none;
  border-radius: 15px;
}
.contact-card .form-control::placeholder,
.contact-card textarea::placeholder {
  color: #9a9a9a;
  opacity: 1;
}
.contact-card .form-control:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(224, 40, 40, 0.15);
}
.contact-card .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 28px;
}
.contact-card .col-12.text-center {
  padding-top: 22px;
  text-align: right !important;
}
.contact-card .btn-arbiah {
  min-width: 160px;
  height: 56px;
  justify-content: center;
  padding: 12px 27px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
}
.contact-card .btn-arbiah i {
  transform: rotate(-45deg);
  font-size: 13px;
}

.quote-box {
  position: relative;
  max-width: 560px;
  margin: 0 0 0 auto;
  padding: 18px 10px 0 0;
  color: #050505;
  text-align: right;
}
.quote-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  margin: 0;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-logo img {
  width: 58px;
  height: 58px;
}
.quote-box h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.35;
  color: #655d59;
  margin: 0 82px 50px 0;
}
.quote-box p {
  max-width: 520px;
  opacity: 1;
  color: #050505;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 0 auto;
}

.banner2-section {
  padding: 0;
  position: relative;
  background: #fff;
}
.banner2-heading {
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner2-heading h2 {
  color: #050505;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 6px;
}
.banner2-heading p {
  color: #999;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}
.banner2-swiper {
  position: relative;
  height: 689px;
  direction: ltr;
}
.banner2-swiper .swiper-wrapper {
  align-items: stretch;
}
.banner2-swiper .swiper-slide {
  width: 230px;
  height: 689px;
  flex-shrink: 0;
  transition: width 0.45s ease;
}
.banner2-swiper .swiper-slide.is-active {
  width: 753px;
}
.banner2-image-panel,
.banner2-active-panel {
  height: 689px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner2-image-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.banner2-image-panel::before,
.banner2-active-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.banner2-swiper .swiper-slide.is-active .banner2-image-panel::before,
.banner2-swiper .swiper-slide.is-active .banner2-active-panel::before {
  opacity: 1;
}
.banner2-content {
  position: absolute;
  right: 74px;
  bottom: 64px;
  text-align: right;
  color: #fff;
  width: 560px;
  max-width: calc(100% - 110px);
  padding: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
  pointer-events: none;
}
.banner2-swiper .swiper-slide.is-active .banner2-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.banner2-content > span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
}
.banner2-content h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.35;
}
.banner2-content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
  opacity: 0.95;
}
.banner2-content .btn-arbiah-sm {
  min-width: 125px;
  height: 52px;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 800;
}
.banner2-prev,
.banner2-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s;
}
.banner2-prev {
  left: 28px;
  right: auto;
  background: var(--red);
  border-color: var(--red);
}
.banner2-next {
  right: 28px;
  left: auto;
}
.banner2-prev i {
  transform: rotate(-90deg);
}
.banner2-next i {
  transform: rotate(90deg);
}
.banner2-prev:hover,
.banner2-next:hover {
  background: var(--red);
  border-color: var(--red);
}

.clients-section {
  background: #fff;
}
.clients-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo {
  height: 130px;
  width: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: 700;
  color: var(--gray);
  transition: 0.3s;
  overflow: hidden;
}
.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.client-logo:hover {
  border-color: var(--red);
  transform: translateY(-4px);
}

.newsletter-section {
  padding: 78px 0 0;
  background: linear-gradient(to bottom, #fff 0 142px, #f4faf7 142px 100%);
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
.newsletter-bar {
  background: var(--red);
  border-radius: 80px;
  min-height: 132px;
  padding: 34px 34px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.newsletter-bar h4 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  text-align: left;
}
.newsletter-bar .row {
  width: 100%;
}
.newsletter-form {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  padding: 6px;
  max-width: 560px;
  display: flex;
  align-items: center;
  margin-inline-end: auto;
}
.newsletter-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}
.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.newsletter-form button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #050505;
  border: none;
  color: #fff;
  font-size: 16px;
}
.newsletter-logo {
  display: block;
  max-width: 250px;
  max-height: 86px;
  filter: brightness(0) invert(1);
}
.newsletter-brand {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
}

.site-footer {
  position: relative;
  color: #222;
  padding: 94px 0 56px;
  margin-top: 0;
  background: #f4faf7;
}
.footer-bg {
  position: absolute;
  inset: 0;
  background: transparent;
}
.site-footer > .container > .row {
  flex-direction: row;
}
.footer-col h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 46px;
  position: relative;
  color: var(--red);
}
.footer-col h5::after {
  content: "";
  position: absolute;
  right: 96px;
  bottom: -26px;
  width: 42px;
  height: 28px;
  opacity: 0.95;
  background-image: radial-gradient(circle, #30405f 1.5px, transparent 1.7px);
  background-size: 10px 10px;
  right: 0;
  top: 20px;
  opacity: 0.5;
  z-index: 0;
}
.footer-divider-end {
  border-left: 1px solid rgba(0, 0, 0, 0.035);
  padding-left: 28px;
}
.footer-map {
  border-radius: 8px;
  overflow: hidden;
  height: 290px;
  max-width: 430px;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: hue-rotate(330deg) saturate(0.7);
}

.social-icons {
  display: flex;
  gap: 26px;
  align-items: center;
  padding-top: 6px;
}
.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  color: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: 0.3s;
}
.social-icons a:hover {
  background: #fff;
  color: var(--red);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 18px;
}
.footer-links a {
  color: #333;
  font-size: 18px;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  transition: 0.3s;
}
.footer-links a i {
  font-size: 6px;
  color: #cfd5d2;
}
.footer-links a:hover {
  padding-right: 6px;
  color: var(--red);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.45;
  color: #222;
}
.contact-list li i {
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--red);
}

.footer-divider {
  border-color: rgba(0, 0, 0, 0.14);
  margin: 106px 0 28px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.copyright {
  font-size: 17px;
  opacity: 0.95;
  color: #222;
  text-align: center;
}

.payment-flags {
  display: none;
  gap: 10px;
}
.flag {
  width: 40px;
  height: 30px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.flag-eg {
  background-image: linear-gradient(
    180deg,
    #ce1126 33%,
    #fff 33% 66%,
    #000 66%
  );
  position: relative;
}
.flag-eg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 30'><text x='20' y='22' font-size='14' text-anchor='middle' fill='%23c9a45a'>ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦</text></svg>")
    center/contain no-repeat;
}
.flag-sa {
  background: #006c35
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 30'><text x='20' y='14' font-size='6' text-anchor='middle' fill='white'>ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â©</text></svg>")
    center/contain no-repeat;
}
.flag-ae {
  background: linear-gradient(180deg, #00732f 33%, #fff 33% 66%, #000 66%);
  position: relative;
}
.flag-ae::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: #ff0000;
}
.flag-tr {
  background: #e30a17;
  position: relative;
}
.flag-tr::after {
  content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦";
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  animation: pulse 2s infinite;
}
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);
}
@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background: var(--red-dark);
}

.quote-arrow {
  position: absolute;
  left: -40px;
}

.inner-hero {
  position: relative;
  min-height: 400px;
  padding-top: 94px;
  color: #fff;
  overflow: hidden;
  background: url("../images/slider.jpg") center 34% / cover no-repeat;
}
.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72),
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.74)
    ),
    rgba(5, 7, 10, 0.22);
}
.inner-hero .container {
  position: relative;
  z-index: 2;
  min-height: 306px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner-hero-content {
  text-align: right;
  margin: 0;
  max-width: 420px;
}
.inner-hero-content a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 18px;
}
.inner-hero-content h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
}

.about-page-section {
  background: #fff;
  padding: 72px 0 96px;
}
.about-page-section .container {
  max-width: 1510px;
}
.about-page-layout {
  direction: rtl;
  margin-right: 0;
  margin-left: 0;
}
.about-page-layout > [class*="col-"] {
  direction: rtl;
}
.about-page-copy {
  text-align: right;
  padding-top: 8px;
  padding-right: 20px;
}
.about-page-copy h6 {
  color: #625c58;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}
.about-page-copy h2 {
  color: #050505;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 20px;
}
.about-page-copy p {
  color: #111;
  font-size: 15px;
  line-height: 2.05;
  margin: 0 0 14px;
}
.about-page-block {
  margin-top: 34px;
}
.about-page-block h3 {
  color: #050505;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.about-page-media {
  position: relative;
  width: 420px;
  height: 510px;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
.about-page-img {
  position: absolute;
  top: 0;
  overflow: hidden;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}
.about-page-img-main {
  right: 0;
  width: 240px;
  height: 510px;
  background-image: url("../images/about-large.png");
}
.about-page-img-side {
  left: 0;
  width: 205px;
  height: 390px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)),
    url("../images/Rectangle 360.jpg");
  filter: grayscale(1);
}
.about-page-logo {
  position: absolute;
  top: 168px;
  left: 154px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  z-index: 3;
}
.about-page-logo img {
  width: 52px;
  height: auto;
}

.about-page .contact-section {
  margin-top: 0;
}

.contact-page .contact-inner-hero {
  min-height: 413px;
  background-position: center 35%;
}
.contact-page .contact-inner-hero .container {
  min-height: 319px;
}
.contact-page-main {
  background: #fff;
}
.contact-info-section {
  padding: 76px 0 64px;
}
.contact-info-section .container,
.contact-map-form-section .container {
  max-width: 1610px;
}
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  direction: ltr;
}
.contact-info-card {
  min-height: 250px;
  border: 1px dashed #dedede;
  border-radius: 10px;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  direction: rtl;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.contact-info-card:hover {
  color: #222;
  border-color: rgba(224, 40, 40, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.04);
}
.contact-info-icon {
  color: var(--red);
  font-size: 58px;
  line-height: 1;
  margin-bottom: 18px;
}
.contact-info-card strong {
  color: #222;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}
.contact-map-form-section {
  padding: 0 0 72px;
}
.contact-map-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(330px, 1fr);
  gap: 34px;
  align-items: stretch;
  direction: ltr;
}
.contact-map-panel,
.contact-page-form-card {
  border: 1px dashed #dedede;
  border-radius: 10px;
  overflow: hidden;
  min-height: 580px;
  direction: rtl;
}
.satellite-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  background: #d9d5cf;
  overflow: hidden;
  direction: ltr;
}
.satellite-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.satellite-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.map-marker {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.map-marker::before {
  content: "";
  position: absolute;
  right: 50%;
  top: -22px;
  width: 12px;
  height: 12px;
  transform: translateX(50%);
  background: var(--red);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.38);
}
.contact-page-form-card {
  padding: 40px 40px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-page-form-card h2 {
  color: #111;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.65;
  margin: 0 0 28px;
  text-align: right;
}
.contact-page-form-card form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contact-page-form-card input,
.contact-page-form-card textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ececec;
  outline: none;
  color: #111;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  padding: 0 0 20px;
  margin-bottom: 34px;
  background: transparent;
}
.contact-page-form-card input {
  height: 44px;
}
.contact-page-form-card textarea {
  height: 175px;
  resize: none;
  line-height: 1.8;
}
.contact-page-form-card input::placeholder,
.contact-page-form-card textarea::placeholder {
  color: #9a9a9a;
  opacity: 1;
}
.contact-page-form-card input:focus,
.contact-page-form-card textarea:focus {
  border-bottom-color: var(--red);
}
.contact-page-form-card button {
  width: 190px;
  height: 62px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
  align-self: flex-end;
  margin-top: auto;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.contact-page-form-card button:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(224, 40, 40, 0.28);
}
.contact-page .newsletter-section {
  margin-top: 0;
  padding-top: 66px;
}

.single-inner-hero {
  min-height: 380px;
}
.single-section {
  background: #fff;
  padding: 82px 0 98px;
}
.single-section .container {
  max-width: 1440px;
}
.single-layout {
  direction: ltr;
  align-items: flex-start;
}
.single-layout > [class*="col-"] {
  direction: rtl;
}
.single-article {
  text-align: right;
}
.single-main-image {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  margin-bottom: 54px;
}
.single-article-body {
  max-width: 100%;
  padding-inline: 22px;
}
.single-article-body h2 {
  color: #111;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  text-align: right;
  margin: 0 0 18px;
}
.single-article-body p {
  color: #222;
  font-size: 15px;
  line-height: 2.15;
  text-align: right;
  margin: 0 0 18px;
}
.single-article-body h2:not(:first-child) {
  margin-top: 46px;
}
.single-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.single-widget {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.045);
  border-radius: 8px;
  padding: 26px 24px;
}
.single-widget h3 {
  color: #111;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 22px;
}
.single-social-widget {
  text-align: center;
  min-height: 126px;
}
.single-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.single-social-icons a {
  color: #050505;
  font-size: 23px;
  line-height: 1;
  transition: 0.25s;
}
.single-social-icons a:hover {
  color: var(--red);
}
.single-more-widget {
  padding-bottom: 10px;
}
.single-more-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: #111;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.single-more-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.single-more-item img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
}
.single-more-item span {
  display: block;
  min-width: 0;
}
.single-more-item strong {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 4px;
}
.single-more-item small {
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 1.7;
}
.single-contact-widget .contact-list li {
  font-size: 16px;
  margin-bottom: 18px;
}
.single-page .newsletter-section {
  margin-top: 0;
}

.types-colada {
}

.signlePage {
  padding: 50px 0;
}


/* Product Actions - Two buttons row */
.product-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
}
.btn-product-more {
  background: #050505;
  width: auto;
  min-width: 120px;
}
.btn-product-more:hover {
  background: var(--red);
}
.btn-product-more i {
  width: 28px;
  height: 28px;
  background: #fff;
  color: #050505;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.btn-product-more:hover i {
  color: var(--red);
  transform: rotate(0deg);
}


/* Contact Form Validation */
.contact-card .form-control.is-invalid {
  border-color: #e50031;
  box-shadow: 0 0 0 3px rgba(229, 0, 49, 0.12);
}
.contact-card .invalid-feedback {
  display: none;
  color: #e50031;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  text-align: right;
}
.contact-card .form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
.contact-card .btn-arbiah:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}


/* Page Content */
.page-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}
.page-content h2 {
  font-size: 26px;
  font-weight: 800;
  color: #050505;
  line-height: 1.5;
  margin: 30px 0 16px;
}
.page-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #050505;
  margin: 24px 0 12px;
}
.page-content p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 16px;
}
.page-content a {
  color: var(--red);
  font-weight: 600;
}
.page-content a:hover {
  color: var(--red-dark);
  text-decoration: underline;
}
