html {
  scroll-behavior: smooth;
}
:root {
  --scrollbar-width: 10px;
  --scrollbar-bg: #f4f4f4;
  --scrollbar-thumb: #f05a28;
  --scrollbar-thumb-hover: #f05a28;
  --scrollbar-radius: 5px;
}
::-webkit-scrollbar {
  width: var(--scrollbar-width);
}
::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
}
::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-radius);
  border: 2px solid var(--scrollbar-bg);
  transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
body {
  direction: rtl;
  font-family: Tajawal, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
:root {
  --uicolor: #0d6d8b;
  --uicolor2: #107695;
  --uicolor3: #e6f2ff;
  --success-color: #2078c4;
  --whatsapp-color: #148930;
  --body-bg: #f8fafc;
  --card-bg: #ffffff;
  --text-main: #0d1728;
  --text-muted: #535772;
  --text-secondary: #5c5e66;
  --border-color: #e5eaef;
  --border-hover: #e5eaef80;
  --font-main: "Baloo Bhaijaan 2", system-ui, -apple-system, sans-serif;
  --container-max-width: 1450px;
  --container-padding-desktop: 40px;
  --container-padding-mobile: 16px;
  --radius-large: 16px;
  --radius-mini: 8px;
  --shadow-default:
    var(--border-color) 0px 0px 0px 1px, 0px 4px 6px -3px #09234012;
  --shadow-hover: 0 20px 40px 1px rgba(13, 109, 139, 0.15);
  --transition-smooth: all 0.4s cubic-bezier(0.25, 1, 0.22, 1);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: var(--body-bg);
  color: var(--text-main);
  font-family: Tajawal, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  word-break: break-word;
}
.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-padding-desktop);
  padding-left: var(--container-padding-desktop);
}
img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  border: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-main);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
ul,
ol {
  list-style: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: #fff0;
  outline: none;
}
button {
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  :root {
    --container-padding-desktop: 30px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --container-padding-desktop: var(--container-padding-mobile);
  }
  body {
    font-size: 15px;
  }
}
.custom-page-header {
  position: relative;
  padding: 50px 0 75px 0;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgb(28 39 76 / 0.05) 0%,
    rgb(37 211 102 / 0.02) 100%
  );
  border-bottom-left-radius: 50% 25px;
  border-bottom-right-radius: 50% 25px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.02);
  font-family: inherit;
  direction: rtl;
  margin-top: 70px;
}
.custom-page-header .header-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.header-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.custom-breadcrumbs {
  margin-bottom: 20px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
}
.breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  list-style: none;
  padding: 8px 20px;
  margin: 0 auto;
  background: rgb(255 255 255 / 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  border: 1px solid rgb(0 0 0 / 0.05);
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.02);
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.breadcrumbs-list::-webkit-scrollbar {
  display: none;
}
.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
  color: #444;
}
.breadcrumb-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-bottom: 2px;
  transition: color 0.25s ease;
  opacity: 0.75;
}
.breadcrumb-link:hover {
  opacity: 1;
  color: #1c274c;
  border-bottom: 1.5px solid rgb(28 39 76 / 0.4);
}
.breadcrumb-link.active {
  font-weight: 600;
  opacity: 1;
  color: #000;
}
.breadcrumb-link svg {
  margin-left: 6px;
  vertical-align: middle;
}
.breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  opacity: 0.35;
  color: #444;
  flex-shrink: 0;
}
.header-text-block {
  width: 100%;
}
.header-main-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #1c274c;
}
.header-action-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 25px;
  width: 100%;
  flex-wrap: wrap;
}
.btn-action {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.btn-action:hover {
  transform: translateY(-3px);
}
.btn-whatsapp {
  background: #32b05a;
  color: #fff;
  padding: 8px 18px 8px 24px;
  font-weight: 600;
  box-shadow: 0 4px 15px #138b3934;
}
.btn-whatsapp .btn-icon-holder {
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.btn-whatsapp .btn-icon-holder::before,
.btn-whatsapp .btn-icon-holder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  animation: rippleGlow 2s infinite cubic-bezier(0.25, 0, 0, 1);
}
.btn-whatsapp .btn-icon-holder::after {
  animation-delay: 0.8s;
}
.btn-whatsapp .btn-text {
  display: flex;
  flex-direction: column;
  text-align: right;
  position: relative;
  z-index: 2;
}
.btn-whatsapp .btn-label {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
  letter-spacing: 0.3px;
}
.btn-whatsapp .btn-subtext {
  font-size: 13px;
  font-weight: 700;
  font-family: Tajawal, sans-serif;
  line-height: 1.2;
  margin-top: 2px;
}
.btn-whatsapp:hover {
  background: #1aa892;
  box-shadow: 0 8px 25px rgb(30 190 165 / 0.5);
}
.btn-phone {
  background: #1c274c;
  color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgb(28 39 76 / 0.3);
}
.btn-phone svg {
  margin-right: 8px;
}
.btn-phone:hover {
  background: #151e3a;
  box-shadow: 0 8px 25px rgb(28 39 76 / 0.55);
}
@keyframes rippleGlow {
  0% {
    width: 18px;
    height: 18px;
    opacity: 0.6;
  }
  100% {
    width: 55px;
    height: 55px;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .custom-page-header {
    padding: 35px 0 55px 0;
    border-bottom-left-radius: 50% 15px;
    border-bottom-right-radius: 50% 15px;
  }
  .header-main-title {
    font-size: 20px;
  }
  .custom-breadcrumbs {
    width: 100%;
    justify-content: center;
  }
  .breadcrumbs-list {
    padding: 6px 14px;
    justify-content: flex-start;
  }
  .header-action-buttons {
    gap: 12px;
  }
  .btn-phone {
    padding: 11px 20px;
    font-size: 13px;
  }
  .btn-whatsapp {
    padding: 6px 14px 6px 20px;
  }
}
:root {
  --color-primary: #f05a28;
  --color-primary-hover: #d9481b;
  --color-dark: #1b365d;
  --color-dark-light: #334e68;
  --color-dark-muted: #627d98;
  --color-bg-light: #f8fafc;
  --color-white: #ffffff;
  --header-height: 85px;
  --header-height-mobile: 75px;
  --shadow-navbar: 0 10px 30px -10px rgba(27, 54, 93, 0.06);
  --shadow-dropdown: 0 20px 40px -8px rgba(27, 54, 93, 0.12);
  --shadow-cta: 0 8px 20px -6px rgba(240, 90, 40, 0.35);
  --shadow-cta-hover: 0 12px 25px -4px rgba(240, 90, 40, 0.45);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height-mobile);
  z-index: 1000;
  background: rgb(255 255 255 / 0.82);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgb(27 54 93 / 0.05);
  box-shadow: var(--shadow-navbar);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.navbar-header.scrolled {
  height: calc(var(--header-height-mobile) - 8px);
  background: rgb(255 255 255 / 0.95);
  box-shadow: 0 12px 35px -12px rgb(27 54 93 / 0.1);
}
@media (min-width: 992px) {
  .navbar-header {
    height: var(--header-height);
  }
  .navbar-header.scrolled {
    height: calc(var(--header-height) - 13px);
  }
}
.nav-container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .nav-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .nav-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .nav-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .nav-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .nav-container {
    max-width: 1370px;
  }
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.nav-logo:hover .logo-img {
  transform: scale(1.03);
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.logo-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.2;
}
.logo-subtitle {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nav-links-desktop {
  display: none;
  align-items: center;
  gap: 2.2rem;
}
@media (min-width: 992px) {
  .nav-links-desktop {
    display: flex;
  }
}
.nav-link {
  position: relative;
  color: var(--color-dark-light);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 4px;
  transition: color 0.3s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 8'%3E%3Cpath d='M0,4 C5,0 5,8 10,4 C15,0 15,8 20,4' fill='none' stroke='%23f05a28' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 12px 6px;
  background-repeat: repeat-x;
  opacity: 0;
  transform: scaleX(0.8);
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.25s ease;
}
.nav-link:hover,
.nav-link.active {
  color: var(--color-primary);
}
.nav-link:hover::after,
.nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
  animation: moveWave 1s linear infinite;
}
@keyframes moveWave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 12px;
  }
}
.dropdown {
  position: relative;
}
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px) scale(0.95);
  background: rgb(255 255 255 / 0.98);
  min-width: 250px;
  border-radius: 14px;
  box-shadow: var(--shadow-dropdown);
  border: 1px solid rgb(27 54 93 / 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 8px 0;
  z-index: 50;
}
.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(8px) scale(1);
}
.nested-dropdown {
  position: relative;
}
.nested-dropdown-content {
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
  min-width: 240px;
  border-radius: 12px;
  box-shadow: var(--shadow-dropdown);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 8px 0;
}
.nested-dropdown:hover .nested-dropdown-content {
  opacity: 1;
  visibility: visible;
}
.third-level {
  position: relative;
}
.third-level-content {
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
  min-width: 220px;
  border-radius: 12px;
  box-shadow: var(--shadow-dropdown);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 8px 0;
  z-index: 60;
}
.third-level:hover .third-level-content {
  opacity: 1;
  visibility: visible;
}
.dropdown-item,
.nested-item,
.third-item {
  display: block;
  padding: 11px 20px;
  color: var(--color-dark-light);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}
