/* Temel font ayarları */
body {
  font-family: "Noto Kufi Arabic", sans-serif;
}


/* Arabic Style */
body.arabic-font {
  font-family: "Cairo", sans-serif;
}
:root {
  --bg-color: #e6d7c3;
  --light-color: #faf6f1;
  --golden-color: #c5a028;
  --golden-hover: #eec029;
  --dark-color: #5c7079;
  --shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

/* ----------------------- index page ----------------------- */
/* ------------- Splash Screen ----------- */

.splash-screen {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--light-color);
  z-index: 10000000;
  opacity: 1;
  transition: opacity 1s ease;
}

.splash-screen.hide {
  opacity: 0;
  pointer-events: none;
}

.splash-screen.gone {
  display: none !important;
}

html.splash-gone-early .splash-screen {
  display: none !important;
}

.hide-logo {
  opacity: 0;
  transform: scale(0.95);
}
.splash-screen img{
  width: 400px !important;
}


/* -------------- Header --------------- */
#mhr-header .navbar-brand img {
  max-width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

#mhr-header .lang-list a:focus{
    background: inherit;
}
#mhr-header .navbar-brand:focus {
  outline: none !important;
}

#mhr-header .container-fluid {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 5px 5px;
}

#mhr-header .nav-link {
  font-size: 1.1rem;
  user-select: none;
  -webkit-user-select: none;
  width: fit-content;
}
#mhr-header .btn-lang {
  color: var(--golden-color);
  font-size: 30px;
  background-color: transparent;
  border: none;
}
.dropdown-menu {
  min-width: auto !important;
  width: auto;
}

#mhr-header .nav-link:hover {
  color: var(--golden-hover);
}

#mhr-header .nav-link.active {
  color: var(--golden-hover) !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#mhr-header .navbar-toggler {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#mhr-header .navbar-toggler span {
  background-color: var(--golden-color);
  height: 3px;
  width: 30px;
  border-radius: 3px;
}

@media (min-width: 992px) {
  #mhr-header .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: var(--golden-hover);
  }
}
/* ---------------- Hero section ---------------- */
#mhr-hero .hero-layout {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.hero-layout {
  pointer-events: none;
}


swiper-container {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

swiper-slide {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mhr-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#mhr-hero .demo {
  position: absolute;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#mhr-hero .main-title {
  font-size: calc(1.5rem + 1vw);
  font-weight: bold;
  margin-bottom: 25px;
  color: var(--golden-hover);
  user-select: none;
  -webkit-user-select: none;
}

#mhr-hero .txt {
  font-size: calc(1.5rem + 0.3vw);
  line-height: 2.5rem;
  user-select: none;
  -webkit-user-select: none;
}

html[dir="rtl"] #mhr-hero .txt {
  font-size: calc(1.5rem + 0.3vw);
  line-height: 2.5rem;
  user-select: none;
  -webkit-user-select: none;
}

#mhr-hero .btn-contact {
  background-color: var(--golden-hover) !important;
}

#mhr-hero .btn-contact:hover {
  background-color: var(--golden-color) !important;
}

swiper-container::part(pagination) {
  position: absolute;
  bottom: 35px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  justify-content: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.2);
  width: fit-content;
  padding: 7px 20px;
  border-radius: 20px;
}

swiper-container::part(bullet) {
  width: 15px;
  height: 15px;
}

swiper-container::part(bullet-active) {
  background-color: var(--golden-color);
  width: 15px;
  height: 15px;
}

swiper-container::part(button-prev),
swiper-container::part(button-next) {
  color: white;
  opacity: 0.5;
  transition: transform 0.3s ease;
  position: absolute;
  bottom: 30px;
  width: 20px;
  height: 20px;
  top: auto;
  display: none;
}

swiper-container::part(button-prev) {
  inset-inline-start: auto;
  left: calc(50% - 50px);
}

swiper-container::part(button-next) {
  inset-inline-end: auto;
  left: calc(50% + 30px);
}

@media (min-width: 768px) {
  #mhr-hero video {
    min-height: initial;
  }

  swiper-container::part(bullet) {
    width: 10px;
    height: 10px;
  }

  swiper-container::part(bullet-active) {
    width: 10px;
    height: 10px;
  }

  swiper-container::part(button-prev),
  swiper-container::part(button-next) {
    position: absolute;
    top: 55%;
    bottom: auto;
    width: 30px;
    height: 30px;
    display: block;
  }

  swiper-container::part(button-prev) {
    inset-inline-start: 30px !important;
    left: auto;
  }

  swiper-container::part(button-next) {
    inset-inline-end: 30px !important;
    left: auto;
  }
}

