
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
:root {
  --black: #000;
  --white: #fff;
  --ul-primary: #0b254e;
  --ul-secondary: #0b254e;
  --ul-c3: #febe35;
  --ul-black: #0F0D1D;
  --ul-gray: #F2F2F2;
  --ul-gray2: #5D6063;
  --ul-gray3: #888A8D;
  --ul-gradient: #0b254e;
  --font-primary: "Almarai", Arial, Helvetica, sans-serif;
  --font-lato: "Almarai", Arial, Helvetica, sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-primary);
  margin: 0;
  padding: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  position: static;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

.top-white-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px; /* عدل الارتفاع حسب طول الهيدر */
  pointer-events: none;
  z-index: 10;
}
.ul-banner-white-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.66) 0%, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0.15) 70%, rgba(255,255,255,0) 100%);
}

.ul-banner-slide {
  position: relative;
}


a,
button,
img,
svg path {
  transition: 0.4s ease;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black);
}
a:hover {
  color: var(--ul-primary);
}

i {
  display: inline-flex;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}

input {
  background-color: transparent;
}
input:focus, input:focus-visible, input:focus-within {
  outline: none;
}

[data-sal] {
  transition-duration: 1s;
  transition-delay: 0.2s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

button {
  background: none;
  border: none;
}

@media screen and (max-width: 479px) {
  .d-xxs-none {
    display: none !important;
  }
}

.ul-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1040px, 68.31vw, 1300px) + var(--container-space-x));
  padding-right: calc(var(--container-space-x) / 2);
  padding-left: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-2-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + var(--container-space-x));
  padding-right: calc(var(--container-space-x) / 2);
  padding-left: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-container {
  margin: 0 clamp(15px, 10.25vw, 195px);
}
@media screen and (max-width: 1599px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 7.88vw, 150px);
  }
}
@media screen and (max-width: 1399px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 2.88vw, 150px);
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-1 > * {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-2 > * {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.logo {
  max-width: clamp(130px, 11.56vw, 220px);
}

.ul-bs-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}

.ul-inner-page-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1000px, 74.09vw, 1410px) + var(--container-space-x));
  padding-right: calc(var(--container-space-x) / 2);
  padding-left: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-page-content-wrapper {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
  padding-bottom: 0;
}

.ul-section-spacing {
  padding-top: clamp(40px, 6.31vw, 80px);
  padding-bottom: clamp(40px, 6.31vw, 80px);
}

.wow {
  animation-duration: 1s !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ss-main:focus {
  box-shadow: none;
}

.ss-content.ss-open-below {
  border-radius: 8px;
}

.ul-tab {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.ul-tab.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

@keyframes slide-top {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(300px);
  }
}
.ul-radio label {
  display: flex !important;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-radio label .checkmark {
  width: clamp(24px, 1.58vw, 30px);
  aspect-ratio: 1/1;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
}
.ul-radio label .checkmark i {
  opacity: 0;
}
.ul-radio label .checkmark::before {
  content: "";
  position: absolute;
  width: clamp(10px, 0.74vw, 14px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid var(--ul-black);
}
.ul-radio label input[type=radio] {
  display: none !important;
}
.ul-radio label input[type=radio]:checked ~ .checkmark {
  color: var(--black);
  border-color: var(--ul-black);
}
.ul-radio label input[type=radio]:checked ~ .checkmark i {
  opacity: 1;
}
.ul-radio label input[type=radio]:checked ~ .checkmark::before {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}

.ul-btn {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  background-color: var(--ul-c3);
  color: var(--ul-primary);
  padding: clamp(8px, 0.84vw, 16px) clamp(20px, 1.68vw, 32px);
  border-radius: 4px;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  letter-spacing: 0.5px;
}
.ul-btn:hover {
  background-color: var(--ul-primary);
  color: var(--ul-c3);
}

.ul-section-heading {
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(22px, 2.73vw, 52px);
}
@media screen and (max-width: 575px) {
  .ul-section-heading {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.ul-section-heading .right {
  flex-shrink: 0;
}
.ul-section-sub-title {
  color: var(--ul-secondary);
  display: inline-flex;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
  padding: clamp(3px, 0.26vw, 5px) clamp(12px, 0.89vw, 17px);
  border-radius: 40px;
  margin-bottom: clamp(12px, 0.42vw, 8px);
  font-family: var(--font-lato);
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 600;
  padding-right:0;
}

.ul-section-sub-title::after {
  content: none;
}
.ul-section-title {
  font-weight: 800;
  font-size: clamp(26px, 2.52vw, 48px);
  color: var(--ul-c4);
  margin-bottom: 0;
  font-family: var(--font-lato);
  letter-spacing: 0.5px;
  margin-bottom: clamp(8px, 0.58vw, 11px);
}
.ul-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
  color: var(--ul-gray2);
}

.ul-breadcrumb {
  padding: clamp(45px, 5.25vw, 100px) 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: var(--ul-gradient);
  color: var(--white);
  overflow: hidden;
}
.ul-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/breadcrumb-vector.svg) no-repeat;
  background-position: bottom center;
  z-index: -1;
  animation: scaleUpDown 8s linear infinite alternate;
}
@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.ul-breadcrumb-title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(28px, 3.78vw, 72px);
  color: var(--white);
  line-height: 111%;
  letter-spacing: 0.005em;
  margin-bottom: clamp(13px, 1.21vw, 23px);
}
.ul-breadcrumb-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  gap: clamp(5px, 0.53vw, 10px);
  color: var(--white);
}
.ul-breadcrumb-nav a {
  color: rgba(255, 255, 255, 0.7);
}
.ul-breadcrumb-nav a:hover {
  color: var(--ul-c3);
}
.ul-breadcrumb .separator {
  display: inline-flex;
  font-size: clamp(15px, 0.95vw, 18px);
}

.ul-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.ul-sidebar-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.ul-sidebar {
  position: fixed;
  z-index: 10;
  left: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: 0.4s ease;
  padding: clamp(20px, 1.58vw, 30px) clamp(20px, 1.58vw, 30px);
  max-width: 100%;
  border-right: 1px solid var(--ttRed);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(320px, 22vw, 100%);
}
.ul-sidebar.active {
  transform: translateX(0);
}

.ul-pagination {
  margin-top: clamp(25px, 2.63vw, 50px);
}
.ul-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-pagination ul a {
  width: clamp(38px, 2.31vw, 44px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  line-height: 0.7;
  border: 1px solid rgba(67, 67, 67, 0.5);
}
.ul-pagination ul a:hover, .ul-pagination ul a.active {
  background-color: var(--ul-secondary);
  border-color: var(--ul-secondary);
  color: var(--white);
}
.ul-pagination ul .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
}


.ul-single-accordion-item {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
  padding: clamp(18px, 1.47vw, 28px) clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  background: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.ul-single-accordion-item:last-child {
  margin-bottom: 0;
}
.ul-single-accordion-item.open {
  grid-template-rows: max-content 1fr;
}
.ul-single-accordion-item.open .ul-single-accordion-item__header i {
  transform: rotate(-90deg);
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__title {
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__body {
  padding-top: clamp(7px, 0.74vw, 14px);
}
.ul-single-accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.ul-single-accordion-item__header .icon {
  display: inline-flex;
}
.ul-single-accordion-item__header i {
  transition: transform 0.4s ease;
  display: inline-flex;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-single-accordion-item__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-single-accordion-item__body {
  transition: all 0.4s ease;
  overflow: hidden;
}
.ul-single-accordion-item__body p {
  line-height: 1.5;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.78;
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.loader {
  width: clamp(100px, 7.88vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l11 2s infinite;
}

@keyframes l11 {
  0% {
    background: conic-gradient(var(--ul-primary) 0, rgba(0, 0, 0, 0) 0);
  }
  12.5% {
    background: conic-gradient(var(--ul-primary) -45deg, rgba(0, 0, 0, 0) 46deg);
  }
  25% {
    background: conic-gradient(var(--ul-primary) -90deg, rgba(0, 0, 0, 0) 91deg);
  }
  37.5% {
    background: conic-gradient(var(--ul-primary) -135deg, rgba(0, 0, 0, 0) 136deg);
  }
  50% {
    background: conic-gradient(var(--ul-primary) -180deg, rgba(0, 0, 0, 0) 181deg);
  }
  62.5% {
    background: conic-gradient(var(--ul-primary) -225deg, rgba(0, 0, 0, 0) 226deg);
  }
  75% {
    background: conic-gradient(var(--ul-primary) -270deg, rgba(0, 0, 0, 0) 271deg);
  }
  87.5% {
    background: conic-gradient(var(--ul-primary) -315deg, rgba(0, 0, 0, 0) 316deg);
  }
  100% {
    background: conic-gradient(var(--ul-primary) -360deg, rgba(0, 0, 0, 0) 360deg);
  }
}
.ul-slider-nav {
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-slider-nav button {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 999px;
  color: var(--ul-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
  visibility: visible;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
}
.ul-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-slider-action-wrapper {
  display: flex;
  gap: clamp(12px, 1.05vw, 20px);
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-top: clamp(25px, 3.42vw, 65px);
}
.ul-slider-action-wrapper button {
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-slider-action-wrapper button:hover {
  color: var(--ul-primary);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar {
  position: relative;
  height: 1px;
  background-color: var(--ul-gray);
  width: clamp(140px, 27.75vw, 528px);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--ul-primary);
}

/* Custom Blogs Slider Navigation - Centered and Adjacent */
.ul-blogs-slider-nav {
  position: static !important;
  width: auto !important;
  display: flex !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-top: 40px !important;
  visibility: visible !important;
}

.ul-blogs-slider-nav button {
  position: static !important;
  visibility: visible !important;
}

/* ===== ENHANCED SEARCH MODAL STYLES ===== */
.ul-search-form-wrapper {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(20px);
  padding: 20px;
  overflow-y: auto;
}

.ul-search-form-wrapper.active {
  opacity: 1;
  pointer-events: all;
}

/* منع السكرول في الخلفية عندما يكون المودل مفتوحاً */
body:has(.ul-search-form-wrapper.active) {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}

html:has(.ul-search-form-wrapper.active) {
  overflow: hidden !important;
}

/* دعم إضافي للمتصفحات القديمة */
.search-modal-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}

html.search-modal-open {
  overflow: hidden !important;
}

/* Search Container */
.ul-search-container {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  padding: 40px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: searchSlideUp 0.6s ease-out;
}

@keyframes searchSlideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Search Header */
.ul-search-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 41, 107, 0.1);
}

.ul-search-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.ul-search-logo img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(0.2);
}

.ul-search-logo h3 {
  color: var(--ul-primary);
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  font-family: 'Almarai', sans-serif;
}

.ul-search-subtitle {
  color: #303030;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  text-align: right;
}

/* Enhanced Search Form */
.ul-search-form {
  margin-bottom: 30px;
}

.ul-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 16px;
  padding: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.ul-search-input-wrapper:focus-within {
  border-color: var(--ul-primary);
  box-shadow: 0 8px 25px rgba(0, 41, 107, 0.15);
  transform: translateY(-2px);
}

.ul-search-icon {
  padding: 0 15px;
  color: #6c757d;
  font-size: 18px;
}

.ul-search-input-wrapper input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 15px 10px;
  font-size: 16px;
  color: #333;
  font-family: 'Almarai', sans-serif;
  outline: none;
}

.ul-search-input-wrapper input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.ul-search-submit-btn {
  background: #0b254e;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 41, 107, 0.2);
}

.ul-search-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 41, 107, 0.3);
  background: #0b254e;
}

/* Search Filters */
.ul-search-filters {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 16px;
  border: 1px solid #e9ecef;
}

.ul-search-filters h4 {
  color: var(--ul-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Almarai', sans-serif;
}

.ul-search-filter-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.ul-filter-btn {
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Almarai', sans-serif;
  font-weight: 500;
}

.ul-filter-btn:hover {
  border-color: var(--ul-primary);
  color: var(--ul-primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 41, 107, 0.1);
}

.ul-filter-btn.active {
  background: var(--ul-primary);
  border-color: var(--ul-primary);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 41, 107, 0.2);
}

.ul-filter-btn i {
  font-size: 16px;
}

/* Search Suggestions */
.ul-search-suggestions {
  margin-bottom: 20px;
}

.ul-search-suggestions h4 {
  color: var(--ul-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Almarai', sans-serif;
}

.ul-suggestions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.ul-suggestion-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #666;
  transition: all 0.3s ease;
  font-family: 'Almarai', sans-serif;
  font-weight: 500;
}

.ul-suggestion-item:hover {
  background: var(--ul-primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 41, 107, 0.15);
  text-decoration: none;
}

.ul-suggestion-item i {
  font-size: 18px;
  width: 20px;
  text-align: center;
}

/* Search Results */
.ul-search-results {
  border-top: 2px solid #e9ecef;
  padding-top: 20px;
}

.ul-search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.ul-search-results-header h4 {
  color: var(--ul-primary);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  font-family: 'Almarai', sans-serif;
}

.ul-results-count {
  color: #666;
  font-size: 14px;
  background: #f8f9fa;
  padding: 4px 12px;
  border-radius: 20px;
}

/* Enhanced Search Closer Button - Inside Container */
.ul-search-closer {
  position: absolute;
  top: 30px;
  left: 35px;
  color: #0b2550;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(11, 37, 80, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.ul-search-closer:hover {
  background: #f8f9fa;
  border-color: rgba(11, 37, 80, 0.3);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.ul-search-closer i {
  font-size: 16px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .ul-search-container {
    padding: 25px;
    margin: 10px;
    border-radius: 20px;
  }
  
  .ul-search-logo h3 {
    font-size: 24px;
  }
  
  .ul-search-filter-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ul-suggestions-grid {
    grid-template-columns: 1fr;
  }
  
  .ul-search-closer {
    top: 20px;
    left: 15px;
    width: 35px;
    height: 35px;
  }
  
  .ul-search-closer i {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .ul-search-container {
    padding: 20px;
    margin: 5px;
  }
  
  .ul-search-logo {
    flex-direction: column;
    gap: 10px;
  }
  
  .ul-search-logo h3 {
    font-size: 20px;
  }
  
  .ul-search-filter-buttons {
    grid-template-columns: 1fr;
  }
  
  .ul-search-input-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  
  .ul-search-submit-btn {
    justify-content: center;
  }
}

.ul-progress-container {
  width: 100%;
  border: 1px solid var(--ul-primary);
  border-radius: 10px;
}
.ul-progressbar {
  width: 0;
  background-color: var(--ul-primary);
  height: clamp(2px, 0.26vw, 5px);
  position: relative;
}
.ul-progressbar::before {
  content: "";
  position: absolute;
  width: clamp(15px, 0.95vw, 18px);
  aspect-ratio: 1/1;
  border: 4px solid var(--ul-primary);
  background-color: var(--white);
  border-radius: 999px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ul-progress-label {
  position: absolute;
  transform: translate(-6px, -25px);
  left: 0;
  font-size: clamp(11px, 0.63vw, 12px);
  font-weight: 700;
  color: var(--ul-primary);
}

.ul-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox i {
  opacity: 1;
}
.ul-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17px, 1.05vw, 20px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  font-size: 10px;
  color: var(--white);
}
.ul-checkbox i {
  opacity: 0;
}

.ul-time-input-wrapper {
  position: relative;
  z-index: 1;
}
.ul-time-input-wrapper i {
  position: absolute;
  z-index: 2;
  left: clamp(12px, 1.05vw, 20px);
  right: clamp(12px, 1.05vw, 20px);
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.ul-2-btn {
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  background-color: var(--ul-2-primary);
  color: var(--white);
  height: clamp(48px, 3.15vw, 60px);
  border-radius: 6px;
  padding: 0 clamp(15px, 1.58vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ul-2-btn:hover {
  color: var(--white);
  background-color: var(--ul-primary);
}

.ul-2-section-sub-title {
  border: none;
  padding: 0;
  text-transform: uppercase;
  color: #FFD700;
  font-weight: 600;
}

.ul-2-section-title {
  font-size: clamp(26px, 2.52vw, 48px);
  font-weight: 700;
  color: var(--ul-2-black);
  margin-bottom: clamp(12px, 1.16vw, 22px);
}

.ul-2-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-2-gray);
  font-weight: 400;
  margin-bottom: 0;
}

.ul-4-btn:hover > * {
  background-color: var(--black);
}
.ul-4-btn > * {
  background: var(--ul-4-primary);
  transition: 0.3s ease;
}
.ul-4-btn > *::after {
  content: none;
}

.ul-4-section-sub-title {
  color: var(--ul-4-primary);
  font-weight: 700;
  font-size: clamp(12px, 0.74vw, 14px);
  text-transform: uppercase;
  background-color: rgba(238, 71, 25, 0.1);
}
.ul-4-section-sub-title::after {
  content: none;
}
.ul-4-section-title {
  font-weight: 800;
  font-size: clamp(25px, 2.52vw, 48px);
}

.ul-sidebar {
  justify-content: flex-start;
  gap: 20px;
  border-right: 2px solid var(--ul-primary);
}
.ul-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(20px, 1.58vw, 30px);
}

.ul-sidebar-header-logo {
  display: flex;
  align-items: center;
}

.ul-sidebar-header-logo .logo {
  height: 56px;
  width: auto;
}

.ul-sidebar-header-logo .logo-text {
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  color: var(--ul-heading);
}
.ul-sidebar-closer {
  display: inline-flex;
  padding: 0;
  font-size: clamp(22px, 1.31vw, 25px);
}
.ul-sidebar-closer:hover {
  color: var(--ul-primary);
}
.ul-sidebar-closer i {
  display: inline-flex;
}
.ul-sidebar-txt-block .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-txt-block .descr {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
  display: flex;
  align-items: center;
  gap: 5px;
}
.ul-sidebar-txt-block .descr a {
  color: var(--ul-primary);
}
.ul-sidebar-txt-block .descr a:hover {
  color: var(--ul-secondary);
}
.ul-sidebar-txt-block .descr i {
  color: var(--ul-secondary);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-sidebar-slider-wrapper {
  display: flex;
  gap: 20px;
}
.ul-sidebar-slider-wrapper .slider-wrapper {
  max-width: calc(85% - 20px);
}
.ul-sidebar-slider-nav {
  position: static;
  transform: translate(0);
  gap: 10px;
  width: 15%;
}
.ul-sidebar-footer {
  margin-top: auto;
}
.ul-sidebar-footer-title {
  color: var(--black);
  font-weight: 600;
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: 4px;
  display: inline-block;
}
.ul-sidebar-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-sidebar-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--black);
  height: clamp(37px, 2.1vw, 40px);
}
.ul-sidebar-footer-social a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-sidebar-footer-social a i {
  display: inline-flex;
}

/* Sidebar Quick Access Buttons */
.ul-sidebar-quick-access {
  margin-bottom: 30px;
  padding: 0 5px;
}

.ul-sidebar-quick-btn {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid rgba(11, 37, 80, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: var(--black);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ul-sidebar-quick-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(4, 28, 51, 0.08);
  border-color: rgba(254, 190, 53, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.ul-sidebar-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(254, 190, 53, 0.1);
  border-radius: 10px;
  margin-left: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.ul-sidebar-quick-btn:hover .ul-sidebar-btn-icon {
  background-color: var(--ul-secondary);
  color: var(--white);
}

.ul-sidebar-btn-icon i {
  font-size: 18px;
  color: var(--ul-secondary);
  transition: color 0.3s ease;
}

.ul-sidebar-quick-btn:hover .ul-sidebar-btn-icon i {
  color: var(--white);
}

.ul-sidebar-btn-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.ul-sidebar-btn-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
  color: var(--ul-primary);
  transition: color 0.3s ease;
}

.ul-sidebar-quick-btn:hover .ul-sidebar-btn-title {
  color: var(--ul-secondary);
}

.ul-sidebar-btn-desc {
  display: block;
  font-size: 13px;
  color: var(--ul-gray2);
  transition: color 0.3s ease;
}

.ul-sidebar-btn-arrow {
  margin-right: 10px;
  font-size: 14px;
  color: var(--ul-secondary);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.ul-sidebar-quick-btn:hover .ul-sidebar-btn-arrow {
  transform: translateX(-3px);
}

/* Consistent styling for all sidebar buttons */

/* Sidebar Divider */
.ul-sidebar-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(11, 37, 80, 0.2) 50%, transparent 100%);
  margin: 25px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ul-sidebar-quick-btn {
    padding: 12px 15px;
    margin-bottom: 10px;
  }
  
  .ul-sidebar-btn-icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  
  .ul-sidebar-btn-icon i {
    font-size: 16px;
  }
  
  .ul-sidebar-btn-title {
    font-size: 15px;
  }
  
  .ul-sidebar-btn-desc {
    font-size: 12px;
  }
}

.ul-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  /* backdrop-filter: blur(10px); */
  transition: all 0.3s ease;
}

.ul-header.scrolled {
  background: #fff;
  backdrop-filter: blur(15px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* .ul-header.scrolled .ul-header-bottom-content {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
} */
.ul-header-top {
  color: var(--white);
  position: relative;
  padding: clamp(9px, 0.63vw, 12px) 0;
}
@media screen and (max-width: 575px) {
  .ul-header-top {
    text-align: center;
  }
}
.ul-header-top::before {
  content: "";
  position: absolute;
  background-color: var(--ul-secondary);
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(100% 0%, 1.5% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 575px) {
  .ul-header-top::before {
    display: none;
  }
}
.ul-header-top-infos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px clamp(24px, 2.52vw, 48px);
  font-family: var(--font-lato);
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.88);
}
@media screen and (max-width: 575px) {
  .ul-header-top-infos {
    justify-content: center;
  }
}
.ul-header-top-info {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.53vw, 10px);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-header-top-info .value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ul-header-top-info i {
  color: var(--ul-c3);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-header-top-info a {
  color: rgba(255, 255, 255, 0.88);
}
.ul-header-top-info a:hover {
  color: var(--ul-primary);
}
.ul-header-top-email a:hover {
  color: var(--ul-secondary);
}
.ul-header-container {
  margin: auto;
  max-width: calc(clamp(940px, 90.38vw, 1720px) + 30px);
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.ul-header-bottom {
  width: 100%;
}
.ul-header-bottom.sticky .ul-header-bottom-wrapper {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.ul-header-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  /* background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px); */
  border-radius: clamp(12px, 0.84vw, 16px);
  border-top-right-radius: 0;
  padding: clamp(14px, 1.05vw, 20px) clamp(16px, 1.68vw, 32px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  .ul-header-bottom-content {
    border-radius: clamp(12px, 0.84vw, 16px);
  }
}
.ul-header-bottom-content > * {
  flex-shrink: 0;
}
.ul-header-bottom-left {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5.52vw, 105px);
}
.ul-header-bottom-right {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.68vw, 32px);
}
.ul-header-bottom-right button {
  background-color:transparent;
  color: var(--ul-black);
  border: none;
  border-radius: 4px;
  width: clamp(35px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-header-bottom-right button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-header-bottom-right .ul-btn {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  background-color: var(--ul-c3);
  color: var(--ul-primary);
  padding: clamp(8px, 0.84vw, 16px) clamp(20px, 1.68vw, 32px);
  border-radius: 4px;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-header-bottom-right .ul-btn:hover {
  background-color: var(--ul-primary);
  color: var(--ul-c3);
}
.ul-header .logo-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.ul-header .logo-container .logo {
  height: 56px;
  width: auto;
}

.ul-header .logo-container .logo-text {
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: bold;
}
.ul-header-nav {
  display: flex;
  gap: clamp(24px, 2.52vw, 48px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.2);
    gap: 0;
  }
}
.ul-header-nav > * {
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 991px) {
  .ul-header-nav > * {
    line-height: 1.2;
    padding: 12px 15px 10px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
  }
  .ul-header-nav > *:last-child {
    border-bottom: 0;
  }
  .ul-header-nav > *:hover {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    color: var(--black);
  }
  .ul-header-nav > *:hover > a:not([href]):not([class]) {
    color: var(--black);
  }
}
.ul-header-nav a {
  font-weight: 600;
}

.ul-header-nav a:hover, .ul-header-nav a:not([href]):not([class]):hover {
  color: var(--ul-secondary);
}
@media screen and (max-width: 991px) {
  .ul-header-nav > *.active > a {
    color: var(--black) !important;
  }
}
.ul-header-nav .has-sub-menu {
  position: relative;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
    background-color: var(--white);
    border-color: rgba(0, 0, 0, 0.2);
  }
  .ul-header-nav .has-sub-menu.active .ul-header-submenu {
    padding-top: 10px;
  }
  .ul-header-nav .has-sub-menu.active > a::after {
    transform: rotate(0deg);
  }
}
.ul-header-nav .has-sub-menu:hover .ul-header-submenu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}
.ul-header-nav .has-sub-menu > a {
  position: relative;
  transition: all 0.3s ease;
}
.ul-header-nav .has-sub-menu:hover > a {
  color: var(--ul-secondary);
}
.ul-header-nav .has-sub-menu > a::after {
  content: "\f107";
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(15px, 0.95vw, 18px);
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal;
  font-weight: 900 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease;
  color: var(--ul-secondary);
  opacity: 0.7;
}
.ul-header-nav .has-sub-menu:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
  color: var(--ul-secondary);
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu > a::after {
    left: 0;
    top: 0;
    transform: none;
  }
}
.ul-header-submenu {
  position: absolute;
  z-index: 2;
  min-width: 240px;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(15px) scale(0.95);
  transform-origin: top right;
  pointer-events: none;
  width: max-content;
  padding-top: 15px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.05));
}
.ul-header-nav .has-sub-menu:hover .ul-header-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: all;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 991px) {
  .ul-header-submenu {
    position: static;
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    filter: none;
  }
}
.ul-header-submenu ul {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid rgba(254, 190, 53, 0.1);
  backdrop-filter: blur(10px);
  padding: 8px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ul-header-submenu ul {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
  }
  .ul-header-submenu ul::before {
    display: none;
  }
}
.ul-header-submenu li {
  border-bottom: none;
  line-height: normal;
  margin: 0 8px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(10px);
  animation: slideInSubmenu 0.4s ease forwards;
}
.ul-header-submenu li:nth-child(1) {
  animation-delay: 0.05s;
}
.ul-header-submenu li:nth-child(2) {
  animation-delay: 0.1s;
}
.ul-header-submenu li:nth-child(3) {
  animation-delay: 0.15s;
}
.ul-header-submenu li:nth-child(4) {
  animation-delay: 0.2s;
}
.ul-header-submenu li:nth-child(5) {
  animation-delay: 0.25s;
}
.ul-header-submenu li:nth-child(6) {
  animation-delay: 0.3s;
}

@keyframes slideInSubmenu {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 991px) {
  .ul-header-submenu li {
    margin: 0;
    opacity: 1;
    transform: translateX(0);
    animation: none;
  }
}
.ul-header-submenu li:last-child {
  border-bottom: 0;
}
.ul-header-submenu li a {
  height: auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-transform: capitalize;
  color: var(--ul-black);
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.ul-header-submenu li a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--ul-c3);
  transform: scaleY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 8px 8px 0;
}
.ul-header-submenu li a::after {
  content: '\f060';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--ul-secondary);
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li a {
    padding: 8px 0;
    border-radius: 0;
  }
  .ul-header-submenu li a::before,
  .ul-header-submenu li a::after {
    display: none;
  }
}
.ul-header-submenu li a:hover {
  color: var(--ul-secondary);
  background: linear-gradient(90deg, rgba(254, 190, 53, 0.08) 0%, rgba(254, 190, 53, 0.02) 100%);
  padding-right: 25px;
  padding-left: 40px;
  transform: translateX(-5px);
  box-shadow: 0 2px 8px rgba(254, 190, 53, 0.15);
}
.ul-header-submenu li a:hover::before {
  transform: scaleY(1);
}
.ul-header-submenu li a:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.ul-header-submenu li a:active {
  transform: translateX(-5px) scale(0.98);
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li a:hover {
    background: transparent;
    padding: 8px 0;
    transform: none;
    box-shadow: none;
  }
  .ul-header-submenu li a:active {
    transform: none;
  }
}
.ul-header .has-mega-menu {
  position: static;
}
.ul-header-megamenu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  right: 3.1vw;
  left: 3.1vw;
  width: auto;
  top: clamp(110px, 7.8vw, 7.8vw);
  z-index: 99;
  padding: clamp(10px, 3.15vw, 60px) clamp(15px, 4.2vw, 80px);
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu {
    grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
    padding: 0 0;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu.active {
    margin-top: 15px;
  }
}
.ul-header-megamenu::before {
  content: "";
  position: absolute;
  height: 100%;
  top: -30px;
  left: 16vw;
  background-color: transparent;
  opacity: 1;
  z-index: -1;
  width: 8.8vw;
}
@media screen and (max-width: 1399px) {
  .ul-header-megamenu::before {
    left: 20vw;
  }
}
@media screen and (max-width: 1199px) {
  .ul-header-megamenu::before {
    left: 21.5vw;
  }
}
.ul-header-megamenu .single-col {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: clamp(20px, 2.1vw, 40px);
  margin-left: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
.ul-header-megamenu .single-col:last-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.ul-header-megamenu .single-col-title {
  color: var(--ul-primary);
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col-title {
    margin-bottom: 10px;
  }
}
.ul-header-megamenu li {
  border-bottom: none;
  line-height: clamp(30px, 2.1vw, 40px);
}
.ul-header-megamenu li a {
  height: auto;
  padding: 1px 0;
  display: inline-block;
  width: 100%;
}
.ul-header-sidebar-opener {
  background-color: var(--ul-primary);
  border: 1px solid transparent;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  font-size: clamp(22px, 1.31vw, 25px);
}
.ul-header-sidebar-opener:hover {
  color: var(--ul-primary);
  background-color: transparent;
  border-color: var(--ul-primary);
}

.ul-2-header-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  max-width: calc(clamp(1150px, 84.39vw, 1606px) + 30px);
}
.ul-2-header-top::before {
  content: none;
}
.ul-2-header-top .ul-header-top-info a:hover {
  color: var(--ul-secondary);
}
@media screen and (max-width: 575px) {
  .ul-2-header-bottom {
    background-color: var(--ul-secondary);
  }
}
.ul-2-header-bottom .ul-header-bottom-content {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  gap: 0;
}
.ul-2-header-bottom-logo-container {
  background-color: var(--ul-secondary);
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: clamp(21px, 2.26vw, 43px);
  position: relative;
}
@media screen and (max-width: 575px) {
  .ul-2-header-bottom-logo-container {
    padding: 20px 0;
    padding-left: clamp(21px, 2.26vw, 43px);
  }
}
.ul-2-header-bottom-logo-container img {
  max-width: clamp(135px, 9.2vw, 175px);
}
.ul-2-header-bottom-logo-container::before {
  content: "";
  position: absolute;
  background-color: var(--ul-secondary);
  width: 540%;
  height: 100%;
  left: calc(100% - 1px);
  z-index: -1;
}
.ul-2-header-bottom-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  padding: clamp(14px, 1.16vw, 22px) clamp(16px, 1.68vw, 32px);
  flex-grow: 1;
}
@media screen and (max-width: 575px) {
  .ul-2-header-bottom-center {
    display: none;
  }
}
.ul-2-header-bottom-right {
  display: flex;
  align-items: center;
  height: 100%;
  gap: clamp(16px, 1.68vw, 32px);
  padding-right: clamp(14px, 2.52vw, 48px);
}
.ul-2-header-bottom-right button {
  padding: 0;
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  font-size: clamp(17px, 1.05vw, 20px);
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.ul-2-header-bottom-right button:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .ul-2-header-bottom-right button:hover {
    background-color: var(--ul-primary);
    color: var(--white);
  }
}