.dropdown-item:hover,
.nested-item:hover,
.third-item:hover {
  background: rgb(240 90 40 / 0.04);
  color: var(--color-primary);
  padding-right: 24px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.btn-nav-cta {
  display: none;
  padding: 11px 24px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-primary-hover) 100%
  );
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-cta);
  border: 1px solid rgb(255 255 255 / 0.08);
}
@media (min-width: 992px) {
  .btn-nav-cta {
    display: inline-flex;
  }
}
.btn-nav-cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-cta-hover);
  filter: brightness(1.05);
}
.mobile-menu-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 12px;
  background: rgb(27 54 93 / 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
@media (min-width: 992px) {
  .mobile-menu-btn {
    display: none;
  }
}
.mobile-menu-btn .bar {
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--color-dark);
  border-radius: 20px;
  transition: 0.25s ease;
}
.mobile-menu-btn .bar:nth-child(1) {
  transform: translateY(-6px);
}
.mobile-menu-btn .bar:nth-child(2) {
  transform: translateY(0);
}
.mobile-menu-btn .bar:nth-child(3) {
  transform: translateY(6px);
}
.mobile-menu-btn.active .bar:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-menu-btn.active .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-menu-btn.active .bar:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 88%;
  max-width: 340px;
  background: var(--color-white);
  z-index: 1100;
  box-shadow: -15px 0 40px rgb(27 54 93 / 0.1);
  padding: 2.2rem 1.25rem;
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-drawer.active {
  transform: translateX(0);
  visibility: visible;
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.2rem;
}
.drawer-close {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: var(--color-bg-light);
  color: var(--color-dark-muted);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.drawer-close:hover {
  background: #fee2e2;
  color: #ef4444;
  transform: rotate(90deg);
}
.drawer-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 14px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-dark-light);
  text-decoration: none;
  border-bottom: 1px solid rgb(27 54 93 / 0.04);
  transition: all 0.3s ease;
}
.drawer-nav a:hover,
.drawer-nav a.active {
  color: var(--color-primary);
  background: rgb(240 90 40 / 0.03);
  padding-right: 22px;
}
.mobile-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 14px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-dark-light);
  cursor: pointer;
  border-bottom: 1px solid rgb(27 54 93 / 0.04);
  transition: all 0.3s ease;
}
.mobile-dropdown-header.active {
  background: rgb(240 90 40 / 0.02);
  border-right: 3px solid var(--color-primary);
  color: var(--color-primary);
}
.mobile-dropdown-content {
  display: grid;
  grid-template-rows: 0fr;
  max-height: 0;
  transition:
    grid-template-rows 0.35s ease,
    max-height 0.35s ease;
  overflow: hidden;
  margin: 4px 0 8px 0;
}
.mobile-dropdown-content.open {
  grid-template-rows: 1fr;
  max-height: 1000px;
}
.mobile-dropdown-content.nested,
.mobile-dropdown-content.third {
  margin: 0 0 0 24px;
  background: var(--color-bg-light);
  border-radius: 10px;
}
.mobile-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  color: var(--color-dark-light);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.mobile-dropdown-item:hover {
  color: var(--color-primary);
  background: rgb(240 90 40 / 0.04);
}
.mobile-dropdown-header i:last-child {
  transition: 0.3s ease;
}
.mobile-dropdown-header.active i:last-child {
  transform: rotate(180deg);
}
.drawer-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 2rem;
}
.social-icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: var(--color-dark-muted);
  border-radius: 50%;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-3px);
}
.working-hours {
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-dark-muted);
  line-height: 1.7;
}
.working-hours h4 {
  font-size: 1rem;
  color: var(--color-dark);
  margin-bottom: 8px;
}
.drawer-cta-wrapper {
  margin: 2rem 0 1.5rem 0;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgb(15 23 42 / 0.45);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.drawer-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .navbar-header {
    height: var(--header-height);
  }
  .nav-links-desktop {
    display: flex;
  }
  .btn-nav-cta {
    display: inline-block;
  }
  .mobile-menu-btn {
    display: none;
  }
}
.footer-section {
  background-color: #0c1f2e;
  color: #a3b8cc;
  padding: 5rem 0 2.5rem;
  position: relative;
  border-top: 1px solid rgb(255 255 255 / 0.05);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.footer-brand-logo .logo-img {
  height: 60px;
      background: aliceblue;
    border-radius: 10px;
}
.footer-brand-logo .logo-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}
.footer-brand-logo .logo-subtitle {
  color: #4a8bc2;
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-bio {
  font-size: 0.85rem;
  line-height: 1.65;
  color: #fff;
  max-width: 290px;
}
.footer-col-title {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.8rem;
  text-align: start;
}
.footer-col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 36px;
  height: 2px;
  background-color: #4a8bc2;
}
.footer-links-list,
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-link-item a {
  font-size: 0.88rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.footer-link-item a:hover {
  color: #7eb4e0;
  transform: translateX(5px);
}
[dir="rtl"] .footer-link-item a:hover {
  transform: translateX(-5px);
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.footer-contact-icon {
  color: #4a8bc2;
  font-size: 1rem;
  margin-top: 4px;
}
.footer-contact-value {
  font-size: 0.88rem;
  color: #a3b8cc;
}
.footer-social-wrapper {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}
.footer-social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 0.03);
  border: 1px solid rgb(255 255 255 / 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.footer-social-btn:hover {
  background-color: #1f4e6b;
  color: #fff;
  transform: translateY(-4px);
}
.footer-bottom {
  border-top: 1px solid rgb(255 255 255 / 0.08);
  padding-top: 2rem;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  text-align: center;
  font-size: 0.78rem;
  color: #fff;
  padding: 25px;
}
.footer-developer-credit a {
  color: #7eb4e0;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
    padding: 0 30px;
  }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2.2fr 1fr 1.2fr 1.2fr;
    gap: 3.8rem;
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .footer-grid {
    padding: 0;
  }
}
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 12px;
}
.footer-links-list li a {
  color: #fff;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}
.footer-links-list li a:hover {
  color: #7eb4e0;
}
.footer-container {
  width: 100%;
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .footer-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .footer-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .footer-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .footer-container {
    max-width: 1370px;
  }
}
.hatem-premium-pricing-section {
  margin: 45px auto;
  padding: 35px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 15px 45px -15px rgb(27 54 93 / 0.06);
  border: 1px solid rgb(27 54 93 / 0.04);
  clear: both;
  direction: rtl !important;
}
.pricing-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #1b365d;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pricing-title-icon {
  color: #f05a28;
  flex-shrink: 0;
  animation: pulseIcon 2s infinite ease-in-out;
}
@keyframes pulseIcon {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
.pricing-premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
  width: 100%;
}
.pricing-premium-card-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  outline: none;
}
.pricing-premium-card {
  position: relative;
  background: #fff;
  border: 1px solid rgb(27 54 93 / 0.08);
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
  box-sizing: border-box !important;
}
.pricing-premium-card:hover {
  transform: translateY(-8px);
  border-color: rgb(240 90 40 / 0.25);
  box-shadow: 0 25px 50px -15px rgb(27 54 93 / 0.15);
}
.pricing-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f05a28;
  color: #fff;
  padding: 5px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgb(240 90 40 / 0.2);
  z-index: 5;
}
.pricing-card-top {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.pricing-card-img-wrap {
  width: 90px !important;
  height: 90px !important;
  margin: 0 auto 15px auto !important;
  display: block !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgb(27 54 93 / 0.06);
  background: #f8fafc;
  box-shadow: 0 8px 20px rgb(27 54 93 / 0.04);
}
.pricing-card-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}
.pricing-card-info {
  width: 100% !important;
  display: block !important;
}
.pricing-card-name {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #1b365d !important;
  margin: 10px 0 12px 0 !important;
  line-height: 1.4 !important;
  display: block !important;
}
.pricing-card-meta-price {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 8px 0 !important;
  width: 100% !important;
}
.pricing-card-old-price {
  font-size: 0.9rem !important;
  color: #ffffff !important;
  text-decoration: line-through !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.pricing-card-new-price {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #f05a28 !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.pricing-card-features {
  width: 100% !important;
  margin: 15px 0 25px 0 !important;
  border-top: 1px dashed rgb(27 54 93 / 0.1) !important;
  padding-top: 15px !important;
}
.pricing-card-features ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.pricing-card-features li {
  font-size: 0.92rem !important;
  color: #334e68 !important;
  padding: 8px 0 !important;
  position: relative !important;
  padding-right: 20px !important;
  text-align: right !important;
  line-height: 1.5 !important;
  display: block !important;
  border-bottom: none !important;
}
.pricing-card-features li::before {
  content: "" !important;
  position: absolute !important;
  right: 4px !important;
  top: 15px !important;
  width: 6px !important;
  height: 6px !important;
  background-color: #f05a28 !important;
  border-radius: 50% !important;
}
.pricing-card-action-btn {
  width: 100% !important;
  margin-top: auto !important;
}
.pricing-card-action-btn span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 13px !important;
  background: rgb(27 54 93 / 0.04) !important;
  color: #1b365d !important;
  font-weight: 700 !important;
  font-size: 0.92rem !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}