@media (min-width: 992px) {
  swiper-container::part(button-prev) {
    inset-inline-start: 50px !important;
  }

  swiper-container::part(button-next) {
    inset-inline-end: 50px !important;
  }
}

@media (min-width: 992px) {
  #mhr-hero .content {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #mhr-hero .content {
    width: 50%;
  }
}
/* -------------- Why choose section -------------- */
#mhr-why-choose {
  padding-block: 70px;
}

#mhr-why-choose .title-wrapper {
  width: fit-content;
}

#mhr-why-choose .srv-title {
  color: var(--dark-color);
  font-size: calc(1.5rem + 0.6vw);
  width: fit-content;
}

#mhr-why-choose .srv-title-hr {
  position: absolute;
  top: 50%;
  background-color: var(--golden-color);
  height: 3px;
  width: calc(100% + 50px);
  z-index: -1;
  color: var(--dark-color);
}

/* LTR */
html[dir="ltr"] #mhr-why-choose .srv-title-hr {
  inset-inline-start: 50%;
  transform: translateX(-50%);
}

/* RTL */
html[dir="rtl"] #mhr-why-choose .srv-title-hr {
  inset-inline-start: 50%;
  transform: translateX(50%);
}

#mhr-why-choose .srv-demo,
#mhr-cta .cta-demo {
  font-size: calc(0.9rem + 0.4vw);
  color: var(--dark-color);
}

#mhr-why-choose .img-cont {
  border-radius: 15px;
  background: url("../imgs/why-us.webp");
  background-size: cover;
  background-position: center;
  height: 300px !important;
}

#mhr-why-choose .srv-img img {
  user-select: none;
  -webkit-user-select: none;
}

#mhr-why-choose .srv {
  padding: 20px;
  border-radius: 20px;
  background-color: #f3f5f6;
  height: 100%;
}

#mhr-why-choose .srv .srv-img {
  width: 60px;
  overflow: hidden;
  margin-bottom: 15px;
}

#mhr-why-choose .srv h5 {
  color: #1a374d;
  font-weight: bold;
}

#mhr-why-choose .srv p {
  color: #1a374d;
}

@media (min-width: 992px) {
  #mhr-why-choose .img-cont {
    height: 100% !important;
  }
}

/* ---------------- CTA section -------------- */

#mhr-cta {
  padding-block: 70px;
  background-color: var(--light-color);
}

#mhr-cta .title-wrapper {
  width: fit-content;
}

#mhr-cta .cta-title {
  color: var(--dark-color);
  background-color: var(--light-color);
  font-size: calc(1.5rem + 0.6vw);
  width: fit-content;
  position: relative;
  z-index: 1;
}

#mhr-cta .cta-title-hr {
  position: absolute;
  top: 50%;
  background-color: var(--golden-color);
  height: 3px;
  width: calc(100% + 50px);
  z-index: 0;
}

/* LTR için */
html[dir="ltr"] #mhr-cta .cta-title-hr {
  inset-inline-start: 50%;
  transform: translateX(-50%);
}

/* RTL için */
html[dir="rtl"] #mhr-cta .cta-title-hr {
  inset-inline-start: 50%;
  transform: translateX(50%);
}

#mhr-cta .btn-cta {
  background-color: var(--golden-color) !important;
  border-radius: 3px;
}

#mhr-cta .btn-cta:hover {
  background-color: var(--golden-hover) !important;
  color: white !important;
}

/* -------------------- services page --------------------  */

#mhr-services .top-part {
  background: url("../imgs/main.webp");
  background-position: center;
  background-size: cover;
  z-index: 0;
}

#mhr-services .layout {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#mhr-services .main-part {
  padding-top: 150px;
  padding-bottom: 80px;
  z-index: 2;
}

#mhr-services .main-part h1 {
  font-size: calc(2rem + 1vw);
}

#mhr-services .home-link {
  color: var(--golden-hover);
  cursor: pointer !important;
}

#mhr-services .breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  opacity: 1;
}

/* --------------------------- */
#mhr-services .title-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#mhr-services .srv-title {
  color: var(--dark-color);
  font-size: calc(1.5rem + 0.6vw);
  z-index: 1;
}