.ul-3-header {
  background-color: var(--white);
}
.ul-3-header .ul-header-top {
  background-color: var(--ul-primary);
  margin-right: clamp(50px, 5.25vw, 100px);
  border-bottom-right-radius: 16px;
  padding: 0;
  overflow: hidden;
}
.ul-3-header .ul-header-top::before {
  content: none;
}
.ul-3-header .ul-header-top .left {
  background-color: var(--ul-secondary);
  width: max-content;
  max-width: 100%;
  padding: clamp(9px, 0.63vw, 12px) clamp(15px, 2.63vw, 50px);
}
.ul-3-header-container {
  max-width: clamp(0px, 90.38vw, 1720px);
}

.ul-banner {
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
}

.ul-banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ul-banner-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(1.05);
  transition: transform 8s ease-out;
}

.ul-banner-slider .swiper-slide-active .ul-banner-slide {
  transform: scale(1);
}

.ul-banner-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 27.63%, #0D0D0D 99.51%);
  z-index: 1;
}

.ul-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ul-banner-content {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 20;
  text-align: right;
  padding: 30px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}

.swiper-slide-active .ul-banner-content {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInUp 1s ease-out;
}

/* Slider Navigation */
.ul-banner-slider .swiper-button-next,
.ul-banner-slider .swiper-button-prev {
  color: var(--white);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  z-index: 15;
  cursor: pointer;
}

.ul-banner-slider .swiper-button-next:hover,
.ul-banner-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.ul-banner-slider .swiper-button-next::after,
.ul-banner-slider .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.ul-banner-slider .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Slider Pagination */
.ul-banner .swiper-pagination {
  bottom: 30px;
  z-index: 10;
}

.ul-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.3s ease;
}

.ul-banner .swiper-pagination-bullet-active {
  background: var(--ul-c3);
  border-color: var(--ul-c3);
  transform: scale(1.2);
}

.ul-banner-txt {
  color: white;
}

