/* Variables
======================*/
:root {
  --main_color: #cf2127;
  --primary-color: #cf2127;
  --dark-bg: #1a1a1a;
  --transition: 0.3s ease;
  /* Booklet / testimonials — shared header & footer */
  --site-booklet-bg: linear-gradient(145deg, #0d0f14 0%, #1a1520 40%, #2a0f18 100%);
  --site-booklet-overlay: radial-gradient(ellipse 80% 60% at 20% 20%, rgba(172, 18, 17, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 80%, rgba(214, 58, 56, 0.12), transparent 50%);
  /* Fixed header stack — home slider offset (top bar + main bar) */
  --site-fixed-topbar-height: 50px;
  --site-fixed-header-strip-min: 85px;
}
@import url("https://fonts.googleapis.com/css2?family=Changa:wght@400;600;800&family=Montserrat:wght@400;600;800&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&display=swap");
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  background-color: #cf2127;
  color: #fff;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 100%);
  background-color: #cf2127;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link span {
  position: relative;
  z-index: 999;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  clip-path: circle(140% at 50% 50%);
}
.more.link {
  margin: 15px auto 0 !important;
}
.white.link {
  line-height: 35px;
  border: 1px solid #cf2127;
  background-color: transparent;
  color: #cf2127;
}
.white.link:hover span {
  color: #fff;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  padding: 0;
  background-color: #cf2127;
  color: #fff;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 100%);
  background-color: #cf2127;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon i, .icon::before {
  z-index: 999;
  position: relative;
}
.icon:hover {
  color: #fff;
}
.icon:hover::after {
  clip-path: circle(100% at 50% 50%);
}
.icon:hover i, .icon:hover::before {
  color: #fff;
}

.list {
  margin: 15px 0;
}
.list li {
  display: block;
  line-height: 25px;
  margin-bottom: 15px;
  padding-inline-start: 25px;
  font-size: 16px;
  color: #282b2d;
  position: relative;
}
.list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #cf2127;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #cf2127 !important;
  color: #fff !important;
}

body {
  /* overflow: hidden; */
  width: 100%;
  background-color: #f8f8f8;
  text-align: start;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .container {
    max-width: 640px;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

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

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

.ar_font {
  font-family: "Changa", sans-serif;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #282b2d;
}

/* Loading
=========================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading img {
  width: 125px;
  animation: fadeinout 0.8s ease-in-out alternate infinite;
}

.spin {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 240px;
  height: 240px;
  margin: auto;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-color: #cf2127;
  animation: spin 1.5s infinite linear;
}

.spin:before {
  content: "";
  border: 3px solid transparent;
  border-top-color: #cf2127;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  position: absolute;
  animation: antispin 0.7s infinite linear;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes antispin {
  from {
    -webkit-transform: rotate;
    -moz-transform: rotate;
    -o-transform: rotate;
    transform: rotate;
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes antispin {
  from {
    -webkit-transform: rotate;
    -moz-transform: rotate;
    -o-transform: rotate;
    transform: rotate;
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes fadeinout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Mouse Cursor
=========================*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 991px) {
  .mouse-cursor {
    display: none !important;
  }
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #cf2127;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #cf2127;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #cf2127;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 80ms ease-out;
  -moz-transition: all 80ms ease-out;
  -ms-transition: all 80ms ease-out;
  -o-transition: all 80ms ease-out;
  transition: all 80ms ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Page Setting
=====================*/
section {
  position: relative;
  padding: 70px 0;
  z-index: 98;
  background-color: #fff;
}
section.colored {
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  section {
    padding: 35px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 25px 0;
  }
}

.section_img {
  background: url(../images/image_bc.png) top no-repeat;
  background-size: cover;
}
.section_img.img2 {
  background: url(../images/main_slider/bc4.jpg);
}
.section_img.img2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cf2127;
}
.section_img.img2 .section_title {
  color: #fff;
}
.section_img.img2 .section_title::after {
  background-color: #fff;
}
.section_img.img2 .owl-carousel button.owl-dot {
  background-color: #fff8;
}
.section_img.img2 .owl-carousel button.owl-dot.active {
  background-color: #fff;
}

/* Testimonials — same gradient language as solution booklet CTA */
.section_img.section_img--testimonials-gradient {
  position: relative;
  overflow: hidden;
  background: var(--site-booklet-bg);
  background-size: cover;
}
.section_img.section_img--testimonials-gradient::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--site-booklet-overlay);
  pointer-events: none;
}
.section_img.section_img--testimonials-gradient .section_title {
  color: #fff;
}
.section_img.section_img--testimonials-gradient .section_title::after {
  background-color: #fff;
}
.section_img.section_img--testimonials-gradient .owl-carousel button.owl-dot {
  background-color: #fff8;
}
.section_img.section_img--testimonials-gradient .owl-carousel button.owl-dot.active {
  background-color: #fff;
}

.section_title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #282b2d;
  margin: 0 auto 50px;
  font-size: 32px;
  font-weight: 600;
}
.section_title strong {
  display: block;
}
@media (max-width: 767px) {
  .section_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section_title {
    font-size: 22px;
  }
}
.section_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
  margin: auto;
  background-color: #cf2127;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.section_title.start_tit {
  font-size: 22px;
  text-align: start;
}
.section_title.start_tit::after {
  left: 0;
  right: auto;
}

.shad {
  -webkit-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -moz-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -ms-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -o-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
}

.colored_txt {
  color: #cf2127;
}

p {
  font-family: "Montserrat", sans-serif !important;
}

.social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0px;
  color: #fff;
}
.social a:hover i {
  color: #fff;
}
.social a i {
  border: 0px;
  line-height: 40px;
  font-size: 16px;
  display: block;
}

.facebook {
  background-color: #1877f2;
}

.instagram {
  background-color: #e4405f;
}

.linkedin {
  background-color: #0a66c2;
}

.youtube {
  background-color: #cd201f;
}