.pricing-premium-card:hover .pricing-card-action-btn span {
  background: linear-gradient(135deg, #f05a28 0%, #d9481b 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgb(240 90 40 / 0.3) !important;
}
.call-with-phone,
.whatsapp-chat {
  position: fixed;
  bottom: 59px;
  left: 10px;
  text-decoration: none;
  animation: 5s infinite animate-waggle;
  z-index: 9999;
}
.call-with-phone {
  right: 10px;
  left: auto;
}
.call-phone-icon,
.whatsapp-chat-icon {
  background: #e14e29;
  display: inline-block;
  padding: 6px;
  margin: 0;
  border-radius: 25%;
  box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%);
}
@keyframes animate-waggle {
  0% {
    transform: none;
  }
  10% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  13% {
    transform: rotateZ(25deg) scale(1.2);
  }
  15% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  17% {
    transform: rotateZ(15deg) scale(1.2);
  }
  20% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  22% {
    transform: rotateZ(0) scale(1.2);
  }
  100%,
  24% {
    transform: rotateZ(0) scale(1);
  }
}
.darm-service-section {
  padding: 80px 0;
  background: #f8fafc;
  font-family: Tajawal, sans-serif;
  direction: rtl;
}
.darm-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.darm-top_sec {
  text-align: center;
  margin-bottom: 60px;
}
.darm-sup-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.darm-sup-title svg {
  width: 40px;
  color: #f05a28;
}
.darm-sup-title span {
  color: #f05a28;
}
.darm-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.darm-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 15px;
  text-decoration: none;
  color: #1e293b;
  transition: all 0.4s ease;
  position: relative;
}
.darm-card:hover {
  transform: translateY(-8px);
  border-color: #f05a28;
  box-shadow: 0 20px 40px rgb(240 90 40 / 0.15);
}
.darm-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.darm-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.darm-hover-overlay {
  position: absolute;
  inset: 0;
  background: #fff0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  opacity: 0;
}
.darm-card:hover .darm-hover-overlay {
  background: rgb(255 255 255 / 0.1);
  opacity: 1;
}
.darm-view-more {
  background: rgb(240 90 40 / 0.95);
  padding: 8px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 700;
  transform: translateY(10px);
  transition: 0.4s;
  font-size: 0.9rem;
  white-space: nowrap;
}
.darm-card:hover .darm-view-more {
  transform: translateY(0);
}
.darm-view-more svg {
  width: 18px;
}
.darm-content {
  padding: 20px 10px;
  text-align: center;
}
.darm-content h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  transition: 0.3s;
}
.darm-card:hover h2 {
  color: #f05a28;
}
.darm-all-btn {
  text-align: center;
  margin-top: 50px;
}
.darm-btn-main {
  padding: 15px 40px;
  background: #f05a28;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}
.darm-btn-main:hover {
  background: #d44516;
  box-shadow: 0 10px 20px rgb(240 90 40 / 0.3);
}
@media (max-width: 991px) {
  .darm-boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .darm-boxs {
    grid-template-columns: 1fr;
  }
  .darm-hover-overlay {
    opacity: 1;
    background: #fff0;
  }
  .darm-view-more {
    transform: translateY(0);
  }
}
.GotoTop {
  z-index: 999;
  background: #dd4e29;
  --elwh: 48px;
  width: var(--elwh);
  height: var(--elwh);
  left: 16px;
  bottom: 12px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  transition: all 180ms ease;
  border: 2px solid #df4d2a;
  transform: scale(0);
  display: flex;
  border-radius: 50%;
  position: fixed;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}
.GotoTop:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.2);
}
.GotoTop.visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.GotoTop.visible,
.hoverable--box,
.hoverable--box .--single--work-post-box:hover .--single--word-thumnail img {
  transform: scale(1);
}