#mhr-services .srv-title-hr {
  position: absolute;
  top: 50%;
  background-color: var(--golden-color);
  height: 3px;
  width: calc(100% + 50px);
  z-index: 0;
}

/* LTR için */
html[dir="ltr"] #mhr-services .srv-title-hr {
  inset-inline-start: 50%;
  transform: translateX(-50%);
}

/* RTL için */
html[dir="rtl"] #mhr-services .srv-title-hr {
  inset-inline-start: 50%;
  transform: translateX(50%);
}

#mhr-services .srv-demo {
  font-size: calc(0.9rem + 0.4vw);
  color: var(--dark-color);
}

/* ------------------ */
#mhr-services .services-part {
  padding-block: 70px;
  position: relative;
  z-index: 10;
}

#mhr-services .service {
  box-shadow: var(--shadow);
  border-radius: 7px;
}

#mhr-services .service i {
  font-size: 3.5rem;
  color: var(--golden-color);
}

#mhr-services .service h2 {
  font-size: calc(1.1rem + 0.3vw);
  position: relative;
  width: fit-content;
  color: var(--dark-color);
  font-weight: bold;
}

html[dir="rtl"] #mhr-services .service p {
  line-height: 1.7rem;
}

#mhr-services .service h2::before {
  content: "";
  position: absolute;
  inset-block-start: 35px;
  width: 100%;
  height: 3px;
  background-color: var(--golden-color);
  opacity: 0.5;
}

/* ------------------ projects page ---------------- */

/* ------------ top part --------------- */
#mhr-projects .top-part {
  background: url("../imgs/main.webp");
  background-position: center;
  background-size: cover;
  z-index: 0;
}

#mhr-projects .layout {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#mhr-projects .main-part {
  padding-top: 150px;
  padding-bottom: 80px;
  z-index: 2;
}

#mhr-projects .main-part h1 {
  font-size: calc(2rem + 1vw);
}

#mhr-projects .content p {
  line-height: 1.7rem;
}

#mhr-projects .home-link {
  color: var(--golden-hover);
  cursor: pointer !important;
}

#mhr-projects .breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  opacity: 1;
}

#mhr-projects .title-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#mhr-projects .pro-title {
  color: var(--dark-color);
  font-size: calc(1.5rem + 0.6vw);
  z-index: 1;
}

#mhr-projects .pro-title-hr {
  position: absolute;
  top: 50%;
  background-color: var(--golden-color);
  height: 3px;
  width: calc(100% + 50px);
  z-index: 0;
}

/* LTR için */
html[dir="ltr"] #mhr-projects .pro-title-hr {
  inset-inline-start: 50%;
  transform: translateX(-50%);
}

/* RTL için */
html[dir="rtl"] #mhr-projects .pro-title-hr {
  inset-inline-start: 50%;
  transform: translateX(50%);
}

#mhr-projects .pro-demo {
  font-size: calc(0.9rem + 0.4vw);
  color: var(--dark-color);
}

/* ------------- content ------------- */

#mhr-projects .projects-part {
  padding-block: 100px;
  position: relative;
  z-index: 10;
}

#mhr-projects .project {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

#mhr-projects .card-top i {
  font-size: 40px;
  color: var(--golden-color);
}

#mhr-projects .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--light-color);
  border: 4px solid white;
  margin-bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mhr-projects .card-top {
  padding: 90px 0 0 0;
  background: url("../imgs/bg-card.svg") no-repeat center;
}

#mhr-projects .title {
  color: var(--dark-color);
}

@media (min-width: 768px) {
  html[dir="ltr"] #mhr-projects .title {
    line-height: 1.9rem;
    height: 4rem;
  }
}

@media (min-width: 1400px) {
  html[dir="ltr"] #mhr-projects .title {
    line-height: inherit;
    height: inherit;
  }
}

#mhr-projects .card-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(116, 102, 67);
  opacity: 0;
  width: 100%;
  height: 100%;
}

#mhr-projects .card-overlay:hover {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

/* ------------------ products page ---------------- */


/* ------------- content ------------- */

#mhr-products .products-part {
    padding: 130px 0 80px;
    position: relative;
    z-index: 10;
}

#mhr-products .title-wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

#mhr-products .page-heading {
    margin-bottom: 40px;
}

#mhr-products .page-heading h1 {
    color: var(--dark-color);
    letter-spacing: 0.5px;
}

#mhr-products .page-heading .title-hr {
    width: 70px;
    height: 4px;
    background: var(--golden-color);
    border-radius: 10px;
    margin: 14px auto 0;
}