/* Page Head
=======================*/
.page_head {
  position: relative;
  z-index: 100;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  padding: 148px 0 52px;
  min-height: 240px;
  display: flex;
  align-items: center;
  background-color: #14161a;
  background-image: url(../images/page-head-cairo-events.png);
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: cover;
}
.page_head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    145deg,
    rgba(10, 11, 15, 0.92) 0%,
    rgba(18, 20, 28, 0.78) 38%,
    rgba(172, 18, 17, 0.45) 62%,
    rgba(10, 11, 15, 0.9) 100%
  );
}
.page_head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(172, 18, 17, 0.35) 20%,
    #cf2127 50%,
    rgba(172, 18, 17, 0.35) 80%,
    transparent 100%
  );
}
.page_head .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.page_head p {
  color: #fff;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 700;
  text-align: center;
  margin: 0 0 18px;
  padding-top: 32px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.25;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.55);
}
.page_head p::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #cf2127, #e54b50);
}
.page_head ul {
  list-style: none;
  margin: 0 auto;
  padding: 10px 22px 12px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 0;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.page_head ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
.page_head ul li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  color: #e54b50;
  padding: 0 14px;
  margin-inline-end: 5px;
  position: relative;
  transition: color 0.25s ease;
}
.page_head ul li a:hover {
  color: #fff;
}
.page_head ul li a::after {
  content: " / ";
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(172, 18, 17, 0.75);
}
@media (max-width: 767px) {
  .page_head {
    padding: 128px 0 44px;
    min-height: 200px;
    background-position: center 32%;
  }
  .page_head p {
    letter-spacing: 0.08em;
    padding-top: 22px;
  }
  .page_head p::after {
    margin-top: 12px;
  }
  .page_head ul {
    padding: 8px 16px 10px;
    border-radius: 16px;
  }
  .page_head h3 {
    font-size: 24px;
  }
}
.event_section {
  padding: 88px 0 96px;
  background-color: #14161a;
  background-image: url(../images/page-head-cairo-events.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.event_section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(8, 9, 12, 0.88) 0%,
    rgba(30, 10, 18, 0.55) 50%,
    rgba(8, 9, 12, 0.9) 100%
  );
}
.event_section .container {
  position: relative;
  z-index: 1;
}
.event_section h3 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: 0.08em;
  margin: 0;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.45);
}
.event_section h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #cf2127, #f0adab);
}
.event_section p {
  margin: 28px auto 28px;
  text-transform: capitalize;
  font-size: clamp(16px, 2.2vw, 19px);
  max-width: 920px;
  letter-spacing: 0.03em;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.event_section .link {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .event_section {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .event_section {
    background-attachment: scroll !important;
  }
}
/* Modal
==================*/
.modal {
  z-index: 9999;
}
.modal .modal-dialog {
  position: fixed;
  margin: auto;
  max-width: 570px;
  width: 96%;
  height: 100%;
  z-index: 9999;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal .modal-content {
  height: 100%;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .modal .modal-content {
    display: block;
  }
}
.modal .modal_img{
	position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #cf2127;
  margin: 0 auto 20px;
  padding: 5px;
  width: 170px;
  height: 170px;
}
.modal .modal-content  .cont{
	height: 100%;
    max-height: 576px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 34px;
}
.modal img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.modal .close {
  position: absolute;
  left: 15px;
  top: 15px;
	font-size: 26px;
  color: #cf2127;
}
.modal .modal_img::after, .modal .modal_img::before {
    width: 170px;
    height: 170px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s, all, linear;
    -moz-transition: 0.4s, all, linear;
    -ms-transition: 0.4s, all, linear;
    -o-transition: 0.4s, all, linear;
    transition: 0.4s, all, linear;
    animation: ripple 1s infinite;
    animation-delay: 0.6s;
}
.modal .modal_img::after {
    animation-delay: 0.4s;
 opacity: 1;
  } 
.modal h3 {
  text-align: center;
  margin: 0 auto 10px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #cf2127;
}
.modal h4 {
  margin: 0;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #282b2d;
}
.modal P {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.modal .modal-body {
  padding: 15px 15px 80px;
}
.modal.fade .modal-dialog {
  right: -576px;
  -webkit-transition: 0.3s, none, linear;
  -moz-transition: 0.3s, none, linear;
  -ms-transition: 0.3s, none, linear;
  -o-transition: 0.3s, none, linear;
  transition: 0.3s, none, linear;
  transition-property: opacity, right;
}
.modal.fade.show .modal-dialog {
  right: 0;
}

.modal-open {
  padding: 0 !important;
  overflow: hidden !important;
}

.modal-backdrop.show {
  opacity: 70%;
  z-index: 9998;
}

/*  Top Header
=============================*/
.top_header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /* No bar tint until scroll (.move) — see main.js scroll handler */
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 9998;
  -webkit-transition: transform 0.35s ease, background 0.35s ease, border-color 0.3s linear;
  -moz-transition: transform 0.35s ease, background 0.35s ease, border-color 0.3s linear;
  -ms-transition: transform 0.35s ease, background 0.35s ease, border-color 0.3s linear;
  -o-transition: transform 0.35s ease, background 0.35s ease, border-color 0.3s linear;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.3s linear;
}
.top_header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--site-booklet-overlay);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.top_header.move {
  background: var(--site-booklet-bg);
}
.top_header.move::before {
  opacity: 1;
}
body.site-topbar-hidden .top_header {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
}
.top_header .col-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.top_header .contact a {
  color: #fff;
  display: block;
  line-height: 50px;
  margin-inline-end: 15px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}
.top_header .contact a i {
  background-color: #fff2;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: 0 3px;
}
.dropbtn-z {
	background-color: transparent;
	color: white;
	/* margin-right: 50px; */
	border: none;
	outline: none;
	/* font-family: Montserrat; */
	font-weight: 600;
	cursor: pointer;
	font-size: 12px;
	vertical-align: middle;
}
.dropdown-z {
	position: relative;
	display: inline-block;
}
.dropbtn-z:focus {
	outline: none;
}
.dropdown-z .fa-globe {
	/* margin-top: -2px; */
	font-size: 14px;
}
.dropdown-content-z {
	display: none;
	position: absolute;
	background-color: #282b2d;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	text-align: left;
}
.dropdown-content-z a {
	color: #ffffff !important;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content-z a:hover {
	background-color: #111212;
}
.dropdown-z:hover .dropdown-content-z {
	display: block;
}
.dropdown-z:hover .dropbtn-z {}
@media (max-width: 1200px) {
    .top_header .contact a {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .dropbtn-z {
        font-weight: normal;
    }
}
@media (max-width: 991px) {
  .top_header {
    background: var(--site-booklet-bg);
  }
  .top_header::before {
    opacity: 1;
  }
  .top_header.move {
    background: var(--site-booklet-bg);
  }
  .top_header .container {
    max-width: 100%;
  }
  .top_header .contact a {
    margin-inline-end: 8px;
    letter-spacing: 0.3px;
    font-size: 13px;
  }
    .dropdown-z .our_text {
		display: none;
	}
}
@media (max-width: 767px) {
  .top_header .contact a {
    margin: 0;
  }
  .top_header .contact a span {
    display: none;
  }
}
@media (max-width: 450px) {
  .top_header .social a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.login-register a.link{height: 30px;line-height: 30px;padding: 0 12px;transform: translateY(6px);}
.chat-icon {
  position: fixed;
  right: 18px;
  left: auto;
  bottom: 82px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
  z-index: 99999999;
  border: 2px solid #cf2127;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}
.chat-icon::after, .chat-icon::before {
    width: 90px;
    height: 90px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s, all, linear;
    -moz-transition: 0.4s, all, linear;
    -ms-transition: 0.4s, all, linear;
    -o-transition: 0.4s, all, linear;
    transition: 0.4s, all, linear;
    animation: ripple 1s infinite;
    animation-delay: 0.6s;
}
.chat-icon::after {
    animation-delay: 0.4s;
}
@media (max-width: 575px) {
  .chat-icon {
    width: 76px;
    height: 76px;
    bottom: 72px;
    right: 14px;
    padding: 4px;
  }
  .chat-icon::after,
  .chat-icon::before {
    width: 76px;
    height: 76px;
  }
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Chat + WhatsApp floats: hidden until loader finishes (see body.site-loaded in main.js) */
body:not(.site-loaded) .chat-icon,
body:not(.site-loaded) .site-whatsapp-float {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.chat-icon,
.site-whatsapp-float {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.fixed_alert {
  text-align: start;
  position: fixed;
  right: 140px;
  bottom: 120px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 9998;
  background-color: #ffffff;
  width: 370px;
  height: 450px;
  padding: 20px;
  color: #000;
  border: 1px solid #fff1;
  display: none;
  font-family: system-ui;
  box-shadow: 5px 10px 30px 5px #000;
}
.fixed_alert .icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #cf2127;
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.fixed_alert .icon_link {
  position: absolute;
  right: -10px;
  top: -15px;
}
.fixed_alert .icon_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 100%);
  background-color: #fff1;
  -webkit-transition: 0.4s clip-path linear;
  -moz-transition: 0.4s clip-path linear;
  -ms-transition: 0.4s clip-path linear;
  -o-transition: 0.4s clip-path linear;
  transition: 0.4s clip-path linear;
}
.fixed_alert .screens {
  text-align: center;
  position: absolute;
  display: none;
  width: 90%;
  height: 90%;
  overflow: auto;
}
.fixed_alert .screens .img-div {
  margin-bottom: 20px;
}
.fixed_alert .screens .img-div img {
  max-width: 150px;
}
.fixed_alert .screens h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px;
}
.fixed_alert .screens p {
  margin: 10px 0;
  font-size: 14px;
}
.fixed_alert .screens p span {
  color: #cf2127;
  font-weight: bold;
}
.fixed_alert .screens a {
  text-decoration: none;
}
.fixed_alert .screens .last {
  margin-bottom: 30px;
}
.fixed_alert .screens button, .fixed_alert .screens a {
  display: block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: 15px auto;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  background-color: #cf2127;
  color: #ffffff;
  font-weight: 500;
  border: 0;
  text-transform: initial;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s color linear;
  -moz-transition: 0.3s color linear;
  -ms-transition: 0.3s color linear;
  -o-transition: 0.3s color linear;
  transition: 0.3s color linear;
  cursor: pointer;
}
.fixed_alert .screens .large {
  line-height: 20px;
}
.fixed_alert .screens .larger {
  font-style: italic;
  font-weight: bold;
}
.fixed_alert .screens button span {
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
}
.fixed_alert .screens button:hover, .fixed_alert .screens a:hover {
  background-color: #212121;
}
.fixed_alert .screens input[type="text"] ,.fixed_alert .screens input[type="email"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 70%;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  background-color: #ede3e4;
  color: #000000;
  font-weight: 500;
  border: 0;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s color linear;
  -moz-transition: 0.3s color linear;
  -ms-transition: 0.3s color linear;
  -o-transition: 0.3s color linear;
  transition: 0.3s color linear;
}
.fixed_alert .screens textarea {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 70%;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  background-color: #ede3e4;
  color: #000000;
  font-weight: 500;
  border: 0;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s color linear;
  -moz-transition: 0.3s color linear;
  -ms-transition: 0.3s color linear;
  -o-transition: 0.3s color linear;
  transition: 0.3s color linear;
}
.fixed_alert .screens .checkbox_div {
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
}
.fixed_alert .screens .checkbox_div div {
  font-size: 16px;
  width: 80%;
  display: inline-block;
  background: #f0d4d4;
  padding: 10px;
  line-height: 16px;
}
.fixed_alert .screens .checkbox_div div b {display: block;}
.fixed_alert .screens .checkbox_div div span {
  font-size: 12px;
  font-style: italic;
  line-height: 10px;
}
.fixed_alert .screens .checkbox_div input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 30px;
}
.fixed_alert .screens .checkbox_div input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 30px;
}
.fixed_alert .screens .checkbox_div .pakage_small {
  margin-top: 7px !important;
}
@media only screen and (max-width: 550px) {
  .fixed_alert {
    right: 10px;
    max-width: 80%;
  }
}

/*  Header
=============================*/
header {
  position: fixed;
  top: 50px;
  right: 0px;
  width: 100%;
  background: transparent;
  z-index: 9997;
  min-height: 85px;
  border: solid rgba(255, 255, 255, 0.12);
  border-width: 1px 0;
  -webkit-transition: top 0.35s ease, background 0.35s ease, border-color 0.3s linear;
  -moz-transition: top 0.35s ease, background 0.35s ease, border-color 0.3s linear;
  -ms-transition: top 0.35s ease, background 0.35s ease, border-color 0.3s linear;
  -o-transition: top 0.35s ease, background 0.35s ease, border-color 0.3s linear;
  transition: top 0.35s ease, background 0.35s ease, border-color 0.3s linear;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--site-booklet-overlay);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
body.site-topbar-hidden header {
  top: 0;
}
header.move {
  background: var(--site-booklet-bg);
  border-color: rgba(255, 255, 255, 0.12);
  border-bottom: 0;
}
header.move::before {
  opacity: 1;
}
header .container {
  position: relative;
  z-index: 1;
  min-height: 85px;
}
/* Keep logo/language row above nav row so the locale button remains clickable */
header > .container:first-of-type {
  position: relative;
  z-index: 10002;
  pointer-events: none;
}
header > .container:first-of-type .navbar-brand,
header > .container:first-of-type .btns {
  pointer-events: auto;
}
header .navbar-brand {
  margin: 6px 0;
  padding: 0;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}
header .navbar-brand img {
  display: block;
  height: auto;
  width: auto;
  max-height: 70px;
  max-width: min(280px, 72vw);
  object-fit: contain;
}
@media (max-width: 767px) {
  header .navbar-brand img {
    max-height: 48px;
    max-width: min(220px, 62vw);
  }
}
header .btns {
  position: relative;
  z-index: 9999;
}
header .btns .icon {
  position: relative;
  margin: 0;
  font-weight: 600;
}
header .btns .icon.ar_font {
  line-height: 32px;
}
header .btns .menu-btn {
  display: none;
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -85px;
  position: relative;
  z-index: 1;
}
.navbar .container {
  min-height: auto;
}
.navbar ul.navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  padding-inline-end: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.menu-new-tag {
  position: absolute;
  z-index: 2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #cf2127, #e54b50);
  padding: 3px 6px 2px;
  border-radius: 4px;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.menu-new-tag--footer {
  font-size: 9px;
  padding: 3px 7px 2px;
}
footer ul.row li a.footer-link--new {
  position: relative;
  display: inline-block;
  overflow: visible;
  padding-top: 12px;
  margin-top: -4px;
}
footer ul.row li a.footer-link--new .menu-new-tag {
  top: 0;
  right: 0;
  left: auto;
}
html[dir="rtl"] footer ul.row li a.footer-link--new .menu-new-tag {
  right: auto;
  left: 0;
}
.navbar ul.navbar-nav li:has(> a.menu-link--new) {
  overflow: visible;
}
.navbar ul.navbar-nav li a.menu-link--new {
  position: relative;
  overflow: visible;
}
.navbar ul.navbar-nav li a.menu-link--new .menu-new-tag {
  top: -6px;
  right: 2px;
  left: auto;
}
html[dir="rtl"] .navbar ul.navbar-nav li a.menu-link--new .menu-new-tag {
  right: auto;
  left: 2px;
}
@media (max-width: 991px) {
  .navbar ul.navbar-nav li a.menu-link--new .menu-new-tag {
    top: 10px;
    right: 16px;
  }
  html[dir="rtl"] .navbar ul.navbar-nav li a.menu-link--new .menu-new-tag {
    right: auto;
    left: 16px;
  }
}
.navbar ul.navbar-nav li {
  display: inline-block;
  height: 35px;
}
.navbar ul.navbar-nav li .dropdown-toggle ,
.navbar ul.navbar-nav li a {
  position: relative;
  display: block;
  padding: 0 10px;
  margin-inline-end: 0px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar ul.navbar-nav li a {
    padding: 0 3px;
    font-size: 11px;
  }
  .navbar ul.navbar-nav li a:hover,
  .navbar ul.navbar-nav li a.active {
    padding: 0 3px;
  }
}
.navbar ul.navbar-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 100%);
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
  -webkit-transition: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -ms-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}
.navbar ul.navbar-nav li a:hover {
  color: #fff;
  padding: 0 10px;
}
.navbar ul.navbar-nav li a:hover::before {
  clip-path: circle(140% at 50% 50%);
}
.navbar ul.navbar-nav li a.active {
  background-color: transparent;
  color: #cf2127;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 10px;
}
.navbar ul.navbar-nav li a.active::before {
  clip-path: circle(140% at 50% 50%);
}
@media (min-width: 992px) {
  .navbar ul.navbar-nav li.dropdown .dropdown-menu {
    display: block;
    left: auto;
    right: 0;
    margin: 0;
    top: 60px;
    width: 100%;
    min-width: 220px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #fff2;
    background-color: #cf2127;
    transform-origin: top;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .navbar ul.navbar-nav li.dropdown .dropdown-menu a {
    margin: 0;
    border-bottom: 1px solid #fff2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 50px;
  }
  .navbar ul.navbar-nav li.dropdown .dropdown-menu a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar ul.navbar-nav li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .navbar ul.navbar-nav li.dropdown .sub_dropdown {
    position: relative;
  }
  .navbar ul.navbar-nav li.dropdown .sub_dropdown .dropdown-menu_sub {
    right: -100%;
    left: auto;
    top: 20px;
    opacity: 0;
    border: 0;
    visibility: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
  .navbar ul.navbar-nav li.dropdown .sub_dropdown:hover .dropdown-menu_sub {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
	.navbar ul.navbar-nav li a.extra{
		display: none !important;
	}
}

@media (max-width: 991px) {
  header {
    background: var(--site-booklet-bg);
    border: solid rgba(255, 255, 255, 0.12);
    border-width: 1px 0;
  }
  header::before {
    opacity: 1;
  }
  header.move {
    background: var(--site-booklet-bg);
  }
  header .container {
    max-width: 100%;
  }
  header .btns .menu-btn {
    display: inline-block;
    margin: 0;
  }

  /* Header strip (logo + hamburger) stays above full-screen menu */
  header > .container:first-of-type {
    position: relative;
    z-index: 10002;
  }

  .navbar {
    margin-top: 0;
    background-color: transparent;
    border-top: 0;
    position: static;
  }

  .navbar .container {
    position: static;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Full-screen overlay; slide-in transform is applied via JS (avoids flash before animation) */
  #main-nav.navbar-collapse {
    position: fixed;
    inset: 0;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    background: var(--site-booklet-bg);
    border: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    will-change: transform;
    isolation: isolate;
  }

  #main-nav.navbar-collapse::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--site-booklet-overlay);
    pointer-events: none;
    z-index: 0;
  }

  #main-nav.navbar-collapse > ul.navbar-nav {
    position: relative;
    z-index: 1;
  }

  #main-nav.navbar-collapse.collapsing {
    display: flex !important;
    height: 100vh !important;
    height: 100dvh !important;
    overflow: hidden;
  }

  #main-nav.navbar-collapse.show {
    display: flex !important;
  }

  body:has(#main-nav.navbar-collapse.show) {
    overflow: hidden;
  }

  /* One item per line, full width — margin-top clears fixed logo row */
  .navbar ul.navbar-nav {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin: 36px 0 0;
    padding: max(136px, calc(env(safe-area-inset-top) + 92px)) 24px max(40px, env(safe-area-inset-bottom));
    box-sizing: border-box;
    text-align: start;
    list-style: none;
  }

  .navbar ul.navbar-nav li {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    align-items: stretch;
    justify-content: stretch;
  }

  .navbar ul.navbar-nav li .dropdown-toggle,
  .navbar ul.navbar-nav li a {
    text-align: inherit;
    margin: 0;
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    white-space: normal;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .navbar ul.navbar-nav li a:hover {
    color: #cf2127;
    padding: 16px 20px;
  }

  .navbar ul.navbar-nav li a i {
    display: none;
  }

  .navbar ul.navbar-nav li a.extra {
    display: inline-block !important;
    position: static;
    margin-inline-start: 0 !important;
  }

  .navbar ul.navbar-nav li a.extra i {
    height: 35px;
    display: block;
    line-height: 35px;
  }

  /* "Our Works": trigger + submenu stacked, one sub-link per line */
  .navbar ul.navbar-nav li.dropdown.nav-dropdown-works {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: 100%;
  }

  .navbar ul.navbar-nav .dropdown .dropdown-menu {
    position: static;
    float: none;
    clear: both;
    box-shadow: none;
    display: none !important;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 8px 0;
    margin: 4px 0 0;
    border-radius: 12px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .navbar ul.navbar-nav .dropdown.show > .dropdown-menu,
  .navbar ul.navbar-nav .dropdown .dropdown-menu.show {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
  }

  .navbar ul.navbar-nav .dropdown .dropdown-menu a {
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    padding: 14px 20px !important;
    border-radius: 0 !important;
    white-space: normal;
    width: 100%;
    text-align: inherit;
    font-size: 15px;
  }

  .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
  }

  .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu .nav-dropdown-works__link {
    color: #1a1a1a !important;
    border-radius: 8px !important;
    margin: 4px 8px !important;
    width: auto !important;
  }

  html[dir="rtl"] .navbar ul.navbar-nav li a,
  html[dir="rtl"] .navbar ul.navbar-nav li .dropdown-toggle {
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: right;
  }

  html[dir="ltr"] .navbar ul.navbar-nav li a,
  html[dir="ltr"] .navbar ul.navbar-nav li .dropdown-toggle {
    text-align: left;
  }

  /* Active: same padding as hover + accent (li a covers Our Works toggle) */
  .navbar ul.navbar-nav li a.active {
    padding: 16px 20px;
    background-color: rgba(172, 18, 17, 0.12);
    color: #cf2127;
    box-shadow: inset 3px 0 0 #cf2127;
  }
  .navbar ul.navbar-nav li a.active::before {
    clip-path: circle(140% at 50% 50%);
  }
  html[dir="rtl"] .navbar ul.navbar-nav li a.active {
    box-shadow: inset -3px 0 0 #cf2127;
  }

  /* Hamburger → close (X) when menu is open */
  body:has(#main-nav.navbar-collapse.show) header .menu-btn.fa-bars::before {
    content: "\f00d" !important;
  }
}


/* Footer
=====================*/
footer {
  z-index: 998;
  padding: 0;
  position: relative;
  background: var(--site-booklet-bg);
  overflow: visible;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--site-booklet-overlay);
  pointer-events: none;
  z-index: 0;
}
footer > .footer-accent-bar,
footer > .container,
footer > .container-fluid {
  position: relative;
  z-index: 1;
}
footer .footer-accent-bar {
  height: 4px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(172, 18, 17, 0.35) 18%,
    #cf2127 50%,
    rgba(172, 18, 17, 0.35) 82%,
    transparent 100%
  );
}
footer .footer-inner {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  footer .footer-inner {
    padding-bottom: 24px;
  }
}
footer .contact_form {
  position: relative;
  z-index: 5;
  background-color: #fff;
  max-width: 768px;
  width: 100%;
  padding: 32px 32px 12px;
  margin: -50px auto 36px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
footer .contact_form .section_title {
  font-size: 18px;
  margin-bottom: 25px;
}
footer .footer-brand__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}
footer .footer-brand__logo {
  width: 190px;
  max-width: 100%;
  margin: 0 0 18px;
  display: block;
}
footer .footer-brand__stack .footer-brand__text {
  margin: 0 0 20px;
}
footer .footer-advisors {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
footer .footer-advisors__title {
  margin: 0 0 8px;
  padding: 0 0 6px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #fff;
  position: relative;
}
footer .footer-advisors__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  border-radius: 25px;
  background-color: #cf2127;
}
html[dir="rtl"] footer .footer-advisors__title::after {
  left: auto;
  right: 0;
}
footer .footer-advisors__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  max-width: 220px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
footer .footer-advisors__card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(172, 18, 17, 0.3);
  transform: translateY(-1px);
  color: inherit !important;
}
footer .footer-advisors__logo {
  display: block;
  max-height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}