.ul-banner-txt > * {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.swiper-slide-active .ul-banner-txt .ul-banner-sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.swiper-slide-active .ul-banner-txt .ul-banner-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.swiper-slide-active .ul-banner-txt .ul-banner-subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.swiper-slide-active .ul-banner-txt .ul-banner-descr {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.swiper-slide-active .ul-banner-txt .ul-banner-btns {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .ul-banner-txt {
    margin-bottom: clamp(25px, 2.1vw, 40px);
  }
}
.ul-banner-sub-title {
  color: var(--ul-c3);
  border: 1px solid var(--ul-c3);
  display: inline-flex;
  align-items: center;
  gap: clamp(3px, 0.3vw, 5px);
  padding: clamp(5px, 0.4vw, 8px) clamp(12px, 1vw, 18px);
  border-radius: 50px;
  margin-bottom: clamp(8px, 0.6vw, 12px);
  font-family: var(--font-lato);
  font-size: clamp(11px, 0.8vw, 14px);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .ul-banner-sub-title::before {
  content: "";
  display: inline-block;
  background-color: var(--ul-c3);
  clip-path: polygon(92.305% 10.683%, 92.305% 10.683%, 88.796% 7.021%, 84.935% 4.125%, 80.804% 1.996%, 76.486% 0.631%, 72.062% 0.031%, 67.614% 0.195%, 63.226% 1.123%, 58.978% 2.814%, 54.953% 5.267%, 51.234% 8.483%, 51.234% 8.483%, 51.013% 8.672%, 50.776% 8.82%, 50.524% 8.925%, 50.264% 8.988%, 50% 9.01%, 49.736% 8.988%, 49.476% 8.925%, 49.224% 8.82%, 48.987% 8.672%, 48.767% 8.483%, 48.767% 8.483%, 45.047% 5.269%, 41.022% 2.819%, 36.774% 1.132%, 32.386% 0.209%, 27.938% 0.049%, 23.514% 0.651%, 19.196% 2.016%, 15.065% 4.143%, 11.204% 7.033%, 7.696% 10.683%, 7.696% 10.683%, 4.789% 14.885%, 2.575% 19.447%, 1.047% 24.277%, 0.197% 29.281%, 0.018% 34.365%, 0.503% 39.434%, 1.643% 44.396%, 3.433% 49.155%, 5.864% 53.62%, 8.929% 57.694%, 43.299% 96.839%, 43.299% 96.839%, 44.473% 97.977%, 45.758% 98.862%, 47.126% 99.494%, 48.549% 99.873%, 50% 100%, 51.451% 99.873%, 52.874% 99.494%, 54.242% 98.862%, 55.527% 97.977%, 56.702% 96.839%, 91.071% 57.694%, 91.071% 57.694%, 94.136% 53.62%, 96.567% 49.155%, 98.357% 44.396%, 99.497% 39.434%, 99.982% 34.365%, 99.803% 29.281%, 98.954% 24.277%, 97.425% 19.447%, 95.212% 14.885%, 92.305% 10.683%);
  width: clamp(12px, 0.8vw, 15px);
  aspect-ratio: 20/18;
  margin-left: clamp(3px, 0.3vw, 5px);
} */
.ul-banner-title {
  color: var(--white);
  font-weight: 800;
  font-size: clamp(24px, 3vw, 48px);
  margin-bottom: clamp(5px, 0.5vw, 8px);
  font-family: var(--font-lato);
  line-height: 1.1;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.ul-banner-subtitle {
  color: var(--ul-c3);
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 28px);
  margin-bottom: clamp(12px, 1.2vw, 20px);
  font-family: var(--font-lato);
  line-height: 1.2;
  animation: fadeInUp 1s ease-out 0.6s both;
}
.ul-banner-descr {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: clamp(20px, 1.8vw, 30px);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.5;
  animation: fadeInUp 1s ease-out 0.8s both;
}
.ul-banner-btns {
  display: flex;
  gap: clamp(12px, 1.2vw, 20px);
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out 1s both;
}

.ul-banner-btns a {
  padding: clamp(10px, 0.8vw, 14px) clamp(20px, 1.8vw, 30px);
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  transform: translateY(0);
  display: flex;
  justify-content: center;
}

.ul-banner-btns a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.ul-banner-btns a:first-child {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-banner-btns a:first-child:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}
.ul-banner-btns a:nth-child(2) {
  background-color: transparent;
  border: 2px solid var(--white);
  color: var(--white);
}
.ul-banner-btns a:nth-child(2):hover {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-banner-socials {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--ul-secondary);
  border-radius: 0 25px 25px 0;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.ul-banner-socials a {
  width: clamp(45px, 2.52vw, 48px);
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s ease;
}
.ul-banner-socials a:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 768px) {
  .ul-banner {
    min-height: 70vh;
    height: auto;
  }
  
  .ul-banner-content {
    bottom: 30px;
    right: 20px;
    left: 20px;
    max-width: none;
    padding: 20px;
    text-align: center;
  }
  
  .ul-banner-btns {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .ul-banner-btns a {
    width: 200px;
    text-align: center;
    padding: 12px 25px;
    font-size: 14px;
  }

  .ul-banner-slider .swiper-button-next,
  .ul-banner-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .ul-banner-slider .swiper-button-next::after,
  .ul-banner-slider .swiper-button-prev::after {
    font-size: 14px;
  }

  .ul-banner .swiper-pagination {
    bottom: 20px;
  }

  .ul-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 479px) {
  .ul-banner-socials {
    display: none !important;
  }

  .ul-banner-slider .swiper-button-next,
  .ul-banner-slider .swiper-button-prev {
    display: none;
  }

  .ul-banner-content {
    bottom: 20px;
    right: 15px;
    left: 15px;
    padding: 15px;
  }
}
.ul-2-banner {
  background-color: var(--ul-primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-2-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/banner-2-bg.jpg) no-repeat center center/cover;
  opacity: 12%;
}
.ul-2-banner-container {
  max-width: calc(clamp(1000px, 84.6vw, 1610px) + 30px);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ul-2-banner-txt {
  padding: clamp(104px, 10.72vw, 204px) 0;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .ul-2-banner-txt {
    padding: 50px 0 30px;
  }
}
.ul-2-banner-imgs {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: clamp(69px, 3.78vw, 72px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-2-banner-imgs {
    padding-top: 0;
    justify-content: center;
  }
}
.ul-2-banner-imgs::before {
  content: "";
  position: absolute;
  inset: -30px;
  right: 0;
  left: 155px;
  background: linear-gradient(-90deg, #0b254e 0%, #0b254e 100%);
  opacity: 0.4;
  clip-path: polygon(25.978% 100%, 25.978% 100%, 26.681% 88.144%, 25.049% 77.376%, 21.698% 67.444%, 17.247% 58.093%, 12.31% 49.07%, 7.506% 40.121%, 3.451% 30.993%, 0.762% 21.433%, 0.056% 11.186%, 1.949% 0%, 100% 0%, 100% 100%, 25.978% 100%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ul-2-banner-imgs::before {
    display: none;
  }
}
.ul-2-banner-imgs .img-1 {
  max-width: clamp(295px, 28.64vw, 545px);
}
.ul-2-banner-imgs .img-2 {
  margin-right: calc(0% - clamp(122px, 9.2vw, 175px));
  max-width: clamp(280px, 29.48vw, 561px);
}
.ul-2-banner-sub-title {
  color: var(--ul-c3);
  margin-bottom: 4px;
}
.ul-2-banner-sub-title::before {
  background-color: var(--ul-c3);
}
.ul-2-banner-title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(28px, 3.78vw, 72px);
  letter-spacing: 0.5px;
  margin-bottom: clamp(9px, 0.95vw, 18px);
}
.ul-2-banner-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: clamp(23px, 2.42vw, 46px);
  max-width: 85%;
}
.ul-2-banner .ul-btn {
  display: inline-flex;
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-2-banner .ul-btn:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}
.ul-2-banner-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-2-banner .vector-1,
.ul-2-banner .vector-2,
.ul-2-banner .vector-3 {
  opacity: 8%;
  top: clamp(20px, 2.63vw, 50px);
  right: clamp(256px, 26.9vw, 512px);
  animation: swirl-in-fwd 3s infinite forwards linear;
}
.ul-2-banner .vector-2 {
  top: clamp(60px, 6.46vw, 123px);
  right: 40%;
}
.ul-2-banner .vector-3 {
  top: auto;
  bottom: clamp(115px, 12.09vw, 230px);
  right: 32%;
}
.ul-2-banner .vector-4 {
  right: clamp(112px, 11.77vw, 224px);
  bottom: clamp(36px, 3.78vw, 72px);
}
.ul-2-banner .vector-5 {
  top: clamp(20px, 1.68vw, 32px);
  left: clamp(16px, 1.68vw, 32px);
}
.ul-2-banner-socials {
  left: clamp(40px, 4.2vw, 80px);
  border-radius: 0;
  background-color: transparent;
  gap: clamp(8px, 0.84vw, 16px);
  overflow: visible;
}
@media screen and (max-width: 479px) {
  .ul-2-banner-socials {
    display: none;
  }
}
.ul-2-banner-socials a {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}
.ul-2-banner-socials::before, .ul-2-banner-socials::after {
  content: "";
  position: absolute;
  width: clamp(29px, 1.68vw, 32px);
  height: 110%;
  background: linear-gradient(-180deg, #FFFFFF 0%, #0D6DFD 80.8%);
  opacity: 0.12;
  border-radius: 100px 100px 0px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0) translateX(50%);
  bottom: calc(100% + 40px);
  right: 50%;
}
.ul-2-banner-socials::after {
  top: calc(100% + 40px);
  transform: translateX(50%);
  right: 50%;
}

.ul-about {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-about-vector {
  position: absolute;
  z-index: -1;
  width: clamp(0px, 19.34vw, 368px);
  left: 0;
  bottom: 0;
}

/* Background for ul-about section */
.ul-about-with-bg {
  position: relative;
}

.ul-about-with-bg::before {
  content: '';
  position: absolute;
  left: calc(-50vw + 50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-image: url('../img/2bg.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  opacity: 0.1;
}

/* Responsive adjustments for the background */
@media screen and (max-width: 991px) {
  .ul-about-with-bg::before {
    background-position: left bottom;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .ul-about-with-bg::before {
    background-size: contain;
    background-position: left bottom;
  }
}

.ul-about-timetable-wrapper {
  background: #0b254e;
  color: var(--white);
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.ul-about-timetable-wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/banner-vector-1.svg) no-repeat bottom left/cover;
  top: 0;
  right: 0;
  width: clamp(150px, 8.93vw, 170px);
  aspect-ratio: 170/177;
  display: inline-block;
}
.ul-about-timetable {
  padding: clamp(30px, 2.52vw, 48px) clamp(20px, 2.1vw, 40px) 0;
}
.ul-about-timetable-title {
  font-family: var(--font-lato);
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 700;
  padding-bottom: clamp(14px, 1.26vw, 24px);
  border-bottom: 1px solid rgba(206, 207, 208, 0.16);
}
.ul-about-timetable-item {
  border-bottom: 1px dashed rgba(206, 207, 208, 0.32);
  padding: clamp(10px, 0.84vw, 16px) 0;
}
.ul-about-timetable-item:last-child {
  border-bottom: 0;
}
.ul-about-timetable-day {
  font-family: var(--font-lato);
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 500;
  display: block;
  margin-bottom: clamp(3px, 0.32vw, 6px);
}
.ul-about-timetable-time {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-about-contact {
  background-color: var(--ul-secondary);
  padding: clamp(12px, 1.26vw, 24px) clamp(21px, 2.21vw, 42px) clamp(25px, 2.68vw, 51px);
}
.ul-about-contact-title {
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  font-family: var(--font-lato);
  margin-bottom: 6px;
}
.ul-about-contact a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-about-txt {
  padding-right: clamp(32px, 3.36vw, 64px);
}
@media screen and (max-width: 767px) {
  .ul-about-txt {
    padding-right: 0;
  }
}
.ul-about-txt p {
  font-size: clamp(16px, 0.84vw, 16px);
  color: rgba(4, 28, 51, 0.7);
}
.ul-about-motto {
  display: flex;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
  margin-top: clamp(14px, 1.52vw, 29px);
  margin-bottom: clamp(24px, 2.52vw, 48px);
}
.ul-about-motto .title {
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-primary);
}
.ul-about-motto i {
  background-color: var(--ul-secondary);
  color: var(--white);
  width: clamp(21px, 1.26vw, 24px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-about-btns {
  gap: clamp(8px, 1.68vw, 32px);
  flex-wrap: wrap;
}
.ul-about-btns a:first-child {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-about-btns a:first-child:hover {
  background-color: var(--ul-primary);
}
.ul-about-btns a:nth-child(2) {
  background-color: transparent;
  border: 1px solid var(--ul-primary);
  color: var(--ul-primary);
}
.ul-about-btns a:nth-child(2):hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

/* President Image Styles */
.ul-president-image {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.ul-president-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

/* Make the wrapper match the text height */
.ul-about .row {
  align-items: stretch;
}

.ul-about .ul-about-timetable-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ul-about .ul-president-image {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .ul-president-image img {
    max-height: 400px;
    height: auto;
  }
}

.ul-2-about {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-2-about-imgs {
  position: relative;
}
@media screen and (max-width: 991px) {
  .ul-2-about-imgs {
    width: max-content;
    margin: auto;
    max-width: 100%;
  }
}
.ul-2-about-imgs .img-1-wrapper {
  border-left: clamp(4px, 0.37vw, 7px) solid var(--ul-c3);
  width: max-content;
  max-width: 100%;
  border-radius: 16px;
  border-top-left-radius: clamp(170px, 10.51vw, 200px);
  overflow: hidden;
}
.ul-2-about-imgs .img-1-wrapper img {
  max-width: clamp(345px, 26.8vw, 510px);
  aspect-ratio: 510/596;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .ul-2-about-imgs .img-1-wrapper img {
    max-width: 100%;
  }
}
.ul-2-about-imgs .img-1-wrapper .txt {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  background-color: var(--ul-secondary);
  color: var(--white);
  writing-mode: vertical-rl;
  transform: scale(-1);
  border-radius: 16px 0 0 16px;
  padding: clamp(10px, 0.84vw, 16px);
  font-family: var(--font-lato);
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-2-about-imgs .img-1-wrapper .txt .number {
  font-size: clamp(22px, 1.47vw, 28px);
}
.ul-2-about-imgs .img-2 {
  position: absolute;
  left: 32px;
  top: clamp(45px, 2.52vw, 48px);
  border-radius: 16px;
  aspect-ratio: 266/293;
  object-fit: cover;
  max-width: clamp(206px, 13.98vw, 266px);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .ul-2-about-imgs .img-2 {
    left: -50px;
  }
}
.ul-2-about-descr {
  margin-top: clamp(14px, 1.26vw, 24px);
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
  line-height: 1.5;
  margin-bottom: clamp(15px, 1.63vw, 31px);
}
.ul-2-about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(9px, 0.95vw, 18px);
  margin-bottom: clamp(25px, 2.63vw, 50px);
}
@media screen and (max-width: 575px) {
  .ul-2-about-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-2-about-list li {
  display: flex;
  align-items: baseline;
  gap: clamp(9px, 0.63vw, 12px);
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  font-family: var(--font-lato);
}
.ul-2-about-list li i {
  background-color: var(--ul-secondary);
  color: var(--white);
  font-size: clamp(10px, 0.63vw, 12px);
  width: clamp(21px, 1.26vw, 24px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-2-about-author {
  display: flex;
  align-items: center;
  margin-bottom: clamp(24px, 2.52vw, 48px);
  flex-wrap: wrap;
}
.ul-2-about-author-info {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.63vw, 12px);
  padding-left: clamp(16px, 1.26vw, 24px);
  margin-left: clamp(16px, 1.26vw, 24px);
  position: relative;
  max-width: 40%;
}
@media screen and (max-width: 479px) {
  .ul-2-about-author-info {
    max-width: 100%;
  }
}
.ul-2-about-author-info::before {
  content: "";
  position: absolute;
  height: clamp(35px, 2.1vw, 40px);
  width: 1px;
  background-color: rgba(206, 207, 208, 0.48);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ul-2-about-author-img {
  border: 2px solid var(--ul-gray);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.ul-2-about-author-img img {
  width: clamp(46px, 2.84vw, 54px);
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-2-about-author-role {
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  font-family: var(--font-lato);
  color: var(--ul-primary);
}
.ul-2-about .ul-btn {
  display: inline-flex;
}
.ul-2-about-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-2-about-vectors .vector-1 {
  bottom: 0;
  right: 0;
}

/* STATISTICS SECTION START */
.ul-statistics {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--white);
}

/* رموز مخصصة لكل قسم - Font Awesome Icons */
/* قسم رئيس الجامعة - أيقونة قائد */
.ul-about .ul-section-sub-title::before {
  content: "\f007"; /* fas fa-user */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم الإحصائيات - رسم بياني */
.ul-statistics .ul-section-sub-title::before {
  content: "\f201"; /* fas fa-chart-bar */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم شؤون الطلبة - طلاب */
.ul-2-about .ul-section-sub-title::before {
  content: "\f19d"; /* fas fa-graduation-cap */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم الخدمات والموارد - كتب */
.ul-academic-resources .ul-section-sub-title::before {
  content: "\f02d"; /* fas fa-book */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم الحياة الجامعية - مبنى */
.ul-why-choose-us .ul-section-sub-title::before {
  content: "\f19c"; /* fas fa-university */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-c3);
}

/* قسم الكليات - مبنى جامعي */
.ul-services .ul-section-sub-title::before {
  content: "\f19c"; /* fas fa-graduation-cap */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}



/* قسم المكتبة المصورة - كاميرا */
.ul-gallery .ul-section-sub-title::before {
  content: "\f030"; /* fas fa-camera */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم شبكة التعاون - شراكة */
.ul-cta .ul-section-sub-title::before,
.ul-partners .ul-section-sub-title::before {
  content: "\f2b5"; /* fas fa-handshake */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم التصنيفات والاعتمادات - نجمة */
.ul-qualification .ul-section-sub-title::before {
  content: "\f005"; /* fas fa-star */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم شهادات الطلاب - تقييم */
.ul-feedbacks .ul-section-sub-title::before {
  content: "\f075"; /* fas fa-comment */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم تطبيق الجامعة - هاتف */
.ul-mobile-app .ul-section-sub-title::before {
  content: "\f3ce"; /* fas fa-mobile-alt */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
}

/* قسم الأخبار - صحيفة */
.ul-blogs .ul-section-sub-title::before {
  content: "\f1ea"; /* fas fa-newspaper */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم نشاطات الجامعة - أيقونة المجموعة */
.ul-university-activities .ul-section-sub-title::before {
  content: "\f0c0"; /* fas fa-users */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
  margin-right: 8px;
}

/* قسم الخدمات المتميزة - نجمة خدمة */
.ul-2-cta .ul-section-sub-title::before {
  content: "\f005"; /* fas fa-star */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم الفيديو - كاميرا فيديو */
.ul-video-call .ul-section-sub-title::before {
  content: "\f03d"; /* fas fa-video */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم الفريق - مجموعة */
.ul-team .ul-section-sub-title::before {
  content: "\f0c0"; /* fas fa-users */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

/* قسم الهيئة التدريسية - معلمون */
.ul-faculty .ul-section-sub-title::before {
  content: "\f501"; /* fas fa-chalkboard-teacher */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  clip-path: none;
  width: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-secondary);
}

.ul-faculty .ul-section-sub-title::after {
  background-color: var(--ul-secondary);
}

/* قسم التعيينات - تقويم */
.ul-2-appointment-form-wrapper .ul-section-sub-title::before {
  content: "📅";
  background: none;
  clip-path: none;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color: var(--ul-c3) !important;
}

.ul-statistics .ul-section-sub-title::after {
  background-color: var(--ul-secondary);
}

.ul-statistics-grid {
  margin-top: clamp(40px, 3.15vw, 60px);
  position: relative;
  z-index: 2;
}

.ul-stat-item {
  background: var(--white);
  border-radius: 12px;
  padding: clamp(20px, 1.8vw, 30px);
  text-align: center;
  border: 1px solid rgba(4, 28, 51, 0.08);
  box-shadow: 0 4px 12px rgba(4, 28, 51, 0.05);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ul-stat-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(90deg, rgba(254, 190, 53, 0.15) 0%, rgba(254, 190, 53, 0.05) 30%, transparent 100%);
  border-radius: 0%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.ul-stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(4, 28, 51, 0.1);
  border-color: rgba(254, 190, 53, 0.3);
}

.ul-stat-item:hover::before {
  width: 120%;
  height: 120%;
}

.ul-stat-item:hover .ul-stat-icon {
  background-color: var(--ul-secondary);
  color: var(--white);
}

.ul-stat-item:hover .ul-stat-icon i {
  color: var(--white);
}

.ul-stat-icon {
  width: clamp(50px, 3.5vw, 65px);
  height: clamp(50px, 3.5vw, 65px);
  background-color: rgba(254, 190, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto clamp(15px, 1.2vw, 20px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.ul-stat-icon i {
  font-size: clamp(20px, 1.5vw, 28px);
  color: var(--ul-secondary);
  transition: all 0.3s ease;
}

.ul-stat-content {
  position: relative;
  z-index: 1;
}

.ul-stat-number {
  font-size: clamp(24px, 2.2vw, 20px);
  font-weight: 700;
  color: var(--ul-primary);
  margin: 0 0 clamp(6px, 0.5vw, 8px);
  font-family: var(--font-lato);
  line-height: 1.1;
  direction: ltr;
  unicode-bidi: bidi-override;
}

.ul-stat-label {
  font-size: clamp(12px, 0.85vw, 14px);
  color: var(--ul-gray2);
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.ul-stat-item:hover .ul-stat-label {
  color: var(--ul-primary);
}

.ul-statistics-vectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.ul-statistics-vectors > * {
  position: absolute;
  opacity: 0.3;
}

.ul-statistics-vectors .vector-1 {
  bottom: 10%;
  left: -2%;
  max-width: 120px;
}

.ul-statistics-vectors .vector-2 {
  top: 10%;
  right: -2%;
  max-width: 100px;
}

/* Animation for counting numbers */
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ul-stat-number.animate {
  animation: countUp 0.5s ease;
}

/* Responsive design for statistics */
@media screen and (max-width: 1199px) {
  .ul-statistics-grid .row {
    row-gap: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .ul-statistics-grid .row {
    row-gap: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .ul-stat-item {
    padding: clamp(15px, 2.5vw, 25px);
  }
  
  .ul-statistics-grid .row {
    row-gap: 1rem;
  }
  
  .ul-statistics-vectors .vector-1,
  .ul-statistics-vectors .vector-2 {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .ul-statistics .ul-section-title {
    font-size: clamp(22px, 4.5vw, 28px);
  }
  
  .ul-stat-number {
    font-size: clamp(20px, 5vw, 28px);
  }
}

/* Statistics Slider for Mobile */
.ul-statistics-slider-wrapper {
    position: relative;
    margin-top: 40px;
}

.ul-statistics-slider {
    overflow: hidden;
    padding: 0 20px;
}

.ul-statistics-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.ul-statistics-slider .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.ul-statistics-slider .ul-stat-item {
    height: 100%;
    margin: 0;
    min-width: 250px;
}

/* Navigation Buttons for Statistics Slider */
.ul-statistics-slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.ul-statistics-prev,
.ul-statistics-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--ul-primary-color);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.ul-statistics-prev:hover,
.ul-statistics-next:hover {
    background: var(--ul-secondary-color);
    transform: scale(1.1);
}

.ul-statistics-prev.swiper-button-disabled,
.ul-statistics-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Pagination for Statistics Slider */
.ul-statistics-pagination {
    text-align: center;
    margin-top: 20px;
}

.ul-statistics-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(var(--ul-primary-color-rgb), 0.3);
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ul-statistics-pagination .swiper-pagination-bullet-active {
    background: var(--ul-primary-color);
    transform: scale(1.2);
}

/* Responsive adjustments for statistics slider */
@media screen and (max-width: 768px) {
    .ul-statistics-slider {
        padding: 0 15px;
    }
    
    .ul-statistics-slider .ul-stat-item {
        min-width: 220px;
    }
}

@media screen and (max-width: 575px) {
    .ul-statistics-slider {
        padding: 0 10px;
    }
    
    .ul-statistics-slider .ul-stat-item {
        min-width: 200px;
    }
    
    .ul-statistics-prev,
    .ul-statistics-next {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
}

/* STATISTICS SECTION END */

/* ACADEMIC RESOURCES SECTION START */
.ul-academic-resources {
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
}

.ul-academic-resources-grid {
  margin-top: clamp(40px, 3.15vw, 60px);
}

/* Add entrance animations */
.ul-resource-item {
  background: var(--white);
  border-radius: 16px;
  padding: clamp(25px, 2.1vw, 35px);
  border: 1px solid rgba(4, 28, 51, 0.08);
  box-shadow: 0 4px 20px rgba(4, 28, 51, 0.06);
  transition: all 0.4s ease;
  height: 220px !important; /* Fixed height for consistent card size */
  min-height: 220px; /* Ensure minimum height */
  max-height: 220px; /* Prevent cards from growing larger */
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.ul-resource-item:nth-child(1) { animation-delay: 0.1s; }
.ul-resource-item:nth-child(2) { animation-delay: 0.2s; }
.ul-resource-item:nth-child(3) { animation-delay: 0.3s; }
.ul-resource-item:nth-child(4) { animation-delay: 0.4s; }
.ul-resource-item:nth-child(5) { animation-delay: 0.5s; }
.ul-resource-item:nth-child(6) { animation-delay: 0.6s; }
.ul-resource-item:nth-child(7) { animation-delay: 0.1s; }
.ul-resource-item:nth-child(8) { animation-delay: 0.2s; }
.ul-resource-item:nth-child(9) { animation-delay: 0.3s; }
.ul-resource-item:nth-child(10) { animation-delay: 0.4s; }
.ul-resource-item:nth-child(11) { animation-delay: 0.5s; }
.ul-resource-item:nth-child(12) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ul-resource-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(90deg, rgba(254, 190, 53, 0.15) 0%, rgba(254, 190, 53, 0.05) 30%, transparent 100%);
  border-radius: 0%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.ul-resource-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(4, 28, 51, 0.08);
  border-color: rgba(254, 190, 53, 0.2);
}

.ul-resource-item:hover::before {
  width: 120%;
  height: 120%;
}

.ul-resource-header {
  display: flex;
  align-items: center;
  margin-bottom: clamp(15px, 1.2vw, 20px);
  gap: clamp(12px, 1vw, 16px);
  position: relative;
  z-index: 2;
}

.ul-resource-icon {
  width: clamp(50px, 3.5vw, 65px);
  height: clamp(50px, 3.5vw, 65px);
  background-color: rgba(254, 190, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.ul-resource-icon i {
  font-size: clamp(20px, 1.5vw, 28px);
  color: var(--ul-secondary);
  transition: all 0.3s ease;
}

.ul-resource-item:hover .ul-resource-icon {
  background-color: var(--ul-secondary);
  color: var(--white);
}

.ul-resource-item:hover .ul-resource-icon i {
  color: var(--white);
}

.ul-resource-title {
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  color: var(--ul-primary);
  margin: 0;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.ul-resource-item:hover .ul-resource-title {
  color: var(--ul-secondary);
}

.ul-resource-description {
  font-size: clamp(13px, 0.94vw, 16px);
  color: var(--ul-gray2);
  line-height: 1.6;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  /* Text truncation for consistent height */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  line-clamp: 2; /* Standard property */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em; /* 2 lines * 1.6 line-height */
}

.ul-resource-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(13px, 0.94vw, 16px);
  color: var(--ul-secondary);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.ul-resource-link:hover {
  color: var(--ul-primary);
  gap: 10px;
}

.ul-resource-link i {
  font-size: clamp(12px, 0.84vw, 14px);
  transition: transform 0.3s ease;
}

.ul-resource-link:hover i {
  transform: translateX(-2px);
}

/* Responsive design */
@media screen and (max-width: 1199px) {
  .ul-academic-resources-grid .row {
    row-gap: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .ul-academic-resources-grid .row {
    row-gap: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .ul-resource-item {
    padding: clamp(20px, 3vw, 25px);
    height: 220px !important; /* Same fixed height for mobile consistency */
    min-height: 220px;
    max-height: 220px; /* Prevent cards from growing larger */
  }
  
  .ul-academic-resources-grid .row {
    row-gap: 1.5rem;
  }
  
  .ul-resource-header {
    flex-direction: column;
    text-align: center;
    gap: clamp(10px, 2vw, 15px);
  }
}

/* Unified Slider Styles */
.ul-resources-slider-wrapper {
  position: relative;
  padding: 2rem 0;
  margin-top: clamp(30px, 2.5vw, 50px);
}

.ul-resources-slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}

.ul-resources-slider .swiper-wrapper {
  align-items: stretch;
}

/* Grid support for multiple rows */
@media (min-width: 768px) {
  .ul-resources-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .ul-resources-slider.swiper-grid > .swiper-wrapper {
    flex-direction: row;
  }
}

.ul-resources-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  padding: 0 10px; /* Small gap between slides */
  margin-bottom: 20px; /* Gap between rows */
}

.ul-resources-slider .swiper-slide .ul-resource-item {
  height: 220px !important; /* Fixed height for slider cards */
  min-height: 220px;
  max-height: 220px; /* Prevent cards from growing larger */
  margin: 0; /* Remove any default margins */
  width: 100%;
}

/* Navigation Buttons */
.ul-resources-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

.ul-resources-prev,
.ul-resources-next {
      width: clamp(46px, 2.94vw, 56px);
    aspect-ratio: 1 / 1;
    background-color: var(--white);
    color: var(--ul-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(17px, 1.05vw, 20px);
    visibility: visible;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 999px;
}

.ul-resources-prev:hover,
.ul-resources-next:hover {
  background: var(--ul-secondary);
  color: white;
  transform: translateY(-3px) scale(1.05);
}

.ul-resources-prev.swiper-button-disabled,
.ul-resources-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 10px rgba(254, 190, 53, 0.1);
}

.ul-resources-prev:active,
.ul-resources-next:active {
  transform: translateY(-1px) scale(0.98);
}

/* Enhanced Pagination */
.ul-resources-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 0.5rem;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
}

.ul-resources-pagination.swiper-pagination {
  position: static !important;
}

.ul-resources-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(254, 190, 53, 0.3) !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 4px !important;
  display: inline-block !important;
}

.ul-resources-pagination .swiper-pagination-bullet:hover {
  background: rgba(254, 190, 53, 0.6);
  transform: scale(1.2);
}

.ul-resources-pagination .swiper-pagination-bullet-active {
  background: var(--ul-secondary) !important;
  width: 24px !important;
  height: 8px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Responsive adjustments for unified slider */
@media (max-width: 1199px) {
  .ul-resources-slider .swiper-slide {
    padding: 0 8px;
  }
}

@media (max-width: 991px) {
  .ul-resources-slider-wrapper {
    padding: 1.5rem 0;
  }
  
  .ul-resources-slider .swiper-slide {
    padding: 0 6px;
  }
  
  .ul-resources-slider-nav {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .ul-resources-slider-wrapper {
    padding: 1rem 0 1.5rem;
  }
  
  .ul-resources-slider .swiper-slide {
    padding: 0 4px;
  }
  
  .ul-resources-slider-nav {
    margin-top: 1.2rem;
  }
  
  .ul-resources-pagination {
    margin-top: 1.5rem;
  }
  
  .ul-resources-pagination .swiper-pagination-bullet-active {
    width: 24px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: var(--ul-secondary) !important;
    box-shadow: none !important;
  }
}

@media screen and (max-width: 575px) {
  .ul-academic-resources .ul-section-title {
    font-size: clamp(20px, 4.5vw, 26px);
  }
  
  .ul-resources-slider .swiper-slide {
    padding: 0 2px;
  }
  
  .ul-resources-slider-nav {
    gap: 0.8rem;
    margin-top: 1rem;
  }
  
  .ul-resources-pagination {
    margin-top: 1.2rem;
  }
  
  .ul-resources-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  
  .ul-resources-pagination .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: var(--ul-secondary) !important;
    box-shadow: none !important;
  }
}

@media screen and (max-width: 480px) {
  .ul-resources-slider-wrapper {
    padding: 0.8rem 0 1.2rem;
  }
}



/* ACADEMIC RESOURCES SECTION END */

/* FACULTY MEMBERS SECTION START */
.faculty-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    position: relative;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.section-title {
    color: var(--title-color);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-description {
    color: var(--text-color);
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.faculty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.faculty-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.faculty-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.faculty-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.faculty-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.faculty-card:hover .faculty-image img {
    transform: scale(1.05);
}

.faculty-info {
    padding: 25px 20px;
    text-align: center;
}

.faculty-position {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 15px;
}

.faculty-name {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.faculty-department {
    color: var(--text-color);
    font-size: 14px;
    opacity: 0.8;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
    
    .section-description {
        font-size: 16px;
    }
    
    .faculty-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 40px;
    }
    
    .faculty-info {
        padding: 20px 15px;
    }
    
    .faculty-name {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .faculty-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .faculty-grid {
        grid-template-columns: 1fr;
    }
    
    .faculty-image {
        height: 250px;
    }
}
/* FACULTY MEMBERS SECTION END */

/* GALLERY SECTION START */
.ul-gallery {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Gallery Filter */
.ul-gallery-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 40px 0 50px;
}

.ul-gallery-filter-btn {
    background: transparent;
    color: var(--text-color);
    border: 2px solid #e8e9ea;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 25px;
}

.ul-gallery-filter-btn:hover,
.ul-gallery-filter-btn.active {
    background: var(--primary-color);
    /* color: #ffffff; */
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

/* Gallery Grid - Compact Layout Like the Image */
.ul-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin: 0 auto;
}

/* Gallery Items Positioning */
.ul-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Specific positioning like the reference image */
.large-item {
    grid-column: span 2;
    grid-row: span 2;
}

.medium-item {
    grid-column: span 2;
    grid-row: span 1;
}

.small-item {
    grid-column: span 1;
    grid-row: span 1;
}

.vertical-large-item {
    grid-column: span 1;
    grid-row: span 2;
}

.vertical-small-item {
    grid-column: span 1;
    grid-row: span 1;
}

.horizontal-item {
    grid-column: span 2;
    grid-row: span 1;
}

/* Layout pattern similar to the image */
.ul-gallery-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.ul-gallery-item:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}

.ul-gallery-item:nth-child(3) {
    grid-column: 5 / 7;
    grid-row: 1 / 2;
}

.ul-gallery-item:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.ul-gallery-item:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.ul-gallery-item:nth-child(6) {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
}

.ul-gallery-item:nth-child(7) {
    grid-column: 6 / 7;
    grid-row: 2 / 3;
}

.ul-gallery-item:nth-child(8) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.ul-gallery-item:nth-child(9) {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}

.ul-gallery-item:nth-child(10) {
    grid-column: 4 / 6;
    grid-row: 3 / 4;
}

.ul-gallery-item:nth-child(11) {
    grid-column: 6 / 7;
    grid-row: 3 / 4;
}

.ul-gallery-item:nth-child(12) {
    grid-column: 1 / 3;
    grid-row: 4 / 6;
}

.ul-gallery-item:nth-child(13) {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
}

.ul-gallery-item:nth-child(14) {
    grid-column: 4 / 5;
    grid-row: 2 / 4;
}

.ul-gallery-item:nth-child(15) {
    grid-column: 5 / 6;
    grid-row: 4 / 6;
}

.ul-gallery-item:nth-child(16) {
    grid-column: 6 / 7;
    grid-row: 4 / 5;
}

.ul-gallery-item:nth-child(17) {
    grid-column: 6 / 7;
    grid-row: 5 / 6;
}

.ul-gallery-item:nth-child(18) {
    grid-column: 1 / 3;
    grid-row: 6 / 7;
}

.ul-gallery-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f9fa;
}

.ul-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block; /* تأكد من ظهور الصور */
}

/* Simple Hover Effects */
.ul-gallery-item:hover {
    transform: translateY(-5px);
}

.ul-gallery-item:hover img {
    transform: scale(1.03);
}

/* Compact Overlay */
.ul-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 60%,
        rgba(0, 0, 0, 0.7) 100%
    );
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    border-radius: 12px;
}

.ul-gallery-item:hover .ul-gallery-overlay {
    opacity: 1;
}

.ul-gallery-content {
    width: 100%;
    color: #ffffff;
}

.ul-gallery-category {
    display: inline-block;
    background: var(--primary-color);
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.ul-gallery-title {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.2;
}

.ul-gallery-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 12px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.ul-gallery-item:hover .ul-gallery-zoom {
    opacity: 1;
    transform: scale(1);
}

.ul-gallery-zoom:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: scale(1.1);
}

/* Video Play Button Styles */
.ul-gallery-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ul-primary);
    font-size: 2rem;
    transition: all 0.3s ease;
    opacity: 0.9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ul-gallery-item:hover .ul-gallery-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--ul-primary);
    color: #ffffff;
}

/* Video Item Indicator */
.video-item::before {
    content: '\f03d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
    background: rgba(255, 71, 87, 0.9);
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    z-index: 2;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 71, 87, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
    }
}

/* Filter Animation */
.ul-gallery-item.filtered {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Responsive Design */
@media screen and (max-width: 1199px) {
    .ul-gallery-grid {
        grid-template-rows: repeat(4, 180px);
        gap: 12px;
        max-width: 900px;
    }
}

@media screen and (max-width: 991px) {
    .ul-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(6, 150px);
        gap: 10px;
        max-width: 700px;
    }
    
    /* Simplified layout for tablet */
    .ul-gallery-item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }
    
    .ul-gallery-item:nth-child(2) {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
    }
    
    .ul-gallery-item:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    
    .ul-gallery-item:nth-child(4) {
        grid-column: 4 / 5;
        grid-row: 2 / 3;
    }
    
    .ul-gallery-item:nth-child(5) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    
    .ul-gallery-item:nth-child(6) {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
    
    .ul-gallery-item:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 3 / 4;
    }
    
    .ul-gallery-item:nth-child(8) {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }
    
    .ul-gallery-item:nth-child(9) {
        grid-column: 3 / 4;
        grid-row: 4 / 5;
    }
    
    .ul-gallery-item:nth-child(10) {
        grid-column: 4 / 5;
        grid-row: 4 / 5;
    }
}

@media screen and (max-width: 767px) {
    .ul-gallery-filter {
        gap: 10px;
        margin: 30px 0 40px;
    }
    
    .ul-gallery-filter-btn {
        padding: 6px 16px;
        font-size: 12px;
    }
    
    .ul-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        gap: 8px;
        max-width: 500px;
    }
    
    /* تخطيط مبسط للتابلت الصغير */
    .ul-gallery-item {
        grid-column: auto;
        grid-row: auto;
        min-height: 120px;
    }
    
    /* الصورة الأولى تأخذ مساحة أكبر */
    .ul-gallery-item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: span 2;
        min-height: 180px;
    }
    
    .ul-gallery-item:nth-child(2) {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }
    
    .ul-gallery-item:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    
    .ul-gallery-item:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    
    .ul-gallery-item:nth-child(5) {
        grid-column: 2 / 4;
        grid-row: 3 / 4;
    }
    
    /* باقي الصور تتوزع بانتظام */
    .ul-gallery-item:nth-child(n+6) {
        grid-column: auto;
        grid-row: auto;
    }
    
    .ul-gallery-overlay {
        padding: 10px;
    }
    
    .ul-gallery-title {
        font-size: 11px;
    }
    
    .ul-gallery-zoom {
        width: 25px;
        height: 25px;
        font-size: 10px;
        top: 8px;
        right: 8px;
    }
    
    .ul-gallery-play {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
    
    .video-item::before {
        width: 16px;
        height: 16px;
        top: 6px;
        left: 6px;
        font-size: 8px;
    }
}

@media screen and (max-width: 575px) {
    .ul-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 6px;
        max-width: 350px;
    }
    
    /* تبسيط تخطيط الموبايل للتأكد من ظهور جميع الصور */
    .ul-gallery-item {
        grid-column: auto;
        grid-row: auto;
        min-height: 120px;
    }
    
    /* إعادة تعيين جميع العناصر لتتوزع بانتظام */
    .ul-gallery-item:nth-child(odd) {
        grid-column: 1 / 2;
    }
    
    .ul-gallery-item:nth-child(even) {
        grid-column: 2 / 3;
    }
    
    /* جعل أول صورتين أكبر قليلاً */
    .ul-gallery-item:nth-child(1),
    .ul-gallery-item:nth-child(2) {
        grid-row: span 2;
        min-height: 140px;
    }
    
    /* باقي الصور بحجم عادي */
    .ul-gallery-item:nth-child(n+3) {
        grid-row: span 1;
        min-height: 100px;
    }
    
    .ul-gallery-play {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
    
    .video-item::before {
        width: 14px;
        height: 14px;
        top: 4px;
        left: 4px;
        font-size: 7px;
    }
    
    .ul-gallery-category {
        font-size: 9px;
        padding: 1px 6px;
    }
    
    .ul-gallery-title {
        font-size: 10px;
    }
}

/* Loading Animation */
.ul-gallery-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.ul-gallery-item:nth-child(1) { animation-delay: 0.1s; }
.ul-gallery-item:nth-child(2) { animation-delay: 0.2s; }
.ul-gallery-item:nth-child(3) { animation-delay: 0.3s; }
.ul-gallery-item:nth-child(4) { animation-delay: 0.4s; }
.ul-gallery-item:nth-child(5) { animation-delay: 0.5s; }
.ul-gallery-item:nth-child(6) { animation-delay: 0.6s; }
.ul-gallery-item:nth-child(7) { animation-delay: 0.7s; }
.ul-gallery-item:nth-child(8) { animation-delay: 0.8s; }
.ul-gallery-item:nth-child(9) { animation-delay: 0.9s; }
.ul-gallery-item:nth-child(10) { animation-delay: 1.0s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* GALLERY SECTION END */

/* MOBILE APP SECTION START */
.ul-mobile-app {
    position: relative;
    background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
    overflow: hidden;
    padding: 40px 0; /* تقليل الارتفاع أكثر */
}

.ul-mobile-app::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
    z-index: 1;
}

.ul-mobile-app-wrapper {
    position: relative;
    z-index: 1;
}

/* Glass Effect Background Elements */
.ul-mobile-app-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.glass-shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    animation: float 6s ease-in-out infinite;
}

.glass-shape-1 {
    width: 200px; /* تقليل الحجم */
    height: 200px;
    top: -30px;
    right: -30px;
    animation-delay: 0s;
}

.glass-shape-2 {
    width: 120px; /* تقليل الحجم */
    height: 120px;
    bottom: -20px;
    left: -20px;
    animation-delay: 2s;
}

.glass-shape-3 {
    width: 100px; /* تقليل الحجم */
    height: 100px;
    top: 40%;
    left: 15%;
    animation-delay: 4s;
    border-radius: 50%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* Vector Images from Theme */
.ul-mobile-app-vector {
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    animation: float 8s ease-in-out infinite;
}

.ul-mobile-app-vector.vector-1 {
    top: 10%;
    left: 5%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.opa0 {
  opacity: .1;
}

.ul-mobile-app-vector.vector-2 {
    bottom: 15%;
    right: 8%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
}

.ul-mobile-app-vector.vector-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    opacity: 0.05;
    animation-delay: 4s;
}

/* Content Styling */
.ul-mobile-app-content {
    position: relative;
    z-index: 3;
}

.ul-mobile-app .ul-section-sub-title {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 6px 18px; /* تقليل الحجم */
    border-radius: 16px; /* تقليل الحجم */
    display: inline-block;
    margin-bottom: 15px; /* تقليل المسافة */
    font-weight: 500;
    font-size: 0.9rem; /* تقليل حجم الخط */
}

.ul-mobile-app .ul-section-sub-title::after,
.ul-mobile-app .ul-section-sub-title::before {
    color: #ffffff !important;
}

.ul-mobile-app .ul-section-title {
    color: #ffffff;
    font-size: 2.2rem; /* تقليل حجم الخط */
    font-weight: 700;
    margin-bottom: 15px; /* تقليل المسافة */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ul-mobile-app .ul-section-descr {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem; /* تقليل حجم الخط */
    line-height: 1.6; /* تقليل ارتفاع السطر */
    margin-bottom: 30px; /* تقليل المسافة */
}

/* App Features */
.ul-mobile-app-features {
    margin-bottom: 25px; /* تقليل المسافة */
}

.ul-app-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px; /* تقليل المسافة */
    margin-bottom: 15px; /* تقليل المسافة */
    padding: 15px; /* تقليل الحجم */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px; /* تقليل الحجم */
    transition: all 0.3s ease;
}

.ul-app-feature:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    width: 40px; /* تقليل الحجم */
    height: 40px;
    border-radius: 8px; /* تقليل الحجم */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* تقليل الظل */
}

.feature-icon i {
    font-size: 16px; /* تقليل حجم الأيقونة */
    color: #1e3a8a;
}

.feature-content h4 {
    color: #ffffff;
    font-size: 1rem; /* تقليل حجم الخط */
    font-weight: 600;
    margin-bottom: 3px; /* تقليل المسافة */
}

.feature-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem; /* تقليل حجم الخط */
    margin: 0;
    line-height: 1.4; /* تقليل ارتفاع السطر */
}

/* Download Buttons */
.ul-mobile-app-downloads {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.download-btn.glass-effect {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 12px 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 140px;
    flex: 1; /* جعل العرض متساوي */
    max-width: 180px; /* حد أقصى للعرض */
    position: relative;
    overflow: hidden;
}

.download-btn.glass-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(254, 190, 53, 0.1), transparent);
    transition: left 0.6s ease;
}

.download-btn.glass-effect:hover::before {
    left: 100%;
}

.download-btn.glass-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(254, 190, 53, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.download-btn.glass-effect:hover::after {
    opacity: 1;
}

.download-btn.glass-effect:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
}

@keyframes goldenPulse {
    0% {
        box-shadow: 0 4px 15px rgba(254, 190, 53, 0.2);
    }
    50% {
        box-shadow: 0 4px 20px rgba(254, 190, 53, 0.4);
    }
    100% {
        box-shadow: 0 4px 15px rgba(254, 190, 53, 0.2);
    }
}

.download-btn.glass-effect:hover .download-icon {
    background: linear-gradient(135deg, rgba(254, 190, 53, 0.3), rgba(255, 215, 0, 0.2));
    border-color: #FFD700;
    transform: scale(1.05);
    animation: goldenPulse 2s ease-in-out infinite;
}

.download-btn.glass-effect:hover .download-icon i {
    color: #FFD700;
    transform: scale(1.1);
}

.download-btn.glass-effect:hover .download-store {
    color: #FFD700;
}

.download-icon {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.download-icon i {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.download-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.download-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

.download-store {
    color: #d49f00eb;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Unified styling for both stores */
.download-btn.google-play .download-icon,
.download-btn.app-store .download-icon {
    background: rgba(255, 255, 255, 0.2);
}

.download-btn.google-play .download-icon i,
.download-btn.app-store .download-icon i {
    color: #ffffff;
}

/* App Image Section */
.ul-mobile-app-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-mockup {
    position: relative;
    max-width: 240px; /* تقليل الحجم أكثر */
    animation: float 4s ease-in-out infinite;
}

.app-mockup img {
    width: 100%;
    height: auto;
    border-radius: 18px; /* تقليل انحناء الزوايا */
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2); /* تقليل الظل */
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.12));
}

/* Floating Elements */
.floating-element {
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 40px; /* تقليل الحجم */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatElement 3s ease-in-out infinite;
}

.floating-element i {
    font-size: 16px; /* تقليل حجم الأيقونة */
    color: #ffffff;
}

.element-1 {
    top: 18%; /* تعديل الموضع */
    right: -20px;
    animation-delay: 0s;
}

.element-2 {
    bottom: 28%; /* تعديل الموضع */
    left: -20px;
    animation-delay: 1s;
}

.element-3 {
    top: 58%; /* تعديل الموضع */
    right: -25px;
    animation-delay: 2s;
}

@keyframes floatElement {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Responsive Design */
@media screen and (max-width: 991px) {
    .ul-mobile-app .ul-section-title {
        font-size: 2rem;
    }
    
    .ul-mobile-app-downloads {
        justify-content: center;
    }
    
    .download-btn.glass-effect {
        flex: 1;
        max-width: 160px;
    }
    
    .floating-element {
        display: none;
    }
    
    /* تغيير ترتيب العناصر في الموبايل - الصورة أولاً ثم النص */
    .ul-mobile-app .row {
        display: flex;
        flex-direction: row;
    }
    
    .ul-mobile-app .col-lg-6:first-child {
        order: 2; /* النص في الأسفل */
    }
    
    .ul-mobile-app .col-lg-6:last-child {
        order: 1; /* الصورة في الأعلى */
    }
}

@media screen and (max-width: 767px) {
    .ul-mobile-app .ul-section-title {
        font-size: 1.8rem;
    }
    
    .ul-app-feature {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .feature-icon {
        align-self: center;
    }
    
    .download-btn.glass-effect {
        min-width: 120px;
        padding: 10px 14px;
        flex: 1;
        max-width: 200px; /* زيادة العرض قليلاً للتابلت */
    }
    
    .download-icon {
        width: 35px;
        height: 35px;
    }
    
    .download-icon i {
        font-size: 16px;
    }
    
    .download-text {
        font-size: 0.7rem;
    }
    
    .download-store {
        font-size: 0.8rem;
    }
    
    .glass-shape {
        display: none;
    }
    
    /* إخفاء الفيكتورات في الهواتف للأداء الأفضل */
    .ul-mobile-app-vector {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .ul-mobile-app {
        padding: 30px 0; /* تقليل الارتفاع أكثر في الهواتف */
    }
    
    .ul-mobile-app .ul-section-title {
        font-size: 1.8rem;
    }
    
    .ul-mobile-app-downloads {
        flex-direction: column;
        align-items: stretch; /* تمديد العناصر لملء العرض */
        gap: 12px;
        width: 100%;
    }
    
    .download-btn.glass-effect {
        width: 100%; /* عرض كامل */
        max-width: none; /* إزالة الحد الأقصى */
        min-width: auto;
        justify-content: center;
        flex: none; /* إزالة flex في الهواتف الصغيرة */
        padding: 12px 20px; /* زيادة الحشو للمظهر الأفضل */
    }
    
    .download-icon {
        width: 32px;
        height: 32px;
    }
    
    .download-icon i {
        font-size: 14px;
    }
    
    .download-text {
        font-size: 0.65rem;
    }
    
    .download-store {
        font-size: 0.75rem;
    }
    
    .app-mockup {
        max-width: 200px; /* تقليل الحجم أكثر في الهواتف */
    }
    
    /* إخفاء الفيكتورات في الهواتف للأداء الأفضل */
    .ul-mobile-app-vector {
        display: none;
    }
}
/* MOBILE APP SECTION END */

.ul-services {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.ul-services-vectors > * {
  position: absolute;
}
.ul-services-vectors .vector-1 {
  max-width: clamp(300px, 25vw, 450px);
  bottom: 0;
  right: 0;
}
.ul-services-vectors .vector-2 {
  top: clamp(107px, 7.72vw, 147px);
  left: clamp(61px, 8.46vw, 161px);
  max-width: clamp(61px, 5.83vw, 111px);
}


.ul-2-services {
  background-color: var(--ul-gray);
}
.ul-2-service {
  background-color: transparent;
  padding: clamp(16px, 1.68vw, 32px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(206, 207, 208, 0.32);
  height: 100%;
}
@media screen and (max-width: 991px) {
  .ul-2-service {
    padding: clamp(16px, 1.68vw, 32px);
  }
}
.ul-2-service:hover {
  border-color: transparent;
  background-color: var(--white);
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 991px) {
  .ul-2-service:hover {
    border-radius: 16px;
  }
}
.ul-2-service:hover .ul-service-icon {
  background-color: var(--ul-c3);
}
.ul-2-service:hover .ul-service-icon svg path {
  fill: var(--ul-primary);
}
.ul-2-service:hover .ul-service-btn {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0%);
}
.ul-2-service .ul-service-icon {
  background-color: var(--white);
}
.ul-2-service .ul-service-btn {
  opacity: 0;
  pointer-events: none;
  transform: translateY(50%);
}
@media screen and (max-width: 991px) {
  .ul-2-service .ul-service-btn {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
  }
}

/* Services Mobile Slider */
.ul-services-mobile-slider-wrapper {
  position: relative;
  margin-top: 40px;
  width: 100%;
  padding: 0 20px;
}

.ul-services-mobile-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ul-services-mobile-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.ul-services-mobile-slider .swiper-slide {
  width: calc(100% - 40px);
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.ul-services-mobile-slider .ul-service {
  width: 100%;
  max-width: 300px;
  height: auto;
  background: var(--white);
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  min-height: 120px;
  width: 280px;
  cursor: pointer;
}

.ul-services-mobile-slider .ul-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.ul-services-mobile-slider .ul-service .ul-service-header {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.ul-services-mobile-slider .ul-service-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(254, 190, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.ul-services-mobile-slider .ul-service-icon i {
  color: var(--ul-secondary);
  font-size: 20px;
  transition: all 0.3s ease;
}

.ul-services-mobile-slider .ul-service:hover .ul-service-icon {
  background-color: var(--ul-secondary);
  transform: scale(1.1);
}

.ul-services-mobile-slider .ul-service:hover .ul-service-icon i {
  color: var(--white);
}

.ul-services-mobile-slider .ul-service-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ul-primary);
  margin: 0;
  flex: 1;
  transition: all 0.3s ease;
}

.ul-services-mobile-slider .ul-service-title a {
  color: var(--ul-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.ul-services-mobile-slider .ul-service:hover .ul-service-title a {
  color: var(--ul-secondary);
}



/* Navigation buttons */
.ul-services-mobile-slider-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.ul-services-mobile-prev,
.ul-services-mobile-next {
  width: 45px;
  height: 45px;
  background: var(--white);
  border: 2px solid var(--ul-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ul-primary);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.ul-services-mobile-prev:hover,
.ul-services-mobile-next:hover {
  background: var(--ul-primary);
  color: var(--white);
  transform: scale(1.1);
}

.ul-services-mobile-prev:active,
.ul-services-mobile-next:active {
  transform: scale(0.95);
}

.ul-services-mobile-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(4, 28, 51, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ul-services-mobile-pagination .swiper-pagination-bullet-active {
  background: var(--ul-primary);
  transform: scale(1.2);
}

@media screen and (max-width: 480px) {
  .ul-services-mobile-slider .ul-service {
    width: 260px;
    min-height: 100px;
    padding: 25px 18px;
  }
  
  .ul-services-mobile-slider .ul-service .ul-service-header {
    gap: 12px;
  }
  
  .ul-services-mobile-slider .ul-service-title {
    font-size: 14px;
  }
  
  .ul-services-mobile-slider .ul-service-icon {
    width: 40px;
    height: 40px;
  }
  
  .ul-services-mobile-slider .ul-service-icon i {
    font-size: 16px;
  }
  

}

.ul-cta {
  background: var(--ul-primary);
  position: relative;
  z-index: 1;
  padding: clamp(50px, 5.25vw, 100px) 0;
}
.ul-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/cover.jpg) no-repeat center center/cover;
  z-index: -2;
  opacity: 6%;
}
.ul-cta .ul-section-heading {
  margin-bottom: 0;
}
.ul-cta .ul-section-sub-title {
  color: var(--ul-c3);
  border-color: var(--ul-c3);
}
.ul-cta .ul-section-title {
  color: var(--white);
  margin-bottom: 0;
}
.ul-cta-btn {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-cta-btn:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}

.ul-2-cta-card {
  padding: clamp(24px, 2.52vw, 48px) clamp(20px, 2.1vw, 40px);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.ul-2-cta-card-1 {
  background-color: var(--ul-c3);
}
.ul-2-cta-card-title {
  color: var(--ul-primary);
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(20px, 1.26vw, 24px);
  display: block;
  line-height: 133%;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(206, 207, 208, 0.4);
  padding-bottom: clamp(14px, 1.26vw, 24px);
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-2-cta-card-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
  opacity: 0.7;
}
.ul-2-cta-card-contact {
  display: flex;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
  margin-bottom: clamp(24px, 2.52vw, 48px);
}
.ul-2-cta-card-contact-icon {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(25px, 1.47vw, 28px);
}
.ul-2-cta-card-contact-info .title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--ul-gray2);
  opacity: 0.8;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-2-cta-card-contact-info .number {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  color: var(--ul-primary);
}
.ul-2-cta-card-contact-info .number:hover {
  color: var(--ul-secondary);
}
.ul-2-cta-card .ul-btn {
  display: inline-flex;
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-2-cta-card .ul-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-2-cta-card-vector {
  position: absolute;
  left: clamp(12px, 1.16vw, 22px);
  bottom: 0;
  z-index: -1;
}
.ul-2-cta-card-2 {
  background: #0b254e;
}
.ul-2-cta-card-hours {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--white);
}
.ul-2-cta-card-hour {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: clamp(12px, 1.05vw, 20px) 0 clamp(7px, 0.63vw, 12px);
  border: solid rgba(206, 207, 208, 0.08);
  border-width: 1px 0;
}
.ul-2-cta-card-hour:first-child {
  padding-top: 0;
  border-top: none;
}
.ul-2-cta-card-3 {
  background-color: var(--ul-primary);
}
.ul-2-cta-card-3 .ul-2-cta-card-vector {
  left: 0;
}
.ul-2-cta-card-doctors {
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-2-cta-card-doctors-img {
  display: flex;
  margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-2-cta-card-doctors-img img {
  border: 2px solid var(--white);
  width: clamp(50px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.ul-2-cta-card-doctors-img img:not(:first-child) {
  margin-right: -25px;
}
.ul-2-cta-card-doctors .sub-title {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--white);
  opacity: 0.8;
  display: block;
  margin-bottom: 2px;
}
.ul-2-cta-card-doctors .title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(24px, 1.68vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5px;
  color: var(--white);
  display: block;
}

.ul-clients {
  background-color: var(--ul-primary);
  padding-top: clamp(27px, 2.84vw, 54px);
  margin-top: clamp(26px, 2.73vw, 52px);
  border-top: 1px solid rgba(206, 207, 208, 0.48);
}
.ul-clients img {
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.ul-clients img:hover {
  opacity: 100%;
  filter: grayscale(0%);
}

/* Partners Section Styling */
.ul-clients .swiper-slide {
  text-align: center;
  position: relative;
}

.ul-clients .partner-name {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  font-family: 'Almarai', sans-serif;
}

.ul-clients .swiper-slide:hover .partner-name {
  opacity: 1;
}

.ul-qualification {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-qualification-row {
  --bs-gutter-x: clamp(16px, 1.68vw, 32px);
  --bs-gutter-y: clamp(16px, 1.68vw, 32px);
}
.ul-qualification-item {
  background-color: var(--ul-gray);
  border-radius: 16px;
  padding: clamp(18px, 1.26vw, 24px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .ul-qualification-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ul-qualification-item-left {
  flex-shrink: 0;
}
.ul-qualification-item-uni {
  font-family: var(--font-lato);
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 600;
  display: block;
  margin-bottom: clamp(5px, 0.37vw, 7px);
}
.ul-qualification-item-period {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  color: var(--ul-gray2);
}
.ul-qualification-item-right {
  border-right: 1px solid rgba(206, 207, 208, 0.32);
  padding-right: clamp(16px, 1.68vw, 32px);
  padding-left: clamp(16px, 1.68vw, 32px);
  margin-right: clamp(16px, 1.68vw, 32px);
}
@media screen and (max-width: 991px) {
  .ul-qualification-item-right {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-top: 1px solid rgba(206, 207, 208, 0.32);
    padding-top: clamp(16px, 1.68vw, 32px);
    margin-top: clamp(16px, 1.68vw, 32px);
  }
}
.ul-qualification-item-degree {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.ul-qualification-awards {
  display: flex;
  background-color: var(--ul-gray);
  margin-top: clamp(34px, 4.62vw, 32px);
  border-radius: 16px;
  overflow: hidden;
  align-items: center;
  padding: clamp(16px, 1.58vw, 16px);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .ul-qualification-awards {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.ul-qualification-awards-logos {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .ul-qualification-awards-logos {
    flex-wrap: wrap;
    justify-content: center;
    padding: clamp(16px, 1.58vw, 16px);
  }
  
  /* إخفاء الصورة الأخيرة في الموبايل لعرض 6 صور فقط */
  .ul-qualification-awards-logos img:last-child {
    display: none;
  }
}
.ul-qualification-awards-logos img {
  max-width: clamp(80px, 5.25vw, 100px);
}
.ul-qualification-awards-btn {
  background-color: var(--ul-secondary);
  color: var(--white);
  padding: clamp(18px, 1.5vw, 24px) clamp(20px, 1.8vw, 28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: clamp(14px, 0.85vw, 16px);
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  width: 100%;
  min-height: 55px;
}

.ul-qualification-awards-btn span {
  line-height: 1.3;
  text-align: right;
  flex: 1;
}

.ul-qualification-awards-btn i {
  font-size: 16px;
  margin-right: 12px;
}
.ul-qualification-awards-btn:hover {
  background-color: #febe35;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 991px) {
  .ul-qualification-awards-btn {
    padding: clamp(16px, 3.5vw, 20px) clamp(18px, 3.5vw, 22px);
    min-height: 50px;
    font-size: clamp(13px, 3.2vw, 15px);
  }
  
  .ul-qualification-awards-btn i {
    font-size: 14px;
    margin-right: 8px;
  }
  
  .ul-qualification-awards-btn span {
    text-align: center;
  }
}
.ul-qualification-awards-btn.golden {
  background-color: #febe35;
  color: var(--white);
}
.ul-qualification-awards-btn.golden:hover {
  background-color: #b8941f;
  color: var(--white);
}

/* تأكيد العرض الكامل لحاوي الأزرار في الموبايل */
.ul-qualification-awards-buttons {
  display: flex;
  align-items: center;
  justify-content: center;

}

@media screen and (max-width: 991px) {
  .ul-qualification-awards-buttons {
  }
}

@media screen and (max-width: 991px) {
  .ul-qualification-awards-buttons {
    width: 100%;
    display: block;
    padding: clamp(16px, 1.58vw, 16px);
  }
}

.ul-qualification-vector {
  position: absolute;
  z-index: -1;
}
.ul-qualification .vector-1 {
  bottom: 0;
  right: 0;
  max-width: clamp(250px, 18.39vw, 350px);
}
.ul-qualification .vector-2 {
  top: 0;
  left: 0;
  width: clamp(500px, 35vw, 700px);
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* ========== STUDENT OPPORTUNITIES SECTION ========== */
.ul-student-opportunities {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  overflow: hidden;
}

.ul-opportunities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .ul-opportunities-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Large Featured Card */
.ul-opportunity-card.large-card {
  min-height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}

.ul-opportunity-full-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  transition: all 0.4s ease;
}

.ul-opportunity-card.large-card:hover .ul-opportunity-full-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.ul-opportunity-full-content {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
  color: white;
}

.ul-opportunity-card.large-card .ul-opportunity-icon {
  font-size: 3rem;
  color: #ffffff;
  text-align: left;
  margin-bottom: 1.5rem;
}

.ul-opportunity-card.large-card .ul-opportunity-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}

.ul-opportunity-card.large-card .ul-opportunity-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Remaining Cards Layout */
.ul-opportunities-remaining {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .ul-opportunities-remaining {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* General Card Styles */
.ul-opportunity-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid rgba(254, 190, 53, 0.1);
}

.ul-opportunity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.ul-opportunity-card-bg {
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.ul-opportunity-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

.ul-opportunity-card:hover .ul-opportunity-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.ul-opportunity-card-bg::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.ul-opportunity-card:hover .ul-opportunity-card-bg::before {
  transform: scale(3);
  opacity: 0.3;
}

.ul-opportunity-icon {
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ul-opportunity-content {
  padding: 2rem;
}

.ul-opportunity-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ul-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.ul-opportunity-desc {
  color: var(--ul-gray2);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Feature Tags */
.ul-opportunity-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ul-feature-tag {
  background: rgba(254, 190, 53, 0.1);
  color: var(--ul-c3);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(254, 190, 53, 0.2);
}

/* Feature Tags for Large Card */
.ul-opportunity-card.large-card .ul-feature-tag {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

/* Button for Large Card */
.ul-opportunity-card.large-card .ul-opportunity-btn {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ul-primary);
  backdrop-filter: blur(10px);
}

.ul-opportunity-card.large-card .ul-opportunity-btn:hover {
  background: var(--ul-c3);
  color: #ffffff;
  transform: translateX(-3px);
}

/* Statistics */
.ul-opportunity-stats {
  margin-bottom: 1.5rem;
}

.ul-opportunity-stat {
  text-align: center;
}

.ul-opportunity-stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.ul-opportunity-stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Buttons */
.ul-opportunity-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--ul-primary);
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.ul-opportunity-btn:hover {
  background: var(--ul-c3);
  transform: translateX(-3px);
  color: #ffffff;
}

.ul-opportunity-btn i {
  transition: transform 0.3s ease;
}

.ul-opportunity-btn:hover i {
  transform: translateX(-3px);
}

/* Small Card Link */
.ul-opportunity-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ul-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.ul-opportunity-link:hover {
  color: var(--ul-c3);
  transform: translateX(-2px);
}

.ul-opportunity-link i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.ul-opportunity-link:hover i {
  transform: translateX(-2px);
}

/* Medium Cards */
.ul-opportunity-card.medium-card {
  min-height: 250px;
  max-height: 465px;
}

.ul-opportunity-card.medium-card .ul-opportunity-card-bg {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul-opportunity-card.medium-card .ul-opportunity-icon {
  font-size: 2.5rem;
}

.ul-opportunity-card.medium-card .ul-opportunity-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ul-opportunity-card.medium-card .ul-opportunity-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--ul-primary);
  color: #ffffff;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.ul-opportunity-card.medium-card .ul-opportunity-btn:hover {
  background: var(--ul-c3);
  transform: translateX(-3px);
  color: #ffffff;
}

/* Small Cards */
.ul-opportunity-card.small-card {
  min-height: 220px;
}

.ul-opportunity-card.small-card .ul-opportunity-card-bg {
  padding: 1.5rem;
}

.ul-opportunity-card.small-card .ul-opportunity-content {
  padding: 1.5rem;
}

.ul-opportunity-card.small-card .ul-opportunity-icon {
  font-size: 2rem;
}

.ul-opportunity-card.small-card .ul-opportunity-title {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.ul-opportunity-card.small-card .ul-opportunity-desc {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* Background Decorations */
.ul-opportunities-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.ul-decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(254, 190, 53, 0.1) 0%, rgba(254, 190, 53, 0.05) 100%);
}

.ul-decoration-circle.circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: -100px;
  animation: float 6s ease-in-out infinite;
}

.ul-decoration-circle.circle-2 {
  width: 200px;
  height: 200px;
  bottom: 20%;
  left: -50px;
  animation: float 8s ease-in-out infinite reverse;
}

.ul-decoration-dots {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, rgba(254, 190, 53, 0.3) 2px, transparent 2px);
  background-size: 20px 20px;
}

.ul-decoration-dots.dots-1 {
  top: 30%;
  left: 10%;
  animation: fadeInOut 4s ease-in-out infinite;
}

.ul-decoration-dots.dots-2 {
  bottom: 10%;
  right: 20%;
  animation: fadeInOut 5s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.7; }
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .ul-opportunity-card {
    border-radius: 15px;
  }
  
  .ul-opportunity-card.large-card {
    min-height: 350px;
  }
  
  .ul-opportunity-card.large-card .ul-opportunity-content {
    padding: 2rem;
  }
  
  .ul-opportunity-card.large-card .ul-opportunity-title {
    font-size: 1.6rem;
  }
  
  .ul-opportunity-card.medium-card {
    min-height: 250px;
  }
  
  .ul-opportunity-card.small-card {
    min-height: 200px;
  }
  
  .ul-decoration-circle.circle-1 {
    width: 200px;
    height: 200px;
  }
  
  .ul-decoration-circle.circle-2 {
    width: 150px;
    height: 150px;
  }
}

.ul-1-video-call {
  background-color: var(--ul-primary);
}
.ul-1-video-call .ul-section-title,
.ul-1-video-call .ul-2-about-list li {
  color: var(--white);
}
.ul-1-video-call .ul-section-descr {
  color: rgba(255, 255, 255, 0.7);
}
.ul-1-video-call-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: -66px;
}
@media screen and (max-width: 1399px) {
  .ul-1-video-call-img {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .ul-1-video-call-img {
    justify-content: center;
    margin-left: 0;
  }
}
.ul-1-video-call-img .main-img {
  margin-left: -88px;
  z-index: 1;
  width: clamp(310px, 20.81vw, 396px);
}
@media screen and (max-width: 991px) {
  .ul-1-video-call-img .main-img {
    margin-left: -44px;
  }
}
@media screen and (max-width: 767px) {
  .ul-1-video-call-img .main-img {
    width: clamp(280px, 18.08vw, 344px);
  }
}
.ul-1-video-call-img .img-2 {
  width: clamp(280px, 18.08vw, 344px);
}
@media screen and (max-width: 767px) {
  .ul-1-video-call-img .img-2 {
    width: clamp(240px, 15.68vw, 296px);
  }
}
@media screen and (max-width: 991px) {
  .ul-1-video-call .ul-inner-video-call-txt {
    padding-bottom: 30px;
  }
}

.ul-video-call {
  background: url(../img/video-call-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.ul-video-call::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(-81.53deg, #0b254e 8.34%, rgba(4, 28, 51, 0) 96.66%);
}
.ul-video-call-txt {
  padding-top: clamp(160px, 16.76vw, 319px);
}
.ul-video-call .ul-section-sub-title {
  color: var(--ul-c3);
}
.ul-video-call .ul-btn {
  margin-top: clamp(24px, 2.52vw, 48px);
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-video-call .ul-btn:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}

.ul-feedbacks {
  background-color: var(--ul-gray);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ul-feedbacks-slider .swiper-slide {
  opacity: 32%;
}
.ul-feedbacks-slider .swiper-slide-active {
  opacity: 100%;
}
.ul-feedbacks-slider .swiper-slide-active .ul-feedback-reviewer {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-feedbacks-slider-nav {
  gap: clamp(20px, 1.26vw, 24px);
  display: none; /* Hide old navigation */
}
.ul-feedbacks-slider-nav button {
  box-shadow: none;
  border: 1.5px solid var(--ul-primary);
  background-color: transparent;
  width: clamp(45px, 2.52vw, 48px);
  color: var(--ul-primary);
}

.ul-feedbacks-slider-nav button:hover {
  background-color: var(--ul-c3);
  border-color: var(--ul-c3);
  color: var(--ul-primary);
}

/* New navigation arrows positioned below the slider */
.ul-feedbacks-slider-nav-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.05vw, 20px);
  margin-top: clamp(15px, 1vw, 24px); width: 100%;
}

.ul-feedbacks-slider-nav-bottom button {
    width: clamp(46px, 2.94vw, 56px);
    aspect-ratio: 1 / 1;
    background-color: var(--white);
    color: var(--ul-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(17px, 1.05vw, 20px);
    visibility: visible;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 999px;
}

.ul-feedbacks-slider-nav-bottom button:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive design for mobile */
@media screen and (max-width: 768px) {
  .ul-feedbacks-slider-nav-bottom {
    margin-top: clamp(20px, 4vw, 30px);
    gap: 15px;
  }
  
  .ul-feedbacks-slider-nav-bottom button {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.ul-feedback {
  background-color: var(--white);
  border-radius: 16px;
  padding: clamp(20px, 2.1vw, 40px) clamp(15px, 1.84vw, 35px);
  text-align: center;
  --top-space: clamp(23px, 2.31vw, 44px);
  margin-top: calc(var(--top-space) * 1);
  position: relative;
}
.ul-feedback-reviewer {
  display: flex;
  background-color: var(--white);
  text-align: right;
  gap: clamp(8px, 0.68vw, 13px);
  align-items: center;
  padding: clamp(10px, 0.84vw, 16px);
  border-radius: 999px;
  width: max-content;
  margin: auto;
  margin-top: calc(var(--top-space) * -1.9);
}
.ul-feedback-reviewer-img {
  flex-shrink: 0;
  max-width: clamp(50px, 2.94vw, 56px);
}
.ul-feedback-reviewer-img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  object-fit: cover;
}
.ul-feedback-reviewer-info {
  min-width: clamp(182px, 9.72vw, 185px);
  max-width: 100%;
}
.ul-feedback-reviewer-name {
  font-size: clamp(17px, 1.05vw, 20px);
  font-family: var(--font-lato);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.ul-feedback-reviewer-role {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
}
.ul-feedback-rating {
  margin-top: clamp(15px, 1.31vw, 25px);
  font-size: clamp(15px, 0.95vw, 18px);
  color: #ECB014;
  margin-bottom: 4px;
  display: inline-flex;
  gap: 8px;
}
.ul-feedback-txt {
  margin-bottom: 0;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-gray2);
  line-height: 1.6;
}

.ul-2-feedbacks {
  background-color: var(--ul-gray);
  position: relative;
  z-index: 1;
}
.ul-2-feedbacks-slider {
  --shadow-space: 20px;
  padding: var(--shadow-space) 0;
  margin: calc(0 - var(--shadow-space)) 0;
}
.ul-2-feedbacks-slider-nav {
  justify-content: flex-start;
}
.ul-2-feedbacks .ul-section-descr {
  margin-bottom: clamp(24px, 2.52vw, 48px);
  margin-top: clamp(12px, 1vw, 19px);
  max-width: 77%;
}
.ul-2-feedbacks-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-2-feedbacks-vectors .vector-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ul-2-feedbacks-vectors .vector-2 {
  left: clamp(18px, 1.89vw, 36px);
  bottom: clamp(52px, 5.47vw, 104px);
}

.ul-2-feedbacks-slider .swiper-slide-active .ul-2-feedback::before {
  top: -16px;
}
.ul-2-feedbacks-slider .swiper-slide-active .ul-2-feedback::after {
  top: -32px;
}

.ul-2-feedback {
  background-color: var(--white);
  padding: clamp(16px, 1.68vw, 32px) clamp(24px, 2.52vw, 48px);
  border-radius: 16px;
  position: relative;
}
.ul-2-feedback::before, .ul-2-feedback::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(0.96);
  transition: 0.5s ease 0.1s;
}
.ul-2-feedback::after {
  transform: scale(0.92);
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -2;
}
.ul-2-feedback-icon {
  display: inline-flex;
  font-size: 48px;
  color: var(--ul-secondary);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-2-feedback-txt {
  font-family: var(--font-lato);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 160%;
  color: var(--ul-gray2);
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-2-feedback-reviewer {
  border-top: 1px solid rgba(206, 207, 208, 0.32);
  padding-top: clamp(14px, 1.16vw, 22px);
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.26vw, 24px);
}
.ul-2-feedback-reviewer-img {
  width: clamp(55px, 3.05vw, 58px);
  border-radius: 50%;
  border: 2px solid var(--ul-secondary);
  flex-shrink: 0;
}
.ul-2-feedback-reviewer-img img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.ul-2-feedback-reviewer-name {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(17px, 1.05vw, 20px);
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  margin-bottom: clamp(6px, 0.47vw, 9px);
}
.ul-2-feedback-reviewer-location {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  color: var(--ul-gray2);
  margin-bottom: 0;
}

.ul-appointment {
  background: var(--ul-gray);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-appointment-row {
  --bs-gutter-x: clamp(40px, 4.52vw, 86px);
  --bs-gutter-y: clamp(40px, 4.52vw, 86px);
}
.ul-appointment-map {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-appointment-map iframe {
  width: 100%;
  aspect-ratio: 596/252;
}
.ul-appointment-vectors img {
  position: absolute;
  pointer-events: none;
}
.ul-appointment-vectors .vector-1 {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.ul-appointment-vectors .vector-2 {
  bottom: 0;
  left: 0;
  max-width: clamp(266px, 16.61vw, 316px);
}

.ul-appointment-form .ss-main,
.ul-appointment-form select,
.ul-appointment-form input,
.ul-appointment-form textarea {
  background-color: var(--white);
  height: clamp(46px, 3.36vw, 64px);
  border-radius: 4px;
  border: none;
  padding: 0 clamp(16px, 1.26vw, 24px);
  font-size: clamp(13px, 0.84vw, 16px);
  width: 100%;
}
.ul-appointment-form input,
.ul-appointment-form textarea {
  font-size: 14px;
}
.ul-appointment-form textarea {
  padding: clamp(14px, 1.05vw, 20px);
  height: clamp(90px, 5.78vw, 110px);
}
.ul-appointment-form textarea:focus, .ul-appointment-form textarea:focus-visible, .ul-appointment-form textarea:focus-within {
  outline: none;
}
.ul-appointment-form input:-webkit-autofill,
.ul-appointment-form input:-webkit-autofill:hover,
.ul-appointment-form input:-webkit-autofill:focus,
.ul-appointment-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset !important;
}
.ul-appointment-form .ss-content {
  top: 0 !important;
  right: 0 !important;
}
.ul-appointment-form .ss-content, .ul-appointment-form .ss-content.ss-open-below {
  border-radius: 4px;
  border: none;
}
.ul-appointment-form .ss-content .ss-list .ss-option {
  padding: 8px 15px;
}
.ul-appointment-form .ss-content .ss-list .ss-option.ss-highlighted,
.ul-appointment-form .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: var(--ul-secondary);
}
.ul-appointment-form .ss-main .ss-values .ss-placeholder {
  padding: 0;
}
.ul-appointment-form .ul-checkbox {
  border-color: var(--ul-gray3);
  border-radius: 0;
  width: clamp(15px, 0.95vw, 18px);
}
.ul-appointment-form .ul-btn {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-appointment-form .ul-btn:hover {
  background-color: var(--ul-primary);
}

.ul-2-appointment-form-wrapper {
  background-color: var(--ul-primary);
  padding: clamp(24px, 2.52vw, 48px);
  border-radius: clamp(14px, 1.26vw, 24px);
  color: var(--white);
}
.ul-2-appointment-form-wrapper .ul-section-sub-title {
  color: var(--ul-c3);
}
.ul-2-appointment-form-wrapper .ul-section-title {
  margin-bottom: clamp(12px, 1.16vw, 22px);
}
.ul-2-appointment-form-wrapper .ul-appointment-form .ss-main,
.ul-2-appointment-form-wrapper .ul-appointment-form select,
.ul-2-appointment-form-wrapper .ul-appointment-form input,
.ul-2-appointment-form-wrapper .ul-appointment-form textarea {
  background-color: rgba(245, 245, 245, 0.08);
  color: var(--white);
  color-scheme: dark;
}
.ul-2-appointment-form-wrapper .ul-appointment-form .ss-main::placeholder,
.ul-2-appointment-form-wrapper .ul-appointment-form select::placeholder,
.ul-2-appointment-form-wrapper .ul-appointment-form input::placeholder,
.ul-2-appointment-form-wrapper .ul-appointment-form textarea::placeholder {
  color: var(--white);
}
.ul-2-appointment-form-wrapper .ul-appointment-form .ss-arrow path {
  stroke: var(--white);
}
.ul-2-appointment-form-wrapper .ul-appointment-form .ul-checkbox-wrapper input:checked ~ .ul-checkbox {
  background-color: var(--ul-secondary);
  border-color: var(--ul-secondary);
}
.ul-2-appointment-form-wrapper .ul-appointment-form .ul-btn:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}
.ul-2-appointment-contact {
  padding: clamp(28px, 2.94vw, 56px);
  background-color: var(--ul-c3);
  border-radius: clamp(16px, 1.26vw, 24px);
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: start;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-2-appointment-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/appointment-2-contact-bg.jpg) no-repeat center center/cover;
  z-index: -1;
  opacity: 8%;
}
.ul-2-appointment-contact .ul-2-cta-card-contact {
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-2-appointment-contact .ul-2-cta-card-contact-icon {
  background-color: var(--white);
  border-radius: 50%;
}
.ul-2-appointment-contact-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-primary);
  margin-bottom: clamp(24px, 2.52vw, 48px);
}
.ul-2-appointment-contact .ul-btn {
  background-color: var(--ul-primary);
  color: var(--white);
  width: auto;
}
.ul-2-appointment-contact .ul-btn:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .ul-2-appointment .ul-clients {
    margin-top: 30px;
  }
}

.ul-blogs {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Simple Blogs Slider */
.ul-blogs-slider-wrapper {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.ul-blogs-slider {
  padding: 20px 0 40px 0;
  overflow: visible;
}

.ul-blogs-slider .swiper-slide {
  transition: all 0.4s ease;
  opacity: 0.6;
  transform: scale(0.85);
}

.ul-blogs-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 10;
}


/* Pagination */
.ul-blogs-pagination {
  text-align: center;
  margin-top: 30px;
}

.ul-blogs-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(210, 180, 90, 0.3);
  opacity: 1;
  margin: 0 5px;
}

.ul-blogs-pagination .swiper-pagination-bullet-active {
  background: var(--ul-primary);
}

.ul-blogs-vector {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  max-width: clamp(308px, 33.53vw, 638px);
  pointer-events: none;
}



.ul-blog {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(210, 180, 90, 0.1);
  position: relative;
  margin-bottom: 12px;
}

.ul-blog:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Image container with date overlay */
.ul-blog-img {
  position: relative;
  overflow: hidden;
}

.ul-blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(13, 50, 87, 0.85) 0%, rgba(13, 50, 87, 0.0) 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ul-blog:hover .ul-blog-img::before {
  opacity: 1;
}

.ul-blog-img img {
  width: 100%;
  aspect-ratio: 419/300;
  object-fit: cover;
}

/* Date overlay on image */
.ul-blog-date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fdbe34;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ul-blog-title {
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 700;
  color: var(--ul-primary);
  line-height: 1.4;
  margin-bottom: 15px;
}

.ul-blog-title:hover {
  color: var(--ul-secondary);
}

.ul-blog-txt {
  padding: 16px 16px 0px 16px;
}

/* Show blog-infos with date and category */
.ul-blog-infos {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.ul-blog-infos i {
  color: var(--ul-primary);
  font-size: 12px;
}

.ul-blog-info {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 13px;
  color: #666;
}

.ul-blog-info .text {
  font-weight: 500;
}

.ul-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  color: #fdbe34;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin: 0px 12px 12px 12px;
}

.ul-blog-btn:hover {
  background: var(--ul-secondary);
  color: var(--white);
}

/* Simple Responsive */
@media screen and (max-width: 991px) {
  .ul-blogs-slider .swiper-slide-active {
    transform: scale(1.05);
  }
  .ul-blogs-slider .swiper-slide {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 767px) {
  .ul-blog-infos {
    flex-direction: column;
    gap: 10px;
  }
  .ul-blogs-slider .swiper-slide {
    opacity: 1;
    transform: scale(1);
  }
  .ul-blogs-slider .swiper-slide-active {
    transform: scale(1);
  }
  .ul-blog-date {
    font-size: 11px;
    padding: 6px 10px;
  }
}

.ul-2-blogs {
  position: relative;
  z-index: 1;
}
.ul-2-blogs-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-2-blogs-vectors .vector-1 {
  left: 0;
  top: calc(0% - clamp(14px, 1.16vw, 22px));
}

.ul-2-blog {
  background-color: var(--ul-gray);
  padding: clamp(13px, 0.84vw, 16px);
  border-radius: clamp(10px, 0.84vw, 16px);
  transition: 0.3s ease;
  border: 2px solid var(--ul-gray);
}
.ul-2-blog:hover {
  background-color: var(--white);
  border: 2px solid var(--ul-secondary);
}
.ul-2-blog-img {
  border-radius: clamp(10px, 0.84vw, 16px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ul-2-blog-img img {
  width: 100%;
  aspect-ratio: 612/350;
  object-fit: cover;
}
.ul-2-blog-category {
  position: absolute;
  top: clamp(15px, 1.26vw, 24px);
  right: clamp(15px, 1.26vw, 24px);
  background-color: var(--ul-c3);
  color: var(--ul-primary);
  border-radius: 999px;
  font-size: clamp(13px, 0.94vw, 16px);
  font-weight: 400;
  padding: clamp(3.5px, 0.26vw, 5px) clamp(10px, 0.95vw, 18px);
  z-index: 2;
}
.ul-2-blog-txt {
  padding: clamp(15px, 1.26vw, 24px) clamp(5px, 0.42vw, 8px);
}
.ul-2-blog-infos {
  display: inline-flex;
  gap: clamp(20px, 2.1vw, 40px);
  font-size: clamp(13px, 0.94vw, 16px);
  color: var(--ul-gray2);
  margin-bottom: clamp(8px, 0.63vw, 12px);
}
.ul-2-blog-title {
  font-size: clamp(20px, 1.26vw, 24px);
  font-family: var(--font-lato);
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: clamp(15px, 1.26vw, 24px);
}
.ul-2-blog-title a {
  color: var(--ul-primary);
}
.ul-2-blog-title a:hover {
  color: var(--ul-secondary);
}
.ul-2-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-2-blog-btn:hover {
  color: var(--ul-secondary);
}

.ul-footer {
  position: relative;
  z-index: 1;
  background: #0b254e;
}
.ul-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('../img/cover3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 10%;
}
.ul-footer-top {
  position: relative;
}
.ul-footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: clamp(28px, 2.94vw, 56px);
}
@media screen and (max-width: 1199px) {
  .ul-footer-top-wrapper {
    flex-wrap: wrap;
  }
}
.ul-footer-about {
  max-width: clamp(350px, 25.43vw, 484px);
  width: 100%;
}

.ul-footer-about .logo-container {
  display: flex;
  align-items: center;
  margin-bottom: clamp(8px, 0.68vw, 13px);
}

.ul-footer-about .logo-container .logo {
  height: 56px;
  width: auto;
}

.ul-footer-about .logo-container .logo-text {
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  color: white;
}

.ul-footer-about .logo-wrapper {
  margin-bottom: 0;
}
.ul-footer-about-txt {
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.ul-footer-nwsltr-form {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-footer-nwsltr-form .top {
  border-radius: 99px;
  height: clamp(46px, 3.36vw, 64px);
  display: flex;
  overflow: hidden;
}
.ul-footer-nwsltr-form .top input {
  background-color: var(--white);
  border: none;
  padding: 0 clamp(15px, 1.31vw, 25px);
  font-size: clamp(13px, 0.84vw, 16px);
  width: 100%;
}
.ul-footer-nwsltr-form .top button {
  background-color: var(--ul-secondary);
  color: var(--white);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 0.42vw, 8px);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 clamp(16px, 1.47vw, 28px);
}
.ul-footer-nwsltr-form .top button:hover {
  background-color: var(--ul-black);
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.84vw, 16px);
  font-size: clamp(15px, 0.95vw, 18px);
  margin-top: clamp(16px, 1.68vw, 32px);
}
.ul-footer-socials a {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-footer-socials a:hover {
  color: var(--white);
  background-color: var(--ul-c3); /* لون ذهبي عند الـ hover */
  border-color: var(--ul-c3);
}

/* تلوين جميع الأيقونات في الفوتر باستثناء وسائل التواصل الاجتماعي */
.ul-footer i:not(.ul-footer-socials i) {
  color: var(--ul-c3) !important; /* لون ذهبي من المتغير لجميع الأيقونات عدا السوشل ميديا */
}

/* أيقونات وسائل التواصل الاجتماعي */
.ul-footer-socials a i {
  color: rgb(255, 255, 255) !important; /* الأبيض الافتراضي */
}

.ul-footer-socials a:hover i {
  color: #FFF !important; /* أبيض عند الـ hover */
}

/* أيقونات أزرار تحميل التطبيقات عند الـ hover */
.app-download-btn:hover i {
  color: var(--ul-c3) !important; /* يبقى ذهبي حتى عند الـ hover */
}
.ul-footer-widget {
  min-width: clamp(110px, 10.51vw, 130px);
  flex-grow: 1;
}
.ul-footer-widget-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  font-family: var(--font-lato);
  color: var(--white);
  margin-bottom: clamp(13px, 1.37vw, 26px);
  padding-bottom: clamp(8px, 0.68vw, 13px);
  position: relative;
  letter-spacing: 0.5px;
}
.ul-footer-widget-title::before, .ul-footer-widget-title::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--ul-c3);
  width: 60px;
  height: 2px;
}
.ul-footer-widget-title::after {
  right: 64px;
  width: 10px;
}
.ul-footer-widget-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 0.95vw, 18px);
}
.ul-footer-widget-links > * {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
}
.ul-footer-widget-links a:hover {
  color: var(--ul-c3);
}
.ul-footer-contact-widget {
  max-width: clamp(176px, 14.5vw, 276px);
  width: 100%;
}
.ul-footer-contact-info {
  flex-direction: column;
  align-items: flex-start;
}
.ul-footer-contact-info-label {
  font-family: var(--font-lato);
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: clamp(4px, 0.32vw, 6px);
}
.ul-footer-contact-info-address a {
  color: rgba(255, 255, 255, 0.7);
}
.ul-footer-contact-info-address a:hover {
  color: var(--ul-c3);
}
.ul-footer-bottom {
  padding: clamp(16px, 1.26vw, 24px) 0;
  border-top: 1px dashed #888A8D;
}
@media screen and (max-width: 767px) {
  .ul-footer-bottom {
    text-align: center;
  }
}
.ul-footer-bottom .copyright-txt {
  margin-bottom: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgb(255, 255, 255);
}
.ul-footer-bottom .copyright-txt span.colored {
  color: var(--ul-c3);
}
.ul-footer-bottom-payment-methods {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 0.63vw, 12px);
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .ul-footer-bottom-payment-methods {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .ul-footer-bottom-payment-methods {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .ul-footer-bottom-payment-methods {
    flex-wrap: wrap;
  }
  .ul-footer-bottom-payment-methods img {
    max-width: 52px;
  }
}
.ul-footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-footer-bottom a:hover {
  color: var(--ul-c3); /* لون ذهبي عند الـ hover */
}
.ul-footer-bottom-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(8px, 1vw, 15px);
}

.ul-footer-bottom-links .separator {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  user-select: none;
}
@media screen and (max-width: 1199px) {
  .ul-footer-bottom-links {
    justify-content: center;
  }
}

/* App Download Links in Footer */
.ul-footer-app-downloads {
  display: flex;
  flex-direction: row; /* جنباً إلى جنب */
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap; /* للتجاوب مع الشاشات الصغيرة */
}

.app-download-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 13px;
  backdrop-filter: blur(10px);
}

.app-download-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #febe3594; /* لون ذهبي للبوردر عند الـ hover */
  color: #fff;
  transform: translateY(-2px);
}

.app-download-btn i {
  font-size: 16px;
  color: var(--ul-c3); /* لون ذهبي من المتغير */
}

.app-download-btn span {
  font-weight: 500;
}

/* Footer Contact Info Enhancements */
.ul-footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}

.ul-footer-contact-info-label {
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}

.ul-footer-contact-info-label i {
  color: var(--ul-c3); /* لون ذهبي من المتغير */
  width: 16px;
}

.ul-footer-contact-info-address {
  margin-top: 5px;
  padding-right: 20px;
}

.ul-footer-contact-info-address a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.ul-footer-contact-info-address a:hover {
  color: var(--ul-c3); /* لون ذهبي عند الـ hover للإيميل والهواتف */
}

.ul-footer-widget-address {
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}

.ul-footer-widget-address i {
  color: var(--ul-c3); /* لون ذهبي من المتغير */
  margin-top: 3px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .ul-footer-app-downloads {
    flex-direction: column; /* عمودي في الشاشات الصغيرة للقراءة الأفضل */
    gap: 8px;
  }
  
  .app-download-btn {
    justify-content: center;
    min-width: auto;
  }
  
  .ul-footer-contact-info-address {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .app-download-btn {
    min-width: 200px;
  }
}

.ul-2-footer {
  background: #0b254e;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-2-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 4%;
  background: url(../img/footer-2-bg.jpg) no-repeat center center/cover;
}
.ul-2-footer-about {
  max-width: clamp(342px, 21.65vw, 412px);
}
.ul-2-footer-payment-methods-wrapper {
  margin-top: clamp(16px, 1.68vw, 32px);
}
.ul-2-footer-payment-methods-wrapper .title {
  font-family: var(--font-lato);
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 144%;
  letter-spacing: 0.5px;
  color: var(--white);
  display: block;
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
.ul-2-footer-newsletter-widget {
  max-width: clamp(372px, 27.43vw, 522px);
}
.ul-2-footer-newsletter-widget-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--white);
  opacity: 0.7;
}
.ul-2-footer-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-2-footer-vectors .vector-1 {
  bottom: 0;
  left: 0;
}

.ul-ticker {
  background-color: var(--ul-c3);
  padding: clamp(18px, 1.52vw, 29px) 0;
}
.ul-ticker .splide__slide {
  width: max-content !important;
  margin-left: clamp(18px, 1.26vw, 24px);
}
.ul-ticker p {
  margin-bottom: 0;
  font-family: var(--font-lato);
  font-weight: 800;
  color: var(--ul-black);
  font-size: clamp(22px, 2.1vw, 40px);
  letter-spacing: 0.5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.26vw, 24px);
  flex-shrink: 0;
  min-width: max-content;
}
.ul-ticker p::before {
  content: "";
  display: inline-block;
  width: clamp(25px, 1.68vw, 32px);
  aspect-ratio: 1/1;
  background: url(../img/ticker-divider.svg) no-repeat center center;
  background-size: 100% 100%;
}

.ul-team {
  position: relative;
}
.ul-team-vectors > * {
  position: absolute;
}
.ul-team-vectors .vector-1 {
  bottom: 0;
  left: 0;
  max-width: clamp(370px, 38.94vw, 741px);
}
.ul-team-vectors .vector-2 {
  top: clamp(86px, 9.77vw, 186px);
  right: clamp(116px, 11.35vw, 216px);
  max-width: clamp(76px, 6.1vw, 116px);
}

.ul-team-member {
  padding: clamp(16px, 1.68vw, 32px);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: clamp(10px, 0.84vw, 16px);
}
.ul-team-member:hover::before {
  top: 0;
  background-color: var(--ul-secondary);
}
.ul-team-member:hover .ul-team-member-name a {
  color: var(--white);
}
.ul-team-member:hover .ul-team-member-role {
  color: rgba(255, 255, 255, 0.7);
}
.ul-team-member::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--ul-gray);
  z-index: -1;
  top: clamp(86px, 6.1vw, 116px);
  border-radius: clamp(10px, 0.84vw, 16px);
  transition: 0.3s ease;
}
.ul-team-member-img {
  max-width: clamp(138px, 8.83vw, 168px);
  margin: auto;
  border: clamp(5px, 0.42vw, 8px) solid var(--white);
  margin-bottom: clamp(14px, 1.16vw, 22px);
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s ease;
}
.ul-team-member-name {
  display: block;
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  margin-bottom: 1px;
}
.ul-team-member-role {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
}
.ul-team-member-socials {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 0.84vw, 16px);
  margin-top: clamp(14px, 1.26vw, 24px);
}
.ul-team-member-socials a {
  width: clamp(36px, 2.1vw, 40px);
  border-radius: 4px;
  background-color: var(--white);
  color: var(--ul-gray2);
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-team-member-socials a:hover {
  color: var(--ul-primary);
  background-color: var(--ul-c3);
}

.ul-why-choose-us {
  background: #0b254e;
  counter-reset: section;
  color: var(--white);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ul-why-choose-us-imgs {
  position: relative;
  width: max-content;
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-why-choose-us-imgs {
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .ul-why-choose-us-imgs {
    margin-right: 0;
  }
}
.ul-why-choose-us-imgs::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(0px, 19.76vw, 376px);
  aspect-ratio: 360/495.42;
  border: 8px solid #ffc107;
  border-radius: 16px;
  right: clamp(122px, 7.99vw, 152px);
  top: clamp(84px, 6.52vw, 124px);
}
.ul-why-choose-us-imgs-vector {
  position: absolute;
  z-index: -1;
  border-radius: 0 !important;
  inset: calc(0% - clamp(18px, 1.47vw, 28px));
  left: auto;
  bottom: auto;
}
.ul-why-choose-us-imgs img {
  border-radius: clamp(10px, 0.84vw, 16px);
}
.ul-why-choose-us-imgs .img-1 {
  margin-bottom: clamp(33px, 3.47vw, 66px);
  max-width: clamp(405px, 26.8vw, 510px);
  aspect-ratio: 510/616;
  object-fit: cover;
  width: 100%;
}
.ul-why-choose-us-imgs .img-2 {
  max-width: clamp(256px, 16.08vw, 306px);
  aspect-ratio: 306/272;
  object-fit: cover;
}
.ul-why-choose-us-video-cover {
  position: absolute;
  bottom: calc(0% - clamp(33px, 3.47vw, 66px));
  bottom: 0;
  left: calc(0% - clamp(50px, 5.25vw, 100px));
}
@media screen and (max-width: 479px) {
  .ul-why-choose-us-video-cover {
    left: -10px;
  }
}
.ul-why-choose-us-video-cover a {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--ul-c3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-why-choose-us-video-cover a:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-why-choose-us-descr {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-why-choose-us-point {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 0.84vw, 16px);
  margin-bottom: clamp(14px, 1.16vw, 22px);
}
.ul-why-choose-us-point::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--white);
  color: var(--ul-secondary);
  border: 4px solid var(--ul-gray);
  border-radius: 28.5px;
  font-size: clamp(17px, 1.05vw, 20px);
  font-family: var(--font-lato);
  font-weight: 800;
  letter-spacing: 0.5px;
}
.ul-why-choose-us-point-title {
  font-family: var(--font-lato);
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-top: clamp(6px, 0.63vw, 12px);
}
.ul-why-choose-us-point-descr {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-why-choose-us .ul-btn {
  display: inline-flex;
  background: var(--ul-c3);
  border: 1px solid var(--ul-secondary);
  color: var(--white);
}
.ul-why-choose-us .ul-btn:hover {
  background-color: var(--ul-secondary);
}
.ul-why-choose-us-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-why-choose-us-vectors .vector-1 {
  bottom: 0;
  right: 0;
}
.ul-why-choose-us-vectors .vector-2 {
  left: 0;
  bottom: 0;
}

.ul-inner-video-call {
  overflow: hidden;
}
.ul-inner-video-call .ul-section-descr {
  margin-top: clamp(14px, 1.26vw, 24px);
}
.ul-inner-video-call-features {
  grid-template-columns: repeat(1, 1fr);
  margin-top: clamp(16px, 1.68vw, 32px);
}
.ul-inner-video-call-btns {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 1.26vw, 24px);
}
.ul-inner-video-call-btns .btn-1 {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-inner-video-call-btns .btn-1:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}
.ul-inner-video-call-btns .btn-2 {
  background-color: transparent;
  border: 1px solid var(--ul-primary);
  color: var(--ul-primary);
}
.ul-inner-video-call-btns .btn-2:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-inner-video-call-img {
  background-color: #2D4686;
  border-radius: 50%;
  border-bottom-right-radius: 16px;
  margin-right: auto;
  width: max-content;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ul-inner-video-call-img {
    margin: auto;
  }
}
.ul-inner-video-call-img .main-img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-inner-video-call-img .img-2 {
  position: absolute;
  top: 8px;
  right: 7px;
}
.ul-inner-video-call-img-icon {
  position: absolute;
  background-color: var(--ul-c3);
  width: clamp(78px, 4.62vw, 88px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(38px, 2.36vw, 45px);
  left: calc(0% - clamp(16px, 1.68vw, 32px));
  top: clamp(26px, 1.89vw, 36px);
}

.ul-inner-services {
  background-color: var(--white);
}

.ul-inner-service {
  background-color: var(--ul-gray);
}
.ul-inner-service .ul-service-icon {
  background-color: var(--white);
}
.ul-inner-service:hover {
  background-color: var(--white);
}

.ul-inner-service-2 {
  background-color: var(--ul-gray);
  border-radius: clamp(12px, 0.84vw, 16px);
  overflow: hidden;
}
.ul-inner-service-2:hover .ul-btn {
  grid-template-columns: 1fr max-content;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-inner-service-2-img {
  position: relative;
}
.ul-inner-service-2-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 419/256;
}
.ul-inner-service-2-btn-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  inset: auto clamp(16px, 1.68vw, 32px);
  bottom: 0;
  transform: translateY(50%);
}
.ul-inner-service-2 .ul-service-icon {
  background-color: var(--white);
  width: clamp(46px, 2.94vw, 56px);
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-bottom: 0;
}
.ul-inner-service-2 .ul-service-icon svg {
  width: clamp(20px, 1.26vw, 24px);
}
.ul-inner-service-2-btn {
  display: grid;
  align-content: center;
  grid-template-columns: 0fr max-content;
  gap: 0;
  padding: clamp(9px, 0.63vw, 12px) clamp(12.5px, 0.81vw, 15.5px);
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-inner-service-2-btn span {
  overflow: hidden;
  white-space: nowrap;
}
.ul-inner-service-2-txt {
  padding: clamp(31px, 3.26vw, 62px) clamp(16px, 1.68vw, 32px) clamp(16px, 1.68vw, 32px);
}
.ul-inner-service-2-txt .ul-service-title {
  margin-bottom: clamp(10px, 0.84vw, 16px);
}
.ul-inner-service-2-txt .ul-service-descr {
  margin-bottom: 0;
}

.ul-service-details-img {
  border-radius: clamp(21px, 1.26vw, 24px);
  overflow: hidden;
  margin-bottom: clamp(12px, 1.16vw, 22px);
}
.ul-service-details-img img {
  aspect-ratio: 852/424;
  width: 100%;
  object-fit: cover;
}
.ul-service-details-txt {
  max-width: clamp(750px, 48.87vw, 930px);
  margin: auto;
}
.ul-service-details-title, .ul-service-details-txt h2 {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(25px, 2.1vw, 40px);
  line-height: 120%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-service-details-descr, .ul-service-details-txt p {
  font-size: clamp(16px, 0.84vw, 16px);
  color: var(--ul-gray2);
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-service-details-txt blockquote {
  background: #EDEDFF;
  border-bottom: 2px solid var(--ul-secondary);
  border-radius: 8px;
  padding: clamp(14px, 1.26vw, 24px) clamp(16px, 1.68vw, 32px);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 160%;
  color: #1C1C1C;
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-service-details-txt blockquote .name {
  color: var(--ul-secondary);
  font-weight: 700;
  font-family: var(--font-lato);
}
.ul-service-details-inner-block-img img {
  border-radius: clamp(21px, 1.26vw, 24px);
}
.ul-service-details .inner-block-1 {
  display: flex;
  align-items: flex-end;
  gap: clamp(10px, 0.79vw, 15px);
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ul-service-details .inner-block-1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ul-service-details-inner-title, .ul-service-details-txt h3 {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(18px, 1.26vw, 24px);
  line-height: 133%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  margin-bottom: clamp(14px, 1.26vw, 24px);
  margin-top: clamp(16px, 1.68vw, 32px);
}
.ul-service-details-txt ul {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 144%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
}
.ul-service-details-txt ul li {
  margin-bottom: clamp(10px, 0.68vw, 13px);
}
.ul-service-details-txt ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal;
  font-weight: 900 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ul-secondary);
  color: var(--white);
  width: clamp(20px, 1.26vw, 24px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding-right: 2.5px;
  margin-left: clamp(9px, 0.63vw, 12px);
  vertical-align: text-bottom;
}
.ul-service-details-txt ul li .value {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
}
.ul-service-details-faq .ul-single-accordion-item {
  padding: 0;
  box-shadow: none;
  background-color: var(--ul-gray);
  padding: 0 clamp(16px, 1.26vw, 24px);
}
.ul-service-details-faq .ul-single-accordion-item.open .ul-single-accordion-item__header {
  border-color: rgba(206, 207, 208, 0.16);
}
.ul-service-details-faq .ul-single-accordion-item.open .ul-single-accordion-item__header i {
  transform: rotate(0deg);
  color: var(--ul-secondary);
}
.ul-service-details-faq .ul-single-accordion-item__header {
  border-radius: 4px;
  padding: clamp(14px, 1.05vw, 20px) 0;
  border-bottom: 1.2px solid transparent;
}
.ul-service-details-faq .ul-single-accordion-item__header i {
  transform: rotate(185deg);
}
.ul-service-details-faq .ul-single-accordion-item__title {
  margin: 0;
  font-family: var(--font-lato);
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  color: var(--ul-primary);
}
.ul-service-details-sidebar-widget {
  background-color: var(--ul-gray);
  padding: clamp(16px, 1.68vw, 32px);
  border-radius: 16px;
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-service-details-sidebar-widget:last-child {
  margin-bottom: 0;
}
.ul-service-details-sidebar-widget-title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 133%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  padding-bottom: clamp(14px, 1.26vw, 24px);
  border-bottom: 1.2px solid rgba(206, 207, 208, 0.16);
  margin-bottom: clamp(14px, 1.26vw, 24px);
  display: block;
}
.ul-service-details-sidebar-links li:last-child a {
  margin-bottom: 0;
}
.ul-service-details-sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(7px, 0.63vw, 12px) 0;
  border-radius: 4px;
  color: var(--ul-primary);
  font-family: var(--font-lato);
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  transition: all 0.3s ease;
}
.ul-service-details-sidebar-links a:hover, .ul-service-details-sidebar-links a.active {
  color: var(--white);
  padding: clamp(7px, 0.63vw, 12px) clamp(10px, 0.84vw, 16px);
  background-color: var(--ul-secondary);
}
.ul-service-details-sidebar-cta {
  background: linear-gradient(-131.07deg, #0b254e 11.67%, #0D6DFD 130.74%);
  position: relative;
  z-index: 1;
}
.ul-service-details-sidebar-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/service-sidebar-cta-bg.jpg) no-repeat center center/cover;
  opacity: 0.08;
  z-index: -1;
  border-radius: 16px;
}
.ul-service-details-sidebar-cta .ul-service-details-sidebar-widget-title {
  color: var(--white);
}
.ul-service-details-sidebar-cta .contact-info {
  margin-bottom: clamp(10px, 0.84vw, 16px);
}
.ul-service-details-sidebar-cta .contact-info,
.ul-service-details-sidebar-cta .contact-info a {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--white);
}
.ul-service-details-sidebar-cta .contact-info a:hover {
  color: var(--ul-secondary);
}
.ul-service-details-sidebar-cta .contact-info.number {
  display: block;
}
.ul-service-details-sidebar-cta .contact-info.number a {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-service-details-sidebar-cta .ul-btn {
  display: inline-flex;
  text-transform: uppercase;
  margin-top: clamp(10px, 0.84vw, 16px);
}

.ul-inner-team-member {
  border: 1px solid var(--ul-gray);
  transition: 0.3s ease;
}
.ul-inner-team-member:hover {
  border-color: var(--ul-secondary);
}
.ul-inner-team-member:hover::before {
  background-color: var(--ul-gray);
}
.ul-inner-team-member:hover .ul-team-member-img {
  border-color: var(--ul-secondary);
}
.ul-inner-team-member:hover .ul-team-member-name a {
  color: var(--ul-primary);
}
.ul-inner-team-member:hover .ul-team-member-role {
  color: var(--ul-gray2);
}
.ul-inner-team-member::before {
  top: 0;
}

.ul-team-details-top {
  padding: 0 clamp(15px, 5.94vw, 113px) clamp(24px, 2.52vw, 48px);
  border-bottom: 1px solid rgba(206, 207, 208, 0.48);
}
@media screen and (max-width: 479px) {
  .ul-team-details-top {
    padding: 0 0 clamp(24px, 2.52vw, 48px);
  }
}
.ul-team-details-img {
  border-radius: 16px;
  overflow: hidden;
}
.ul-team-details-img img {
  width: 100%;
  aspect-ratio: 512/581;
  object-fit: cover;
}
.ul-team-details-name {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(24px, 2.52vw, 48px);
  line-height: 117%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  margin-bottom: clamp(4px, 0.32vw, 6px);
}
.ul-team-details-position {
  font-family: var(--font-lato);
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  color: var(--ul-secondary);
  display: block;
  margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-team-details-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--ul-gray2);
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-team-details-infos {
  margin-bottom: clamp(24px, 2.52vw, 48px);
  border: 1px solid rgba(206, 207, 208, 0.48);
  border-radius: 16px;
  background-color: rgba(206, 207, 208, 0.48);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (max-width: 479px) {
  .ul-team-details-infos {
    grid-template-columns: 1fr;
  }
}
.ul-team-details-info {
  background-color: var(--white);
  padding: clamp(10px, 0.84vw, 16px) clamp(14px, 1.26vw, 24px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.95vw, 18px);
}
.ul-team-details-info-icon {
  font-size: clamp(26px, 1.52vw, 29px);
  color: var(--ul-secondary);
}
.ul-team-details-info-txt .title {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 144%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  display: block;
  margin-bottom: 2px;
}
.ul-team-details-info-txt .value {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
}
.ul-team-details-info a:hover {
  color: var(--ul-secondary);
}
.ul-team-details-txt .ul-btn {
  background-color: var(--ul-secondary);
  display: inline-flex;
  color: var(--white);
}
.ul-team-details-txt .ul-btn:hover {
  background-color: var(--ul-primary);
}
.ul-team-details-bottom {
  padding: clamp(24px, 2.52vw, 48px) clamp(15px, 5.94vw, 113px) 0;
}
@media screen and (max-width: 479px) {
  .ul-team-details-bottom {
    padding: clamp(24px, 2.52vw, 48px) 0 0;
  }
}
.ul-team-details-bottom-block {
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-team-details-bottom-block-title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(24px, 2.1vw, 40px);
  line-height: 120%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
.ul-team-details-bottom-block-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
  margin-bottom: 0;
}
.ul-team-details-bottom-block-2 {
  display: flex;
  gap: clamp(26px, 2.79vw, 53px);
}
@media screen and (max-width: 991px) {
  .ul-team-details-bottom-block-2 {
    flex-direction: column;
  }
}
.ul-team-details-bottom-progress {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(15px, 2.1vw, 40px);
  flex-shrink: 0;
}
.ul-team-details-bottom-progress .ul-progress-container {
  width: clamp(133px, 7.15vw, 136px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #9DAAFF;
  position: relative;
}
.ul-team-details-bottom-progress .ul-progressbar {
  --progress-value: 0%;
  background: conic-gradient(from -450deg, transparent calc(100% - var(--progress-value)), var(--ul-secondary) 0);
  aspect-ratio: 1/1;
  width: auto;
  height: auto;
  position: absolute;
  inset: -3px;
  border-radius: 50%;
}
.ul-team-details-bottom-progress .ul-progressbar::before {
  content: none;
}
.ul-team-details-bottom-progress .ul-progressbar::after {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: var(--white);
  z-index: 1;
  border-radius: 50%;
}
.ul-team-details-bottom-progress .ul-progress-label {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
}
.ul-team-details-bottom-progress .ul-progress-label .percent {
  font-family: var(--font-lato);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(22px, 2.1vw, 40px);
  line-height: 120%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
}
.ul-team-details-bottom-progress .ul-progress-label .title {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
}

.ul-inner-appointment-container {
  background-color: var(--ul-gray);
  max-width: clamp(800px, 57.49vw, 1094px);
  margin: auto;
  padding: clamp(30px, 2.52vw, 48px) clamp(15px, 2.52vw, 48px);
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .ul-inner-appointment-container {
    margin: 0 15px;
  }
}
.ul-inner-appointment-title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(24px, 1.68vw, 32px);
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.5px;
  color: #1C1C1C;
  margin-bottom: clamp(32px, 3.36vw, 64px);
}
.ul-inner-appointment label {
  font-family: var(--font-lato);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 144%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  margin-bottom: clamp(5px, 0.42vw, 8px);
}

.ul-404 {
  text-align: center;
}
.ul-404-img {
  margin-bottom: clamp(26px, 2.73vw, 52px);
}
.ul-404-img svg {
  max-width: 100%;
  height: auto;
}
.ul-404-title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(28px, 3.78vw, 72px);
  line-height: 111%;
  text-align: center;
  letter-spacing: 0.005em;
  color: var(--ul-primary);
}
.ul-404-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  text-align: center;
  color: var(--ul-gray2);
  margin-bottom: clamp(24px, 2.52vw, 48px);
}
.ul-404 .ul-btn {
  display: inline-flex;
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-404 .ul-btn:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}

.ul-inner-blog {
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-inner-blog-img {
  position: relative;
  margin-bottom: clamp(12px, 1.26vw, 24px);
}
.ul-inner-blog-img img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 852/400;
}
.ul-inner-blog-txt .ul-blog-infos {
  flex-wrap: wrap;
  row-gap: 10px;
}
.ul-inner-blog-txt .ul-blog-info:first-child {
  background-color: var(--ul-secondary);
  color: var(--white);
  padding: 4px clamp(8px, 0.63vw, 12px);
  border-radius: 99px;
  font-size: 14px;
}
.ul-inner-blog-txt .ul-blog-info:first-child i {
  color: var(--white);
}
.ul-inner-blog-title {
  font-family: var(--font-lato);
  font-size: clamp(20px, 2.1vw, 29px);
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  margin-top: clamp(6px, 0.84vw, 12px);
  margin-bottom: clamp(7px, 0.63vw, 12px);
}
.ul-inner-blog-title a {
  color: inherit;
}
.ul-inner-blog-title a:hover {
  color: var(--ul-secondary);
}
.ul-inner-blog-excerpt {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
  opacity: 0.9;
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-inner-blog .ul-btn {
  border: 1px solid var(--ul-secondary);
  color: var(--ul-secondary);
  background-color: transparent;
  width: fit-content;
  height: clamp(40px, 2.52vw, 48px);
}
.ul-inner-blog .ul-btn:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
}

.ul-inner-sidebar {
  top: clamp(85px, 6.04vw, 115px);
}
.ul-inner-sidebar-search form {
  background-color: var(--white);
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.ul-inner-sidebar-search form input {
  padding-right: 10px;
  padding-left: clamp(12px, 1.05vw, 20px);
  width: 100%;
  border: none;
  height: clamp(35px, 2.1vw, 40px);
}
.ul-inner-sidebar-search form button {
  background-color: var(--ul-secondary);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(35px, 2.1vw, 40px);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-inner-sidebar-search form button:hover {
  background-color: var(--ul-black);
}
.ul-inner-sidebar-post {
  margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-inner-sidebar-post:last-child {
  margin-bottom: 0;
}
.ul-inner-sidebar-post .img {
  flex-shrink: 0;
  overflow: hidden;
  margin-bottom: clamp(9px, 0.84vw, 16px);
}
.ul-inner-sidebar-post .img img {
  width: 100%;
  aspect-ratio: 356/148;
  object-fit: cover;
}
.ul-inner-sidebar-post .date {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}
.ul-inner-sidebar-post .date i {
  color: #B6B7B9;
}
.ul-inner-sidebar-post .title {
  margin-bottom: 0;
}
.ul-inner-sidebar-post .title a {
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--black);
}
.ul-inner-sidebar-post .title a:hover {
  color: var(--ul-secondary);
}

.ul-inner-contact-info {
  padding: clamp(24px, 2.52vw, 48px) clamp(15px, 2.52vw, 48px);
  background: var(--ul-gray);
  border-radius: 16px;
  text-align: center;
  height: 100%;
}
.ul-inner-contact-info .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(65px, 4.2vw, 80px);
  aspect-ratio: 1/1;
  background: var(--ul-secondary);
  color: var(--white);
  border-radius: 999px;
  font-size: clamp(22px, 1.42vw, 27px);
  margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-inner-contact-info .descr {
  margin-bottom: 5px;
}
.ul-inner-contact-info .descr,
.ul-inner-contact-info .descr a {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  text-align: center;
  color: var(--ul-gray2);
}
.ul-inner-contact-info .descr a:hover {
  color: var(--ul-secondary);
}
.ul-inner-contact-map {
  height: 100%;
  border-radius: 0 clamp(12px, 0.84vw, 16px) clamp(12px, 0.84vw, 16px) 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-inner-contact-map {
    border-radius: clamp(12px, 0.84vw, 16px) clamp(12px, 0.84vw, 16px) 0 0;
  }
}
.ul-inner-contact-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .ul-inner-contact-map iframe {
    aspect-ratio: 16/6;
  }
}
@media screen and (max-width: 479px) {
  .ul-inner-contact-map iframe {
    aspect-ratio: 1/0.7;
  }
}
.ul-inner-contact-form-wrapper {
  background-color: var(--ul-primary);
  padding: clamp(24px, 2.94vw, 56px) clamp(15px, 2.94vw, 56px);
  border-radius: clamp(12px, 0.84vw, 16px) 0 0 clamp(12px, 0.84vw, 16px);
}
@media screen and (max-width: 991px) {
  .ul-inner-contact-form-wrapper {
    border-radius: 0 0 clamp(12px, 0.84vw, 16px) clamp(12px, 0.84vw, 16px);
  }
}
.ul-inner-contact-form-title {
  color: var(--white);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: clamp(24px, 2.52vw, 48px);
  line-height: 117%;
  letter-spacing: 0.5px;
  margin-bottom: clamp(19px, 2.05vw, 39px);
}
.ul-inner-contact-form label {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 144%;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: clamp(5px, 0.42vw, 8px);
  display: block;
}
.ul-inner-contact-form input,
.ul-inner-contact-form textarea {
  width: 100%;
  padding: clamp(10px, 0.84vw, 16px) clamp(12px, 1.05vw, 20px);
  border: none;
  background: var(--white);
  border-radius: 4px;
  outline: none;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-inner-contact-form textarea {
  height: clamp(121px, 6.52vw, 124px);
}
.ul-inner-contact-form input:-webkit-autofill,
.ul-inner-contact-form input:-webkit-autofill:hover,
.ul-inner-contact-form input:-webkit-autofill:focus,
.ul-inner-contact-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
}
.ul-inner-contact-form .ul-btn {
  width: 100%;
  background-color: var(--ul-secondary);
  color: var(--white);
  justify-content: center;
}
.ul-inner-contact-form .ul-btn:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}

.ul-blog-details-inner-img {
  display: flex;
  gap: clamp(14px, 1.26vw, 24px);
  margin: clamp(15px, 1.58vw, 30px) 0;
}
@media screen and (max-width: 479px) {
  .ul-blog-details-inner-img {
    flex-direction: column;
  }
}
.ul-blog-details-inner-img a img {
  /* max-width: calc(50% - clamp(15px, 1.58vw, 30px) / 2); */
  aspect-ratio: 370/350;
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 479px) {
  .ul-blog-details-inner-img a img {
    max-width: 100%;
    width: 100%;
  }
}
.ul-blog-details-txt h3 {
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-blog-details-txt  a img {
  aspect-ratio: 414/264;
  border-radius: 8px;
}
.ul-blog-details-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 clamp(24px, 2.52vw, 48px);
  padding-bottom: clamp(16px, 1.68vw, 32px);
  border-bottom: 1.2px solid rgba(206, 207, 208, 0.16);
}
.ul-blog-details-actions .actions-title {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  color: var(--ul-primary);
  margin-bottom: 0;
}
.ul-blog-details-actions .tags-wrapper,
.ul-blog-details-actions .shares-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.26vw, 24px);
}
.ul-blog-details-actions .tags-wrapper .tags {
  display: flex;
  gap: clamp(8px, 0.63vw, 12px);
}
.ul-blog-details-actions .tags-wrapper a,
.ul-blog-details-actions .tags-wrapper button {
  background-color: var(--ul-gray);
  padding: clamp(4px, 0.32vw, 6px) clamp(8px, 0.84vw, 16px);
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--ul-primary);
}
.ul-blog-details-actions .tags-wrapper a:hover,
.ul-blog-details-actions .tags-wrapper button:hover {
  border-color: var(--ul-primary);
}
.ul-blog-details-actions .share-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(8px, 0.84vw, 16px);
}
.ul-blog-details-actions .share-options a {
  color: var(--black);
  display: flex;
  width: clamp(33px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--ul-gray);
  color: var(--ul-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-blog-details-actions .share-options a:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-blog-details-reviews {
  margin-top: clamp(22px, 1.84vw, 35px);
  border-bottom: 1.2px solid rgba(206, 207, 208, 0.24);
}
.ul-blog-details-review {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.05vw, 20px);
  padding-bottom: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 479px) {
  .ul-blog-details-review {
    flex-direction: column;
  }
}
.ul-blog-details-review-reviewer-img {
  flex-shrink: 0;
}
.ul-blog-details-review-reviewer-img img {
  width: clamp(86px, 5.04vw, 96px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.ul-blog-details-review-txt {
  flex-grow: 1;
}
.ul-blog-details-review-txt .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(12px, 0.95vw, 18px);
}
.ul-blog-details-review-txt .reviewer-name {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 140%;
  color: var(--black);
}
.ul-blog-details-review-txt .review-date {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
  color: var(--ul-gray2);
  line-height: 150%;
  opacity: 0.9;
  display: block;
  margin-bottom: clamp(1px, 0.21vw, 4px);
}
.ul-blog-details-review p {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
  color: var(--ul-gray2);
  opacity: 0.9;
  line-height: 150%;
}
.ul-blog-details-review-reply-btn {
  background-color: var(--ul-primary);
  height: clamp(29px, 1.68vw, 32px);
  color: var(--white);
  border-radius: 999px;
  font-weight: 500;
  padding: 0 clamp(13px, 0.84vw, 16px);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-blog-details-review-reply-btn:hover {
  background-color: var(--ul-secondary);
}
.ul-blog-details-comment-form label {
  color: var(--ul-primary);
}
.ul-blog-details-comment-form input,
.ul-blog-details-comment-form textarea {
  background-color: var(--ul-gray);
  border-radius: 8px;
}
.ul-blog-details-comment-form-wrapper {
  margin-top: clamp(16px, 1.68vw, 32px);
}
.ul-blog-details-comment-form-wrapper .ul-btn {
  width: max-content;
}
.ul-blog-details-comment-form-wrapper .ul-btn:hover {
  color: var(--ul-black);
}

.ul-case-studies {
  --card-gap: clamp(16px, 1.68vw, 32px);
}
.ul-case-studies .row {
  --bs-gutter-x: var(--card-gap);
  --bs-gutter-y: var(--card-gap);
}

.ul-case-study {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: var(--card-gap);
}
.ul-case-study:last-child {
  margin-bottom: 0;
}
.ul-case-study:hover .ul-case-study-img img {
  transform: scale(1.1);
}
.ul-case-study:hover .ul-case-study-txt {
  transform: translateY(0);
  opacity: 1;
}
.ul-case-study-img img {
  width: 100%;
}
.ul-case-study-txt {
  background-color: var(--white);
  position: absolute;
  bottom: clamp(16px, 1.68vw, 32px);
  right: clamp(16px, 1.68vw, 32px);
  display: flex;
  border-radius: clamp(5px, 0.42vw, 8px);
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.3s ease;
}
.ul-case-study-order {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  color: var(--ul-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(206, 207, 208, 0.24);
  padding: clamp(14px, 1.05vw, 20px);
}
.ul-case-study-infos {
  padding: clamp(4px, 0.42vw, 8px) clamp(8px, 0.84vw, 16px);
  padding-left: clamp(16px, 1.68vw, 32px);
}
.ul-case-study-title {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  margin-bottom: 4px;
  display: block;
}
.ul-case-study-title a {
  color: var(--ul-primary);
}
.ul-case-study-title a:hover {
  color: var(--ul-secondary);
}
.ul-case-study-sub-title {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
}

.ul-case-study-details-heading {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.1vw, 40px);
  padding: 0 clamp(15px, 5.94vw, 113px) clamp(28px, 2.94vw, 56px);
  border-bottom: 1px solid rgba(206, 207, 208, 0.24);
}
@media screen and (max-width: 991px) {
  .ul-case-study-details-heading {
    padding: 0 0px clamp(28px, 2.94vw, 56px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.ul-case-study-details-heading-img {
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-case-study-details-heading-img {
    width: 100%;
  }
}
.ul-case-study-details-heading-img img {
  width: clamp(402px, 27.96vw, 532px);
  aspect-ratio: 532/364;
  object-fit: cover;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .ul-case-study-details-heading-img img {
    width: 100%;
  }
}
.ul-case-study-details-info {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.58vw, 11px);
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
  margin-bottom: clamp(6px, 0.53vw, 10px);
}
.ul-case-study-details-info i {
  color: var(--ul-secondary);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-case-study-details-title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(24px, 2.1vw, 40px);
  line-height: 120%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  margin-bottom: clamp(7px, 0.63vw, 12px);
}
.ul-case-study-details-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-case-study-details-share {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.84vw, 16px);
}
.ul-case-study-details-share .title {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
}
.ul-case-study-details-share-links {
  display: flex;
  gap: clamp(9px, 0.95vw, 18px);
}
.ul-case-study-details-share-links a {
  color: var(--ul-gray2);
}
.ul-case-study-details-share-links a:hover {
  color: var(--ul-secondary);
}
.ul-case-study-details-txt {
  max-width: none;
}
.ul-case-study-details-txt-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .ul-case-study-details-txt-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ul-case-study-details-txt-block-video-cover {
  position: relative;
  max-width: clamp(273px, 16.97vw, 323px);
  z-index: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .ul-case-study-details-txt-block-video-cover {
    width: 100%;
    max-width: 100%;
  }
}
.ul-case-study-details-txt-block-video-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(4, 28, 51, 0.72);
  border-radius: 12px;
}
.ul-case-study-details-txt-block-video-cover img {
  width: 100%;
  aspect-ratio: 323/344;
  object-fit: cover;
  border-radius: 12px;
}
.ul-case-study-details-txt-block-video-cover a {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: var(--ul-secondary);
  color: var(--white);
  width: clamp(53px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-case-study-details-txt-block-video-cover a:hover {
  background-color: var(--ul-c3);
  color: var(--ul-primary);
}
.ul-case-study-details-txt-block-2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .ul-case-study-details-txt-block-2 {
    grid-template-columns: 1fr;
  }
}
.ul-case-study-details-txt-block-img {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .ul-case-study-details-txt-block-img {
    grid-column: span 1;
  }
}
.ul-case-study-details-txt iframe {
  width: 100%;
  aspect-ratio: 852/372;
}
.ul-case-study-details-sidebar {
  padding-top: clamp(16px, 1.68vw, 32px);
}
.ul-case-study-details-sidebar-info {
  display: flex;
  font-weight: 400;
  border-bottom: 1px solid rgba(191, 191, 191, 0.32);
  padding-bottom: clamp(8px, 0.84vw, 16px);
  margin-bottom: clamp(8px, 0.84vw, 16px);
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
}
.ul-case-study-details-sidebar-info:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ul-case-study-details-sidebar-info .key {
  min-width: clamp(117px, 6.31vw, 120px);
}
.ul-case-study-details-sidebar-info .value {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  flex-grow: 1;
}
.ul-case-study-details-sidebar-info .value a:hover {
  color: var(--ul-secondary);
}
.ul-case-study-details-sidebar-socials {
  display: flex;
  gap: clamp(7px, 0.63vw, 12px);
  flex-wrap: wrap;
}
.ul-case-study-details-sidebar-socials a {
  width: clamp(43px, 2.52vw, 48px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ul-case-study-details-sidebar-socials a:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
}

/* SIMPLIFIED COLLEGE SERVICES STYLES - HORIZONTAL LAYOUT */
.ul-services .ul-service {
  background: var(--white);
  border-radius: 12px;
  padding: clamp(20px, 1.8vw, 30px);
  border: 1px solid rgba(4, 28, 51, 0.08);
  box-shadow: 0 4px 12px rgba(4, 28, 51, 0.05);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.ul-services .ul-service::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(90deg, rgba(254, 190, 53, 0.15) 0%, rgba(254, 190, 53, 0.05) 30%, transparent 100%);
  border-radius: 30%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.ul-services .ul-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(4, 28, 51, 0.15);
  border-color: rgba(254, 190, 53, 0.195);
}

.ul-services .ul-service:hover::before {
  width: 120%;
  height: 120%;
}

.ul-services .ul-service:hover .ul-service-icon {
  background-color: var(--ul-secondary);
  transform: scale(1.1);
}

.ul-services .ul-service:hover .ul-service-icon i {
  color: var(--white);
}

.ul-services .ul-service:hover .ul-service-title a {
  color: var(--ul-secondary);
}

/* New horizontal layout for icon and title */
.ul-services .ul-service .ul-service-header {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.2vw, 20px);
  position: relative;
  z-index: 2;
}

.ul-services .ul-service .ul-service-icon {
  width: clamp(50px, 3.5vw, 65px);
  height: clamp(50px, 3.5vw, 65px);
  background-color: rgba(254, 190, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.ul-services .ul-service .ul-service-icon i {
  font-size: clamp(20px, 1.5vw, 28px);
  color: var(--ul-secondary);
  transition: all 0.3s ease;
}

.ul-services .ul-service .ul-service-title {
  font-family: var(--font-lato);
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0;
  transition: all 0.3s ease;
  flex: 1;
}

.ul-services .ul-service .ul-service-title a {
  color: var(--ul-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.ul-services .ul-service .ul-service-title a:hover {
  color: var(--ul-secondary);
}

/* Responsive adjustments for the new horizontal layout */
@media screen and (max-width: 767px) {
  .ul-services .ul-service .ul-service-header {
    gap: 12px;
  }
  
  .ul-services .ul-service .ul-service-icon {
    width: 45px;
    height: 45px;
  }
  
  .ul-services .ul-service .ul-service-icon i {
    font-size: 18px;
  }
  
  .ul-services .ul-service .ul-service-title {
    font-size: 14px;
  }
}

/* Animation for college cards */
@keyframes fadeInUpCollege {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ul-services .ul-service {
  animation: fadeInUpCollege 0.6s ease forwards;
}

.ul-services .ul-service:nth-child(1) { animation-delay: 0.1s; }
.ul-services .ul-service:nth-child(2) { animation-delay: 0.2s; }
.ul-services .ul-service:nth-child(3) { animation-delay: 0.3s; }
.ul-services .ul-service:nth-child(4) { animation-delay: 0.4s; }
.ul-services .ul-service:nth-child(5) { animation-delay: 0.5s; }
.ul-services .ul-service:nth-child(6) { animation-delay: 0.6s; }
.ul-services .ul-service:nth-child(7) { animation-delay: 0.7s; }
.ul-services .ul-service:nth-child(8) { animation-delay: 0.8s; }

/* Responsive adjustments for college grid */
@media screen and (max-width: 1199px) {
  .ul-services .row {
    row-gap: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .ul-services .ul-service {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .ul-services .ul-service .ul-service-icon {
    width: 50px;
    height: 50px;
  }
  
  .ul-services .ul-service .ul-service-icon i {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .ul-services .ul-service {
    padding: 20px;
  }
}

.award-highlight {
  background: #efefef;
  border-radius: 18px;
  padding: 18px 12px;
  min-height: 140px;
  display: flex;
  align-items: center;
}

/* Faculty Slider Styles */
.ul-faculty {
  position: relative;
}

.ul-faculty-slider-wrapper {
  position: relative;
  margin-top: 3rem;
}

.ul-faculty-slider {
  overflow: hidden;
  padding-bottom: 20px;
  width: 100%;
}

.ul-faculty-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

/* ضمان عدم خروج التأثيرات خارج الحدود */
.ul-faculty-slider-wrapper {
  overflow: hidden;
}

.ul-faculty-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.ul-faculty-card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(135deg, rgba(254, 190, 53, 0.08) 0%, rgba(254, 190, 53, 0.03) 50%, transparent 100%);
  border-radius: 16px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.ul-faculty-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(4, 28, 51, 0.1);
  border-color: rgba(254, 190, 53, 0.3);
}

.ul-faculty-card:hover::before {
  width:100%;
  height: 100%;
  border-radius: 15px;
}

.ul-faculty-image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border: 1.5px solid transparent;
  transition: all 0.3s ease;
}

.ul-faculty-card:hover .ul-faculty-image {
  border-color: rgba(254, 190, 53, 0.4);
  transform: scale(1.05);
}

.ul-faculty-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ul-faculty-card:hover .ul-faculty-image img {
  transform: scale(1.1);
}

.ul-faculty-info {
  text-align: center;
  position: relative;
  z-index: 2;
}

.ul-faculty-position {
  background: var(--ul-gradient);
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 16px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.ul-faculty-name {
  color: var(--ul-primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.ul-faculty-card:hover .ul-faculty-name {
  color: var(--ul-secondary);
  transform: translateY(-2px);
}

.ul-faculty-department {
  color: var(--ul-gray2);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  transition: all 0.3s ease;
}

.ul-faculty-card:hover .ul-faculty-department {
  color: var(--ul-primary);
}

.ul-faculty-card:hover .ul-faculty-position {
  background: var(--ul-secondary);
  transform: scale(1.05);
}

/* Navigation Styles */
.ul-faculty-slider-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  z-index: 10;
}

.ul-faculty-prev,
.ul-faculty-next {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  border: none;
  border-radius: 999px;
  color: var(--ul-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.ul-faculty-prev:hover,
.ul-faculty-next:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-faculty-prev {
  margin: 0;
}

.ul-faculty-next {
  margin: 0;
}

/* Animation on scroll */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ul-faculty-card.animate {
  animation: fadeInUp 0.6s ease forwards;
}

/* إظهار العناصر بشكل افتراضي */
.ul-faculty-card {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ul-faculty-card {
    padding: 20px;
  }
  
  .ul-faculty-image {
    width: 100px;
    height: 100px;
  }
  
  .ul-faculty-name {
    font-size: 16px;
  }
  
  .ul-faculty-department {
    font-size: 13px;
  }
  
  .ul-faculty-slider-nav {
    margin-top: 30px;
    gap: 15px;
  }
  
  .ul-faculty-prev,
  .ul-faculty-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .ul-faculty-card {
    margin: 0 8px;
    padding: 15px;
  }
  
  .ul-faculty-image {
    width: 90px;
    height: 90px;
  }
  
  .ul-faculty-position {
    font-size: 11px;
    padding: 5px 12px;
  }
  
  /* تقليل تأثير الهوفر في الشاشات الصغيرة */
  .ul-faculty-card:hover {
    transform: translateY(-2px);
  }
  
  .ul-faculty-card:hover .ul-faculty-image {
    transform: scale(1.02);
  }
  
  .ul-faculty-slider-nav {
    margin-top: 25px;
    gap: 12px;
  }
  
  .ul-faculty-prev,
  .ul-faculty-next {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

/* ===== ENHANCED SEARCH VISUAL IMPROVEMENTS ===== */
.ul-search-form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

/* ===== UNIVERSITY ACTIVITIES SECTION ===== */



.ul-university-activities {
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.ul-activities-slider-wrapper {
    position: relative;
    margin-top: 3rem;
}

.ul-activities-slider {
    overflow: hidden;
    padding-bottom: 20px;
}

.ul-activities-slider .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

.ul-activity-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    width: 100%;
    position: relative;
}

.ul-activity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.ul-activity-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.ul-activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ul-activity-card:hover .ul-activity-image img {
    transform: scale(1.05);
}

.ul-activity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.3) 70%,
        transparent 100%
    );
    color: white;
    padding: 30px 25px 25px;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.ul-activity-date {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #febe35;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    transition: all 0.3s ease;
}

.ul-activity-date .date-day {
    font-size: 20px;
    font-weight: 800;
    color: var(--ul-primary);
    line-height: 1;
    margin-bottom: 2px;
}

.ul-activity-date .date-month {
    font-size: 11px;
    font-weight: 600;
    color: var(--ul-primary);
    line-height: 1;
    text-transform: uppercase;
}

.ul-activity-date:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.ul-activity-title {
    font-size: clamp(18px, 1.25vw, 22px);
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ul-activity-description {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ul-activity-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.ul-activity-category {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ul-activity-location {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ul-activity-location::before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
}

/* Navigation Styles */
.ul-activities-slider-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    z-index: 10;
}

.ul-activities-prev,
.ul-activities-next {
    width: clamp(46px, 2.94vw, 56px);
    aspect-ratio: 1/1;
    background-color: var(--white);
    border: none;
    border-radius: 999px;
    color: var(--ul-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(17px, 1.05vw, 20px);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.ul-activities-prev:hover,
.ul-activities-next:hover {
    background-color: var(--ul-primary);
    color: var(--white);
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1199px) {
    .ul-activity-image {
        height: 280px;
    }
    
    .ul-activity-overlay {
        padding: 25px 20px 20px;
    }
}

@media (max-width: 991px) {
    .ul-activity-image {
        height: 260px;
    }
    
    .ul-activity-title {
        font-size: 18px;
    }
    
    .ul-activity-description {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 768px) {
    .ul-activities-slider-nav {
        margin-top: 30px;
        gap: 15px;
    }
    
    .ul-activities-prev,
    .ul-activities-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .ul-activity-image {
        height: 240px;
    }
    
    .ul-activity-overlay {
        padding: 20px 18px 18px;
    }
    
    .ul-activity-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .ul-activity-description {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .ul-activity-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .ul-activities-slider-nav {
        margin-top: 25px;
        gap: 12px;
    }
    
    .ul-activities-prev,
    .ul-activities-next {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .ul-activity-image {
        height: 220px;
    }
    
    .ul-activity-overlay {
        padding: 18px 15px 15px;
    }
    
    .ul-activity-date {
        font-size: 11px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    
    .ul-activity-title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .ul-activity-description {
        font-size: 11px;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
    }
    
    .ul-activity-category {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .ul-activity-location {
        font-size: 11px;
    }
}

.ul-student-opportunities .ul-section-sub-title::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--ul-secondary);
    background: none;
    clip-path: none;
    width: auto;
    aspect-ratio: unset;
    font-size: 16px;
}

 .ul-gallery-item-wrapper {
            cursor: pointer;
            transition: transform 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .ul-gallery-item-wrapper:hover {
            transform: scale(1.02);
        }
        
        .ul-gallery-zoom {
            pointer-events: none;
        }
        
        /* جعل الصور تملأ المساحة بالكامل */
        .ul-gallery-item-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }
        
        /* التأكد من أن الرابط يأخذ المساحة الكاملة */
        .ul-gallery-item-wrapper a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }
        
        /* تحسين مظهر الأوفرلاي */
        .ul-gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: end;
            padding: 20px;
        }
        
        .ul-gallery-item-wrapper:hover .ul-gallery-overlay {
            opacity: 1;
        }
        
        .ul-gallery-content {
            color: white;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }
        
        .ul-gallery-category {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 5px;
            display: block;
        }
        
        .ul-gallery-title {
            font-size: 18px;
            font-weight: bold;
            margin: 0;
            line-height: 1.3;
        }
        
        .ul-gallery-zoom {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255,255,255,0.9);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .ul-gallery-item-wrapper:hover .ul-gallery-zoom {
            background: rgba(255,255,255,1);
            transform: scale(1.1);
        }
        
        /* تخصيص مظهر Fancybox */
        .fancybox__caption {
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            color: #fff;
            padding: 20px;
            text-align: center;
            font-family: 'Almarai', sans-serif;
        }
        
        .fancybox__caption div {
            font-size: 18px;
            font-weight: bold;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);
        }

/* ===== PARTNERS SECTION STYLES ===== */
.ul-partners {
    background: #ffffff;
    padding: 40px 0;
    position: relative;
}

.ul-partners::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    z-index: 1;
}

.ul-partners .ul-container {
    position: relative;
    z-index: 1;
}

.ul-partners .ul-section-heading {
    margin-bottom: 30px;
}

.ul-partners .ul-section-title {
    color: var(--ul-primary);
}

.ul-partners .ul-section-descr {
    color: var(--ul-gray2);
    max-width: 600px;
    margin: 0 auto;
}

/* Partners Slider Wrapper */
.ul-partners-slider-wrapper {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Individual Partner Cards */
.ul-partner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    transition: all 0.3s ease;
    border-radius: 15px;
    background: #ffffff;
    border: 2px solid transparent;
    margin: 10px;
}

.ul-partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Partner Logo Container */
.ul-partner-logo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.ul-partner-card:hover .ul-partner-logo {
    transform: scale(1.05);
}

.ul-partner-logo img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.ul-partner-card:hover .ul-partner-logo img {
    transform: scale(1.1);
}

/* Partner Name */
.ul-partner-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--ul-primary);
    margin-top: 10px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.ul-partner-card:hover .ul-partner-name {
    color: var(--ul-primary);
}

/* Navigation Buttons */
.ul-partners-slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    z-index: 10;
}

.ul-partners-prev,
.ul-partners-next {
    width: 50px !important;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background: var(--ul-primary);
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.ul-partners-prev:hover,
.ul-partners-next:hover {
    background: var(--ul-c3);
}

/* Responsive Design */
@media screen and (max-width: 1199px) {
    .ul-partners-slider-nav {
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) {
    .ul-partners {
        padding: 60px 0;
    }
    
    .ul-partners-slider-wrapper {
        padding: 30px 15px;
    }
    
    .ul-partner-logo {
        width: 80px;
        height: 80px;
    }
    
    .ul-partner-name {
        font-size: 13px;
    }
    
    .ul-partners-prev,
    .ul-partners-next {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
        font-size: 16px;
    }
    
    .ul-partners-slider-nav {
        margin-top: 20px;
        gap: 12px;
    }
}

@media screen and (max-width: 767px) {
    .ul-partners {
        padding: 50px 0;
    }
    
    .ul-partners .ul-section-heading {
        margin-bottom: 40px;
    }
    
    .ul-partners-slider-wrapper {
        padding: 25px 10px;
        border-radius: 15px;
    }
    
    .ul-partner-card {
        padding: 15px 10px;
        margin: 5px;
    }
    
    .ul-partner-logo {
        width: 70px;
        height: 70px;
    }
    
    .ul-partner-name {
        font-size: 12px;
        margin-top: 8px;
    }
    
    .ul-partners-prev,
    .ul-partners-next {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 14px;
    }
    
    .ul-partners-slider-nav {
        margin-top: 15px;
        gap: 10px;
    }
}

/* Slider specific adjustments */
.ul-partners-slider .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Sidebar Customizations */
@media (max-width: 991.98px) {
    .ul-sidebar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100vh;
    }
    
    .ul-sidebar-quick-access {
        margin-top: 2rem;
        flex-grow: 1;
    }
    
    .ul-sidebar-footer {
        margin-top: auto;
        padding-top: 2rem;
    }
    
    .ul-sidebar-footer-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .ul-sidebar-footer-social {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }
    
    .ul-sidebar-footer-social a {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--ul-primary);
        color: white;
        border-radius: 50%;
        font-size: 1.2rem;
        transition: all 0.3s ease;
    }
    
    .ul-sidebar-footer-social a:hover {
        background: var(--ul-c3);
        transform: translateY(-2px);
    }
}

/* Simple Calendar Page Styles */
.ul-simple-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.ul-simple-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.ul-simple-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul-simple-card-icon i {
    font-size: 36px;
    color: white;
}

.ul-simple-card-icon.semester-1 {
    background: var(--ul-primary);
}

.ul-simple-card-icon.semester-2 {
    background: var(--ul-secondary);
}

.ul-simple-card-icon.summer {
    background: #febe35;
}

.ul-simple-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--ul-primary);
    margin-bottom: 20px;
}

.ul-simple-card-info {
    font-size: 15px;
    color: var(--ul-gray2);
    margin-bottom: 10px;
}

.ul-simple-card-info strong {
    color: var(--ul-primary);
}

.ul-simple-card-duration {
    font-size: 16px;
    font-weight: 700;
    color: var(--ul-secondary);
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #f0f0f0;
}

/* Calendar Table */
.ul-calendar-table-wrapper {
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.ul-calendar-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
}

.ul-calendar-table thead {
    background: var(--ul-primary);
}

.ul-calendar-table thead th {
    color: white;
    padding: 18px 15px;
    font-weight: 700;
    font-size: 15px;
    text-align: right;
    border: none;
}



.ul-calendar-table tbody tr {
    transition: all 0.3s ease;
}

.ul-calendar-table tbody tr:hover {
    background: #f8f9fa;
    transform: scale(1.01);
}

.ul-calendar-table tbody td {
    padding: 18px 15px;
    border-bottom: 1px solid #e9ecef;
    color: var(--ul-gray2);
    font-size: 14px;
    vertical-align: middle;
}

.ul-calendar-table tbody tr:last-child td {
    border-bottom: none;
}

.event-name {
    font-weight: 600;
    color: var(--ul-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-name i {
    color: var(--ul-secondary);
    font-size: 18px;
}

.duration-badge {
    display: inline-block;
    padding: 6px 15px;
    background: #f8f9fa;
    border-radius: 20px;
    font-weight: 600;
    color: var(--ul-primary);
    font-size: 13px;
}

.type-badge {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    color: white;
}

.type-badge.semester {
    background: var(--ul-primary);
}

.type-badge.exam {
    background: var(--ul-secondary);
}

.type-badge.vacation {
    background: #28a745;
}

.type-badge.training {
    background: #17a2b8;
}

.type-badge.optional {
    background: #ffc107;
}

/* Notes Card */
.ul-notes-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border-right: 5px solid var(--ul-secondary);
}

.ul-notes-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.ul-notes-header i {
    font-size: 28px;
    color: var(--ul-secondary);
}

.ul-notes-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--ul-primary);
    margin: 0;
}

.ul-notes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul-notes-list li {
    padding: 12px 25px 12px 35px;
    position: relative;
    color: var(--ul-gray2);
    line-height: 1.8;
    font-size: 15px;
}

.ul-notes-list li i {
    position: absolute;
    right: 0;
    top: 14px;
    color: #28a745;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 991px) {
    .ul-calendar-table-wrapper {
        padding: 25px;
    }

    .ul-simple-card {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .ul-calendar-table-wrapper {
        padding: 20px;
        overflow-x: auto;
    }

    .ul-calendar-table {
        min-width: 700px;
    }

    .ul-calendar-table thead th {
        padding: 15px 10px;
        font-size: 13px;
    }

    .ul-calendar-table tbody td {
        padding: 15px 10px;
        font-size: 13px;
    }

    .event-name {
        font-size: 13px;
    }

    .event-name i {
        font-size: 16px;
    }

    .ul-simple-card {
        padding: 20px;
    }

    .ul-simple-card-icon {
        width: 70px;
        height: 70px;
    }

    .ul-simple-card-icon i {
        font-size: 32px;
    }

    .ul-notes-card {
        padding: 20px;
    }

    .ul-notes-header h3 {
        font-size: 18px;
    }

    .ul-notes-list li {
        font-size: 14px;
        padding-right: 30px;
    }
}

@media (max-width: 576px) {
    .ul-simple-card-title {
        font-size: 18px;
    }

    .ul-simple-card-info {
        font-size: 14px;
    }
}


/* ===== CONTACT PAGE STYLES ===== */

/* Page Hero */
.ul-page-hero {
  padding: clamp(60px, 8vw, 120px) 0 clamp(40px, 5vw, 80px);
  background: linear-gradient(135deg, rgba(4,28,51,0.02) 0%, rgba(255,255,255,0) 100%);
  position: relative;
}

.ul-page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.03));
  pointer-events: none;
}

.ul-page-hero-content {
  position: relative;
  z-index: 1;
}

.hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  font-size: clamp(13px, 0.9vw, 15px);
  color: var(--ul-gray3);
}

.hero-breadcrumb a {
  color: var(--ul-gray3);
  transition: color 0.3s ease;
}

.hero-breadcrumb a:hover {
  color: var(--ul-primary);
}

.hero-breadcrumb .separator {
  color: var(--ul-gray3);
  opacity: 0.5;
}

.ul-page-hero-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: var(--ul-primary);
  margin: 15px 0 10px;
  letter-spacing: -0.5px;
}

.ul-page-hero-subtitle {
  font-size: clamp(15px, 1.1vw, 18px);
  color: var(--ul-gray2);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Contact Cards */
.ul-contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: clamp(25px, 3vw, 40px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(4,28,51,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.ul-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.ul-contact-card-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(212,175,55,0.2);
}

.ul-contact-card-header i {
  font-size: 42px;
  color: var(--ul-primary);
  margin-bottom: 15px;
  display: block;
}

.ul-contact-card-header h3 {
  font-size: clamp(20px, 1.8vw, 26px);
  color: var(--ul-primary);
  margin: 0 0 8px;
  font-weight: 700;
}

.ul-contact-card-header p {
  color: var(--ul-gray2);
  font-size: clamp(13px, 0.9vw, 15px);
  margin: 0;
}

/* Contact Form */
.ul-contact-form {
  max-width: 100%;
}

.ul-form-group {
  margin-bottom: 20px;
}

.ul-form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--ul-black);
  margin-bottom: 8px;
  font-size: clamp(14px, 0.95vw, 16px);
}

.ul-form-label i {
  color: var(--ul-primary);
  font-size: 16px;
}

.ul-form-control {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(4,28,51,0.15);
  border-radius: 10px;
  font-size: clamp(14px, 0.9vw, 16px);
  transition: all 0.3s ease;
  background: #fafafa;
  font-family: var(--font-primary);
}

.ul-form-control:focus {
  outline: none;
  border-color: var(--ul-primary);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(4,28,51,0.05);
}

.ul-form-control::placeholder {
  color: #999;
}

textarea.ul-form-control {
  resize: vertical;
  min-height: 120px;
}

.ul-form-submit {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ul-submit-btn {
  background: #0b254e;
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  border-radius: 10px;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(4,28,51,0.2);
}

.ul-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(4,28,51,0.3);
}

.ul-submit-btn:active {
  transform: translateY(0);
}

.ul-spinner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ul-primary);
  font-weight: 600;
}

.ul-alert {
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  font-weight: 500;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ul-alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.ul-alert-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.ul-alert i {
  font-size: 20px;
}

/* Contact Info List */
.ul-contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ul-contact-info-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: rgba(4,28,51,0.02);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.ul-contact-info-item:hover {
  background: rgba(212,175,55,0.08);
  transform: translateX(-5px);
}

.ul-contact-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #0b254e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
}

.ul-contact-content h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: var(--ul-primary);
  margin: 0 0 8px;
  font-weight: 700;
}

.ul-contact-content p {
  margin: 0;
  color: var(--ul-gray2);
  font-size: clamp(14px, 0.9vw, 15px);
  line-height: 1.6;
}

.ul-contact-content a {
  color: var(--ul-primary);
  font-weight: 600;
  transition: color 0.3s ease;
}

.ul-contact-content a:hover {
  color: var(--ul-secondary);
  text-decoration: underline;
}

/* Social Media Card */
.ul-social-card {
  margin-top: 20px;
}

.ul-social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ul-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ul-social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  color: #ffffff;
}

.ul-social-link i {
  font-size: 18px;
}

.ul-social-link.facebook { background: #1877f2; }
.ul-social-link.twitter { background: #1da1f2; }
.ul-social-link.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.ul-social-link.youtube { background: #ff0000; }
.ul-social-link.whatsapp { background: #25d366; }
.ul-social-link.linkedin { background: #0077b5; }

/* Departments Section */
.ul-departments-section {
  padding: clamp(40px, 5vw, 60px) 0;
}

.ul-section-header {
  margin-bottom: 40px;
}

.ul-section-title {
  font-size: clamp(26px, 3vw, 36px);
  color: var(--ul-primary);
  font-weight: 800;
  margin-bottom: 10px;
}

.ul-section-subtitle {
  font-size: clamp(14px, 1vw, 16px);
  color: var(--ul-gray2);
  margin: 0;
}

.ul-department-card {
  background: var(--white);
  border: 1px solid rgba(4, 28, 51, 0.08);
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(4, 28, 51, 0.06);
}

.ul-department-card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(90deg, rgba(254, 190, 53, 0.15) 0%, rgba(254, 190, 53, 0.05) 30%, transparent 100%);
  border-radius: 0%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.ul-department-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(4, 28, 51, 0.08);
  border-color: rgba(254, 190, 53, 0.2);
}

.ul-department-card:hover::before {
  width: 120%;
  height: 120%;
}

.ul-dept-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(254, 190, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--ul-secondary);
  font-size: 32px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.ul-department-card:hover .ul-dept-icon {
  background-color: var(--ul-secondary);
  color: var(--white);
}

.ul-department-card h4 {
  font-size: clamp(16px, 1.2vw, 19px);
  color: var(--ul-primary);
  margin: 0 0 15px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.ul-department-card:hover h4 {
  color: var(--ul-secondary);
}

.ul-dept-info {
  text-align: right;
  border-top: 1px solid rgba(4,28,51,0.1);
  padding-top: 15px;
  position: relative;
  z-index: 1;
}

.ul-dept-info p {
  margin: 8px 0;
  font-size: clamp(13px, 0.9vw, 14px);
  color: var(--ul-gray2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ul-dept-info i {
  color: var(--ul-primary);
  font-size: 14px;
}

.ul-dept-info a {
  color: var(--ul-primary);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ul-dept-info a:hover {
  color: var(--ul-secondary);
  text-decoration: underline;
}

/* Map Section */
.ul-map-section {
  padding: clamp(40px, 5vw, 60px) 0;
}

.ul-map-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  border: 3px solid rgba(212,175,55,0.2);
}

.ul-map-container iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}

/* Responsive Design */
@media (max-width: 991px) {
  .ul-contact-card {
    margin-bottom: 20px;
  }
  
  .ul-social-links {
    grid-template-columns: 1fr;
  }
  
  .ul-page-hero {
    padding: clamp(50px, 6vw, 80px) 0 clamp(30px, 4vw, 60px);
  }
}

@media (max-width: 767px) {
  .ul-form-submit {
    flex-direction: column;
    align-items: stretch;
  }
  
  .ul-submit-btn {
    width: 100%;
    justify-content: center;
  }
  
  .ul-contact-info-item {
    flex-direction: column;
    text-align: center;
  }
  
  .ul-contact-icon {
    margin: 0 auto;
  }
  
  .ul-dept-info {
    text-align: center;
  }
  
  .ul-dept-info p {
    justify-content: center;
  }
  
  .ul-map-container iframe {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .ul-page-hero-title {
    font-size: 28px;
  }
  
  .ul-contact-card {
    padding: 20px;
  }
  
  .ul-department-card {
    padding: 20px;
  }
}

/* Simple Social Media Section */
.ul-simple-social-section {
    padding: 3rem 0;
    border-top: 1px solid rgba(4, 28, 51, 0.1);
}

.ul-simple-social-title {
    color: var(--ul-primary);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ul-simple-social-subtitle {
    color: var(--ul-gray2);
    font-size: clamp(0.9rem, 2vw, 1rem);
    margin-bottom: 0;
}

.ul-simple-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.ul-simple-social-btn {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ul-simple-social-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.ul-simple-social-btn.facebook {
    background: #1877f2;
}

.ul-simple-social-btn.twitter {
    background: #1da1f2;
}

.ul-simple-social-btn.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.ul-simple-social-btn.youtube {
    background: #ff0000;
}

.ul-simple-social-btn.whatsapp {
    background: #25d366;
}


.ul-simple-social-btn.linkedin {
    background: #0077b5;
}

/* Responsive for Social Section */
@media (max-width: 575px) {
    .ul-simple-social-section {
        padding: 2rem 0;
    }
    
    .ul-simple-social-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .ul-simple-social-links {
        gap: 0.75rem;
    }
}

/* ===================================
   FACULTY PAGE STYLES
   =================================== */

/* Page Header */
.ul-page-header {
    background: var(--ul-gradient);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.ul-page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(254, 190, 53, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.ul-page-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.ul-page-header-content {
    position: relative;
    z-index: 2;
}

.ul-page-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.ul-page-header-text {
    flex: 1;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 15px;
    padding: 0;
}

.breadcrumb-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #febe35;
}

.breadcrumb-item.active {
    color: #febe35;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(255, 255, 255, 0.6);
    padding: 0 8px;
}

.ul-page-header-title {
    color: white;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.ul-page-header-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(14px, 1.2vw, 16px);
    margin-bottom: 0;
    max-width: 600px;
}

.ul-page-header-icon {
    width: 100px;
    height: 100px;
    background: rgba(254, 190, 53, 0.15);
    border-radius: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ul-page-header-icon i {
    font-size: 50px;
    color: var(--ul-secondary);
}

@media (min-width: 992px) {
    .ul-page-header-icon {
        display: flex;
    }
}

/* Faculty Filters */
.ul-faculty-filters-wrapper {
    margin-bottom: 40px;
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.ul-faculty-search .input-group {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ul-faculty-search .input-group-text {
    background: var(--ul-gradient);
    border: none;
    color: white;
    padding: 12px 18px;
}

.ul-faculty-search .form-control {
    border: 1px solid #e0e0e0;
    border-right: none;
    padding: 12px 18px;
    font-size: 15px;
}

.ul-faculty-search .form-control:focus {
    border-color: var(--ul-primary);
    box-shadow: none;
}

.ul-faculty-filter-select .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 15px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ul-faculty-filter-select .form-select:focus {
    border-color: var(--ul-primary);
    box-shadow: 0 0 0 0.2rem rgba(4, 28, 51, 0.1);
}

/* Faculty Grid */
.ul-faculty-grid {
    margin-bottom: 40px;
}

/* Faculty Category Header */
.ul-faculty-category-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    margin-top: 50px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.ul-faculty-category-header:first-child {
    margin-top: 0;
}

.category-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ul-primary);
    font-size: 22px;
    flex-shrink: 0;
}

.category-title {
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 600;
    color: var(--ul-primary);
    margin: 0;
}

.category-line {
    display: none;
}

@media (max-width: 768px) {
    .ul-faculty-category-header {
        gap: 12px;
        margin-bottom: 25px;
        margin-top: 40px;
        padding-bottom: 10px;
    }

    .category-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .category-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .ul-faculty-category-header {
        gap: 10px;
        margin-top: 35px;
        padding-bottom: 8px;
    }

    .category-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .category-title {
        font-size: 16px;
    }
}

/* Faculty Card Overlay Enhancement */
.ul-faculty-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 28, 51, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.ul-faculty-card:hover .ul-faculty-overlay {
    opacity: 1;
}

.ul-faculty-view-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #febe35;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: scale(0.5);
}

.ul-faculty-card:hover .ul-faculty-view-btn {
    transform: scale(1);
}

.ul-faculty-view-btn:hover {
    background: white;
    color: var(--ul-primary);
    transform: scale(1.1);
}

/* Faculty Meta */
.ul-faculty-meta {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ul-faculty-degree {
    color: var(--ul-gray2);
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ul-faculty-degree i {
    color: #febe35;
}

/* No Results */
.ul-no-results {
    padding: 60px 20px;
}

.ul-no-results h3 {
    color: var(--ul-primary);
    font-size: 24px;
    margin-bottom: 10px;
}

/* Pagination */
.ul-pagination-wrapper {
    margin-top: 40px;
}

.pagination {
    gap: 8px;
}

.page-item .page-link {
    border: 1px solid #e0e0e0;
    color: var(--ul-primary);
    border-radius: 8px;
    padding: 10px 16px;
    transition: all 0.3s ease;
}

.page-item.active .page-link {
    background: var(--ul-gradient);
    border-color: transparent;
    color: white;
}

.page-item .page-link:hover {
    background: var(--ul-secondary);
    border-color: transparent;
    color: white;
}

.page-item.disabled .page-link {
    background: #f5f5f5;
    border-color: #e0e0e0;
    color: #999;
}

/* Faculty Stats Section */
.ul-faculty-stats {
    padding: 60px 0;
}

.ul-stat-card {
    padding: 30px 20px;
}

.ul-stat-number {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: white;
    margin: 15px 0 8px;
}

.ul-stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ul-page-header {
        padding: 60px 0 40px;
    }

    .ul-faculty-filters-wrapper {
        padding: 20px;
    }

    .ul-faculty-stats {
        padding: 40px 0;
    }

    .ul-stat-card {
        padding: 20px 10px;
    }
}

@media (max-width: 576px) {
    .ul-page-header-content {
        text-align: center;
    }

    .ul-faculty-filters-wrapper {
        padding: 15px;
    }

    .ul-faculty-search .form-control,
    .ul-faculty-filter-select .form-select {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/* ===================================
   PROFILE PAGE STYLES
   =================================== */

.ul-profile-section {
    background: #f8f9fa;
}

/* Profile Sidebar */
.ul-profile-sidebar {
    position: sticky;
    top: 100px;
}

.ul-profile-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    text-align: center;
}

.ul-profile-image-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
}

.ul-profile-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ul-profile-badge {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
    background: #febe35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ul-profile-info {
    margin-bottom: 25px;
}

.ul-profile-name {
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 700;
    color: var(--ul-primary);
    margin-bottom: 8px;
    line-height: 1.3;
}

.ul-profile-title {
    font-size: 16px;
    color: #febe35;
    font-weight: 600;
    margin-bottom: 5px;
}

.ul-profile-department {
    font-size: 15px;
    color: var(--ul-gray2);
    margin-bottom: 0;
}

/* Contact Info */
.ul-profile-contact {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 15px 0;
    margin-bottom: 20px;
}

.ul-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    text-align: right;
}

.ul-contact-item i {
    color: var(--ul-primary);
    font-size: 16px;
    width: 20px;
    flex-shrink: 0;
}

.ul-contact-item a,
.ul-contact-item span {
    color: var(--ul-gray2);
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    word-break: break-word;
}

.ul-contact-item a:hover {
    color: var(--ul-primary);
}

/* Academic Networks */
.ul-profile-networks {
    text-align: right;
}

.ul-networks-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--ul-primary);
    margin-bottom: 15px;
}

.ul-networks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ul-network-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 10px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    min-height: 70px;
}

.ul-network-btn:hover {
    background: white;
    border-color: var(--ul-primary);
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.ul-network-btn i {
    font-size: 24px;
    color: var(--ul-primary);
    transition: all 0.3s ease;
}

.ul-network-btn span {
    font-size: 11px;
    color: var(--ul-gray2);
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.ul-network-btn:hover i {
    color: #febe35;
    transform: scale(1.1);
}

.ul-network-btn:hover span {
    color: var(--ul-primary);
}

/* Specific network colors on hover */
.ul-network-rg:hover i {
    color: #00d0b1;
}

.ul-network-scholar:hover i {
    color: #4285f4;
}

.ul-network-linkedin:hover i {
    color: #0077b5;
}

.ul-network-orcid:hover i {
    color: #a6ce39;
}

.ul-network-scopus:hover i {
    color: #e97f00;
}

.ul-network-wos:hover i {
    color: #2e5e8c;
}

/* Profile Stats Card */
.ul-profile-stats-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ul-stats-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--ul-primary);
    margin-bottom: 15px;
    text-align: right;
}

.ul-stats-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ul-stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.ul-stat-item:hover {
    background: #e9ecef;
    transform: translateX(-3px);
}

.ul-stat-item i {
    width: 40px;
    height: 40px;
    background: var(--ul-gradient);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.ul-stat-content {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.ul-stat-number {
    font-size: 20px;
    font-weight: 700;
    color: var(--ul-primary);
    line-height: 1;
}

.ul-stat-label {
    font-size: 12px;
    color: var(--ul-gray2);
    margin-top: 4px;
}

/* Profile Content */
.ul-profile-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ul-content-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ul-content-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--ul-primary);
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.ul-content-title i {
    color: #febe35;
    font-size: 20px;
}

.ul-content-body {
    text-align: right;
}

.ul-content-body p {
    color: var(--ul-gray2);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.ul-content-body p:last-child {
    margin-bottom: 0;
}

/* Qualifications */
.ul-qualification-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    border-right: 3px solid #febe35;
}

.ul-qualification-icon {
    width: 50px;
    height: 50px;
    background: var(--ul-gradient);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    flex-shrink: 0;
}

.ul-qualification-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--ul-primary);
    margin-bottom: 6px;
}

.ul-qualification-field {
    color: var(--ul-gray2);
    font-size: 13px;
    margin-bottom: 4px;
}

.ul-qualification-university {
    color: #febe35;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

/* Specializations */
.ul-specializations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.ul-spec-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.ul-spec-badge:hover {
    background: white;
    border-color: var(--ul-primary);
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.ul-spec-badge i {
    color: var(--ul-primary);
    font-size: 18px;
}

.ul-spec-badge span {
    color: var(--ul-gray2);
    font-size: 13px;
    font-weight: 500;
}

/* Research Interests */
.ul-interests-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ul-interest-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.ul-interest-item:hover {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateX(-3px);
}

.ul-interest-item i {
    color: #febe35;
    font-size: 12px;
}

.ul-interest-item span {
    color: var(--ul-gray2);
    font-size: 13px;
}

/* Contact Card */
.ul-contact-card {
    background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
    border: 2px solid #e5e7eb;
}

.ul-contact-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: var(--ul-gradient);
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.ul-contact-email-btn:hover {
    background: var(--ul-secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 28, 51, 0.2);
    color: white;
}

.ul-contact-email-btn i {
    font-size: 16px;
}

/* Accordion Styles */
.ul-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ul-accordion-item {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.ul-accordion-header {
    margin-bottom: 0;
}

.ul-accordion-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    background: white;
    border: none;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    color: var(--ul-primary);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.ul-accordion-button:hover {
    background: #f8f9fa;
}

.ul-accordion-button::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 18px;
    transition: transform 0.3s ease;
    color: #febe35;
}

.ul-accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.ul-accordion-button i {
    color: #febe35;
    font-size: 18px;
}

.ul-accordion-collapse {
    transition: height 0.3s ease;
}

.ul-accordion-body {
    padding: 18px;
    background: white;
}

/* Experience List */
.ul-experience-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ul-experience-list li {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 13px;
    color: var(--ul-gray2);
    line-height: 1.6;
}

.ul-experience-list li i {
    color: #28a745;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Publications List */
.ul-publications-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ul-publication-item {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border-right: 3px solid #febe35;
}

.ul-publication-item h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--ul-primary);
    margin-bottom: 5px;
}

.ul-publication-source {
    font-size: 12px;
    color: var(--ul-gray2);
    margin: 0;
}

/* Workshops Table */
.ul-workshops-table {
    margin-top: 10px;
}

.ul-workshops-table .table {
    margin-bottom: 0;
    font-size: 13px;
}

.ul-workshops-table .table thead th {
    background: var(--ul-gradient);
    color: white;
    font-weight: 600;
    border: none;
    padding: 12px 10px;
    font-size: 13px;
}

.ul-workshops-table .table tbody td {
    padding: 10px;
    color: var(--ul-gray2);
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.ul-workshops-table .table tbody tr:last-child td {
    border-bottom: none;
}

.ul-workshops-table .table tbody tr:hover {
    background: #f8f9fa;
}

/* Responsive */
@media (max-width: 991px) {
    .ul-profile-sidebar {
        position: static;
    }

    .ul-profile-card,
    .ul-profile-stats-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .ul-profile-image-wrapper {
        width: 120px;
        height: 120px;
    }

    .ul-networks-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .ul-content-card {
        padding: 15px;
    }

    .ul-content-title {
        font-size: 16px;
    }

    .ul-specializations-grid {
        grid-template-columns: 1fr;
    }

    .ul-network-btn {
        padding: 10px 8px;
        min-height: 65px;
    }

    .ul-network-btn i {
        font-size: 20px;
    }

    .ul-network-btn span {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .ul-profile-card {
        padding: 15px;
    }

    .ul-profile-image-wrapper {
        width: 100px;
        height: 100px;
    }

    .ul-profile-badge {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .ul-qualification-item {
        flex-direction: column;
        text-align: center;
    }

    .ul-qualification-icon {
        margin: 0 auto;
    }

    .ul-networks-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ul-network-btn {
        padding: 8px 6px;
        min-height: 60px;
    }

    .ul-network-btn i {
        font-size: 18px;
    }

    .ul-network-btn span {
        font-size: 9px;
    }
}

/* Statistics Page Styles */
.ul-stats-overview-section {
    background: #f8f9fa;
}

.ul-stat-overview-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.ul-stat-overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(11, 37, 78, 0.15);
}

.ul-stat-overview-icon {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(11, 37, 78, 0.1) 0%, rgba(254, 190, 53, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ul-stat-overview-icon i {
    font-size: 32px;
    color: var(--ul-primary);
}

.ul-stat-overview-content {
    flex: 1;
    text-align: right;
}

.ul-stat-overview-number {
    font-size: 32px;
    font-weight: 800;
    color: var(--ul-primary);
    margin: 0 0 5px 0;
    line-height: 1;
}

.ul-stat-overview-label {
    font-size: 14px;
    color: var(--ul-gray2);
    margin: 0;
    font-weight: 500;
}

.ul-chart-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.ul-chart-card:hover {
    box-shadow: 0 5px 20px rgba(11, 37, 78, 0.1);
}

.ul-chart-card-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.ul-chart-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--ul-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ul-chart-card-title i {
    color: var(--ul-secondary);
    font-size: 20px;
}

.ul-chart-card-body {
    position: relative;
    min-height: 300px;
    padding: 10px;
}

.ul-chart-card-body canvas {
    max-height: 400px;
}

/* Responsive */
@media (max-width: 991px) {
    .ul-stat-overview-card {
        padding: 20px;
    }

    .ul-stat-overview-icon {
        width: 60px;
        height: 60px;
    }

    .ul-stat-overview-icon i {
        font-size: 28px;
    }

    .ul-stat-overview-number {
        font-size: 28px;
    }

    .ul-chart-card {
        padding: 20px;
    }

    .ul-chart-card-body {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .ul-stat-overview-card {
        padding: 18px;
        gap: 15px;
    }

    .ul-stat-overview-icon {
        width: 55px;
        height: 55px;
    }

    .ul-stat-overview-icon i {
        font-size: 24px;
    }

    .ul-stat-overview-number {
        font-size: 24px;
    }

    .ul-stat-overview-label {
        font-size: 13px;
    }

    .ul-chart-card-title {
        font-size: 16px;
    }

    .ul-chart-card-title i {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .ul-stat-overview-card {
        padding: 15px;
    }

    .ul-chart-card {
        padding: 15px;
    }

    .ul-chart-card-body {
        min-height: 200px;
        padding: 5px;
    }
}

/* ===== SIMPLE WEEKLY SCHEDULE PAGE STYLES ===== */

.ul-simple-schedule-section {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ul-simple-schedule-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--ul-primary);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--ul-secondary);
}

.ul-simple-schedule-title i {
    color: var(--ul-secondary);
    margin-left: 8px;
}

.ul-simple-shift-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--ul-primary);
    margin: 20px 0 15px;
    background: #f8f9fa;
    padding: 10px 15px;
    border-right: 3px solid var(--ul-secondary);
}

.ul-simple-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.ul-simple-table thead {
    background: var(--ul-primary);
}

.ul-simple-table thead th {
    color: white;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.ul-simple-table tbody tr {
    border-bottom: 1px solid #e9ecef;
}

.ul-simple-table tbody tr:hover {
    background: #f8f9fa;
}

.ul-simple-table tbody td {
    padding: 12px;
    text-align: center;
    font-size: 14px;
}

.ul-simple-table tbody td:first-child {
    font-weight: 600;
    color: var(--ul-primary);
}

.ul-simple-table a {
    color: var(--ul-secondary);
    text-decoration: none;
    font-weight: 500;
}

.ul-simple-table a:hover {
    text-decoration: underline;
    color: var(--ul-primary);
}

/* Responsive */
@media (max-width: 768px) {
    .ul-simple-schedule-section {
        padding: 20px;
    }

    .ul-simple-schedule-title {
        font-size: 20px;
    }

    .ul-simple-shift-title {
        font-size: 16px;
        padding: 8px 12px;
    }

    .ul-simple-table thead th {
        padding: 10px 8px;
        font-size: 14px;
    }

    .ul-simple-table tbody td {
        padding: 10px 8px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .ul-simple-schedule-section {
        padding: 15px;
    }

    .ul-simple-schedule-title {
        font-size: 18px;
    }

    .ul-simple-shift-title {
        font-size: 15px;
    }

    .ul-simple-table {
        font-size: 12px;
    }

    .ul-simple-table thead th,
    .ul-simple-table tbody td {
        padding: 8px 5px;
        font-size: 12px;
    }
}

/* ==========================================
   POLICIES PAGE STYLES
   ========================================== */

/* Policies Section */
.ul-policies-section {
    background: linear-gradient(to bottom, #f8f9fb 0%, #ffffff 100%);
}

/* Policy Card */
.ul-policy-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(11, 37, 78, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ul-policy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(11, 37, 78, 0.15);
}

/* Policy Card Image */
.ul-policy-card-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.ul-policy-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ul-policy-card:hover .ul-policy-card-image img {
    transform: scale(1.1);
}

/* Policy Card Overlay */
.ul-policy-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(11, 37, 78, 0.85) 0%, rgba(254, 190, 53, 0.85) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ul-policy-card:hover .ul-policy-card-overlay {
    opacity: 1;
}

.ul-policy-card-overlay i {
    font-size: 60px;
    color: white;
    transform: scale(0.5) rotate(-10deg);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ul-policy-card:hover .ul-policy-card-overlay i {
    transform: scale(1) rotate(0deg);
}

/* Policy Card Content */
.ul-policy-card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ul-policy-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--ul-primary);
    margin-bottom: 15px;
    line-height: 1.4;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ul-policy-card-description {
    font-size: 15px;
    color: var(--ul-gray2);
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Policy Card Actions */
.ul-policy-card-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(11, 37, 78, 0.1);
}

.ul-policy-card-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, var(--ul-primary) 0%, #0d2d5e 100%);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.ul-policy-card-link:hover {
    background: linear-gradient(135deg, #0d2d5e 0%, var(--ul-primary) 100%);
    transform: translateX(-3px);
    color: white;
}

.ul-policy-card-link i {
    transition: transform 0.3s ease;
}

.ul-policy-card-link:hover i {
    transform: translateX(-5px);
}

.ul-policy-card-download {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 18px;
    background: rgba(254, 190, 53, 0.1);
    color: #febe35;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.ul-policy-card-download:hover {
    background: #febe35;
    color: white;
    border-color: #febe35;
    transform: translateY(-2px);
}

.ul-policy-card-download i {
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .ul-policy-card-title {
        font-size: 18px;
        min-height: 55px;
    }

    .ul-policy-card-description {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .ul-policy-card-image {
        height: 220px;
    }

    .ul-policy-card-content {
        padding: 20px;
    }

    .ul-policy-card-title {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .ul-policy-card-image {
        height: 200px;
    }

    .ul-policy-card-actions {
        flex-direction: column;
    }

    .ul-policy-card-link,
    .ul-policy-card-download {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .ul-policy-card-overlay i {
        font-size: 50px;
    }

    .ul-policy-card-content {
        padding: 18px;
    }

    .ul-policy-card-title {
        font-size: 17px;
    }

    .ul-policy-card-description {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .ul-policy-card-link,
    .ul-policy-card-download {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* ==========================================
   SIMPLE POLICIES PAGE STYLES
   ========================================== */

/* Simple Page Header */
.ul-simple-page-header {
    background: var(--ul-primary);
    padding: 40px 0 60px;
    margin-bottom: 40px;
}

.ul-simple-page-header-content {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.ul-simple-page-header-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ul-simple-page-header-icon i {
    font-size: 40px;
    color: white;
}

.ul-simple-page-header-text {
    flex: 1;
}

.ul-simple-page-header-title {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.ul-simple-page-header-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

/* Simple Policies Section */
.ul-simple-policies-section {
    background: #f8f9fb;
}

/* Simple Policy Card */
.ul-simple-policy-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ul-simple-policy-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

/* Policy Card Image */
.ul-simple-policy-card-image {
    height: 200px;
    overflow: hidden;
}

.ul-simple-policy-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Policy Card Content */
.ul-simple-policy-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ul-simple-policy-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--ul-primary);
    margin-bottom: 12px;
    line-height: 1.4;
}

.ul-simple-policy-card-description {
    font-size: 14px;
    color: var(--ul-gray2);
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

/* Policy Card Actions */
.ul-simple-policy-card-actions {
    display: flex;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}

.ul-simple-policy-card-link,
.ul-simple-policy-card-download {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ul-simple-policy-card-link {
    background: var(--ul-primary);
    color: white;
}

.ul-simple-policy-card-link:hover {
    background: #0d2d5e;
    color: white;
}

.ul-simple-policy-card-download {
    background: #f8f9fb;
    color: #febe35;
    border: 1px solid #e5e7eb;
}

.ul-simple-policy-card-download:hover {
    background: #febe35;
    color: white;
    border-color: #febe35;
}

/* Responsive Design */
@media (max-width: 991px) {
    .ul-simple-page-header {
        padding: 30px 0 50px;
    }

    .ul-simple-page-header-content {
        gap: 20px;
    }

    .ul-simple-page-header-icon {
        width: 70px;
        height: 70px;
    }

    .ul-simple-page-header-icon i {
        font-size: 35px;
    }

    .ul-simple-page-header-title {
        font-size: 28px;
    }

    .ul-simple-policy-card-image {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .ul-simple-page-header {
        padding: 25px 0 40px;
        margin-bottom: 30px;
    }

    .ul-simple-page-header-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .ul-simple-page-header-title {
        font-size: 24px;
    }

    .ul-simple-page-header-description {
        font-size: 15px;
    }

    .ul-simple-policy-card-title {
        font-size: 17px;
    }

    .ul-simple-policy-card-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .ul-simple-page-header-icon {
        width: 60px;
        height: 60px;
    }

    .ul-simple-page-header-icon i {
        font-size: 30px;
    }

    .ul-simple-policy-card-content {
        padding: 15px;
    }

    .ul-simple-policy-card-actions {
        flex-direction: column;
    }

    .ul-simple-policy-card-link,
    .ul-simple-policy-card-download {
        width: 100%;
    }
}