#mhr-products .toolbar {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 20px 24px;
    margin-bottom: 36px;
}

#mhr-products .toolbar label.toolbar-label {
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 8px;
    display: block;
    font-size: 0.95rem;
}

#mhr-products .search-box {
    background: var(--light-color);
    border: 1px solid #e4dccc;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#mhr-products .search-box:focus-within {
    border-color: var(--golden-color);
    box-shadow: 0 0 0 3px rgba(197, 160, 40, 0.18);
}

#mhr-products .search-box .icon-cell {
    background: transparent;
    border: 0;
    color: var(--dark-color);
    padding-inline-start: 16px;
}

#mhr-products .search-box input {
    background: transparent;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}

#mhr-products .search-box input:focus {
    background: transparent;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}

#mhr-products .search-box .clear-cell {
    background: transparent;
    border: 0;
    color: #9a9a9a;
    text-decoration: none;
}

#mhr-products .search-box .clear-cell:hover {
    color: var(--dark-color);
}

#mhr-products .search-box .btn-search {
    border-radius: 0;
    background: var(--golden-color);
    border: 0;
    font-weight: 600;
}

#mhr-products .search-box .btn-search:hover {
    background: var(--golden-hover);
}

#mhr-products .category-select {
    border: 1px solid #e4dccc !important;
    border-radius: 12px;
    background-color: var(--light-color);
    box-shadow: none !important;
    outline: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mhr-products .category-select:focus {
    border-color: var(--golden-color) !important;
    box-shadow: 0 0 0 3px rgba(197, 160, 40, 0.18) !important;
}

#mhr-products .product {
    border: 1px solid #eee2cd;
    border-radius: 16px !important;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

#mhr-products .product:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

#mhr-products .product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 !important;
}

#mhr-products .product .title {
    color: var(--dark-color);
    font-weight: 700;
}

#mhr-products .btn-more {
    background-color: var(--golden-color);
    transition: all 0.3s ease-in-out;
}

#mhr-products .btn-more:hover {
    background-color: var(--golden-hover);
}

#mhr-products .no-results-box {
    background: #fff;
    border: 1px dashed #ddd2b8;
    border-radius: 16px;
    padding: 50px 20px;
    color: #8a8a8a;
}

#mhr-products .no-results-box i {
    font-size: 2.2rem;
    color: var(--golden-color);
    margin-bottom: 12px;
    display: block;
}

#mhr-products .pagination .page-link {
    border: 1px solid #eee2cd;
    color: var(--dark-color);
    margin: 0 3px;
    border-radius: 8px !important;
    box-shadow: none !important;
    outline: none !important;
}

#mhr-products .pagination .page-item.active .page-link {
    background-color: var(--golden-color);
    border-color: var(--golden-color);
    color: #fff;
}

#mhr-products .pagination .page-link:focus {
    box-shadow: none !important;
}

.pagination .page-link {
    color: var(--golden-color);
    box-shadow: none;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: var(--golden-color);
    border-color: var(--golden-color);
}

.pagination .active .page-link {
    background-color: var(--golden-color);
    border-color: var(--golden-color);
    color: #fff;
}

.pagination .disabled .page-link {
    color: #ccc;
    pointer-events: none;
    background-color: #f8f9fa;
}

#productModal .modal-body {
    padding: 20px 30px;
}

#productModal .modal-body .image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f8f8;
    cursor: pointer;
}

#productModal .modal-body .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#productModal .modal-body .image-container img:hover {
    transform: scale(1.02);
}

#productModal .modal-body .image-container .zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.6);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#productModal .modal-body .image-container:hover .zoom-icon {
    opacity: 1;
}

#productModal .product-details {
    padding: 10px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    position: relative;
    z-index: 1;
}

#productModal .product-details h4 {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 1.3rem;
}

#productModal .product-details hr {
    margin: 10px 0 20px 0;
    border-color: #eee;
}

#productModal .product-details .detail-item {
    margin-bottom: 12px;
    display: flex;
    align-items: baseline;
    font-size: 1rem;
}

#productModal .product-details .detail-item strong {
    color: var(--dark-color);
    min-width: 115px;
    font-weight: 600;
}

#productModal .product-details .detail-item span {
    color: #333;
    font-weight: 500;
}

#productModal .product-details .btn-whatsapp {
    margin-top: 20px;
    padding: 12px 30px;
    background: #25D366;
    border: none;
    color: white;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: fit-content;
    font-size: 1rem;
}