footer .footer-advisors__tagline {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  opacity: 0.95;
}
footer .fixed_alert img {
  width: auto !important;
  height: auto;
  max-width: 100%;
}
footer .chat-icon img {
  width: 100% !important;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
footer p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
footer h3 {
  margin: 20px 0 30px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.5px;
}
footer h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 3px;
  margin: auto;
  background-color: #cf2127;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
footer .call {
     color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 40px;
    display: block;
}
footer .call i {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0;
  background-color: #cf2127;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 5px;
  color: #fff;
      vertical-align: middle;
}
footer ul {
  margin-bottom: 15px;
}
footer ul a {
  display: inline-block;
  color: #fff;
  line-height: 25px;
  font-size: 13px;
  letter-spacing: 0.3px;
  -webkit-transition: 0.4s linear color;
  -moz-transition: 0.4s linear color;
  -ms-transition: 0.4s linear color;
  -o-transition: 0.4s linear color;
  transition: 0.4s linear color;
}
@media (max-width: 1199px) {
  footer ul a {
    letter-spacing: 0.1px;
    font-size: 12px;
  }
}
footer ul a:hover {
  color: #cf2127;
}
footer ul.row {
  margin: 0;
}
footer ul.row li {
  display: block;
  position: relative;
  padding-inline-start: 20px;
  margin-bottom: 10px;
}
footer ul.row li a {
  text-transform: uppercase;
}
footer ul.row li::before {
  content: "";
  font-size: 12px;
  color: #fff;
  position: absolute;
  content: "\f105";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
footer .social {
  margin: 0;
}
footer .social li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
footer .social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 100;
}
footer .contact_info li {
  margin-bottom: 15px;
  padding: 0;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
footer .contact_info li::before {
  display: none;
}
footer .contact_info li i {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #cf2127;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
}
footer .contact_info li a {
  display: block;
  line-height: 24px;
  font-size: 14px;
}
footer .copyrights {
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 15px;
  border-top: 1px solid #fff1;
  margin-top: 25px;
}
footer .copyrights a {
  font-weight: 600;
  color: #cf2127;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  footer .copyrights {
    font-size: 12px;
  }
}

/* Footer layout retouch */
footer .footer-columns > [class*="col-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  footer .footer-columns > [class*="col-"] {
    margin-bottom: 8px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  footer .footer-columns > [class*="col-"]:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  footer .footer-columns > .col-lg-4 {
    padding-left: 28px;
    padding-right: 28px;
  }
  footer .footer-columns > .col-lg-4:not(:last-child) {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
  }
}
footer .footer-brand__text {
  max-width: 34em;
  opacity: 0.92;
}
footer .footer-member-logos {
  margin-top: 6px;
}
footer .footer-member-logos h3 {
  margin-bottom: 18px;
}
footer .footer-member-logos__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}
footer .footer-member-logos__card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  -webkit-transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
  -moz-transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
  -ms-transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
  -o-transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
}
footer .footer-member-logos__card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(172, 18, 17, 0.45);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}
footer .footer-member-logos__card:focus-visible {
  outline: 2px solid #cf2127;
  outline-offset: 3px;
}
footer .footer-member-logos__card img {
  width: auto !important;
  max-width: 200px;
  max-height: 52px;
  height: auto;
  object-fit: contain;
  margin: 0 !important;
  vertical-align: middle;
}
footer .copyrights {
  background: rgba(0, 0, 0, 0.28);
  padding: 18px 15px 22px;
  margin-top: 12px;
  border-top: 1px solid rgba(172, 18, 17, 0.22);
}
footer .copyrights .copyrights-inner {
  line-height: 1.7;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}
.up_btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin: auto;
  font-size: 16px;
  z-index: 9998;
}

/* Main Section
=============================*/
.main_section {
  width: 100%;
  padding: 0px !important;
  height: calc(100vh - 140px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .main_section {
    height: auto;
    margin-top: calc(var(--site-fixed-topbar-height) + var(--site-fixed-header-strip-min));
  }
  body.site-topbar-hidden .main_section {
    margin-top: var(--site-fixed-header-strip-min);
  }
}

.look_cont {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(33, 33, 33, 60%);
}
.look_cont h3 {
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  font-size: 58px;
  max-width: 991px;
  letter-spacing: 3px;
  text-align: start;
  border-left: 10px double #cf2127;
  padding-inline-start: 25px;
  line-height: 65px;
  margin: 0;
}
.look_cont h3 span {
  color: #cf2127;
}
@media (max-width: 991px) {
  .look_cont h3 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .look_cont {
    padding: 0 20px;
  }
  .look_cont h3 {
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .look_cont {
    position: relative;
    background: var(--site-booklet-bg);
    padding: 15px 15px 40px;
    min-height: 160px;
    overflow: hidden;
  }
  .look_cont::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--site-booklet-overlay);
    pointer-events: none;
    z-index: 0;
    opacity: 1;
  }
  .look_cont h3 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    border-left-width: 5px;
    padding-inline-start: 10px;
  }
}

.carousel,
.carousel-item,
.carousel-inner {
  width: 100%;
  height: 100%;
}

.main_section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.carousel-indicators {
  right: 0;
  left: 0;
  bottom: 120px;
  margin: auto;
  height: 12px;
  width: 100%;
  text-align: center;
  padding: 0px;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 1;
  overflow: hidden;
  background-color: white;
  text-indent: unset;
  margin: 0 2px;
  border: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.4s width linear;
  -moz-transition: 0.4s width linear;
  -ms-transition: 0.4s width linear;
  -o-transition: 0.4s width linear;
  transition: 0.4s width linear;
}
.carousel-indicators li.active {
  background-color: #cf2127;
  width: 27px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .carousel-indicators {
    bottom: 15px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  inset: 0px 25px 0px auto;
  margin: auto;
  opacity: 1;
  right: 10px;
  font-size: 14px;
  background-color: #fff;
  color: #cf2127;
}
@media (max-width: 767px) {
  .carousel-control-next,
.carousel-control-prev {
    display: none;
  }
}

.carousel-control-next i,
.carousel-control-prev i {
  line-height: 40px;
}

.carousel-control-prev {
  left: 10px;
  right: auto;
}

/* Main Partners
=======================*/
.main_partners {
  padding-top: 0;
}
.main_partners.custom_padd {
  padding: 50px 0 120px;
}
.main_partners.pt-70 {
  padding-top: 70px;
}
.main_partners h1{
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    margin: 0 0 15px;
    font-weight: 600; 
}
.main_partners .cont {
  margin-top: -100px;
  background-color: #fff;
  position: relative;
  padding: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .main_partners .cont {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .main_partners .cont {
    margin: 15px auto;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.main_partners .cont a {
  display: block;
  margin: 10px auto;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.main_partners .cont a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.main_partners .partners_slider .owl-nav button.owl-prev {
  right: auto;
  left: -50px;
}
.main_partners .partners_slider .owl-nav button.owl-next {
  right: -50px;
}
@media (max-width: 767px) {
  .main_partners .partners_slider .owl-dots {
    margin: 0 auto;
  }
}

/* Offers
=======================*/
.offers_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.offers_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 15px 25px;
  padding: 30px 25px;
  background-color: #fff;
  width: calc(20% - 30px);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  min-height: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 24px;
  -webkit-transition: 0.4s linear box-shadow;
  -moz-transition: 0.4s linear box-shadow;
  -ms-transition: 0.4s linear box-shadow;
  -o-transition: 0.4s linear box-shadow;
  transition: 0.4s linear box-shadow;
}
.offers_list li::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  border-left-color: #fff;
}
.offers_list li img {
  margin-bottom: 15px;
}
.offers_list li:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -moz-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -ms-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -o-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
}
.offers_list li:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .offers_list li {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 767px) {
  .offers_list li {
    min-height: 175px;
    font-size: 13px;
    padding: 25px 15px;
  }
}
@media (max-width: 575px) {
  .offers_list li {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 15px;
    min-height: 130px;
  }
  .offers_list li::after {
    display: none;
  }
  .offers_list li img {
    width: 50px;
  }
}

/* Text Bc
=======================*/
.text_bc::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/map.png) no-repeat center;
  background-size: contain;
}
.text_bc p {
  max-width: 768px;
  font-size: 22px;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .text_bc p {
    font-size: 16px;
    line-height: 25px;
  }
}

/* Client
=========================*/
.client_item {
  display: block;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 24px;
  -webkit-transition: 0.4s linear box-shadow;
  -moz-transition: 0.4s linear box-shadow;
  -ms-transition: 0.4s linear box-shadow;
  -o-transition: 0.4s linear box-shadow;
  transition: 0.4s linear box-shadow;
}
.client_item:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.45);
  -moz-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.45);
  -ms-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.45);
  -o-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.45);
  box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.45);
}
@media (max-width: 575px) {
  .client_item {
    padding: 5px;
    margin-bottom: 10px;
  }
}

/* Block Img
=========================*/
.block_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 24px;
  -webkit-transition: 0.4s linear box-shadow;
  -moz-transition: 0.4s linear box-shadow;
  -ms-transition: 0.4s linear box-shadow;
  -o-transition: 0.4s linear box-shadow;
  transition: 0.4s linear box-shadow;
}
.block_img:hover {
  color: #cf2127;
  -webkit-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -moz-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -ms-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  -o-box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
  box-shadow: 0 10px 15px 0 rgba(183, 183, 183, 0.55);
}
@media (max-width: 575px) {
  .block_img {
    margin-bottom: 15px;
    padding: 3px;
  }
}