#productModal .product-details .btn-whatsapp:hover {
    background: #128C7E;
    color: white;
}

#imageLightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 30px;
    box-sizing: border-box;
}

#imageLightbox.active {
    display: flex;
}

#imageLightbox .lightbox-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    animation: lightboxFade 0.3s ease;
}

#imageLightbox .lightbox-close {
    position: absolute;
    top: 10px;
    right: 40px;
    color: white;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    z-index: 999999;
    transition: transform 0.3s ease;
    background: none;
    border: none;
    padding: 10px;
}

#imageLightbox .lightbox-close:hover {
    transform: rotate(90deg);
}

#imageLightbox .lightbox-caption {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.1rem;
    background: rgba(0,0,0,0.6);
    padding: 10px 25px;
    border-radius: 8px;
    max-width: 80%;
    text-align: center;
}

@keyframes lightboxFade {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

@media (min-width: 576px) {
    #productModal .modal-body .image-container {
        height: 250px;
    }
}

@media (min-width: 768px) {
    #productModal .modal-body .image-container {
        height: 350px;
    }
}


/* ------------------ about us page ---------------- */

/* ------------ top part --------------- */
#mhr-about .top-part {
  background: url("../imgs/main.webp");
  background-position: center;
  background-size: cover;
  z-index: 0;
}

#mhr-about .layout {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#mhr-about .main-part {
  padding-top: 150px;
  padding-bottom: 80px;
  z-index: 2;
}

#mhr-about .main-part h1 {
  font-size: calc(2rem + 1vw);
}

#mhr-about .home-link {
  color: var(--golden-hover);
  cursor: pointer !important;
}

#mhr-about .breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  opacity: 1;
}

/* ------------- content ------------- */
#mhr-about .title-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#mhr-about .feat-title {
  color: var(--dark-color);
  background-color: var(--light-color);
  font-size: calc(1.3rem + 0.6vw);
  z-index: 1;
}

#mhr-about .feat-title-hr {
  position: absolute;
  top: 50%;
  background-color: var(--golden-color);
  height: 3px;
  width: calc(100% + 50px);
  z-index: 0;
}

/* LTR */
html[dir="ltr"] #mhr-about .feat-title-hr {
  inset-inline-start: 50%;
  transform: translateX(-50%);
}

/* RTL */
html[dir="rtl"] #mhr-about .feat-title-hr {
  inset-inline-start: 50%;
  transform: translateX(50%);
}

#mhr-about .feat-demo {
  font-size: calc(0.9rem + 0.4vw);
  color: var(--dark-color);
}

#mhr-about .features-part {
  padding-block: 80px;
  position: relative;
  z-index: 10;
  background-color: var(--light-color);
}

#mhr-about .content p {
  font-size: 1.1rem;
}

#mhr-about .feat-item {
  background-color: var(--bg-color);
  border-radius: 7px;
}

@media (min-width: 768px) {
  #mhr-about .feat-item p {
    line-height: 1.7rem !important;
    height: 4.5rem !important;
  }
}

@media (min-width: 1400px) {
  #mhr-about .feat-item p {
    line-height: inherit !important;
    height: inherit !important;
  }
}

#mhr-about .feat-item h3 {
  color: var(--golden-color);
}

#mhr-about .img-cont {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

#mhr-about .img-cont::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: -110px;
  transform: translateY(-50%) rotate(45deg);
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background-color: var(--bg-color);
  opacity: 0.5;
  border: 10px solid var(--golden-color);
}

#mhr-about .about-part {
  padding-block: 100px;
  position: relative;
  z-index: 10;
}

#mhr-about h2 {
  color: var(--dark-color);
  font-size: calc(1.3rem + 0.6vw);
}

#mhr-about .content i {
  color: var(--golden-hover);
  font-size: 25px;
}

#mhr-about .corporate-part {
    padding-block: 80px;
    position: relative;
    z-index: 10;
    background-color: var(--light-color);
}

#mhr-about .corporate-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(197, 160, 40, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
}

#mhr-about .corporate-card-title {
    color: var(--dark-color);
    font-size: calc(1.1rem + 0.3vw);
    border-bottom: 3px solid var(--golden-color);
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#mhr-about .corporate-card-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background: var(--golden-color);
    border-radius: 2px;
}

#mhr-about .corporate-list {
    flex: 1;
}