/* Block Img
=========================*/
.review_item {
  background-color: #fff;
  margin: auto;
  padding: 25px;
  max-width: 840px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 24px;
}
.review_item::before {
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 120px;
  opacity: 5%;
  color: #cf2127;
}
.review_item p {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.review_item img {
  padding: 5px;
  width: 70px;
  height: 70px;
  margin: 0;
  margin-inline-end: 15px;
  display: inline-block !important;
  vertical-align: middle;
  background-color: #f3f5f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.review_item h3 {
  display: inline-block;
  color: #cf2127;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
}
.review_item h3 span {
  display: block;
  line-height: 25px;
  font-size: 12px;
  font-style: italic;
  color: #282b2d;
}

/* About
=======================*/
.about {
  margin-top: 70px;
}
@media (max-width: 575px) {
  .about {
    margin-top: 15px;
  }
}
.about .row {
  align-items: center;
}
.about .row.even {
  flex-direction: row-reverse;
}
.about .text {
  margin-bottom: 25px;
}
.about .text h2 {
  font-weight: 600;
  font-size: 28px;
  margin: 25px 0;
  line-height: 30px;
  text-transform: uppercase;
}
.about .text h3 {
  position: relative;
  display: inline-block;
  color: #cf2127;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 15px;
}
.about .text h3::after {
  content: "";
  width: 95px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #cf2127;
}
.about .text h4 {
  line-height: 35px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 15px;
}
.about .text p {
  line-height: 25px;
  font-size: 14px;
  margin: 0 0 30px;
}
.about .text p.big {
  font-size: 16px;
  margin: 15px 0 0;
}
.about .text .link {
  margin: 0;
}
@media (max-width: 1199px) {
  .about .text h2 {
    font-size: 28px;
    margin: 15px 0;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .about .text h2 {
    font-size: 18px;
  }
  .about .text h4 {
    line-height: 25px;
    font-size: 16px;
  }
  .about .text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.about img {
  width: 100%;
  border-radius: 24px;
}
.about .imgs_slider {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 24px;
  overflow: hidden;
}
.about .imgs_slider img {
  width: 100%;
  border-radius: 24px;
}
.about a.client_item {
  padding: 20px;
  width: 220px;
  height: 220px;
  margin: 0 auto 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about a.client_item img {
  height: 100%;
  object-position: center;
  object-fit: contain;
  -webkit-transform: rotate(0deg) scale(0.9);
  -moz-transform: rotate(0deg) scale(0.9);
  -ms-transform: rotate(0deg) scale(0.9);
  -o-transform: rotate(0deg) scale(0.9);
  transform: scale(0.8);
  -webkit-transition: 0.7s linear transform;
  -moz-transition: 0.7s linear transform;
  -ms-transition: 0.7s linear transform;
  -o-transition: 0.7s linear transform;
  transition: 0.7s linear transform;
}
.about a.client_item:hover img {
  transform:  scale(1);
}

.static h3 {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: #cf2127;
}
.static p {
  margin: 0 0 15px;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.subscribe {
  margin: 25px 0 0;
  max-width: 420px;
}
.subscribe.mid_wid {
  max-width: 576px;
  padding: 25px;
  border: 1px solid #f1f1f1;
}
.subscribe label {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.subscribe .form-group {
  position: relative;
  margin: 0;
}
.subscribe .form-group .form-control {
  width: 100%;
  background-color: transparent;
  margin-bottom: 10px;
}
.subscribe .form-group .link {
  /* height: 100%; */
  /* position: relative; */
  /* right: 0; */
  /* top: 0; */
  /* -webkit-border-radius: 0; */
  -moz-border-radius: 0;
  /* border-radius: 0; */
}

/* Sevice Item
=======================*/
.service_item {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 14px;
  margin-bottom: 25px;
}
.service_item .cover {
  position: relative;
  overflow: hidden;
  min-width: 30%;
  height: 254px;
  width: 50%;
}
.service_item img {
  width: 100%;
  -webkit-transition: 0.5s linear transform;
  -moz-transition: 0.5s linear transform;
  -ms-transition: 0.5s linear transform;
  -o-transition: 0.5s linear transform;
  transition: 0.5s linear transform;
  height: 100%;
  object-fit: cover;
}
.service_item .cont {
  background-color: #fff;
  padding: 15px;
  text-align: start;
  min-height: 254px;
  width: 60%;
}
.service_item .cont h2 {
  position: relative;
  display: block;
  color: #212121;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 16px;
}
.service_item .cont .tags {
  margin-top: 15px;
}
.service_item .cont .tags li {
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 0 8px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-inline-start: 24px;
}
.service_item .cont .tags li::before {
	content:"#";
	position: absolute;
	inset-inline-start: 10px;
	color: #cf2127;
}

.service_item:hover img {
  -webkit-transform: rotate(1deg) scale(1.07);
  -moz-transform: rotate(1deg) scale(1.07);
  -ms-transform: rotate(1deg) scale(1.07);
  -o-transform: rotate(1deg) scale(1.07);
  transform: rotate(1deg) scale(1.07);
}

/* Tabs
=======================*/
.nav-tabs {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 0;
}
.nav-tabs li {
  display: inline-block;
}
.nav-tabs li a {
  border: 1px solid #f1f1f1;
  background-color: #f5f5f5;
  color: #282b2d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 15px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px 5px;
  border: 0 !important;
}
.nav-tabs li a:hover, .nav-tabs li a.active {
  background-color: #cf2127 !important;
  border-color: #cf2127 !important;
  color: #fff !important;
}
.nav-tabs.bg_white li a {
  background-color: #fff;
}
@media (max-width: 767px) {
  .nav-tabs {
    margin-bottom: 5px;
  }
  .nav-tabs li a {
    font-size: 12px;
  }
}

/* Work Item
=======================*/
.work_item {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  height: 340px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.work_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s linear transform;
  -moz-transition: 0.3s linear transform;
  -ms-transition: 0.3s linear transform;
  -o-transition: 0.3s linear transform;
  transition: 0.3s linear transform;
}
.work_item .cont {
  padding: 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: rgba(40, 43, 45, 0.4);
}
.work_item .cont h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 30px;
  font-size: 20px;
  -webkit-transition: 0.3s linear transform;
  -moz-transition: 0.3s linear transform;
  -ms-transition: 0.3s linear transform;
  -o-transition: 0.3s linear transform;
  transition: 0.3s linear transform;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.work_item .cont h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  background-color: #cf2127;
}
.work_item .cont p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
@media (max-width: 575px) {
  .work_item .cont {
    padding: 25px;
  }
  .work_item .cont h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
.work_item:hover img {
  -webkit-transform: scale(1.03) rotate(3deg);
  -moz-transform: scale(1.03) rotate(3deg);
  -ms-transform: scale(1.03) rotate(3deg);
  -o-transform: scale(1.03) rotate(3deg);
  transform: scale(1.03) rotate(3deg);
}
.work_item:hover h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.work_item:hover p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.video_item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  overflow: hidden;
}
.video_item iframe {
  margin-bottom: -8px;
}
.video_item .cont {
  text-align: start;
  background-color: #fff;
  padding: 25px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .video_item .cont {
    min-height: auto;
  }
}
.video_item .cont h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #282b2d;
  margin: 0 0 20px;
  font-size: 16px;
}
.video_item .cont h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -10px;
  margin: auto;
  background-color: #cf2127;
}
.video_item .cont p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 575px) {
  .video_item .cont {
    paddinh: 25px;
  }
  .video_item .cont h3 {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .video_item .cont p {
    font-size: 12px;
    letter-spacing: 0;
  }
}

/* Blog
===================*/
.blog_item {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.blog_item .cover {
  overflow: hidden;
  position: relative;
}
.blog_item .cover img {
  width: 100%;
  -webkit-transition: 0.5s linear transform;
  -moz-transition: 0.5s linear transform;
  -ms-transition: 0.5s linear transform;
  -o-transition: 0.5s linear transform;
  transition: 0.5s linear transform;
}
.blog_item .cover::after {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #cf2127;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  opacity: 0;
}
.blog_item .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  padding: 15px 25px 10px;
  position: relative;
  color: #282b2d;
  word-spacing: 1px;
  min-height: 196px;
}
.blog_item .cont a {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #282b2d;
}
.blog_item .cont a h2{font-size: 16px;font-weight: 600;}
.blog_item .cont a:last-child {
  font-size: 14px;
  color: #cf2127;
}
.blog_item .cont a:last-child i {
  margin-inline-start: 5px;
  vertical-align: middle;
}
.blog_item .cont p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #282b2d;
}
.blog_item:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e7e7e7;
  -moz-box-shadow: 0px 0px 5px 0px #e7e7e7;
  -ms-box-shadow: 0px 0px 5px 0px #e7e7e7;
  -o-box-shadow: 0px 0px 5px 0px #e7e7e7;
  box-shadow: 0px 0px 5px 0px #e7e7e7;
}
.blog_item:hover .cover::after {
  opacity: 1;
}
.blog_item:hover .cover img {
  -webkit-transform: rotate(1deg) scale(1.07);
  -moz-transform: rotate(1deg) scale(1.07);
  -ms-transform: rotate(1deg) scale(1.07);
  -o-transform: rotate(1deg) scale(1.07);
  transform: rotate(1deg) scale(1.07);
}
.blog_item:hover a {
  color: #cf2127;
}

.more_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 40px;
  border: 1px solid #0003;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #cf2127;
  padding: 0 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.more_btn:hover {
  color: #cf2127;
}
@media (max-width: 767px) {
  .more_btn {
    position: relative;
    left: auto;
    top: auto;
    margin: 15px auto 0;
  }
}

/* News Details
===================*/
.blog h1 ,
.blog h3 {
  margin: 15px 0;
  font-size: 24px;
  color: #cf2127;
  font-weight: 600;
}
.blog h4 {
  font-size: 16px;
  margin: 15px 0;
  color: #cf2127;
  font-weight: 600;
}
.blog h4 i {
  margin-inline-end: 5px;
}
.blog img {
  border-radius: 24px;
  margin: 24px 0;
}
.blog_desc p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #282b2d !important;
}
.blog_desc p span{
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 27px !important;
  color: #282b2d !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
}
.blog_desc p strong span{
  font-size: 14px !important;
  line-height: 25px !important;
  color: #282b2d !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
}
.blog_desc strong{
	font-weight: 600;
}
.blog_desc ul{} 
.blog_desc ul li {
    display: list-item;
    font-family: "Montserrat", sans-serif !important;
    margin: 16px 0 0;
}
.blog_desc ul li span {font-family: "Montserrat", sans-serif !important;font-size: 14px !important;}

.share {
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 15px;
  min-width: 270px;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
}
.share h4 {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  color: #cf2127;
  font-weight: 600;
  line-height: 35px;
}
.share ul {
  margin-inline-start: 15px;
  height: 35px;
}

/* Blog — modern index & article
===================*/
.blog-modern {
  --blog-accent: #cf2127;
  --blog-accent-soft: rgba(172, 18, 17, 0.08);
  --blog-surface: #ffffff;
  --blog-muted: #64748b;
  --blog-text: #1e293b;
  --blog-radius: 20px;
  --blog-radius-lg: 28px;
  --blog-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --blog-shadow-hover: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.blog-modern--index {
  position: relative;
  z-index: 1;
  padding: 48px 0 72px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 38%, #ffffff 100%);
}

.blog-modern__intro {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.blog-modern__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blog-accent);
  margin-bottom: 12px;
}

.blog-modern__headline {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--blog-text);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.blog-modern__lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--blog-muted);
}

.blog-modern__empty {
  text-align: center;
  padding: 48px 16px;
  color: var(--blog-muted);
  font-size: 16px;
}

.blog-modern__featured {
  margin-bottom: 40px;
}

.blog-modern__grid > [class*="col-"] {
  margin-bottom: 24px;
}

.blog-modern-card {
  display: flex;
  flex-direction: column;
  background: var(--blog-surface);
  border-radius: var(--blog-radius-lg);
  overflow: hidden;
  box-shadow: var(--blog-shadow);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}

.blog-modern-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--blog-shadow-hover);
}

.blog-modern-card--featured {
  flex-direction: column;
}

@media (min-width: 992px) {
  .blog-modern-card--featured {
    flex-direction: row;
    align-items: stretch;
    min-height: 320px;
  }
  .blog-modern-card--featured .blog-modern-card__media {
    flex: 1 1 52%;
    min-height: 280px;
  }
  .blog-modern-card--featured .blog-modern-card__body {
    flex: 1 1 48%;
    justify-content: center;
    padding: 40px 44px;
  }
}

.blog-modern-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e2e8f0;
}

.blog-modern-card--featured .blog-modern-card__media {
  aspect-ratio: auto;
  min-height: 240px;
}

@media (min-width: 992px) {
  .blog-modern-card--featured .blog-modern-card__media {
    min-height: 100%;
    aspect-ratio: unset;
  }
}

.blog-modern-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-modern-card:hover .blog-modern-card__media img {
  transform: scale(1.05);
}

.blog-modern-card__badge {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  background: var(--blog-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(172, 18, 17, 0.35);
}

.blog-modern-card__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.blog-modern-card__date {
  font-size: 13px;
  color: var(--blog-muted);
  margin-bottom: 10px;
  font-weight: 500;
}

.blog-modern-card__heading {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--blog-text);
}

.blog-modern-card--featured .blog-modern-card__heading {
  font-size: clamp(22px, 2.5vw, 30px);
}

.blog-modern-card__heading a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-modern-card__heading a:hover {
  color: var(--blog-accent);
}

.blog-modern-card__excerpt {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--blog-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-modern-card--featured .blog-modern-card__excerpt {
  -webkit-line-clamp: 4;
}

.blog-modern-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blog-accent);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: gap 0.25s ease, color 0.2s ease;
}

.blog-modern-card__cta:hover {
  color: #ae1f26;
  gap: 12px;
}

.blog-modern-card__cta i {
  font-size: 13px;
}

html[dir="rtl"] .blog-modern-card__cta i {
  transform: scaleX(-1);
}

.blog-modern-card__cta--inline {
  margin-top: 0;
}

.blog-modern--single {
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
}

.blog-modern-single__header {
  padding: 32px 0 8px;
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
}

.blog-modern-single__header-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.blog-modern-single__title {
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--blog-text);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.blog-modern-single__meta {
  font-size: 15px;
  color: var(--blog-muted);
}

.blog-modern-single__meta time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-modern-single__meta i {
  color: var(--blog-accent);
  opacity: 0.85;
}

.blog-modern-single__cover-wrap {
  padding: 16px 0 32px;
}

.blog-modern-single__figure {
  margin: 0;
  border-radius: var(--blog-radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.blog-modern-single__cover {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.blog-modern-single__layout {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.blog-modern-single__content {
  width: 100%;
  max-width: 760px;
}

.blog-modern-prose.blog_desc {
  font-size: 17px;
  line-height: 1.75;
  color: var(--blog-text);
}

.blog-modern-prose.blog_desc p,
.blog-modern-prose.blog_desc p span {
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: var(--blog-text) !important;
  margin-bottom: 1.1em !important;
}

.blog-modern-prose.blog_desc h2,
.blog-modern-prose.blog_desc h3 {
  color: var(--blog-text);
  font-weight: 700;
  margin-top: 1.75em;
  margin-bottom: 0.6em;
  line-height: 1.3;
}

.blog-modern-prose.blog_desc h2 {
  font-size: 26px;
}

.blog-modern-prose.blog_desc h3 {
  font-size: 22px;
}

.blog-modern-prose.blog_desc a {
  color: var(--blog-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-modern-prose.blog_desc img {
  border-radius: 16px;
  margin: 28px 0;
  max-width: 100%;
  height: auto;
}

.blog-modern-prose.blog_desc ul li,
.blog-modern-prose.blog_desc ol li {
  margin: 10px 0;
}

.blog-modern-share {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.blog-modern-share__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blog-muted);
}

.blog-modern-share__list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

.blog-modern-share__list li {
  margin: 0;
}

.blog-modern-share__list a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blog-accent-soft);
  border: 1px solid rgba(172, 18, 17, 0.15);
  transition: background 0.2s ease, transform 0.2s ease;
}

.blog-modern-share__list a:hover {
  background: rgba(172, 18, 17, 0.14);
  transform: translateY(-2px);
}

.blog-modern--related {
  position: relative;
  z-index: 1;
  padding: 56px 0 80px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.blog-modern-related__title {
  text-align: center;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: var(--blog-text);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.blog-modern-related__subtitle {
  text-align: center;
  margin: 0 0 40px;
  font-size: 16px;
  color: var(--blog-muted);
}

.page_head .blog-modern-breadcrumb__current {
  display: inline-block;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

@media (max-width: 575px) {
  .page_head .blog-modern-breadcrumb__current {
    max-width: 140px;
  }
}

html[dir="rtl"] .blog-modern-card__body {
  align-items: flex-end;
  text-align: right;
}

html[dir="rtl"] .blog-modern-single__meta time {
  flex-direction: row-reverse;
}

html[dir="rtl"] .blog-modern__headline,
html[dir="rtl"] .blog-modern-single__title,
html[dir="rtl"] .blog-modern-related__title,
html[dir="rtl"] .blog-modern-card__heading {
  font-family: "Changa", sans-serif;
}

label {
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0;
}

.form-control {
  padding: 0 24px;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  color: #282b2d;
  border: 1px solid #e3e3e3;
  letter-spacing: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 110px;
  padding: 14px 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 24px;
  line-height: 25px;
}

/* Contact
====================*/
.contact .contact_form {
  background-color: #fff;
  padding: 25px 25px 10px;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .contact .contact_form {
    padding: 15px 10px 10px;
  }
}
.contact .contact_info {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 24px;
}
.contact .contact_info li {
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact .contact_info li::before {
  display: none;
}
.contact .contact_info li i {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #cf2127;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
}
.contact .contact_info li a {
  text-transform: lowercase;
  color: #282b2d;
}
.contact .contact_info li span {
  display: block;
  font-size: 18px;
  line-height: 28px;
}
.contact .contact_info li span:first-child {
  color: #cf2127;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact .contact_info li span.home-office-tagline {
  color: #cf2127;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 6px;
  text-transform: none;
  letter-spacing: 0.02em;
  opacity: 0.95;
}
@media (max-width: 991px) {
  .contact .contact_info {
    padding: 10px 20px 5px;
  }
  .contact .contact_info .section_title {
    margin-bottom: 15px;
  }
  .contact .contact_info li {
    margin-bottom: 15px;
  }
  .contact .contact_info li span {
    font-size: 14px;
  }
}
.contact iframe {
  margin-bottom: 25px;
}

/* Google reviews (home) */
.google-reviews-section {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}
.google-reviews-section__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.google-reviews-section__title {
  margin: 0;
  text-align: start;
}
.google-reviews-section__lead {
  margin: 0;
  max-width: 42rem;
  color: #6b7280;
  font-size: 1.02rem;
  line-height: 1.6;
  text-align: start;
}
.google-reviews-section__aggregate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.google-reviews-section__stars {
  color: #fbbc04;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.google-reviews-section__stars .fa-star-o {
  color: #d1d5db;
}
.google-reviews-section__meta {
  font-size: 0.95rem;
  color: #374151;
}
.google-reviews-section__meta strong {
  color: #cf2127;
  font-size: 1.15rem;
}
.google-reviews-section__card {
  background: #fff;
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  margin: 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  text-align: start;
}
.google-reviews-section__card-stars {
  color: #fbbc04;
  margin-bottom: 0.75rem;
  letter-spacing: 1px;
}
.google-reviews-section__card-stars .fa-star-o {
  color: #d1d5db;
}
.google-reviews-section__text {
  flex: 1;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #1f2937;
}
.google-reviews-section__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.google-reviews-section__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.google-reviews-section__avatar--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #9ca3af;
}
.google-reviews-section__author {
  display: block;
  font-size: 0.95rem;
  color: #111827;
}
.google-reviews-section__when {
  display: block;
  font-size: 0.82rem;
  color: #6b7280;
  margin-top: 2px;
}
.google-reviews-section__fallback {
  background: #fff;
  border-radius: 18px;
  padding: 2rem 1.5rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}
.google-reviews-section__fallback p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4b5563;
}
.google-reviews-section__cta.link span i {
  margin-inline-start: 0.35rem;
  font-size: 0.85em;
}
.google-reviews-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(172, 18, 17, 0.12) !important;
  color: #cf2127 !important;
}
.google-reviews-section .owl-nav button:hover {
  background: rgba(172, 18, 17, 0.22) !important;
}
.google-reviews-section .owl-nav .owl-prev {
  left: -8px;
}
.google-reviews-section .owl-nav .owl-next {
  right: -8px;
}
@media (max-width: 767px) {
  .google-reviews-section .owl-nav .owl-prev {
    left: 0;
  }
  .google-reviews-section .owl-nav .owl-next {
    right: 0;
  }
}
html[dir="rtl"] .google-reviews-section .owl-nav .owl-prev {
  left: auto;
  right: -8px;
}
html[dir="rtl"] .google-reviews-section .owl-nav .owl-next {
  right: auto;
  left: -8px;
}

/* Home: map column matches left offices block height (lg+) */
@media (min-width: 992px) {
  .home-offices-map-row > .home-offices-map-col {
    align-self: stretch;
  }
  .home-offices-map-row .home-offices-map-inner {
    min-height: 0;
    flex: 1 1 auto;
  }
  .home-offices-map-row .site-two-pin-map-wrap--fill {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .home-offices-map-row .site-two-pin-map-wrap--fill .site-two-pin-map {
    flex: 1 1 auto;
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .home-offices-map-row .site-two-pin-map-wrap--fill .site-two-pin-map {
    min-height: 360px;
  }
}

.radio_item {
  min-width: 200px;
  margin: 0 10px 5px 0;
  display: block;
}
.radio_item label {
  display: block;
}
.radio_item input {
  display: inline-block;
  margin-inline-end: 5px;
  width: 25px;
}
#forget_password_form,
#register_form,
#login_form{
	max-width: 484px;
	margin-bottom: 94px;
	border-radius: 14px;
	margin: auto auto 114px;
}
#register_for{
	max-width: 640px;
}
.forget{
	font-size: 14px;
	color: #000;
	margin: 8px 0 24px;
}
.new_account{
	    margin-inline-start: 16px;
    line-height: 40px;
    display: inline-block;
    text-decoration: underline;
    color: #212121;
}

/* Team
=======================*/
 .team_item {
            position: relative;
            padding: 24px;
            margin: 15px auto;
            background-color: #ffffff;
            border-radius: 25px;
            min-height: 340px;
            -webkit-box-shadow: 9px 12px 38px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 9px 12px 38px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 9px 12px 38px rgba(0, 0, 0, 0.1);
            box-shadow: 9px 12px 38px rgba(0, 0, 0, 0.1);
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            -o-transition: 0.3s all;
            transition: 0.3s all;
            text-align: center;
        }

        .team_item:hover {
            transform: translateY(-5px);
            box-shadow: 9px 15px 45px rgba(0, 0, 0, 0.15);
        }

        .team_item .team_img {
            width: 170px;
            height: 170px;
            margin: auto auto 24px;
            position:relative;
  }
.team_item .team_img::after, .team_item .team_img::before {
    width: 170px;
    height: 170px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    box-shadow: 0 0 0 0 rgba(172, 18, 17, 0.6);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s, all, linear;
    -moz-transition: 0.4s, all, linear;
    -ms-transition: 0.4s, all, linear;
    -o-transition: 0.4s, all, linear;
    transition: 0.4s, all, linear;
    animation: ripple 1.5s infinite;
    animation-delay: 0.6s;
	animation-play-state:paused;
}
.team_item .team_img::after {
    animation-delay: 0.4s;
}
.team_item .team_img img{
            display: block;
            object-fit: contain;
            border-radius: 50%;
        }
.team_item:hover .team_img::after, 
.team_item:hover .team_img::before
 {
	animation-play-state:running;
 }
        .team_item h3 {
            font-size: 14px;
            color: var(--main_color);
            line-height: 20px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .team_item h4 {
            font-size: 14px;
            color: #212121;
            text-transform: capitalize;
            letter-spacing: 0px;
            font-weight: 400;
            margin: 0;
        }

        .team_item ul {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            list-style: none;
        }

        .team_item ul li {
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            bottom: 12px;
            opacity: 0;
            width: 35px;
            height: 35px;
        }

        .team_item ul li a {
            line-height: 35px;
            display: block;
            text-decoration: none;
            width: 35px;
        }

        .team_item ul li a.link {
            color: #fff;
            background-color: var(--second_color);
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 50%;
            font-size: 13px;
            text-align: center;
        }

        .team_item ul li a.link span {
            display: none;
        }

        .team_item ul li a.link i {
            line-height: 35px;
        }

        .team_item ul li a.icon {
            color: #fff;
            background-color: var(--second_color);
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 50%;
            font-size: 13px;
            text-align: center;
        }

        .team_item ul li:nth-child(1) {
            opacity: 1;
        }

        .team_item ul li:nth-child(1) a {
            color: #fff;
            opacity: 1;
            transform: rotate(0deg);
            transition: all 0.4s;
            background-color: #cf2127;
            border-radius: 50%;
            font-size: 10px;
        }

        .team_item ul li:nth-child(2) {
            margin-right: 0;
            transition: all 0.4s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
        }

        .team_item ul li:nth-child(3) {
            margin-bottom: 0;
            margin-left: 0;
            transition: all 0.4s, opacity 0.3s 0.2s, margin 0.4s 0.2s;
        }

        .team_item ul li a.linkedin {
            background-color: #0760a7;
        }

        .team_item ul li a.far.fa-envelope {
            background-color: #d44638;
        }

        .team_item:hover ul li:nth-child(1) a {
            transform: rotate(45deg);
            transition: all 0.4s;
        }

        .team_item:hover ul li:nth-child(2) {
            margin-right: 54px;
            opacity: 1;
            transition: all 0.4s, opacity 0.3s 0.15s, margin 0.4s 0.15s;
        }

        .team_item:hover ul li:nth-child(3) {
            margin-left: 54px;
            opacity: 1;
            transition: all 0.4s, opacity 0.3s 0.25s, margin 0.4s 0.25s;
        }
.job_form {
  padding: 25px;
  background-color: #fff;
}

/* Partner
=======================*/
.partner_work {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 25px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.partner_work img {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #cf2127;
  margin: 15px auto;
  padding: 5px;
  width: 160px;
}
.partner_work .info {
  text-align: start;
  padding: 15px 15px 5px;
  border-top: 1px solid #f1f1f1;
  width: 100%;
  min-height: 300px;
}
.partner_work .info li {
  display: block;
  margin-bottom: 10px;
}
.partner_work .info span {
  display: inline-block;
  color: #cf2127;
  margin-inline-end: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  min-width: 80px;
}
.partner_work .info p {
  font-size: 14px;
  display: block;
  color: #282b2d;
  margin: 5px 0 0;
  position: relative;
  padding-inline-start: 25px;
}
.partner_work .info p::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  
}
.text ul {
  margin: 15px 0;
}
.text ul li {
  display: block;
  line-height: 25px;
  margin-bottom: 15px;
  padding-inline-start: 25px;
  font-size: 16px;
  color: #282b2d;
  position: relative;    white-space: normal !important;
}
.text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #cf2127;
}

html[dir=rtl] body {
  font-family: "Almarai", sans-serif;
  letter-spacing: 0 !important;
}
html[dir=rtl] .text-left {
  text-align: start !important;
}
html[dir=rtl] .ml-0 {
  margin-left: auto;
  margin-right: 0;
}
html[dir=rtl] .link {
  letter-spacing: 0;
  font-size: 14px;
}
html[dir=rtl] .owl-carousel .owl-stage-outer {
  direction: ltr;
}
html[dir=rtl] .fa-angle-right,
html[dir=rtl] .fa-long-arrow-alt-right {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html[dir=rtl] .owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 10px;
}
html[dir=rtl] .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 10px;
}
html[dir=rtl] .carousel-control-prev .fa-angle-left,
html[dir=rtl] .carousel-control-next .fa-angle-right {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
html[dir=rtl] .section_title {
  letter-spacing: -1px;
}
html[dir=rtl] .section_title.start_tit::after {
  right: 0;
  left: auto;
}
html[dir=rtl] .list li::before {
  left: auto;
  right: 0;
}
html[dir=rtl] .page_head::before {
  left: 0;
  right: 0;
}
html[dir=rtl] .page_head p {
  letter-spacing: 0;
}
html[dir=rtl] .page_head ul li {
  letter-spacing: 0;
}
html[dir=rtl] .page_head ul li a::after {
  content: " / ";
  right: auto;
  left: 0px;
}
@media (max-width: 767px) {
  html[dir=rtl] .page_head {
    padding: 128px 0 30px;
  }
  html[dir=rtl] .page_head h3 {
    font-size: 24px;
  }
}
html[dir=rtl] .top_header .contact a {
  letter-spacing: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  direction: ltr;
}
html[dir=rtl] .top_header .contact a span {
  letter-spacing: 1px;
  direction: ltr;
}
@media (max-width: 991px) {
  html[dir=rtl] .top_header .contact a {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .top_header .contact a {
    display: block;
  }
}
html[dir=rtl] header .navbar-brand {
  left: auto;
  right: 0;
}
html[dir=rtl] header .btns {
  right: auto;
  left: 0;
}
html[dir=rtl] .navbar ul.navbar-nav li a {
  letter-spacing: 0;
  font-size: 14px;
}

html[dir=rtl]  .text ul li::before {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  html[dir=rtl] .navbar ul.navbar-nav li.dropdown .dropdown-menu {
    left: 0;
    right: auto;
  }
  html[dir=rtl] .navbar ul.navbar-nav li.dropdown .sub_dropdown {
    position: relative;
  }
  html[dir=rtl] .navbar ul.navbar-nav li.dropdown .sub_dropdown .dropdown-menu_sub {
    left: -100%;
    right: auto;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] header .btns {
    right: auto;
    left: 10px;
  }
}
html[dir=rtl] .look_cont h3 {
  letter-spacing: 0;
  border-left: 0;
  border-right: 10px double #cf2127;
}
@media (max-width: 991px) {
  html[dir=rtl] .look_cont h3 {
    letter-spacing: 0px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .look_cont h3 {
    letter-spacing: 0;
    border-left-width: 0;
    border-right-width: 5px;
  }
}
html[dir=rtl] .about .text h3::after {
  left: auto;
  right: 0;
}
html[dir=rtl] .about .text p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 575px) {
  html[dir=rtl] .about .text h1 {
    letter-spacing: 0;
  }
}
html[dir=rtl] .about .hint h3 {
  letter-spacing: 0;
}
html[dir=rtl] .about .hint p {
  letter-spacing: 0;
}
html[dir=rtl] .about .ceo .author {
  letter-spacing: 0;
}
html[dir=rtl] .about .text h3::after {
  left: auto;
  right: 0;
}
html[dir=rtl] .core_item .cont p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0;
}
html[dir=rtl] .offers_list li {
  font-size: 17px;
}
html[dir=rtl] .offers_list li::after {
  content: "";
  right: auto;
  left: -30px;
  border-left-color: transparent;
  border-right-color: #fff;
}
html[dir=rtl] .text_bc::before {
  content: "";
  left: auto;
  right: 0;
}
html[dir=rtl] .review_item h3 {
  letter-spacing: 0;
}
html[dir=rtl] .blog_item {
  direction: rtl;
}
html[dir=rtl] .blog_item .cont .date {
  right: 15px;
  left: auto;
}
html[dir=rtl] .partners_slider .owl-nav button.owl-prev {
  left: auto;
  right: -50px;
}
html[dir=rtl] .partners_slider .owl-nav button.owl-next {
  right: auto;
  left: -50px;
}
html[dir=rtl] .partner_work .info p::before {
  left: auto;
  right: 0;
}
html[dir=rtl] .subscribe label {
  letter-spacing: 0;
}
html[dir=rtl] .subscribe .form-group .link {
  right: auto;
  left: 0;
}
html[dir=rtl] footer h3::before {
  left: auto;
  right: 0;
}
html[dir=rtl] footer ul li a {
  letter-spacing: 0;
}
html[dir=rtl] footer ul li::before {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 991px) {
  html[dir=rtl] footer .container {
    max-width: 720px;
  }
}
html[dir=rtl] footer .call{
    direction: ltr;
    text-align: right;
}

html[dir=rtl] footer .call i{
    float: right;
    margin-inline-start: 15px;
}
html[dir=rtl] .up_btn {
  right: 15px;
  left: auto;
}
#widebot-chat-container{
     left: 20px !important;
     right: auto !important;
}
#kaec-chat-button{
     left: 0 !important;
     right: auto !important;
}
.editor h3::after{display: none;}
.editor h4{}
.editor h5 {
    font-size: 18px;
    margin: 15px auto;
}
.editor h5 strong {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.editor p {
    margin: 15px 0 !important;
    font-size: 15px !important;
}
.editor .ceo{
        background-color: #f1f1f1;
        padding: 25px;
        margin: 15px auto 25px;
        border-radius: 24px;
}
.editor .ceo p{font-style: italic;
    font-size: 17px !important;}
    
/* ============================ Expose Styles  =========================== */
.expose .main_card h3 {
    position: relative;
    text-transform: capitalize;
    color: #282b2d;
    margin: 0 auto 24px;
    font-size: 24px;
    font-weight: 600;
}
.expose .main_card .cover {
    position: relative;
    width: 100%;
    height: 520px;
}
.expose .main_card .cover .cover__media {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #1a1a1a;
}
.expose .main_card .cover .cover__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}
.expose .main_card .cover .cover__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    z-index: 1;
    pointer-events: none;
}
.expose .main_card .cover .cont {
    position: absolute;
    inset-inline-end: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 24px;
    padding: 18px 20px;
    width: 100%;
    max-width: 330px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 220px;
    max-height: 72%;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.expose .main_card .cover .cont__logo-wrap {
    width: 100%;
    min-height: 48px;
    max-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 6px;
}
.expose .main_card .cover .cover__logo {
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.expose-about {
    margin: 32px 0 0;
}
.expose-about__inner {
    padding: 24px 28px;
    background: #fafafa;
    border-radius: 16px;
    border: 1px solid #eee;
    line-height: 1.75;
    color: #333;
    font-size: 15px;
}
.expose .main_card .cover ul {
    border: solid #ddd;
    border-width: 1px 0;
    margin: 16px auto;
    width: 100%;
}
.expose .main_card .cover ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px auto;
    word-break: break-word;
    line-height: 1.45;
}
.expose .main_card .cover ul li i {
    margin: 0;
    margin-bottom: 0;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 6px;
    background-color: rgba(172, 18, 17, 0.08);
    color: #cf2127 !important;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
.expose .main_card .cover ul li i::after {
    display: none;
}
.expose .main_card .cover .countdown {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 8px;
    padding: 8px 10px;
    background: #f5f5f7;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    min-height: 68px;
    max-height: 92px;
    overflow: hidden;
}
.expose .main_card .cover .countdown > div {
    padding: 2px 4px;
    line-height: 1.15;
}
.expose .main_card .cover .countdown .number {
    font-size: 24px;
    font-weight: 700;
}
.expose .main_card .cover .countdown .label {
    font-size: 12px;
}
.expose .main_card .cover .countdown span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #cf2127;

}
.expose .main_card .cover .countdown span:last-child {
    color: #212121;
    font-weight: 400;
    font-size: 16px;
}
.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 64px auto;
    position: relative;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
    height: 4px;
    background-color: #cf2127;
    border-radius: 50px;
}
.timeline h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 48px;

}
.timeline span {
    font-size: 14px
}
.timeline .item {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.timeline .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-color: #f8f8f8;
    border-radius: 50%;
    border: 2px solid #cf2127;
}
.timeline .item:nth-child(odd) {
    flex-direction: column-reverse;
}
.timeline .item:nth-child(odd) h4 {
    margin: 48px 0 0;
}
.small_txt {
    font-size: 16px;
    text-transform: capitalize;
    margin: 8px auto 0;
    padding-bottom: 10px;
}
.process-step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
    margin: 0 auto 32px;
}
.step-icon-wrapper {
    position: relative;
    flex-shrink: 0;
}
.step-number {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 4px solid #cf2127;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.step-number::after {
    content: "";
    background: linear-gradient(180deg, #cf2127 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 2px;
    height: 48px;
    bottom: -50px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.step-number i {
    font-size: 18px;
    color: #cf2127;
}
.step-number span {
    font-weight: 700;
    background-color: var(--primary-color);
    color: var(--dark-bg);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: -8px;
    inset-inline-start: -8px;
}
.step-content {
    flex: 1;
    background: white;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}
.step-content:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateX(-5px);
}
.step-content h3 {
    color: #282b2d;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.step-content p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}
.serv_item {
    position: relative;
    margin: 0 0 32px;
    background: white;
    padding: 16px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}
.serv_item h3 {
    font-weight: 600;
    font-size: 17px;
    margin: 24px auto 10px;
}
.serv_item p {
    margin: 0;
    font-size: 14px;
    max-width: 240px;
}
.serv_item img {
    overflow: hidden;
    border-radius: 14px;
}
a.serv_item {
    display: block;
    text-decoration: none;
    color: inherit;
}
a.serv_item:hover {
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
.expos_item {
    position: relative;
    display: block;
    margin: 0 0 32px;
    background: #111;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    text-decoration: none;
    height: 220px;
    overflow: hidden;
}
.expos_item:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
    transform: translateY(-6px);
}
.expos_item h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    margin: 0;
    padding: 16px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.35;
    z-index: 3;
    transition: background-color 0.35s ease;
}
.expos_item:hover h3 {
    background-color: rgba(0, 0, 0, 0.75);
}
.expos_item__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 14px;
}
.expos_item__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s ease;
    will-change: transform;
}
.expos_item:hover .expos_item__cover img {
    transform: scale(1.08);
}
.expos_item img {
    overflow: hidden;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
    .expos_item,
    .expos_item h3,
    .expos_item__cover img {
        transition: none;
    }
    .expos_item:hover .expos_item__cover img {
        transform: none;
    }
}
.category-header {
    text-align: center;
    margin-bottom: 50px;
}
.category-title {
    font-size: 32px;
    font-weight: 700;
    color: #cf2127;
    margin-bottom: 15px;
}
.category-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}
.service-category-card {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.service-category-card:hover {
    text-decoration: none;
    transform: translateY(-5px);
}
.service-category-card .card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.service-category-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.service-category-card:hover .card-image img {
    transform: scale(1.05);
}
.service-category-card .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #282b2d;
    margin-bottom: 10px;
}
.service-category-card .card-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.service-details-section {
    padding: 60px 0;
}
.service-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 24px;
}
.service-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.service-category {
    font-size: 24px;
    font-weight: 700;
    color: #cf2127;
    margin-bottom: 10px;
}
.service-type {
    font-size: 18px;
    color: #666;
}
.service-content-wrapper {
    padding: 20px;
}
.service-title {
    font-size: 24px;
    font-weight: 700;
    color: #cf2127;
    margin-bottom: 15px;
}
.service-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}
.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.service-features li {
    padding: 8px 0;
    color: #333;
    font-size: 15px;
}
.service-features li::before {
    content: "• ";
    color: #cf2127;
    font-weight: bold;
    margin-right: 8px;
}
.price-section {
    margin: 30px 0;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 10px;
}
.price-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.price-amount {
    font-size: 22px;
    font-weight: 700;
    color: #cf2127;
}
.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.quantity-label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.quantity-input {
    width: 80px;
    padding: 8px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}