#mhr-about .corporate-list li {
    color: var(--dark-color);
    font-size: calc(0.95rem + 0.1vw);
    line-height: 1.7;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    align-items: flex-start;
}

#mhr-about .corporate-list li:last-child {
    border-bottom: none;
}

#mhr-about .corporate-list i {
    color: var(--golden-color);
    font-size: 18px;
    min-width: 28px;
    margin-top: 4px;
    flex-shrink: 0;
}

#mhr-about .corporate-list i.fa-circle-check {
    color: #28a745;
}

#mhr-about .corporate-list strong {
    color: var(--dark-color);
    font-weight: 700;
    margin-right: 4px;
}

#mhr-about .corporate-list .badge-item {
    display: inline-block;
    background: rgba(197, 160, 40, 0.1);
    color: var(--golden-color);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-left: 8px;
}


/* ------------------ contact page ---------------- */

/* ------------ top part --------------- */
#mhr-contact .err-msg {
  position: fixed;
  top: 90px;
  inset-inline-end: 20px;
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
  animation: fadeOut 0s ease-in 2s forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

#mhr-contact .top-part {
  background: url("../imgs/main.webp");
  background-position: center;
  background-size: cover;
  z-index: 0;
}

#mhr-contact .layout {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#mhr-contact .main-part {
  padding-top: 150px;
  padding-bottom: 80px;
  z-index: 2;
}

#mhr-contact .main-part h1 {
  font-size: calc(2rem + 1vw);
}

#mhr-contact .home-link {
  color: var(--golden-hover);
  cursor: pointer !important;
}

#mhr-contact .breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  opacity: 1;
}

/* ------------- content ------------- */
#mhr-contact .title-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#mhr-contact .cont-title {
  color: var(--dark-color);
  font-size: calc(1.5rem + 0.6vw);
  z-index: 1;
}

#mhr-contact .cont-title-hr {
  position: absolute;
  top: 50%;
  background-color: var(--golden-color);
  height: 3px;
  width: calc(100% + 50px);
  z-index: 0;
}

/* LTR için */
html[dir="ltr"] #mhr-contact .cont-title-hr {
  inset-inline-start: 50%;
  transform: translateX(-50%);
}

/* RTL için */
html[dir="rtl"] #mhr-contact .cont-title-hr {
  inset-inline-start: 50%;
  transform: translateX(50%);
}

#mhr-contact .cont-demo {
  font-size: calc(0.9rem + 0.4vw);
  color: var(--dark-color);
}
#mhr-contact .info-cont {
  box-shadow: var(--shadow);
  background-color: white;
  border-radius: 7px;
}

#mhr-contact .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px dotted var(--golden-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

#mhr-contact .icon i {
  color: var(--golden-color);
  font-size: 20px;
  display: block;
}

@media (min-width: 768px) {
  #mhr-contact .info-cont {
    width: 50%;
  }
}

#mhr-contact .contact-part {
  padding-block: 100px;
  position: relative;
  z-index: 10;
}

#mhr-contact .form-container {
  box-shadow: var(--shadow);
  border-radius: 7px;
}

#mhr-contact :where(input, textarea) {
  border-radius: 3px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#mhr-contact :where(input:focus, textarea:focus) {
  outline: none !important;
}

#mhr-contact .btn-send {
  background-color: var(--golden-color);
  width: fit-content;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

#mhr-contact .btn-send:hover {
  background-color: var(--golden-hover);
}

/* ------------------ footer ---------------- */

#mhr-footer .layout {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 70px 0 20px;
}

#mhr-footer .main-part {
  background: url("../imgs/footer.webp");
  background-position: center;
  background-size: cover;
  width: 100%;
}

#mhr-footer .links a,
#mhr-footer .links p {
  color: rgb(203, 203, 203);
  transition: all 0.3s ease-in-out;
}

html[dir="rtl"] #mhr-footer .fot-desc {
  line-height: 2rem;
}

#mhr-footer .links a:hover {
  color: var(--golden-hover);
}

#mhr-footer .social-media a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

#mhr-footer .social-media i {
  color: white;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

#mhr-footer .social-media a:hover {
  border-color: var(--golden-hover);
}

#mhr-footer .social-media a:hover i {
  color: var(--golden-hover) !important;
}

#mhr-footer .company {
  color: var(--golden-color);
}

#mhr-footer .hr {
  background-color: rgb(87, 87, 87);
  height: 0.5px;
  width: 100%;
}