.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.quotation-section {
    padding: 16px 0;
    border-top: 1px solid #e0e0e0;
}
.quotation-title {
    font-size: 18px;
    font-weight: 700;
    color: #cf2127;
    margin-bottom: 16px;
}
.quotation-form {
    max-width: 600px;
    margin: 0 auto;
}
.quotation-form .form-group {
    margin-bottom: 20px;
}
.quotation-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}
.quotation-form input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}
.quotation-form input:focus {
    outline: none;
    border-color: #cf2127;
}

/* Our Works — modern nav dropdown (overrides legacy rotateX for .nav-dropdown-works only) */
:root {
    --nav-works-accent: #cf2127;
    --nav-works-dark: #1a1a1a;
}
.nav-dropdown-works__caret {
    display: inline-block;
    margin-inline-start: 5px;
    font-size: 11px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
@media (min-width: 992px) {
    /* Dropdown panels must not be clipped by the nav strip */
    header .navbar .container,
    header .navbar-collapse {
        overflow: visible !important;
    }
    /* Allow menu to stack above siblings; li stays 35px for nav alignment */
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works {
        position: relative;
        overflow: visible;
    }
    /* Invisible hit-area under the trigger — keeps li:hover while moving toward the panel */
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 12px;
        z-index: 9996;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .dropdown-menu.nav-dropdown-works__menu {
        display: block !important;
        left: auto !important;
        right: 0 !important;
        margin: 0 !important;
        /* Flush under the nav row — no gap, so :hover is not lost between link and menu */
        top: 100% !important;
        z-index: 9998 !important;
        width: auto !important;
        min-width: 228px !important;
        padding: 8px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        border: 1px solid rgba(0, 0, 0, 0.07) !important;
        background: #fff !important;
        border-radius: 14px !important;
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14), 0 6px 16px rgba(0, 0, 0, 0.06) !important;
        transform: translateY(-6px) !important;
        transform-origin: top center !important;
        transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.34, 1.2, 0.64, 1), visibility 0.28s !important;
        overflow: hidden;
    }
    html[dir="rtl"] .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .dropdown-menu.nav-dropdown-works__menu {
        left: 0 !important;
        right: auto !important;
    }
    /* Direct trigger hover — works even if li hit-box is quirky */
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__toggle:hover ~ .dropdown-menu.nav-dropdown-works__menu,
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works:hover .dropdown-menu.nav-dropdown-works__menu,
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works:focus-within .dropdown-menu.nav-dropdown-works__menu,
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .dropdown-menu.nav-dropdown-works__menu.show {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works:hover .nav-dropdown-works__caret,
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works:focus-within .nav-dropdown-works__caret,
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works.show .nav-dropdown-works__caret {
        transform: rotate(180deg);
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu .nav-dropdown-works__link {
        display: flex !important;
        align-items: center;
        margin: 0 !important;
        padding: 11px 14px !important;
        border: 0 !important;
        border-radius: 10px !important;
        line-height: 1.35 !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-transform: none !important;
        letter-spacing: 0.02em !important;
        color: var(--nav-works-dark) !important;
        background: transparent !important;
        text-align: start !important;
        transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu .nav-dropdown-works__link:hover {
        background: rgba(172, 18, 17, 0.08) !important;
        color: var(--nav-works-accent) !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu .nav-dropdown-works__link.active {
        background: rgba(172, 18, 17, 0.08) !important;
        color: var(--nav-works-accent) !important;
        box-shadow: none !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__toggle.active {
        background-color: transparent !important;
        color: var(--nav-works-accent) !important;
        border-radius: 25px;
        padding: 0 10px !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__toggle.active::before {
        clip-path: circle(140% at 50% 50%);
    }
}
@media (max-width: 991px) {
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .dropdown-menu.nav-dropdown-works__menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 10px 0 0 !important;
        padding: 10px !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 14px !important;
        background: rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .dropdown-menu.nav-dropdown-works__menu:not(.show) {
        display: none !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .dropdown-menu.nav-dropdown-works__menu.show {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu .nav-dropdown-works__link {
        display: flex !important;
        margin: 0 0 6px !important;
        padding: 12px 14px !important;
        border: 0 !important;
        border-radius: 10px !important;
        line-height: 1.35 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        text-transform: none !important;
        letter-spacing: 0.02em !important;
        color: #fff !important;
        background: rgba(255, 255, 255, 0.06) !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu .nav-dropdown-works__link:last-child {
        margin-bottom: 0 !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu .nav-dropdown-works__link:hover {
        background: rgba(172, 18, 17, 0.25) !important;
        color: #fff !important;
        padding: 12px 14px !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__menu .nav-dropdown-works__link.active {
        background: rgba(172, 18, 17, 0.25) !important;
        color: #fff !important;
        box-shadow: none !important;
        padding: 12px 14px !important;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__toggle.active {
        background-color: rgba(172, 18, 17, 0.12) !important;
        color: #cf2127 !important;
        box-shadow: inset 3px 0 0 #cf2127;
        padding: 16px 20px !important;
    }
    html[dir="rtl"] .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .nav-dropdown-works__toggle.active {
        box-shadow: inset -3px 0 0 #cf2127;
    }
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works.show .nav-dropdown-works__caret {
        transform: rotate(180deg);
    }
}
@media (prefers-reduced-motion: reduce) {
    .navbar ul.navbar-nav li.dropdown.nav-dropdown-works .dropdown-menu.nav-dropdown-works__menu {
        transition: opacity 0.15s ease !important;
    }
    .nav-dropdown-works__caret {
        transition: none !important;
    }
}

/* Top bar: cart & account icons vertically centered */
.top_header .top-header-user-actions.login-register {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
.top_header .top-header-user-actions.login-register > .icon {
  margin-bottom: 0;
  margin-top: 0;
  align-self: center;
}
.top_header .site-header-cart-icon.icon {
  overflow: visible !important;
}
.top_header .site-header-cart-badge {
  position: absolute;
  top: -6px;
  inset-inline-end: -6px;
  z-index: 5;
  background: #fff;
  color: #cf2127;
  border-radius: 999px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  padding: 0 5px;
  font-weight: 700;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(172, 18, 17, 0.25);
  pointer-events: none;
}
/* WhatsApp hidden while mini-cart open (no overlap with drawer / buttons) */
body.site-cart-drawer-open .site-whatsapp-float {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
body.site-cart-drawer-open .chat-icon {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Mini-cart drawer */
.site-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 100600;
  pointer-events: none;
  visibility: hidden;
}
.site-cart-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}
.site-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 22, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.site-cart-drawer.is-open .site-cart-drawer__backdrop {
  opacity: 1;
}
.site-cart-drawer__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  width: min(100vw - 36px, 400px);
  max-width: 100%;
  background: #fff;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
html[dir="rtl"] .site-cart-drawer__panel {
  transform: translateX(-100%);
  box-shadow: 12px 0 40px rgba(0, 0, 0, 0.12);
}
.site-cart-drawer.is-open .site-cart-drawer__panel {
  transform: translateX(0);
}
body.site-cart-drawer-open {
  overflow: hidden;
}
.site-cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}
.site-cart-drawer__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #282b2d;
}
.site-cart-drawer__close {
  border: 0;
  background: rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  color: #282b2d;
  line-height: 1;
  transition: background 0.2s ease;
}
.site-cart-drawer__close:hover {
  background: rgba(172, 18, 17, 0.12);
  color: #cf2127;
}
.site-cart-drawer__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 12px 16px;
  min-height: 120px;
}
.site-cart-drawer__loading {
  text-align: center;
  padding: 32px;
  color: #cf2127;
  font-size: 1.5rem;
}
.site-cart-drawer__empty {
  text-align: center;
  padding: 40px 16px;
  color: #888;
}
.site-cart-drawer__empty i {
  font-size: 2.5rem;
  margin-bottom: 12px;
  opacity: 0.35;
  display: block;
}
.site-cart-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-cart-drawer__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.site-cart-drawer__thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f5;
}
.site-cart-drawer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-cart-drawer__ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}
.site-cart-drawer__meta {
  flex: 1 1 auto;
  min-width: 0;
}
.site-cart-drawer__name {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #282b2d !important;
  line-height: 1.35;
  margin-bottom: 4px;
  text-decoration: none !important;
}
.site-cart-drawer__name:hover,
.site-cart-drawer__name:focus {
  color: #1a1a1c !important;
}
.site-cart-drawer__line {
  font-size: 0.82rem;
  color: #777;
}
.site-cart-drawer__line-total {
  font-weight: 700;
  font-size: 0.9rem;
  color: #282b2d;
  white-space: nowrap;
}
.site-cart-drawer__remove {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #b0b0b0;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}
.site-cart-drawer__remove:hover {
  color: #cf2127;
  background: rgba(172, 18, 17, 0.08);
}
.site-cart-drawer__foot {
  flex-shrink: 0;
  padding: 16px 20px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(180deg, #fafafa 0%, #fff 40%);
}
.site-cart-drawer__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 1rem;
}
.site-cart-drawer__total strong {
  font-size: 1.25rem;
  color: #cf2127;
}
.site-cart-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.site-cart-drawer__btn {
  flex: none;
  width: 100%;
  text-align: center;
  padding: 12px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}
.site-cart-drawer__btn--ghost {
  border: 2px solid rgba(172, 18, 17, 0.35);
  color: #cf2127 !important;
  background: #fff;
}
.site-cart-drawer__btn--ghost:hover {
  border-color: #cf2127;
  transform: translateY(-1px);
}
.site-cart-drawer__btn--primary {
  background: linear-gradient(135deg, #cf2127, #d9383e);
  color: #fff !important;
  border: 0;
  box-shadow: 0 8px 20px rgba(172, 18, 17, 0.35);
}
.site-cart-drawer__btn--primary:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

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