﻿@charset "UTF-8";
/*!--------------------
Template Name: Charitics - NGO & Non Profit HTML Template
Author: tempticspro
Version: 1.0

CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Components
04. Sidebar
05. Header
06. Banner
07. About
08. Donations
09. Donate Form
10. Stats
11. Events
12. Why Join Us
13. Team
14. Testimonial
15. Blog
16. Gallery
17. CTA
18. Footer
19. Features
20. Volunteer
21. Services
22. Projects
23. Contact

--- INNER PAGES
24. About Page
25. Blog Page
26. Service Details Page
27. Donation Details Page
28. Event Details Page
29. Project Details Page
30. Blog Details Page
31. Contact Page
32. 404 Page
33. Team Details Page
34. Pricing Page

*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
:root {
  --black: #000;
  --white: #fff;
  --bs-white-rgb: #fcfcfc;
  --ul-primary: gold;
  --ul-secondary: #00080f;
  --ul-c3: rgba(54, 43, 35, 1);
  --ul-c4: #FFF9F4;
  --ul-c5: #3d3d3d;
  --ul-black: #0b0f14;
  --ul-p: #434343;
  --ul-gray: #434343;
  --ul-gray2: #D2D2D1;
  --ul-gray3: #F4F4F4;
  --ul-gradient: linear-gradient(90deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  --font-primary: "Manrope", serif;
  --font-quicksand: var(--font-primary);
  --font-caveat: "Caveat", serif;
  --accp-navy: var(--ul-black);
  --accp-gold: #ffd700;
  --accp-text: var(--ul-black);
}

html {
  overflow-x: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}
*, *::before, *::after { box-sizing: inherit; }

body {
  font-family: var(--font-primary);
  margin: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  position: static;
  overflow: auto;
}

/* Prevent unintended horizontal clipping: ensure core wrappers stay within viewport */
.ul-container,
.ul-inner-container,
.ul-header-container,
.ul-header-bottom-wrapper,
.ul-banner-2,
.ul-banner-2-slider,
.ul-banner-2-slide,
.ul-banner-navigation-custom,
.banner-nav-wrapper,
.swiper,
.swiper-wrapper,
.swiper-slide {
  max-width: 100%;
  box-sizing: border-box;
}

.ul-slider-nav {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

.banner-nav-wrapper { padding-left: 20px; padding-right: 20px; }

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;
}

/* 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 {
  /* make site full width: remove centered max-width and use full width with optional side padding */
  --container-space-x: 30px;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.ul-inner-container {
  margin: 0;
  padding-left: clamp(8px, 1.5vw, 20px);
  padding-right: clamp(8px, 1.5vw, 20px);
}
@media screen and (max-width: 1599px) {
  .ul-inner-container {
  margin: 0;
  padding-left: clamp(8px, 1.5vw, 20px);
  padding-right: clamp(8px, 1.5vw, 20px);
}
}
@media screen and (max-width: 1399px) {
  .ul-inner-container {
  margin: 0;
  padding-left: clamp(8px, 1.5vw, 20px);
  padding-right: clamp(8px, 1.5vw, 20px);
}
}

/* --- About carousel & caption styles (moved from index.html) --- */
.about-image-composite { display: flex; justify-content: center; align-items: center; position: relative; }
.about-carousel { max-width: 520px; width: 100%; position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.about-carousel .swiper-slide img { width: 100%; height: 480px; object-fit: cover; display: block; }
@media (min-width: 992px) { .about-carousel .swiper-slide img { height: 560px; } }

/* Tiny dot pagination */
.about-carousel .swiper-pagination { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); z-index: 10; }
.about-carousel .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(255,255,255,0.75); opacity: 1; border-radius: 999px; margin: 0 5px; transition: transform .18s ease, background .18s ease; }
.about-carousel .swiper-pagination-bullet-active { background: #f5a623; transform: scale(1.2); box-shadow: 0 0 0 4px rgba(245,166,35,0.12); }

/* Caption overlay shown for the active slide */
.about-slide-caption { position: absolute; right: 18px; bottom: 18px; background: #000; color: #fff; padding: 18px 22px; border-radius: 10px; z-index: 12; box-shadow: 0 12px 36px rgba(0,0,0,0.55); display: flex; align-items: center; }
.about-slide-caption .caption-icon { color: #f5a623; font-size: 22px; margin-right: 16px; flex-shrink: 0; }
.about-slide-caption .caption-text { display: inline-block; }
.about-slide-caption .caption-name { display: block; font-weight: 800; font-size: 20px; line-height: 1; color: #fff; }
.about-slide-caption .caption-title { display: block; font-size: 15px; opacity: 0.95; margin-top: 4px; color: #dcdcdc; }

/* Bolder, larger card on wider screens */
@media (min-width: 992px) {
    .about-slide-caption { right: 24px; bottom: 24px; padding: 20px 24px; }
    .about-slide-caption .caption-icon { font-size: 24px; margin-right: 18px; }
    .about-slide-caption .caption-name { font-size: 22px; }
    .about-slide-caption .caption-title { font-size: 16px; }
}

/* Ensure caption scales on small screens */
@media (max-width: 480px) {
    .about-slide-caption { right: 10px; bottom: 10px; padding: 8px 10px; border-radius: 8px; }
    .about-slide-caption .caption-icon { display: inline-block; font-size: 14px; margin-right: 8px; }
    .about-slide-caption .caption-name { font-size: 13px; }
    .about-slide-caption .caption-title { font-size: 11px; }
}

/* End about carousel styles */

@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: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.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(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
}

.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 {
  height: clamp(45px, 2.94vw, 56px);
  background-color: var(--ul-primary);
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.53vw, 10px);
  padding: 0 clamp(6px, 0.47vw, 9px);
  padding-right: clamp(12px, 0.89vw, 17px);
  font-weight: 800;
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  color: var(--white);
}
.ul-btn:hover {
  color: var(--ul-primary);
  background-color: transparent;
  border-color: var(--ul-primary);
}
.ul-btn:hover i {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-btn i {
  background-color: var(--white);
  color: var(--ul-primary);
  width: clamp(22px, 1.52vw, 29px);
  width: clamp(33px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: all 0.3s ease;
  font-size: clamp(10px, 0.68vw, 13px);
}

/* Ensure CTA icon renders and button is clickable above overlays */
.ul-header {
  z-index: 1000001; /* keep header above preloader/overlays */
  pointer-events: auto;
}
.ul-header .ul-header-actions,
.ul-header .ul-header-actions .ul-btn {
  z-index: 1000002;
  pointer-events: auto; /* ensure clicks reach the CTA */
}
.ul-header .ul-header-actions .ul-btn i,
.ul-btn i {
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important;
  font-weight: 900; /* solid icons */
}
.ul-btn--2 {
  color: var(--ul-primary);
  background-color: var(--white);
}
.ul-btn--2 i {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-btn--2:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-btn--2:hover i {
  background-color: var(--white);
  color: var(--ul-primary);
}

.ul-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(20px, 2.1vw, 40px);
  padding: 0 10px;
}
@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-primary);
  display: inline-block;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-bottom: clamp(11px, 0.74vw, 14px);
  font-size: 16px;
  border-bottom: 1.7px solid var(--ul-primary);
}
.ul-section-sub-title::before {
  content: "";
  width: clamp(9px, 0.63vw, 12px);
  aspect-ratio: 12/13;
  background-color: var(--ul-primary);
  display: none !important;
  margin-right: clamp(5px, 0.42vw, 8px);
  clip-path: polygon(50.201% 100%, 50.201% 100%, 43.516% 92.661%, 36.628% 85.05%, 29.752% 77.216%, 23.104% 69.205%, 16.897% 61.063%, 11.346% 52.837%, 6.666% 44.574%, 3.072% 36.321%, 0.778% 28.124%, 0% 20.03%, 0% 20.03%, 1.021% 13.336%, 3.769% 7.773%, 7.928% 3.553%, 13.18% 0.892%, 19.207% 0.001%, 25.692% 1.095%, 32.318% 4.387%, 38.766% 10.091%, 44.72% 18.419%, 49.862% 29.586%, 49.862% 29.586%, 50.588% 26.97%, 51.54% 24.272%, 52.71% 21.543%, 54.089% 18.832%, 55.67% 16.19%, 57.445% 13.667%, 59.404% 11.313%, 61.541% 9.179%, 63.846% 7.315%, 66.312% 5.771%, 66.312% 5.771%, 72.015% 3.441%, 77.848% 2.358%, 83.531% 2.515%, 88.788% 3.906%, 93.341% 6.524%, 96.913% 10.364%, 99.224% 15.42%, 99.998% 21.685%, 98.956% 29.153%, 95.822% 37.818%, 95.822% 37.818%, 93.578% 42.409%, 90.817% 47.291%, 87.538% 52.49%, 83.744% 58.034%, 79.435% 63.947%, 74.612% 70.258%, 69.276% 76.993%, 63.428% 84.177%, 57.069% 91.837%, 50.201% 100%);
}
.ul-section-sub-title--2 i:last-child {
  display: none;
}
.ul-section-title {
  font-weight: 700;
  font-size: clamp(25px, 2.63vw, 50px);
  color: var(--ul-black);
  margin-bottom: clamp(5px, 0.42vw, 8px);
  letter-spacing: -0.04em;
  font-family: var(--font-quicksand);
}
.ul-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 10px;
  color: var(--ul-p);
}

/* --- UPDATED PROFESSIONAL BREADCRUMB --- */
.ul-breadcrumb {
  background: url('./img/breadcrump.jpg') no-repeat center center;
  background-size: cover;
  /* Reduced padding for a sleeker, more official "banner" height */
  padding: clamp(80px, 10vw, 150px) -2px; 
  text-align: center;
  position: relative;
  z-index: 1;
  /* Sublte bottom border to separate from white content */
  border-bottom: 4px solid var(--ul-primary); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Updated Overlay: Deeper and more professional gradient */
.ul-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Gradient overlay makes text more readable while keeping image visible */
  background: linear-gradient(
    to bottom, 
    rgba(10, 12, 15, 0.85) 0%, 
    rgba(10, 12, 15, 0.6) 100%
  );
  z-index: -1;
  pointer-events: none;
}

/* Title: Cleaner, more authoritative typography */
.ul-breadcrumb-title {
  font-weight: 800; /* Extremely bold for impact */
  font-family: var(--font-quicksand); /* Keeping your font but tightening it */
  font-size: clamp(32px, 5vw, 64px);
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.02em; /* Tighter spacing for a modern look */
  text-transform: capitalize;
}

/* Navigation: Professional Glassmorphism Style */
.ul-breadcrumb-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px; /* Fixed professional size */
  font-weight: 600;
  gap: 12px; /* Increased gap for clarity */
  color: rgba(255, 255, 255, 0.8);
  border-radius: 4px; /* Square/slightly rounded edges look more "official" than pills */
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px); /* Modern frosted glass effect */
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Separator: Refined icon look */
.ul-breadcrumb .separator {
  display: inline-flex;
  font-size: 12px;
  color: var(--ul-primary); /* Uses your brand gold/primary color */
  opacity: 0.7;
}

.ul-breadcrumb-nav a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ul-breadcrumb-nav a:hover {
  color: var(--ul-primary);
  text-decoration: underline;
}

/* Current Page (Last List Item) */
.ul-breadcrumb-nav li:last-child {
  color: var(--ul-primary);
  pointer-events: none;
}

/* Responsive adjustment */
@media screen and (max-width: 991px) {
  .ul-breadcrumb {
    padding: 100px 0 80px;
  }
  .ul-breadcrumb-title {
    font-size: 38px;
  }
}

.ul-sidebar {
  position: fixed;
  z-index: 10;
  right: 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-left: 1px solid var(--ttRed);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(320px, 40vw, 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-primary);
  border-color: var(--ul-primary);
  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(15px, 1.31vw, 25px) clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.2);
  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 {
  font-family: var(--font-primary);
  margin: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  position: static;
  overflow: auto;
}
.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(15px, 0.95vw, 18px);
}
.ul-single-accordion-item__body {
  font-family: var(--font-primary);
  margin: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  position: static;
  overflow: auto;
}
.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;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 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 {
  position: absolute;
  width: calc(100% + clamp(46px, 2.94vw, 56px));
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-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(--ul-secondary);
  border-radius: 999px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
  visibility: visible;
}
.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);
}

.ul-search-form-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(25px);
}
.ul-search-form-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.ul-search-form-wrapper .ul-header-search-form {
  background-color: var(--white);
  max-width: 80%;
}
@media screen and (max-width: 575px) {
  .ul-search-form-wrapper .ul-header-search-form {
    max-width: 95%;
  }
}
@media screen and (max-width: 479px) {
  .ul-search-form-wrapper .ul-header-search-form {
    flex-direction: column;
    border-radius: 10px;
    height: auto;
  }
  .ul-search-form-wrapper .ul-header-search-form .ss-main {
    padding: 10px clamp(12px, 1.05vw, 20px);
  }
  .ul-search-form-wrapper .ul-header-search-form-right {
    padding: 10px clamp(18px, 1.31vw, 25px);
  }
}
.ul-search-closer {
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.ul-search-closer i {
  display: inline-flex;
  font-size: clamp(20px, 1.31vw, 25px);
}
.ul-search-closer:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-search-form {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  height: clamp(48px, 3.15vw, 60px);
  max-width: clamp(534px, 32.53vw, 619px);
  width: 100%;
  font-size: clamp(13px, 0.84vw, 16px);
  width: 95%;
}
.ul-search-form-right {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 clamp(18px, 1.31vw, 25px);
  flex-grow: 1;
}
.ul-search-form-right input {
  border: none;
  height: 100%;
  width: 100%;
  color: var(--white);
}
.ul-search-form-right input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.ul-search-form-right button {
  padding: 0;
  padding-top: clamp(0px, 0.42vw, 8px);
  height: 100%;
  flex-shrink: 0;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--white);
}
.ul-search-form-right button .icon {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .ul-search-form-right button .icon {
    padding-top: 5px;
  }
}

.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;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ul-progress-label {
  position: absolute;
  transform: translate(6px, -25px);
  right: 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;
  right: clamp(12px, 1.05vw, 20px);
  left: clamp(12px, 1.05vw, 20px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.ul-sidebar {
  justify-content: flex-start;
  gap: 20px;
  border-left: 2px solid var(--ul-primary);
  overflow-y: auto;
}
.ul-sidebar-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-sidebar-closer {
  display: inline-flex;
  padding: 0;
}
.ul-sidebar-closer:hover {
  color: var(--ul-primary);
}
.ul-sidebar-closer i {
  display: inline-flex;
}
.ul-sidebar-about .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-about .descr {
  font-size: clamp(13px, 0.84vw, 16px);
}
.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: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.53vw, 10px);
}
.ul-sidebar-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: var(--black);
  height: 35px;
  width: 35px;
  background: #f1f1f1;
  border: 1.65px solid #000;
}
.ul-sidebar-footer-social a:hover {
  color: var(--ul-primary);
  transform: translateY(-4px) scale(1.1);
  /* no background-color change */
}
.ul-sidebar-footer-social a i {
  display: inline-flex;
}

.ul-sidebar-footer-social a svg{
height: 22px;
width: 22px
}

.ul-header {
  position: relative;
  top: 0;
  z-index: 99;
}
.ul-header-container {
  margin: auto;
  max-width: clamp(922px, 90.38vw, 1720px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ul-header-container {
    align-items: center;
    max-width: calc(100% - 30px);
  }
}
.ul-header-bottom {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .ul-header-bottom {
    padding: 12px 0;
  }
}
.ul-header-bottom.sticky {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color: var(--white);
}
.ul-header-bottom.sticky .ul-header-nav a,
.ul-header-bottom.sticky .ul-header-nav a:not([href]):not([class]) {
  color: var(--ul-black);
}
.ul-header-bottom.sticky .ul-header-actions button {
  color: var(--ul-black);
}
.ul-header-bottom.sticky .logo-container::before {
  background-color: #f5f5f5;
}
.ul-header-bottom-wrapper {
  gap: clamp(22px, 4.2vw, 80px);
  position: relative;
  z-index: 1;
}
.ul-header-bottom-wrapper > * {
  flex-shrink: 0;
}
.ul-header-bottom .header-bottom-left {
  display: flex;
  align-items: center;
  gap: clamp(35px, 3.42vw, 65px);
  flex-grow: 1;
}
.ul-header .logo-container {
  position: relative;
  z-index: 1;
}
.ul-header .logo-container::before, .ul-header .logo-container::after {
  display: none;
  position: absolute;
  z-index: -1;
  top: calc(0% - clamp(28px, 1.58vw, 30px));
  bottom: calc(0% - clamp(45px, 3.42vw, 65px));
  right: calc(0% - clamp(20px, 1.58vw, 30px));
  left: calc(0% - clamp(28px, 2.1vw, 40px));
  background-color: var(--white);
  clip-path: polygon(23.853% -62.128%, 23.853% -62.128%, 25.154% -69.256%, 26.501% -75.412%, 27.924% -80.649%, 29.451% -85.021%, 31.112% -88.582%, 32.938% -91.387%, 34.957% -93.49%, 37.2% -94.944%, 39.695% -95.803%, 42.473% -96.123%, 42.473% -96.123%, 48.384% -94.64%, 53.914% -90.241%, 59.087% -83.422%, 63.931% -74.678%, 68.469% -64.506%, 72.727% -53.401%, 76.73% -41.858%, 80.503% -30.374%, 84.072% -19.444%, 87.461% -9.564%, 87.461% -9.564%, 90.012% -2.284%, 92.484% 5.333%, 94.768% 13.245%, 96.758% 21.413%, 98.347% 29.793%, 99.426% 38.347%, 99.89% 47.032%, 99.63% 55.808%, 98.54% 64.634%, 96.512% 73.468%, 96.512% 73.468%, 93.216% 82.481%, 89.152% 89.645%, 84.505% 94.939%, 79.462% 98.346%, 74.209% 99.844%, 68.932% 99.416%, 63.818% 97.041%, 59.053% 92.702%, 54.822% 86.377%, 51.313% 78.049%, 51.313% 78.049%, 49.202% 71.93%, 47.238% 66.923%, 45.338% 62.965%, 43.42% 59.992%, 41.399% 57.941%, 39.193% 56.746%, 36.719% 56.345%, 33.894% 56.673%, 30.635% 57.667%, 26.858% 59.263%, 26.858% 59.263%, 22.58% 60.972%, 18.758% 61.918%, 15.363% 62.078%, 12.367% 61.431%, 9.743% 59.955%, 7.462% 57.628%, 5.496% 54.429%, 3.817% 50.336%, 2.397% 45.326%, 1.208% 39.379%, 1.208% 39.379%, 0.528% 34.322%, 0.184% 29.309%, 0.154% 24.364%, 0.416% 19.508%, 0.948% 14.764%, 1.728% 10.154%, 2.734% 5.7%, 3.943% 1.424%, 5.335% -2.651%, 6.885% -6.504%, 6.885% -6.504%, 10.221% -14.198%, 12.928% -20.553%, 15.107% -25.893%, 16.855% -30.543%, 18.272% -34.828%, 19.456% -39.071%, 20.508% -43.599%, 21.525% -48.734%, 22.607% -54.802%, 23.853% -62.128%);
}
.ul-header .logo-container::after {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: calc(0% - clamp(26px, 2.73vw, 52px));
  left: calc(0% - clamp(20px, 1.58vw, 30px));
  right: calc(0% - clamp(28px, 2.1vw, 40px));
  clip-path: polygon(12.845% -48.266%, 12.845% -48.266%, 13.243% -56.845%, 13.802% -64.394%, 14.544% -70.99%, 15.49% -76.71%, 16.662% -81.632%, 18.083% -85.833%, 19.775% -89.391%, 21.759% -92.383%, 24.057% -94.886%, 26.692% -96.979%, 26.692% -96.979%, 32.558% -99.078%, 38.406% -97.762%, 44.202% -93.587%, 49.91% -87.11%, 55.495% -78.884%, 60.922% -69.467%, 66.157% -59.414%, 71.163% -49.28%, 75.906% -39.62%, 80.351% -30.991%, 80.351% -30.991%, 83.678% -24.667%, 86.968% -17.926%, 90.114% -10.745%, 93.007% -3.103%, 95.539% 5.025%, 97.603% 13.66%, 99.089% 22.826%, 99.89% 32.545%, 99.898% 42.84%, 99.004% 53.733%, 99.004% 53.733%, 96.912% 65.618%, 93.859% 75.971%, 90.021% 84.656%, 85.575% 91.533%, 80.7% 96.465%, 75.571% 99.313%, 70.365% 99.94%, 65.259% 98.209%, 60.431% 93.98%, 56.057% 87.116%, 56.057% 87.116%, 53.293% 81.779%, 50.803% 77.562%, 48.501% 74.446%, 46.298% 72.414%, 44.108% 71.449%, 41.842% 71.534%, 39.414% 72.651%, 36.734% 74.784%, 33.717% 77.914%, 30.273% 82.025%, 30.273% 82.025%, 26.361% 86.573%, 22.796% 90.004%, 19.548% 92.311%, 16.588% 93.488%, 13.886% 93.529%, 11.412% 92.429%, 9.137% 90.181%, 7.032% 86.778%, 5.065% 82.216%, 3.209% 76.487%, 3.209% 76.487%, 1.949% 71.407%, 1.017% 66.166%, 0.396% 60.8%, 0.067% 55.348%, 0.011% 49.848%, 0.209% 44.338%, 0.644% 38.856%, 1.296% 33.441%, 2.147% 28.129%, 3.178% 22.96%, 3.178% 22.96%, 5.466% 12.487%, 7.31% 3.866%, 8.767% -3.317%, 9.892% -9.478%, 10.743% -15.033%, 11.375% -20.398%, 11.844% -25.988%, 12.208% -32.219%, 12.523% -39.507%, 12.845% -48.266%);
}
.ul-header-nav {
  display: flex;
  gap: clamp(30px, 2.36vw, 45px);
}
.ul-header-nav a:not([href]):hover, .ul-header-nav a:hover {
  color: var(--ul-primary);
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .ul-header-nav {
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.2);
    gap: 0;
    display: none;
  }
}
.ul-header-nav > * {
  line-height: clamp(76px, 4.52vw, 86px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav > * {
    line-height: 1.2;
    padding: 12px 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .ul-header-nav > *:last-child {
    border-bottom: 0;
  }
}
.ul-header-nav a {
  font-weight: 700;
  font-size: 16px;
}
.ul-header-nav a, .ul-header-nav a:not([href]):not([class]) {
  color: var(--ul-black);
}
.ul-header-nav a:not([href]):hover,
.ul-header-nav a:hover,
.ul-header-nav a.active {
    color: var(--ul-primary) !important;
}
/* --- TOP BAR STYLING --- */
.ul-header-top {
    background-color: var(--ul-black); /* Green #0b0f14 */
    font-family: var(--font-primary);
}

.top-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.top-info-item i { color: var(--ul-primary); font-size: 13px; }
.top-info-item span, .top-info-item a { 
    color: var(--white); 
    text-decoration: none; 
    font-size: 12px; 
    font-weight: 500;
}

/* --- SOCIAL LINKS --- */
.social-link {
    color: var(--white);
    opacity: 0.8;
    font-size: 13px;
    transition: all 0.3s ease;
}
.social-link:hover { opacity: 1; color: var(--ul-primary); transform: translateY(-2px); }
.whatsapp-link i { color: #25D366; }

/* --- MODERN LANGUAGE DROPDOWN --- */
.lang-wrapper {
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.lang-wrapper:hover { background: rgba(255, 255, 255, 0.2); }
.lang-wrapper i { color: var(--ul-primary); font-size: 14px; }

#langSelect {
    background: transparent;
    color: var(--white);
    border: none;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    padding-right: 5px;
}

#langSelect option { color: #333; }

/* --- MAIN HEADER WHITE BACKGROUND --- */
.ul-header-bottom {
    background-color: var(--white) !important;
    position: relative !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

/* --- HIDE GOOGLE TOOLBAR --- */
.goog-te-banner-frame.skiptranslate, #goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
    visibility: hidden !important;
}
body { top: 0px !important; }
@media screen and (max-width: 991px) {
  .ul-header-nav a, .ul-header-nav a:not([href]):not([class]) {
    color: var(--black);
  }
}
.ul-header-nav .has-sub-menu {
  position: relative;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
  padding-right: clamp(12px, 0.79vw, 15px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
  }
  .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);
  pointer-events: all;
}
.ul-header-nav .has-sub-menu > a {
  position: relative;
}
.ul-header-nav .has-sub-menu > a::after {
  content: "\f107"; /* Unicode for fa-angle-down */
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome"; /* THIS is important */
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(15px, 0.95vw, 18px);
}

@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu > a::after {
    right: 0;
    top: 0;
    transform: none;
  }
}
.ul-header-submenu {
  position: absolute;
  z-index: 2;
  min-width: 200px;
  background-color: var(--ul-black);
  background-color: rgb(106, 112, 119);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.4s ease, pointer-events 0s;
  transform: translateY(5px);
  pointer-events: none;
  width: max-content;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--white);
}
@media screen and (max-width: 479px) {
  .ul-header-submenu {
    background-color: var(--white);
  }
  .sidebar-fixed-nav {
  display: none;
  }
}
.ul-header-submenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li {
    border-bottom: none;
  }
  .sidebar-fixed-nav {
  display: none;
  }
}
.ul-header-submenu li:last-child {
  border-bottom: 0;
}
.ul-header-submenu li a {
  height: auto;
  padding: 12px 15px;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  color: var(--ul-black);
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li a {
    padding: 8px 0;
  }
}
.ul-header-submenu li a:hover {
  color: var(--ul-primary);
}
@media screen and (max-width: 991px) {
  .ul-header-submenu {
    position: static;
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
  }
}
.ul-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.58vw, 30px);
}
@media screen and (max-width: 575px) {
  .ul-header-actions {
    gap: 14px;
  }
}
.ul-header-actions button {
  padding: 0;
  color: var(--white);
}
.ul-header-actions button,
.ul-header-actions a {
  display: inline-flex;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .ul-header-actions button,
  .ul-header-actions a {
    font-size: 16px;
  }
}
.ul-header-actions button i,
.ul-header-actions a i {
  display: inline-flex;
}
.ul-header-actions button:hover,
.ul-header-actions a:hover {
  color: var(--ul-primary);
}
.ul-header-actions button.ul-btn:hover,
.ul-header-actions a.ul-btn:hover {
  color: var(--ul-primary);
}
.ul-header .has-mega-menu {
  position: static;
}
.ul-header-megamenu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  left: 3.1vw;
  right: 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;
  right: 16vw;
  background-color: transparent;
  opacity: 1;
  z-index: -1;
  width: 8.8vw;
}
@media screen and (max-width: 1399px) {
  .ul-header-megamenu::before {
    right: 20vw;
  }
}
@media screen and (max-width: 1199px) {
  .ul-header-megamenu::before {
    right: 21.5vw;
  }
}
.ul-header-megamenu .single-col {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: clamp(20px, 2.1vw, 40px);
  margin-right: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.ul-header-megamenu .single-col:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 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);
  height: clamp(45px, 2.94vw, 56px);
  border: 1px solid transparent;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white) !important;
  cursor: pointer;
}
.ul-header-sidebar-opener:hover {
  color: var(--ul-primary) !important;
  background-color: transparent;
  border-color: var(--ul-primary);
}
.ul-header-2 .ul-header-container {
  max-width: clamp(0px, 96.95vw, 1845px);
}
@media screen and (max-width: 991px) {
  .ul-header-2 .ul-header-container {
    margin: 0 15px;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .ul-header-2 .ul-header-container {
    flex-wrap: wrap;
  }
}
.ul-header-2 .ul-header-top {
  background-color: var(--ul-black);
  color: var(--white);
}
@media screen and (max-width: 479px) {
  .ul-header-2 .ul-header-top {
    padding: 10px 0 0;
  }
}
.ul-header-2 .ul-header-top-left {
  align-self: stretch;
}
.ul-header-2 .ul-header-top-left .address {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  height: 100%;
  padding-right: clamp(15px, 1.21vw, 23px);
}
.ul-header-2 .ul-header-top-left .address::before {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  width: calc(100% + 35px);
  background-color: var(--ul-primary);
  border-top-right-radius: 999px;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .ul-header-2 .ul-header-top-left .address::before {
    display: none;
  }
}
.ul-header-2 .ul-header-top-social {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.05vw, 20px);
  padding: clamp(12px, 0.79vw, 15px) 0;
}
.ul-header-2 .ul-header-top-social .links {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.79vw, 15px);
}
.ul-header-2 .ul-header-top-social a {
  color: var(--white);
}
.ul-header-2 .ul-header-bottom {
  position: static;
}
.ul-header-2 .ul-header-bottom.sticky {
  background-color: var(--white);
  position: fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ul-header-2 .logo-container::before, .ul-header-2 .logo-container::after {
  display: none;
}
.ul-header-2 .ul-header-actions button {
  color: var(--ul-black);
}
.ul-header-2 .ul-header-nav a,
.ul-header-2 .ul-header-nav a:not([href]):not([class]) {
  color: var(--ul-black);
}
.ul-header-2 .ul-header-nav a:hover,
.ul-header-2 .ul-header-nav a:not([href]):not([class]):hover {
  color: var(--ul-primary);
}

.ul-sidebar.active .ul-header-nav {
  display: flex;
}

.ul-banner {
  position: relative;
  background-color: var(--ul-black);
  overflow: hidden;
  color: var(--white);
  z-index: 1;
}
.ul-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url(../img/banner-bg-shape.svg) no-repeat center center/cover; */
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
.ul-banner-container {
  max-width: clamp(922px, 90.38vw, 1720px);
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .ul-banner-container {
    max-width: calc(100% - 30px);
  }
}
.ul-banner-txt {
  padding: clamp(150px, 16.03vw, 305px) 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-banner-txt {
    padding-top: 0;
  }
}
.ul-banner-txt-vector {
  position: absolute;
  z-index: 1;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  left: clamp(15px, 4.2vw, 80px);
  max-width: clamp(284px, 29.64vw, 564px);
}
.ul-banner-sub-title {
  font-weight: 600;
  letter-spacing: 0.25em;
  margin-bottom: clamp(6px, 0.63vw, 12px);
}
.ul-banner-title {
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 80px);
  font-family: var(--font-quicksand);
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: clamp(17px, 1.42vw, 27px);
  margin-left: -5px;
}
.ul-banner-descr {
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 500;
  margin-bottom: clamp(21px, 2.15vw, 41px);
}
.ul-banner-btns {
  display: flex;
  gap: clamp(20px, 2.1vw, 40px);
  align-items: center;
  flex-wrap: wrap;
}
.ul-banner-stat {
  display: flex;
  gap: clamp(7px, 0.53vw, 10px);
  align-items: center;
}
.ul-banner-stat .imgs {
  display: flex;
  align-items: center;
}
.ul-banner-stat .imgs > * {
  width: clamp(40px, 2.63vw, 50px);
  aspect-ratio: 1/1;
  margin-left: calc(0% - clamp(12px, 0.79vw, 15px));
  border: 3px solid var(--white);
  border-radius: 999px;
  background-color: var(--ul-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(11px, 0.74vw, 14px);
  font-weight: 800;
  color: var(--ul-primary);
}
.ul-banner-stat .imgs > *:first-child {
  margin-left: 0;
}
.ul-banner-stat .txt {
  font-size: clamp(11px, 0.74vw, 14px);
  font-weight: 600;
}
.ul-banner-img {
  position: relative;
  width: max-content;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-banner-img {
    margin-left: auto;
    margin-right: -15px;
  }
}
.ul-banner-img .img-wrapper {
  background: linear-gradient(180deg, var(--ul-primary) 0%, rgba(235, 83, 16, 0) 51%, var(--ul-primary) 100%);
  padding-left: 10px;
  clip-path: polygon(20.444% 6.836%, 20.444% 6.836%, 21.079% 1.445%, 21.969% -3.298%, 23.149% -7.442%, 24.655% -11.037%, 26.521% -14.129%, 28.783% -16.769%, 31.475% -19.005%, 34.633% -20.885%, 38.291% -22.458%, 42.485% -23.773%, 42.485% -23.773%, 51.821% -25.092%, 61.13% -24.265%, 70.354% -21.642%, 79.44% -17.571%, 88.329% -12.403%, 96.968% -6.486%, 105.299% -0.169%, 113.267% 6.199%, 120.817% 12.269%, 127.892% 17.691%, 127.892% 17.691%, 133.187% 21.665%, 138.424% 25.901%, 143.431% 30.413%, 148.036% 35.215%, 152.067% 40.322%, 155.351% 45.748%, 157.717% 51.507%, 158.992% 57.614%, 159.004% 64.083%, 157.581% 70.928%, 157.581% 70.928%, 154.251% 78.396%, 149.391% 84.901%, 143.283% 90.358%, 136.208% 94.679%, 128.447% 97.778%, 120.283% 99.568%, 111.997% 99.963%, 103.871% 98.874%, 96.186% 96.217%, 89.224% 91.904%, 89.224% 91.904%, 84.824% 88.551%, 80.861% 85.901%, 77.197% 83.943%, 73.692% 82.666%, 70.205% 82.06%, 66.599% 82.113%, 62.733% 82.815%, 58.469% 84.155%, 53.665% 86.122%, 48.184% 88.705%, 48.184% 88.705%, 41.958% 91.563%, 36.284% 93.719%, 31.115% 95.169%, 26.403% 95.908%, 22.102% 95.934%, 18.165% 95.243%, 14.544% 93.83%, 11.192% 91.692%, 8.062% 88.825%, 5.108% 85.226%, 5.108% 85.226%, 3.102% 82.034%, 1.619% 78.74%, 0.63% 75.368%, 0.106% 71.943%, 0.017% 68.487%, 0.333% 65.024%, 1.025% 61.58%, 2.062% 58.177%, 3.417% 54.84%, 5.058% 51.592%, 5.058% 51.592%, 8.7% 45.01%, 11.636% 39.594%, 13.954% 35.08%, 15.745% 31.209%, 17.099% 27.718%, 18.105% 24.347%, 18.852% 20.834%, 19.431% 16.919%, 19.932% 12.34%, 20.444% 6.836%);
}
@media screen and (max-width: 991px) {
  .ul-banner-img .img-wrapper {
    padding-left: 0;
  }
}
.ul-banner-img .img-wrapper img {
  max-height: clamp(0px, 65.74vw, 1251px);
  width: 100%;
  max-width: clamp(300px, 50.45vw, 960px);
  aspect-ratio: 960/1000;
  clip-path: polygon(20.444% 6.836%, 20.444% 6.836%, 21.079% 1.445%, 21.969% -3.298%, 23.149% -7.442%, 24.655% -11.037%, 26.521% -14.129%, 28.783% -16.769%, 31.475% -19.005%, 34.633% -20.885%, 38.291% -22.458%, 42.485% -23.773%, 42.485% -23.773%, 51.821% -25.092%, 61.13% -24.265%, 70.354% -21.642%, 79.44% -17.571%, 88.329% -12.403%, 96.968% -6.486%, 105.299% -0.169%, 113.267% 6.199%, 120.817% 12.269%, 127.892% 17.691%, 127.892% 17.691%, 133.187% 21.665%, 138.424% 25.901%, 143.431% 30.413%, 148.036% 35.215%, 152.067% 40.322%, 155.351% 45.748%, 157.717% 51.507%, 158.992% 57.614%, 159.004% 64.083%, 157.581% 70.928%, 157.581% 70.928%, 154.251% 78.396%, 149.391% 84.901%, 143.283% 90.358%, 136.208% 94.679%, 128.447% 97.778%, 120.283% 99.568%, 111.997% 99.963%, 103.871% 98.874%, 96.186% 96.217%, 89.224% 91.904%, 89.224% 91.904%, 84.824% 88.551%, 80.861% 85.901%, 77.197% 83.943%, 73.692% 82.666%, 70.205% 82.06%, 66.599% 82.113%, 62.733% 82.815%, 58.469% 84.155%, 53.665% 86.122%, 48.184% 88.705%, 48.184% 88.705%, 41.958% 91.563%, 36.284% 93.719%, 31.115% 95.169%, 26.403% 95.908%, 22.102% 95.934%, 18.165% 95.243%, 14.544% 93.83%, 11.192% 91.692%, 8.062% 88.825%, 5.108% 85.226%, 5.108% 85.226%, 3.102% 82.034%, 1.619% 78.74%, 0.63% 75.368%, 0.106% 71.943%, 0.017% 68.487%, 0.333% 65.024%, 1.025% 61.58%, 2.062% 58.177%, 3.417% 54.84%, 5.058% 51.592%, 5.058% 51.592%, 8.7% 45.01%, 11.636% 39.594%, 13.954% 35.08%, 15.745% 31.209%, 17.099% 27.718%, 18.105% 24.347%, 18.852% 20.834%, 19.431% 16.919%, 19.932% 12.34%, 20.444% 6.836%);
}
@media screen and (max-width: 767px) {
  .ul-banner-img .img-wrapper img {
    max-width: clamp(300px, 70.45vw, 990px);
    max-height: none;
  }
}
.ul-banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #1E252F -5.34%, rgba(30, 37, 47, 0) 39.75%);
}
.ul-banner-img-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-banner-img-vectors .vector-1 {
  top: clamp(92px, 9.56vw, 182px);
  left: clamp(50px, 6.31vw, 120px);
}
.ul-banner-img-vectors .vector-2 {
  bottom: clamp(40px, 4.73vw, 90px);
  right: clamp(135px, 12.35vw, 235px);
}
.ul-banner-vectors > * {
  position: absolute;
}
.ul-banner-vectors .vector-1 {
  top: clamp(50px, 3.42vw, 65px);
  left: 0;
  max-width: clamp(72px, 5.83vw, 111px);
}
.ul-banner-vectors .vector-2 {
  left: 0;
  bottom: clamp(5px, 1.47vw, 28px);
  max-width: clamp(80px, 8.2vw, 156px);
}
@media screen and (max-width: 767px) {
  .ul-banner-vectors .vector-2 {
    left: auto;
    right: 0;
    transform: scale(-1);
    opacity: 0;
  }
}
.ul-banner-vectors .vector-3 {
  right: 0;
  top: clamp(16px, 1vw, 19px);
  max-width: clamp(106px, 9.93vw, 189px);
}
.ul-banner-2 {
  background-color: transparent;
  max-width: clamp(0px, 98.95vw, 1845px);
  margin: auto;
}
@media screen and (max-width: 991px) {
  .ul-banner-2 {
    margin: 0;
  }
}
.ul-banner-2::before {
  content: none;
}
.ul-banner-2-slider {
  z-index: 1;
}

.ul-banner-2-slider-navigation {
  position: absolute;
  bottom: clamp(10px, 0.68vw, 13px);
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
@media screen and (max-width: 1399px) {
  .ul-banner-2-slider-navigation {
    bottom: 0;
  }
}
.ul-banner-2-slider-navigation button {
  padding: 0;
}
.ul-banner-2-thumb-slider {
  margin: 0 10px;
  width: 140px;
}
.ul-banner-2-thumb-slider img {
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.ul-banner-2-slide {
  padding: clamp(100px, 12.35vw, 235px) clamp(15px, 3.15vw, 60px);
  position: relative;
  z-index: 1;
}
.ul-banner-2-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(101.64deg, #232423b2 1.87%, rgba(235, 83, 16, 0.1) 98.72%);
  pointer-events: none;
}
.ul-banner-2-slide-bg-img {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ul-banner-2-slide .ul-banner-txt {
  padding: 0;
  margin-top: -115px;
}
.ul-banner-2-slide .ul-banner-sub-title {
  color: var(--white);
}
.ul-banner-2-slide .ul-banner-sub-title::before {
  background-color: var(--white);
}
.ul-banner-2-slide .ul-banner-title {
  line-height: 1.2;
}
.ul-banner-2-slide .ul-btn {
  background-color: transparent;
  border-color: var(--white);
}
.ul-banner-2-slide .ul-btn:hover {
  background-color: var(--white);
  color: var(--ul-black);
}
/* Sticky header behavior: use the .ul-header-bottom.sticky class to fix header on scroll.
   Removed the global forced fixed positioning and forced body padding which caused
   header clipping and layout issues. */

/* keep default header positioning (defined earlier). */
.ul-header { position: relative; }

/* Ensure white background when header becomes sticky (existing class handles fixed behavior) */
.ul-header-bottom { background-color: var(--white); }
/* --- SECTION WRAPPER --- */
.ul-about-official-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

/* --- DUAL IMAGE COMPOSITION --- */
.about-image-composite {
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.main-img-wrapper img {
    width: 90%;
    border-radius: 0; /* Keep it official and sharp */
    box-shadow: 20px 20px 0px var(--ul-secondary); /* Dark architectural offset */
}

.secondary-img-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    border: 8px solid #fff;
    z-index: 2;
}

.experience-badge {
    position: absolute;
    top: 40px;
    left: -20px;
    background: var(--ul-primary); /* Gold */
    padding: 20px;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.experience-badge .number {
    font-size: 32px;
    font-weight: 900;
    color: var(--ul-secondary);
    line-height: 1;
}

.experience-badge .txt {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--ul-secondary);
    margin-top: 5px;
}

/* --- TEXT CONTENT --- */
.official-sub-title {
    color: var(--ul-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.official-section-title {
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 800;
    color: var(--ul-secondary);
    line-height: 1.2;
    margin-bottom: 25px;
}

.official-section-descr {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* --- CORPORATE PILLARS (NO ICONS) --- */
.corporate-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 45px;
}

.pillar-item {
    border-left: 3px solid var(--ul-primary); /* Modern accent line */
    padding-left: 20px;
}

.pillar-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--ul-secondary);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pillar-descr {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* --- BUTTON --- */
.ul-btn-official {
    display: inline-block;
    padding: 16px 35px;
    background: var(--ul-secondary);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none !important;
}

.ul-btn-official:hover {
    background: var(--ul-primary);
    color: var(--ul-secondary);
}

.ul-btn-official i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.ul-btn-official:hover i {
    transform: translateX(5px);
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .corporate-pillars {
        grid-template-columns: 1fr;
    }
    .about-image-composite {
        padding-right: 0;
        margin-bottom: 40px;
    }
}
.ul-btn-primary { background: var(--ul-primary); color: #fff; border: none; }

@media screen and (max-width: 991px) {
  .ul-about-new .ul-about-new-txt { padding-right: 0; }
  .ul-about-cards--split { flex-direction: column; }
}
.ul-about-call {
  display: flex;
  gap: clamp(12px, 0.79vw, 15px);
}
.ul-about-call .icon {
  width: clamp(42px, 2.73vw, 52px);
  aspect-ratio: 50/50;
  border: 1px solid var(--ul-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-about-call .call-title {
  font-weight: 400;
  display: block;
  color: var(--ul-gray);
  margin-bottom: 5px;
}
.ul-about-call a {
  font-weight: 700;
  color: var(--ul-black);
}
.ul-about-call a:hover {
  color: var(--ul-primary);
}
.ul-about-vectors > * {
  position: absolute;
  pointer-events: none;
}
.ul-about-vectors .vector-1 {
  right: 0;
  bottom: clamp(154px, 15.45vw, 294px);
  max-width: clamp(75px, 11.82vw, 225px);
  animation: slide-top 12s ease infinite alternate;
}
@media screen and (max-width: 1199px) {
  .ul-about-vectors .vector-1 {
    display: none;
  }
}
/* --- GLOBAL NAVIGATION WRAPPER --- */
.ul-banner-navigation-custom {
    position: absolute !important;
    bottom: 120px !important; /* Position for Desktop */
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    pointer-events: none !important;
}

.banner-nav-wrapper {
    display: flex !important;
    gap: 15px !important;
    pointer-events: auto !important;
}

.banner-btn-prev, .banner-btn-next {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    color: var(--white) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(4px); /* Modern frosted glass effect */
}

/* --- MOBILE SPECIFIC FIXES (Below 768px) --- */
@media (max-width: 767px) {
    .ul-banner-navigation-custom {
        bottom: 40px !important; /* Move closer to bottom on mobile */
    }

    .banner-nav-wrapper {
        justify-content: center !important; /* Center buttons on mobile */
        padding-left: 0 !important;
    }

    .banner-btn-prev, .banner-btn-next {
        width: 45px !important; /* Smaller buttons for mobile */
        height: 45px !important;
        font-size: 14px !important;
        background: var(--ul-black) !important; /* Use your brand green for better visibility */
        border: 1px solid var(--ul-primary) !important; /* Gold border */
    }
    
    /* Ensure the banner buttons don't hide under mobile menus */
    .ul-banner-btns {
        margin-bottom: 60px !important; 
    }
}

/* --- HOVER STATES --- */
.banner-btn-prev:hover, .banner-btn-next:hover {
    background: var(--ul-primary) !important;
    border-color: var(--ul-primary) !important;
    color: var(--ul-secondary) !important;
    transform: translateY(-5px) !important;
}
.ul-about-2 {
  overflow: hidden;
}
.ul-about-2-img img {
  border-radius: 999px;
  border-bottom-left-radius: 0px;
  border: 3.5px solid var(--ul-black);
}
.ul-about-2-stat {
  background-color: var(--ul-primary);
  color: var(--white);
  text-align: center;
  position: absolute;
  font-weight: 700;
  padding: clamp(23px, 2vw, 38px);
  bottom: clamp(16px, 1.89vw, 36px);
  right: 0;
  border-radius: clamp(15px, 1.05vw, 20px);
  min-width: clamp(0px, 17.34vw, 330px);
}
.ul-about-2-stat .number {
  font-size: clamp(45px, 3.15vw, 60px);
  font-family: var(--font-quicksand);
  font-weight: 700;
  line-height: 0.7;
  display: block;
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-about-2-bottom {
  flex-wrap: nowrap;
  margin-bottom: clamp(20px, 2.63vw, 50px);
}
.ul-about-2-bottom-block {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
@media screen and (max-width: 991px) {
  .ul-about-2-bottom-block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .ul-about-2-bottom-block {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 575px) {
  .ul-about-2-bottom-block {
    flex-wrap: wrap;
  }
}
.ul-about-2-bottom-block-icon {
  background-color: #F5F0E1;
  border-radius: 50%;
  width: clamp(60px, 4.2vw, 80px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-about-2-bottom-block-title {
  font-size: clamp(19px, 1.16vw, 22px);
  font-weight: 700;
  color: var(--ul-black);
  margin-bottom: clamp(3px, 0.32vw, 6px);
  font-family: var(--font-quicksand);
}
.ul-about-2-bottom-block p {
  margin-bottom: 0;
  line-height: 1.6;
}

.ul-donations {
  background: url(../img/donations-bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.ul-donations::before, .ul-donations::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  left: auto;
  border-radius: 999px 0 0 999px;
  background: url(../img/donations-bg-img.jpg) no-repeat center center/cover;
  width: clamp(0px, 46.56vw, 886px);
}
@media screen and (max-width: 991px) {
  .ul-donations::before, .ul-donations::after {
    top: 20%;
  }
  .ul-banner-2-slide .ul-banner-txt {
    padding: 0;
    margin-top: -40px;
}
}
@media screen and (max-width: 479px) {
  .ul-donations::before, .ul-donations::after {
    top: 35%;
  }
  .ul-banner-2-slide .ul-banner-txt {
    padding: 0;
    margin-top: -40px;
}
}
.ul-donations::after {
  background: var(--ul-black);
  opacity: 85%;
}
.ul-donations-heading .left {
  max-width: 660px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .ul-donations-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .ul-donations-heading .ul-banner-stat .txt {
    color: var(--ul-black) !important;
  }
}
.ul-donations-slider-nav {
  position: static;
  width: auto;
  transform: translate(0);
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-donations-slider-nav button {
  background-color: var(--white);
  color: var(--ul-black);
}

.ul-donation {
  background-color: var(--white);
  border-radius: 20px;
  padding: clamp(15px, 1.26vw, 24px);
  padding-bottom: 0;
  border: 3px solid transparent;
  transition: 0.4s ease;
}
.ul-donation:hover {
  border-color: var(--ul-primary);
}
.ul-donation:hover .ul-donation-btn {
  background-color: var(--ul-primary);
}
.ul-donation:hover .ul-donation-btn::before {
  background-color: var(--ul-primary);
}
.ul-donation-img {
  position: relative;
  margin-bottom: clamp(20px, 1.84vw, 35px);
}
.ul-donation-img img {
  border-radius: 16px;
  aspect-ratio: 282/188;
}
.ul-donation-img .tag {
  position: absolute;
  top: clamp(10px, 0.79vw, 15px);
  left: clamp(10px, 0.79vw, 15px);
  background-color: var(--ul-primary);
  color: var(--white);
  padding: 0px clamp(7px, 0.53vw, 10px) 1px;
  border-radius: 99px;
  font-size: clamp(12px, 0.74vw, 14px);
  font-weight: 500;
}
.ul-donation-progress {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: clamp(5px, 0.47vw, 9px);
  padding-bottom: clamp(8px, 0.79vw, 15px);
}
.ul-donation-progress-labels {
  padding-top: clamp(3px, 0.32vw, 6px);
  font-size: clamp(11px, 0.63vw, 12px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ul-donation-title {
  font-weight: 700;
  font-family: var(--font-quicksand);
  font-size: clamp(17px, 1.05vw, 20px);
  margin: clamp(0px, 0.21vw, 4px);
}
.ul-donation-descr {
  color: var(--ul-p);
}
.ul-donation-btn {
  background-color: var(--ul-black);
  border-radius: clamp(12px, 1.05vw, 20px) clamp(12px, 1.05vw, 20px) 0 0;
  color: var(--white);
  font-weight: 700;
  font-size: clamp(15px, 0.95vw, 18px);
  display: inline-flex;
  gap: clamp(9px, 0.63vw, 12px);
  align-items: center;
  padding: clamp(5px, 0.47vw, 9px) clamp(14px, 1.05vw, 20px);
  position: relative;
  z-index: 1;
}
.ul-donation-btn:hover {
  color: var(--white);
}
.ul-donation-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  bottom: -3px;
  border-radius: clamp(12px, 1.05vw, 20px) clamp(12px, 1.05vw, 20px) 0 0;
  background-color: var(--ul-black);
  transition: 0.4s ease;
}
.ul-donation--inner {
  background-color: var(--ul-gray3);
}

.ul-donate-form-section {
  position: relative;
  z-index: 1;
  background-color: var(--ul-primary);
  border-radius: 20px;
  padding: clamp(30px, 3.15vw, 60px) 0;
  box-shadow: 0px 4px 70px rgba(235, 83, 16, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-donate-form-section {
    padding: clamp(15px, 3.15vw, 60px) 15px;
  }
}
.ul-donate-form-section::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  mix-blend-mode: multiply;
  inset: 0;
  filter: drop-shadow(0px 4px 70px rgba(235, 83, 16, 0.2));
  background: url(../img/donate-form-wrapper-bg.png) no-repeat center center/cover;
  pointer-events: none;
  z-index: -1;
}
.ul-donate-form-section .ul-section-sub-title::before {
  background-color: var(--white);
}
.ul-donate-form-section .ul-section-title {
  margin-bottom: clamp(27px, 3vw, 57px);
  font-size: clamp(25px, 2.31vw, 44px);
}
.ul-donate-form-section-txt {
  padding-right: clamp(15px, 3.15vw, 60px);
}
.ul-donate-form-section-txt .ul-progress {
  border-bottom: none;
}
.ul-donate-form-section-txt .ul-progress-container {
  border-color: var(--white);
}
.ul-donate-form-section-txt .ul-progress-label {
  color: var(--white);
}
.ul-donate-form-section-txt .ul-progressbar {
  background-color: var(--white);
}
.ul-donate-form-section-txt .ul-progressbar::before {
  border: 4px solid var(--white);
  background-color: var(--ul-primary);
}
.ul-donate-form-section-txt .ul-donation-progress {
  border-bottom: none;
}
.ul-donate-form-section-txt .ul-donation-progress-labels {
  color: var(--white);
}

.ul-donate-form-wrapper {
  background-color: var(--ul-black);
  color: var(--white);
  border-radius: 0 20px 20px 0;
  position: relative;
  z-index: 1;
  padding: clamp(20px, 3.15vw, 60px);
  box-shadow: 0px 4px 70px rgba(235, 83, 16, 0.2);
}
@media screen and (max-width: 991px) {
  .ul-donate-form-wrapper {
    border-radius: 20px;
    margin-bottom: 15px;
  }
}
.ul-donate-form-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/donate-form-bg.jpg) no-repeat center center/cover;
  opacity: 40%;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 991px) {
  .ul-donate-form-wrapper::before {
    border-radius: 20px;
  }
}

.ul-donate-form {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 1.58vw, 30px) clamp(7px, 0.53vw, 10px);
  position: relative;
  z-index: 1;
}
.ul-donate-form-title {
  font-size: clamp(24px, 1.58vw, 30px);
  font-weight: 700;
  font-family: var(--font-quicksand);
  margin-bottom: clamp(20px, 1.84vw, 35px);
}
.ul-donate-form label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(15px, 1.58vw, 30px);
  border-radius: 999px;
  font-weight: 700;
  background-color: var(--white);
  color: var(--ul-black);
}
.ul-donate-form input[type=radio]:checked + label {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-donate-form input[type=radio]:checked + label .ul-donate-form-custom-input {
  pointer-events: all;
  color: var(--white);
}
.ul-donate-form input[type=radio]:checked + label .ul-donate-form-custom-input::placeholder {
  color: var(--white);
}
.ul-donate-form .ul-donate-form-custom-input {
  pointer-events: none;
  width: 100%;
}
.ul-donate-form .custom-amount-wrapper {
  position: relative;
}
.ul-donate-form .custom-amount-wrapper label {
  padding: 0;
  height: auto;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.ul-donate-form .custom-amount-wrapper input {
  padding: 0 clamp(15px, 1.58vw, 30px);
  border-radius: 999px;
  font-weight: 700;
  border: none;
  height: clamp(45px, 2.94vw, 56px);
}
.ul-donate-form .custom-amount-wrapper input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: clamp(212px, 12.09vw, 230px);
}
.ul-donate-form-vector {
  position: absolute;
  right: calc(0% - clamp(64px, 6.52vw, 124px));
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
  max-width: clamp(93px, 10.14vw, 193px);
}

.ul-stats {
  background-color: var(--ul-black);
  position: relative;
  z-index: 1;
}
.ul-stats::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/banner-2.jpg) no-repeat center top/cover;
  mix-blend-mode: multiply;
  opacity: 40%;
}
.ul-stats-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: no-repeat center center/cover;
  background-image: url(../img/stat-bg.png);
  transition: 0.4s ease;
  position: relative;
  z-index: 1;
  color: var(--white);
}
.ul-stats-item::before {
  position: absolute;
  content: "";
  inset: 0;
  transition: 0.3s ease;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--ul-black);
}
.ul-stats-item:hover {
  border-color: transparent;
}
.ul-stats-item:hover::before {
  opacity: 0.6;
}
.ul-stats-item i {
  font-size: clamp(50px, 3.15vw, 60px);
}
.ul-stats-item .number {
  font-weight: 700;
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 0.7;
  padding: clamp(20px, 1.58vw, 30px) 0;
  font-family: var(--font-quicksand);
}
@media screen and (max-width: 479px) {
  .ul-stats-item .number {
    padding: clamp(14px, 1.58vw, 30px) 0;
  }
}
.ul-stats-item .txt {
  font-weight: 500;
}

/* --- GOVERNMENTAL CLEAN STYLE --- */
.ul-stats-gov-clean {
    padding: 100px 0;
    background: var(--ul-black); /* Clean white background */
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.gov-stats-header {
    text-align: center;
    margin-bottom: 80px;
}

.gov-sub-label {
    color: var(--ul-primary); /* Brand Gold */
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.gov-main-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--white); /* Official Dark Grey/Black */
    margin-bottom: 15px;
}

.gov-title-line {
    width: 60px;
    height: 3px;
    background: var(--ul-primary);
    margin: 0 auto;
}

/* --- THE GRID --- */
.gov-stats-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.gov-stat-item {
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: center;
    padding: 20px;
    /* No background box - just a subtle divider */
    border-left: 1px solid #eee; 
    transition: 0.3s;
}

.gov-stat-item:first-child {
    border-left: none;
}

.gov-icon-box {
    font-size: 35px;
    color: var(--ul-primary);
    margin-right: 25px;
    opacity: 0.8;
}

.gov-number {
    font-size: 42px;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--font-quicksand);
}

.gov-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin: 0;
}

/* Hover Effect: Institutional Highlight */
.gov-stat-item:hover {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 991px) {
    .gov-stat-item {
        flex: 0 0 45%;
        border-left: none;
        border-bottom: 1px solid #eee;
        padding: 30px 0;
    }
}
.ul-events {
  background-color: var(--ul-black);
  position: relative;
  z-index: 1;
}
.ul-events::after, .ul-events::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/stats-events-bg-shape.svg) no-repeat center bottom/cover;
  mix-blend-mode: multiply;
  opacity: 40%;
}
.ul-events::after {
  top: -2px;
  z-index: -2;
  background: var(--ul-black);
  mix-blend-mode: normal;
  opacity: 1;
}
.ul-events .ul-section-heading .left {
  max-width: 40%;
}
@media screen and (max-width: 991px) {
  .ul-events .ul-section-heading .left {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .ul-events .ul-section-heading .left {
    max-width: 100%;
  }
}
.ul-events-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-events-vectors .vector-1 {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: clamp(281px, 34.21vw, 651px);
}
.ul-events-vectors .vector-2 {
  right: 0;
  top: clamp(166px, 11.88vw, 226px);
  max-width: clamp(105px, 10.77vw, 205px);
}
@media screen and (max-width: 575px) {
  .ul-events-vectors .vector-2 {
    display: none;
  }
}

.ul-event {
  background-color: var(--white);
  padding: clamp(15px, 1.05vw, 20px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
}
@media screen and (max-width: 479px) {
  .ul-event {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ul-event-img {
  flex-shrink: 0;
  aspect-ratio: 272/286;
  border-radius: 15px;
  overflow: hidden;
  max-width: clamp(192px, 14.29vw, 272px);
  position: relative;
}
@media screen and (max-width: 479px) {
  .ul-event-img {
    max-width: 100%;
    width: 100%;
  }
}
.ul-event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-event-img .date {
  position: absolute;
  background-color: var(--white);
  aspect-ratio: 1/1;
  color: var(--ul-primary);
  font-weight: 900;
  display: block;
  text-align: center;
  top: clamp(10px, 1.05vw, 20px);
  left: clamp(10px, 1.05vw, 20px);
  width: clamp(60px, 3.68vw, 70px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.ul-event-img .date span {
  display: block;
}
.ul-event-title {
  font-weight: 700;
  font-family: var(--font-quicksand);
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: clamp(10px, 0.89vw, 17px);
}
.ul-event-descr {
  color: var(--ul-p);
  margin-bottom: clamp(9px, 0.63vw, 12px);
}
.ul-event-info {
  border-top: 1px solid #D2D2D1;
  padding-top: clamp(11px, 0.74vw, 14px);
}
.ul-event-info-title {
  font-weight: 700;
  color: var(--ul-primary);
  margin-top: clamp(10px, 0.89vw, 17px);
}
.ul-event-info-descr {
  color: var(--ul-p);
}
.ul-event--inner {
  background: var(--white);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.ul-why-join-wrapper {
  background-color: var(--ul-gray3);
  border-radius: clamp(15px, 1.58vw, 30px);
  max-width: clamp(1185px, 91.38vw, 1739px);
  margin: auto;
  position: relative;
  z-index: 1;
}
.ul-why-join-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/stats-events-bg-shape.svg) no-repeat center bottom/cover;
  mix-blend-mode: multiply;
  border-radius: clamp(15px, 1.58vw, 30px);
  opacity: 8%;
}
.ul-why-join-img {
  width: max-content;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .ul-why-join-img {
    margin: auto;
  }
}
.ul-why-join-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: clamp(2px, 0.26vw, 5px) solid var(--ul-primary);
  border-radius: clamp(15px, 1.58vw, 30px);
  bottom: calc(0% - clamp(15px, 1.58vw, 30px));
  left: calc(0% - clamp(15px, 1.58vw, 30px));
}
.ul-why-join-img img {
  border-radius: 30px;
  width: clamp(260px, 34.68vw, 660px);
  aspect-ratio: 660/632;
}
.ul-why-join-txt .ul-section-title {
  margin-bottom: clamp(13px, 1.21vw, 23px);
}
.ul-why-join-txt .ul-section-descr {
  color: var(--ul-p);
  margin-bottom: clamp(17px, 1.42vw, 27px);
}

.ul-team .ul-section-heading .left {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .ul-team .ul-section-heading .left {
    max-width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .ul-team .ul-section-heading .left {
    max-width: 100%;
  }
}
.ul-team-row {
  --bs-gutter-x: clamp(20px, 3.15vw, 60px);
  --bs-gutter-y: clamp(20px, 3.15vw, 60px);
}
.ul-team-row .col:nth-child(odd) .ul-team-member {
  margin-top: clamp(34px, 2.84vw, 54px);
}
@media screen and (max-width: 479px) {
  .ul-team-row .col:nth-child(odd) .ul-team-member {
    margin-top: 0;
  }
}
.ul-team-member {
  background-color: var(--ul-gray3);
  overflow: hidden;
  border-radius: clamp(15px, 1.05vw, 20px);
  text-align: center;
  transition: 0.4s ease;
}
.ul-team-member:hover {
  background-color: var(--ul-primary);
}
.ul-team-member:hover .ul-team-member-img::before {
  opacity: 1;
}
.ul-team-member:hover .ul-team-member-socials {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0%);
}
.ul-team-member:hover .ul-team-member-name a,
.ul-team-member:hover .ul-team-member-designation {
  color: var(--white);
}
.ul-team-member-img {
  position: relative;
  z-index: 1;
}
.ul-team-member-img img {
  width: 100%;
  aspect-ratio: 308/320;
}
.ul-team-member-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(30, 37, 47, 0) 0%, rgba(30, 37, 47, 0.6) 100%);
  opacity: 0;
  transition: 0.3s ease;
}
.ul-team-member-socials {
  display: flex;
  gap: clamp(7px, 0.53vw, 10px);
  position: absolute;
  bottom: clamp(15px, 1.58vw, 30px);
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.ul-team-member-socials a {
  width: clamp(26px, 1.68vw, 32px);
  aspect-ratio: 1/1;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: clamp(9px, 0.63vw, 12px);
}
.ul-team-member-socials a:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-team-member-info {
  padding: clamp(16px, 1.16vw, 22px) 0;
}
.ul-team-member-name {
  margin-bottom: 0;
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 600;
  font-family: var(--font-quicksand);
}
.ul-team-member-designation {
  margin-bottom: 0;
  color: var(--ul-p);
}

.ul-inner-team .ul-team-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}
.ul-inner-team .ul-team-row .col:nth-child(even) .ul-team-member {
  margin-top: calc(0% - clamp(34px, 2.84vw, 54px));
}
@media screen and (max-width: 767px) {
  .ul-inner-team .ul-team-row .col:nth-child(even) .ul-team-member {
    margin-top: 0;
  }
}
.ul-inner-team .ul-team-row .col:nth-child(odd) .ul-team-member {
  margin-top: 0;
}

.ul-testimonial {
  background-color: var(--ul-gray3);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-testimonial-container {
  max-width: clamp(1652px, 98.37vw, 1872px);
  margin: auto;
}
@media screen and (max-width: 1599px) {
  .ul-testimonial-container {
    padding: 0 15px;
  }
}
.ul-testimonial .ul-section-heading {
  max-width: 35%;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .ul-testimonial .ul-section-heading {
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .ul-testimonial .ul-section-heading {
    max-width: 65%;
  }
}
@media screen and (max-width: 575px) {
  .ul-testimonial .ul-section-heading {
    max-width: 100%;
  }
}
.ul-testimonial-slider {
  --shadow-space: 35px;
  padding: var(--shadow-space);
  margin: calc(0px - var(--shadow-space));
}
.ul-testimonial-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.63vw, 12px);
  margin-top: clamp(30px, 3.15vw, 60px);
}
.ul-testimonial-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  margin: 0 !important;
  border-radius: 999px;
}
.ul-testimonial-slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--ul-primary);
  padding: 0;
  width: clamp(25px, 1.58vw, 30px);
}

.ul-reviews {
  padding: clamp(40px, 4.2vw, 80px) 15px;
}
.ul-reviews-heading-descr {
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(15px, 0.95vw, 18px);
  letter-spacing: -0.03em;
  color: #4F536C;
  margin-top: clamp(8px, 0.63vw, 12px);
}

.ul-review {
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  padding: clamp(30px, 2.63vw, 50px) clamp(15px, 1.84vw, 35px);
}
.ul-review-rating {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.37vw, 7px);
  font-size: var(--ul-primary);
  color: var(--ul-primary);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-review-descr {
  font-weight: 400;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 167%;
  color: var(--ul-p);
  margin-bottom: clamp(16px, 1.63vw, 31px);
}
.ul-review-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ul-review-reviewer {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-review-reviewer .reviewer-image img {
  width: clamp(45px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.ul-review-reviewer .reviewer-name {
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--ul-black);
  margin-bottom: clamp(1px, 0.21vw, 4px);
  padding-top: 3px;
}
.ul-review-reviewer .reviewer-role {
  display: block;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-p);
}
.ul-review-icon {
  font-size: clamp(30px, 2.36vw, 45px);
  color: var(--ul-primary);
  display: inline-flex;
  line-height: 1;
}

.ul-testimonial-2-overview {
  background-color: #F5F0E2;
  text-align: center;
  padding: clamp(25px, 2.36vw, 45px) clamp(18px, 1.89vw, 36px);
  border-radius: clamp(15px, 1.58vw, 30px);
}
.ul-testimonial-2-overview .rating {
  display: block;
  font-size: clamp(55px, 4.2vw, 80px);
  font-weight: 700;
  font-family: var(--font-quicksand);
  line-height: 0.7;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-testimonial-2-overview-stars {
  font-size: clamp(20px, 1.31vw, 25px);
  color: var(--ul-primary);
  margin-bottom: clamp(1px, 0.21vw, 4px);
}
.ul-testimonial-2-overview-title {
  color: var(--ul-p);
  display: block;
  margin-bottom: clamp(15px, 1.16vw, 22px);
}
.ul-testimonial-2-overview-descr {
  color: var(--ul-p);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-testimonial-2-overview-reviewers img {
  width: clamp(60px, 3.68vw, 70px);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  margin-left: calc(0% - clamp(18px, 1.31vw, 25px));
}
.ul-testimonial-2-overview-reviewers img:first-child {
  margin-left: 0;
}
.ul-testimonial-2-slider {
  margin-left: clamp(16px, 2.94vw, 56px);
}
@media screen and (max-width: 1399px) {
  .ul-testimonial-2-slider {
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .ul-testimonial-2-slider {
    margin-left: 0;
  }
}
.ul-testimonial-2-slider-nav {
  display: flex;
  gap: clamp(14px, 1.26vw, 24px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: var(--white);
}
@media screen and (max-width: 479px) {
  .ul-testimonial-2-slider-nav {
    display: none;
  }
}
.ul-testimonial-2-slider-nav button {
  width: clamp(40px, 2.63vw, 50px);
  aspect-ratio: 1/1;
  border: 1px solid var(--ul-black);
  border-radius: 50%;
  color: var(--ul-black);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-testimonial-2-slider-nav button:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}

.ul-review-2 {
  box-shadow: none;
  padding: 0;
}
.ul-review-2 .icon {
  font-size: clamp(57px, 4.31vw, 82px);
  color: var(--ul-primary);
  display: flex;
  margin-bottom: clamp(2px, 0.26vw, 5px);
}
.ul-review-2 .icon i {
  transform: scaleX(-1) scaleY(-1);
}
.ul-review-2 .ul-review-descr {
  font-size: clamp(17px, 1.05vw, 20px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ul-p);
  margin-bottom: clamp(22px, 1.94vw, 37px);
}
.ul-review-2 .ul-review-descr::before {
  content: open-quote;
}
.ul-review-2 .ul-review-descr::after {
  content: close-quote;
}
.ul-review-2 .ul-review-reviewer {
  gap: clamp(12px, 1.05vw, 20px);
}
.ul-review-2 .ul-review-reviewer .reviewer-image img {
  width: clamp(50px, 3.68vw, 70px);
}
.ul-review-2 .ul-review-reviewer .reviewer-name {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(22px, 1.68vw, 32px);
  padding-top: 0;
  margin-bottom: clamp(9px, 0.63vw, 12px);
}

.ul-blogs {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
.ul-blogs-container {
  max-width: clamp(1170px, 86.6vw, 1648px);
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .ul-blogs-container {
    margin: 0 15px;
  }
}
.ul-blogs .ul-section-heading {
  background-color: var(--white);
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: flex-start;
}
.ul-blogs-slider {
  --shadow-space: clamp(15px, 1.22vw, 29px);
  --shadow-space-x: 20px;
  --shadow-space-y: 40px;
  padding: var(--shadow-space-y) var(--shadow-space-x);
  margin: calc(0% - var(--shadow-space-y)) calc(0% - var(--shadow-space-x));
}
.ul-blogs-slider-nav {
  position: static;
  width: auto;
  justify-content: flex-start;
  transform: translate(0, 0);
  gap: 10px;
  margin-top: clamp(20px, 1.84vw, 35px);
}
@media screen and (max-width: 575px) {
  .ul-blogs-slider-nav {
    justify-content: center;
  }
}
.ul-blogs-slider-nav button {
  background-color: var(--white);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
  color: var(--ul-black);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ul-blog {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid #f7f7f7;
}
.ul-blog:hover {
  border-color: transparent;
}
.ul-blog:hover .ul-blog-txt {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}
.ul-blog-img {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.ul-blog-img img {
  width: 100%;
  aspect-ratio: 370/265;
}
.ul-blog .date {
  position: absolute;
  top: clamp(15px, 1.05vw, 20px);
  left: clamp(15px, 1.05vw, 20px);
  background-color: var(--ul-primary);
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: var(--white);
  padding: clamp(8px, 0.63vw, 12px) clamp(12px, 0.84vw, 16px);
}
.ul-blog .date .number {
  display: block;
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 0.8;
  margin-bottom: clamp(3px, 0.32vw, 6px);
}
.ul-blog .date .txt {
  line-height: 0.8;
  display: block;
  font-weight: 400;
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-blog-txt {
  box-shadow: 0px 4px 40px transparent;
  transition: 0.4s ease;
  border-radius: 0 0 16px 16px;
  padding: clamp(15px, 1.58vw, 30px);
  padding-top: 0;
}
.ul-blog-infos {
  display: flex;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: clamp(8px, 0.53vw, 10px);
  color: var(--ul-gray);
  border-bottom: 1px solid rgba(67, 67, 67, 0.25);
}
.ul-blog-info {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  line-height: 1;
  border-right: 1px solid rgba(67, 67, 67, 0.25);
  width: 50%;
  flex-grow: 1;
  padding: clamp(12px, 1.05vw, 20px) 0 clamp(7px, 0.63vw, 12px);
}
.ul-blog-info:last-child {
  border-right: none;
  justify-content: flex-end;
}
.ul-blog-info i {
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-primary);
}
.ul-blog-title {
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
  line-height: 1.2;
  font-family: var(--font-quicksand);
  border-bottom: 1px solid rgba(67, 67, 67, 0.25);
  margin-bottom: clamp(16px, 1.26vw, 24px);
  padding-top: clamp(7px, 0.63vw, 12px);
  padding-bottom: clamp(11px, 1.1vw, 21px);
}
@media screen and (max-width: 1399px) {
  .ul-blog-title {
    margin-bottom: 18px;
  }
}
.ul-blog-title a {
  color: var(--ul-black);
  display: inline-block;
}
.ul-blog-title a:hover {
  color: var(--ul-primary);
}
.ul-blog-btn {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 700;
  color: var(--ul-primary);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 6px;
}
.ul-blog-btn .icon {
  display: inline-flex;
}
.ul-blog-btn .icon i {
  font-size: clamp(18px, 1.16vw, 22px);
}
.ul-blog-btn:hover {
  color: var(--ul-secondary);
}

.ul-blog-2 {
  background-color: var(--ul-gray3);
  border: none;
}
.ul-blog-2 .ul-blog-img .date {
  inset: auto;
  bottom: clamp(14px, 1.26vw, 24px);
  right: clamp(14px, 1.26vw, 24px);
}
.ul-blog-2 .ul-blog-txt {
  box-shadow: none !important;
  padding-top: clamp(18px, 1.47vw, 28px);
}
.ul-blog-2 .ul-blog-infos {
  border: none;
  margin-bottom: clamp(0px, 0.11vw, 2px);
  gap: clamp(15px, 1.58vw, 30px);
}
.ul-blog-2 .ul-blog-info {
  padding: 0;
  border: none;
  width: auto;
  flex-grow: 0;
}
.ul-blog-2 .ul-blog-btn {
  color: var(--ul-black);
}
.ul-blog-2 .ul-blog-btn i {
  color: var(--ul-primary);
}
.ul-blog-2 .ul-blog-btn:hover {
  color: var(--ul-primary);
}

.ul-blog-inner {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: clamp(30px, 3.15vw, 60px);
}
.ul-blog-inner .ul-blog-img {
  border-radius: 30px;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-blog-inner .ul-blog-img img {
  aspect-ratio: 890/600;
  width: 100%;
  object-fit: cover;
}
.ul-blog-inner .ul-blog-title {
  font-size: clamp(22px, 2.63vw, 50px);
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: clamp(5px, 0.53vw, 10px);
}
.ul-blog-inner .ul-blog-txt {
  padding: 0;
}
.ul-blog-inner .ul-blog-excerpt {
  margin-bottom: clamp(12px, 2.21vw, 42px);
}

.ul-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  transition: 0.4s ease;
}
.ul-gallery-item:hover .ul-gallery-item-btn-wrapper {
  opacity: 1;
}
.ul-gallery-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-gallery-item-btn-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease;
}
.ul-gallery-item-btn-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ul-gradient);
  background: var(--ul-primary);
  opacity: 70%;
  z-index: -1;
}
.ul-gallery-item-btn-wrapper a {
  font-size: clamp(34px, 2.1vw, 40px);
  color: var(--white);
  display: inline-flex;
}
.ul-gallery-item-btn-wrapper a:hover {
  color: var(--black);
}

/* --- OFFICIAL CTA WRAPPER --- */
.ul-cta-official {
    background-color: #0d1117; /* Deep Charcoal/Black */
    padding: clamp(80px, 8vw, 120px) 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

/* Subtle Institutional Grid Background */
.ul-cta-official::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
}

.cta-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--ul-primary); /* Gold */
    margin-bottom: 20px;
}

.cta-title {
    font-size: clamp(30px, 4vw, 52px);
    color: #ffffff;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 45px;
    letter-spacing: -1px;
}

.cta-title span {
    font-weight: 300;
    opacity: 0.8;
}

/* --- THE OFFICIAL BUTTON (SHARP & FORMAL) --- */
.official-portal-btn {
    display: inline-flex;
    align-items: center;
    background: var(--ul-primary);
    color: #000 !important; /* Ensure black text on gold */
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
  position: relative;
  pointer-events: auto; /* ensure clickable */
  cursor: pointer;
}

/* Left side of the button */
.btn-text {
    padding: 22px 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* Right side (Icon container) */
.btn-icon {
    padding: 22px 25px;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

/* Hover Interaction: Institutional Shift */
.official-portal-btn:hover {
  background: #000; /* dark hover to keep contrast */
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
  color: var(--ul-primary) !important;
}

.official-portal-btn:hover .btn-icon {
  background: #ffffff; /* white icon container on hover */
  color: var(--ul-primary);
}

.official-portal-btn:hover .btn-text {
  color: var(--ul-primary) !important;
}

/* Ensure the icon uses Font Awesome glyphs (solid weight) and is visible */
.official-portal-btn .btn-icon i,
.official-portal-btn .btn-icon svg {
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  pointer-events: none; /* let the anchor handle clicks */
}

/* Footer Legal Note */
.cta-note {
    margin-top: 40px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Mobile Fixes */
@media (max-width: 576px) {
    .btn-text { padding: 18px 25px; font-size: 13px; }
    .btn-icon { padding: 18px 20px; }
}
.ul-footer {
  position: relative;
  z-index: 1;
}
.ul-footer-container {
  max-width: clamp(1010px, 61.59vw, 1172px);
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ul-footer-container {
    padding: 0 15px;
  }
}
.ul-footer-top {
  background: linear-gradient(0deg, var(--ul-black) 50%, rgba(0, 0, 0, 0) 0);
}
.ul-footer-top-contact-infos {
  background-color: var(--ul-primary);
  padding: clamp(20px, 1.84vw, 35px) clamp(25px, 2.63vw, 50px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.ul-footer-top-contact-infos,
.ul-footer-top-contact-infos a {
  color: var(--white);
}
.ul-footer-top-contact-infos a:hover {
  color: var(--ul-black);
}
.ul-footer-top-contact-infos a:hover {
  color: var(--ul-black);
}
@media screen and (max-width: 991px) {
  .ul-footer-top-contact-infos {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ul-footer-top-contact-infos {
    justify-content: flex-start;
  }
}
.ul-footer-top-contact-info {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-footer-top-contact-info-icon {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: clamp(48px, 3.31vw, 63px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ul-primary);
}
.ul-footer-top-contact-info-icon-inner {
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-footer-top-contact-info-txt {
  display: flex;
  flex-direction: column;
}
.ul-footer-top-contact-info-label {
  font-size: clamp(12px, 0.74vw, 14px);
  font-weight: 500;
  margin-bottom: clamp(3px, 0.32vw, 6px);
}
.ul-footer-top-contact-info-address {
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 700;
}
.ul-footer-middle {
  padding: clamp(50px, 4.2vw, 80px) 0 clamp(50px, 5.25vw, 100px);
  position: relative;
  background-color: var(--ul-black);
}
.ul-footer-middle::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--ul-black);
  z-index: -1;
  top: -2px;
}
.ul-footer-middle-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .ul-footer-middle-wrapper {
    flex-wrap: wrap;
  }
}
.ul-footer-about {
  max-width: clamp(267px, 14.19vw, 270px);
}
.ul-footer-about > * {
  margin-bottom: clamp(20px, 1.94vw, 37px);
}
.ul-footer-about > *:last-child {
  margin-bottom: 0;
}
.ul-footer-about .logo {
  max-width: clamp(130px, 9.46vw, 180px);
}
.ul-footer-about-txt {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(9px, 0.6vw, 12px);
}

.ul-footer-socials a {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: clamp(35px, 2vw, 40px);
  height: clamp(35px, 2vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 1.2vw, 22px);
  transition: 
    transform 0.25s cubic-bezier(.22,.61,.36,1), 
    color 0.25s ease;
}

.ul-footer-socials a:hover {
  color: var(--ul-primary);
  transform: translateY(-4px) scale(1.1);
  /* no background-color change */
}

.ul-footer-socials a svg{
  width: 22px;
  height: 22px;
}

.ul-footer-widget {
  min-width: clamp(110px, 10.51vw, 200px);
}
@media screen and (max-width: 1199px) {
  .ul-footer-widget {
    max-width: 290px;
    flex-grow: 1;
  }
}
.ul-footer-widget-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  color: var(--white);
  margin-bottom: clamp(13px, 1.37vw, 26px);
  padding-bottom: clamp(8px, 0.68vw, 13px);
  position: relative;
}
.ul-footer-widget-title::before, .ul-footer-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 18px;
  background-color: var(--ul-primary);
}
.ul-footer-widget-title::after {
  left: 24px;
  width: 63px;
}
.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: var(--ul-gray2);
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
}
.ul-footer-widget-links > *::before {
  content: "\f0da"; /* Replace with the Unicode of the desired icon */
  font-family: "Font Awesome 5 Free" !important; /* Use the correct Font Awesome font-family */
  font-weight: 900 !important; /* Make sure to use the correct font-weight for solid icons */
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}

.ul-footer-widget-links > *:hover {
  color: var(--ul-primary);
}
.ul-footer-post {
  display: flex;
  gap: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: clamp(12px, 1.26vw, 24px);
}
.ul-footer-post .img {
  flex-shrink: 0;
  max-width: clamp(70px, 5.26vw, 80px);
  border-radius: 8px;
  overflow: hidden;
}
.ul-footer-post .img img {
  aspect-ratio: 1/1;
  width: 100%;
}
.ul-footer-post .title a {
  color: var(--white);
  font-family: var(--font-quicksand);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
}
.ul-footer-post .title a:hover {
  color: var(--ul-primary);
}
.ul-footer-post .date {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(12px, 0.74vw, 14px);
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.47vw, 9px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-footer-post .date .icon {
  color: var(--white);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-footer-contact-links a {
  color: var(--white);
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-footer-contact-links a:hover {
  color: var(--ul-primary);
}
.ul-footer-contact-links a::before {
  content: none;
}
/* Contact Form Container */
#contact-form.ul-nwsltr-form {
  margin-top: clamp(10px, 1vw, 20px);
  max-width: 600px;
  width: 100%;
}

/* Input Fields Container */
#contact-form > div {
  margin-bottom: clamp(15px, 1.5vw, 25px);
}

/* Email Input */
#nwsltr-email {
  width: 100%;
  border: 2px solid var(--ul-c5);
  border-radius: 4px;
  font-size: clamp(14px, 0.3vw, 16px);
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ul-black);
  font-weight: 500;
}

#nwsltr-email:focus {
  border-color: var(--ul-primary); /* Focus border color */
  background: rgba(255, 255, 255, 1); /* Keep background clean on focus */
  outline: none; /* Remove default outline */
  color: var(--ul-black); /* Ensure text color doesn't change */
}

#nwsltr-message {
  width: 100%;
  border: 2px solid var(--ul-c5);
  border-radius: 5px;
  font-size: clamp(14px, 1.1vw, 16px);
  resize: vertical;
  min-height: 50px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ul-black);
  font-weight: 500;
}

#nwsltr-message:focus {
  border-color: var(--ul-primary); /* Focus border color */
  background: rgba(255, 255, 255, 1); /* Keep background clean on focus */
  outline: none; /* Remove default outline */
  color: var(--ul-black); /* Ensure text color doesn't change */
}



/* Submit Button */
.ul-nwsltr-btn {
  background: var(--ul-c5);
  color: white;
  padding: clamp(12px, 1.2vw, 18px) clamp(25px, 2.5vw, 40px);
  border: none;
  border-radius: 8px;
  font-size: clamp(14px, 1.1vw, 16px);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ul-nwsltr-btn:hover {
  background: var(--ul-primary);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--ul-primary-rgb), 0.3);
}

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

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

/* Responsive Design */
@media (max-width: 768px) {
  #contact-form.ul-nwsltr-form {
    margin-top: 25px;
  }
  
  .ul-nwsltr-btn {
    width: 100%;
    justify-content: center;
  }
}
.ul-footer-bottom {
  padding: clamp(14px, 1.16vw, 22px) 0;
  background-color: var(--ul-primary);
}
.ul-footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.ul-footer-bottom .copyright-txt {
  margin-bottom: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.9);
}
.ul-footer-bottom .copyright-txt a {
  color: var(--white);
}
.ul-footer-bottom .copyright-txt a:hover {
  color: var(--ul-black);
}
.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-black);
}
.ul-footer-bottom-nav {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
}
.ul-footer-recent-posts {
  max-width: clamp(240px, 15.76vw, 300px);
}
.ul-footer-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-footer-vector-1 {
  bottom: clamp(18px, 2.52vw, 48px);
  left: 0;
}

.ul-feature {
  background-color: var(--ul-gray3);
  border-radius: 10px;
  padding: clamp(15px, 1.58vw, 30px);
}
.ul-feature-icon {
  margin-bottom: clamp(0px, 0.16vw, 3px);
}
.ul-feature-icon svg {
  width: clamp(30px, 1.89vw, 36px);
}
.ul-feature-icon svg path {
  fill: var(--ul-primary);
}
.ul-feature-title {
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 700;
  color: var(--ul-black);
  margin-bottom: 0;
  font-family: var(--font-quicksand);
}

/* --- AMBASSADOR PORTAL SECTION --- */
.ul-ambassador-portal {
    background: #f8f9fa;
    overflow: hidden;
}

.portal-box {
    padding: 100px 10% !important;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}

/* Register Side Styling (Dark Green Theme) */
.register-portal {
    background: var(--ul-black); /* Your dark brand green/black */
    color: #ffffff;
}

/* Verify Side Styling (Clean Light Theme) */
.verify-portal {
    background: var(--ul-primary);
    color: var(--ul-black);
    border-left: 1px solid #eeeeee;
}

/* --- TYPOGRAPHY --- */
.portal-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--white); /* Gold */
    margin-bottom: 15px;
}

.portal-title {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.portal-title span {
    font-weight: 300; /* Contrast weight for official look */
}

.portal-descr {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
    opacity: 0.9;
}

/* --- BENEFIT GRID --- */
.portal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 40px;
}

.grid-item {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* --- OFFICIAL BUTTONS --- */
.official-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px; /* Corporate square look */
}

.official-btn.primary {
    background: var(--ul-primary);
    color: var(--ul-black);
}

.official-btn.secondary {
    border: 2px solid var(--ul-black);
    color: var(--ul-black);
}

.official-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* --- MOBILE VIEW --- */
@media (max-width: 991px) {
    .portal-box {
        padding: 60px 5% !important;
    }
    .portal-grid {
        grid-template-columns: 1fr;
    }
}
/* --- AMBASSADOR PATHWAYS LAYOUT --- */
.ul-ambassador-pathways {
    background: #ffffff;
}

.pathway-card {
    padding: clamp(60px, 8vw, 120px) 10% !important;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

/* Professional Side - Dark & Authoritative */
.pathway-professional {
    background: var(--ul-black); /* Dark Brand Green/Black */
    color: #ffffff;
}

/* Everyday Side - Clean & Approachable */
.pathway-everyday {
    background: #fcfcfc;
    color: var(--ul-black);
    border-left: 1px solid rgba(0,0,0,0.05);
    border: solid;
}

/* --- TYPOGRAPHY --- */
.pathway-label {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(235, 83, 16, 0.1); /* Subtle Gold/Primary Tint */
    color: var(--ul-primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.pathway-title {
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    font-family: var(--font-primary); /* Ensure this is a clean Sans-Serif */
}

.pathway-title span {
    display: block;
    font-weight: 300;
    color: var(--ul-primary);
}

.pathway-descr {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.85;
}

/* --- FEATURE LIST --- */
.pathway-features {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Professional Grid Layout */
    gap: 20px;
}

.pathway-features li {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pathway-features i {
    color: var(--ul-primary);
    font-size: 18px;
}

/* --- BUTTONS --- */
.official-btn-gold {
    background: var(--ul-primary);
    color: var(--ul-black) !important;
    padding: 18px 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 2px;
    transition: 0.3s;
}

.official-btn-outline {
    border: 2px solid var(--ul-black);
    color: var(--ul-black) !important;
    padding: 16px 33px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 2px;
    transition: 0.3s;
}

.official-btn-gold:hover, .official-btn-outline:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* --- MOBILE --- */
@media (max-width: 991px) {
    .pathway-features {
        grid-template-columns: 1fr;
    }
    .pathway-card {
        padding: 60px 5% !important;
    }
}
/* --- THE RIBBON WRAPPER --- */
.ul-full-ribbon-wrapper {
    width: 100%;
    background-color: var(--ul-secondary); /* Dark Background */
    /* This controls the overlap - adjusted to not be "too up" */
    position: relative;
    z-index: 99;
    margin-top: -40px; /* Pulls only the top part onto the banner */
    padding: 40px 0 30px; /* Balanced padding for a tighter look */
}

.custom-80-width {
    width: 85% !important;
    max-width: 1600px;
    margin: 0 auto;
}

/* --- THE CARD DESIGN (SHARP, WHITE, BOTTOM-TEXT) --- */
.sector-card-item {
    background: #ffffff;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Text at bottom */
    align-items: flex-start;    /* Text at left */
    border-radius: 0 !important; /* Sharp corners */
    text-decoration: none !important;
    position: relative;
    overflow: hidden; 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 150px; /* Balanced height */
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); /* Strong shadow for depth */
}

/* Text Positioned Down-Left */
.sector-text-side {
    z-index: 5;
    position: relative;
}

.sector-title {
    font-size: 19px; /* Strong readable name */
    font-weight: 800;
    color: var(--ul-secondary);
    margin: 0;
    line-height: 1.1;
    font-family: var(--font-primary);
}

.sector-title span {
    font-size: 12px;
    font-weight: 600;
    color: var(--ul-primary); /* Gold "Sector" text */
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}

/* Floating Icon Background Circle */
.sector-icon-floating {
    position: absolute;
    top: -30px;
    right: -25px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.4s ease;
}

.sector-icon-floating i {
    font-size: 24px;
    color: var(--ul-secondary);
    margin-top: 20px;
    margin-right: 15px;
}

/* --- PERFECT HOVER ANIMATION --- */
.sector-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.sector-card-item:hover .sector-icon-floating {
    background-color: var(--ul-primary);
}

.sector-card-item:hover .sector-icon-floating i {
    color: #fff;
    transform: scale(1.1);
}

/* --- MODERN SEPARATOR --- */
.modern-separator {
    display: flex;
    align-items: center;
    padding: 0 60px;
    gap: 15px;
    margin-top: 30px;
}

.sep-line {
    height: 1px;
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.1); /* Subtle white line on dark */
}

.sep-dot {
    width: 6px;
    height: 6px;
    background: var(--ul-primary);
    border-radius: 50%;
}

/* --- FOOTER MESSAGE --- */
.ribbon-official-footer {
    padding: 20px 0 10px;
    text-align: center;
}

.ribbon-official-footer p {
    color: var(--ul-gray2);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 991px) {
    .ul-full-ribbon-wrapper {
        margin-top: -20px;
        padding: 30px 0;
    }
    .sector-card-item {
        height: 130px;
    }
}
.ul-donate-form-wrapper-2 {
  /* background-image: url(../img/donate-form-2-bg.jpg); */
}
.ul-donate-form-wrapper-2::before {
  background-color: var(--ul-black);
  opacity: 80%;
}

.ul-donate-form-2 label {
  color: var(--white);
  background-color: transparent;
  border: 1px solid var(--white);
}
.ul-donate-form-2 input:checked + label {
  border-color: var(--ul-primary);
}
.ul-donate-form-2 input::placeholder {
  color: var(--white);
}
.ul-donate-form-2 .custom-amount-wrapper input {
  color: var(--white);
}

/* --- SECTION CONTAINER --- */
.ul-services-official-section {
    background-color: #ffffff;
    padding: 30px 0; /* Reduced top/bottom section padding */
}

/* FIX: Minimal side padding to make the cards look much bigger on screen */
.ul-container-custom {
    max-width: 100%; /* Allows section to use more width */
    margin: 0 auto;
    padding: 0 15px; /* Tiny padding so cards are near the screen edge */
}

/* --- HEADER --- */
.official-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 10px;
}

.official-section-title {
    font-size: 34px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
}

/* --- NAV BUTTONS --- */
.ul-services-slider-nav .nav-btn {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: 0.3s;
}

.ul-services-slider-nav .nav-btn:hover {
    background: var(--ul-primary);
    color: white;
    border-color: var(--ul-primary);
}

/* --- THE CARD: LARGE & BOLD --- */
.sector-institutional-card {
    background: #ffffff;
    border: 1px solid #ebebeb;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* LARGE IMAGE HEIGHT */
.sector-card-image {
    position: relative;
    height: 280px; /* Increased height to make the cards feel big */
    overflow: hidden;
}

.sector-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating Icon Badge */
.sector-floating-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: var(--ul-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 5;
}

/* --- CONTENT AREA --- */
.sector-card-content {
    padding: 25px 20px; /* Tight, professional internal padding */
    flex-grow: 1;
}

.sector-card-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #111;
}

.sector-card-descr {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sector-card-link {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--ul-primary);
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Professional Hover Effect */
.sector-institutional-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-color: var(--ul-primary);
}
.ul-project {
  border-radius: clamp(15px, 1.58vw, 30px);
  overflow: hidden;
  position: relative;
}
.ul-project--sm .ul-project-img img {
  aspect-ratio: 450/480;
}
@media screen and (max-width: 767px) {
  .ul-project--sm .ul-project-img img {
    aspect-ratio: 930/480;
  }
}
@media screen and (max-width: 479px) {
  .ul-project--sm .ul-project-img img {
    aspect-ratio: 450/480;
  }
}
.ul-project--sm .ul-project-txt {
  bottom: clamp(15px, 1.58vw, 30px);
  left: clamp(15px, 1.58vw, 30px);
  margin-right: clamp(15px, 1.58vw, 30px);
}
.ul-project:hover .ul-project-img img {
  transform: scale(1.1);
}
.ul-project:hover .ul-project-txt {
  transform: translateY(0);
  opacity: 1;
}
.ul-project-img img {
  aspect-ratio: 930/480;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .ul-project-img img {
    aspect-ratio: 450/480;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ul-project-img img {
    aspect-ratio: 930/480;
  }
}
@media screen and (max-width: 479px) {
  .ul-project-img img {
    aspect-ratio: 450/480;
  }
}
.ul-project-txt {
  background-color: var(--ul-primary);
  color: var(--white);
  position: absolute;
  bottom: clamp(15px, 2.1vw, 40px);
  left: clamp(15px, 2.1vw, 40px);
  border-radius: clamp(7px, 0.53vw, 10px);
  padding: clamp(15px, 1.58vw, 30px);
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
  align-items: center;
  max-width: 100%;
  margin-right: clamp(15px, 2.1vw, 40px);
  transform: translateY(50%);
  opacity: 0;
  transition: 0.4s ease;
}
.ul-project-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(26px, 1.68vw, 32px);
}
.ul-project-title a {
  color: var(--white);
}
.ul-project-title a:hover {
  color: var(--ul-black);
}
.ul-project-descr {
  margin-bottom: 0;
}
.ul-project-btn {
  flex-shrink: 0;
  width: clamp(40px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.ul-contact {
  background-color: var(--ul-gray3);
}
.ul-contact-img {
  display: flex;
  justify-content: flex-end;
}
.ul-contact-img img {
  max-width: clamp(575px, 44.93vw, 855px);
}
@media screen and (max-width: 1199px) {
  .ul-contact-img img {
    max-width: clamp(535px, 44.93vw, 855px);
  }
}
@media screen and (max-width: 991px) {
  .ul-contact-img img {
    max-width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    display: none;
  }
}
.ul-contact-form-wrapper {
  padding: clamp(30px, 6.31vw, 120px);
  background-color: var(--ul-primary);
  height: 100%;
}
.ul-contact-form-wrapper .ul-section-sub-title,
.ul-contact-form-wrapper .ul-section-title {
  color: var(--white);
}
.ul-contact-form-wrapper .ul-section-sub-title::before,
.ul-contact-form-wrapper .ul-section-title::before {
  background-color: var(--white);
}
.ul-contact-form-wrapper .ul-section-title {
  margin-bottom: clamp(18px, 1.47vw, 28px);
}
.ul-contact-form input,
.ul-contact-form textarea {
  width: 100%;
  background-color: var(--white);
  border-radius: 6px;
  height: clamp(50px, 3.15vw, 60px);
  border: 1px solid var(--white);
  padding: 0 clamp(10px, 0.79vw, 15px);
}
.ul-contact-form input:focus, .ul-contact-form input:focus-visible, .ul-contact-form input:focus-within,
.ul-contact-form textarea:focus,
.ul-contact-form textarea:focus-visible,
.ul-contact-form textarea:focus-within {
  outline: none;
}
.ul-contact-form textarea {
  padding: clamp(10px, 0.79vw, 15px);
  height: clamp(148px, 9.35vw, 178px);
}
.ul-contact-form .ul-btn {
  background-color: var(--ul-black);
  border-color: var(--ul-black);
}
.ul-contact-form .ul-btn i {
  background-color: var(--white);
  color: var(--ul-black);
}
.ul-contact-form .ul-btn:hover {
  background-color: transparent;
  color: var(--ul-black);
}
.ul-contact-form .ul-btn:hover i {
  color: var(--white);
  background-color: var(--ul-black);
}

.ul-about-tabs-nav {
  display: flex;
  margin-top: clamp(44px, 4.41vw, 84px);
  gap: 15px 0;
}
@media screen and (max-width: 575px) {
  .ul-about-tabs-nav {
    flex-wrap: wrap;
  }
}
.ul-about-tabs-nav button {
  color: var(--white);
  padding: 0;
  flex-grow: 1;
  text-align: center;
  font-size: clamp(18px, 1.26vw, 24px);
  font-weight: 900;
  font-family: var(--font-quicksand);
  padding-bottom: clamp(12px, 1.68vw, 32px);
  border-bottom: 1px solid var(--white);
}
@media screen and (max-width: 575px) {
  .ul-about-tabs-nav button {
    padding-inline: 10px;
  }
}
.ul-about-tabs-nav button.active {
  border-color: var(--ul-primary);
  color: var(--ul-primary);
}
.ul-about-tabs-nav button:first-child {
  text-align: left;
}
@media screen and (max-width: 575px) {
  .ul-about-tabs-nav button:first-child {
    text-align: center;
  }
}
.ul-about-tabs-nav button:last-child {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .ul-about-tabs-nav button:last-child {
    text-align: center;
  }
}
.ul-about-tabs-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: clamp(15px, 1.26vw, 24px);
}

.ul-about-tab {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2.63vw, 50px);
}
@media screen and (max-width: 1399px) {
  .ul-about-tab {
    gap: clamp(15px, 1.63vw, 50px);
  }
}
@media screen and (max-width: 991px) {
  .ul-about-tab {
    flex-direction: column;
  }
}
.ul-about-tab-img {
  flex-shrink: 0;
  max-width: clamp(339px, 28.32vw, 539px);
  border-radius: clamp(15px, 1.05vw, 20px);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-about-tab-img {
    max-width: 100%;
    width: 100%;
  }
}
.ul-about-tab-img img {
  width: 100%;
  aspect-ratio: 539/476;
  object-fit: cover;
}
.ul-about-tab-txt > * {
  margin-bottom: clamp(13px, 0.84vw, 16px);
}
.ul-about-tab-txt > *:last-child {
  margin-bottom: 0;
}
.ul-about-tab-title,
.ul-about-tab h3 {
  font-family: var(--font-quicksand);
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 700;
}
.ul-about-tab-descr,
.ul-about-tab p {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  color: var(--ul-p);
}
.ul-about-tab-list li,
.ul-about-tab ul li {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  margin-bottom: clamp(7px, 0.58vw, 11px);
}
.ul-about-tab-list li::before,
.ul-about-tab ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--ul-black);
}

.ul-inner-sidebar {
  position: sticky;
  top: 15px;
}
.ul-inner-sidebar-widget {
  padding: clamp(25px, 2.1vw, 40px) clamp(14px, 1.89vw, 36px);
  background-color: var(--ul-gray3);
  border-radius: clamp(15px, 1.58vw, 30px);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-inner-sidebar-widget:last-child {
  margin-bottom: 0;
}
.ul-inner-sidebar-widget-title {
  font-family: var(--font-quicksand);
  font-size: clamp(18px, 1.26vw, 24px);
  color: var(--black);
  font-weight: 700;
  position: relative;
  margin-bottom: clamp(8px, 0.95vw, 18px);
}
.ul-inner-sidebar-search form {
  background-color: var(--white);
  height: clamp(45px, 3.15vw, 60px);
  border-radius: 999px;
  overflow: hidden;
  display: flex;
}
.ul-inner-sidebar-search form input {
  padding: 0 clamp(12px, 1.05vw, 20px);
  height: 100%;
  width: 100%;
  border: none;
}
.ul-inner-sidebar-search form button {
  background-color: var(--ul-primary);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: var(--white);
}
.ul-inner-sidebar-search form button:hover {
  background-color: var(--ul-black);
}
.ul-inner-sidebar-categories a {
  border-radius: 999px;
  padding: clamp(10px, 0.84vw, 16px) clamp(16px, 1.26vw, 24px);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-gray);
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
.ul-inner-sidebar-categories a:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-inner-sidebar-categories a:last-child {
  margin-bottom: 0;
}
.ul-inner-sidebar-post {
  display: flex;
  border-bottom: 1px solid #E6E5E5;
  align-items: center;
  gap: clamp(10px, 1.05vw, 20px);
  padding: clamp(12px, 1.05vw, 20px) 0;
}
.ul-inner-sidebar-post:first-child {
  padding-top: 0;
}
.ul-inner-sidebar-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.ul-inner-sidebar-post .img {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.ul-inner-sidebar-post .img img {
  width: clamp(70px, 5.25vw, 100px);
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-inner-sidebar-post .date {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-inner-sidebar-post .date .icon {
  display: inline-flex;
  font-size: 16px;
}
.ul-inner-sidebar-post .title a {
  font-weight: 600;
  font-family: var(--font-quicksand);
  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-primary);
}
.ul-inner-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 0.63vw, 12px);
}
.ul-inner-sidebar-tags a {
  height: clamp(30px, 1.89vw, 36px);
  border: 1px solid rgba(86, 86, 86, 0.3);
  padding: 0 clamp(12px, 0.95vw, 18px) 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--black);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-inner-sidebar-tags a:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}

.ul-service-details-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: clamp(27px, 3.52vw, 67px);
}
.ul-service-details-img img {
  aspect-ratio: 1410/700;
}
.ul-service-details-txt {
  max-width: clamp(750px, 48.87vw, 930px);
  margin: auto;
}
.ul-service-details-title,
.ul-service-details h2 {
  font-weight: 700;
  font-size: clamp(25px, 2.63vw, 50px);
  font-family: var(--font-quicksand);
  color: var(--ul-black);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-service-details-descr,
.ul-service-details p {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-p);
}
.ul-service-details-inner-block {
  margin-top: clamp(24px, 2.31vw, 44px);
}
.ul-service-details-inner-title,
.ul-service-details h3 {
  font-weight: 700;
  font-size: clamp(22px, 1.68vw, 32px);
  font-family: var(--font-quicksand);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-service-details ul {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-service-details ul li {
  margin-bottom: clamp(10px, 1.05vw, 20px);
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  display: flex;
  align-items: baseline;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-service-details ul li::before {
  content: "\f139";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.ul-service-details-video-cover {
  position: relative;
  margin: clamp(25px, 3.94vw, 75px) 0;
}
.ul-service-details-video-cover img {
  width: 100%;
  aspect-ratio: 1410/700;
  object-fit: cover;
  border-radius: 20px;
}
.ul-service-details-video-cover a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  aspect-ratio: 1/1;
  padding: clamp(15px, 2.1vw, 40px);
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-service-details-video-cover a:hover {
  background-color: var(--ul-black);
  color: var(--white);
}

.ul-donation-details {
  margin-left: clamp(20px, 2.63vw, 50px);
}
@media screen and (max-width: 991px) {
  .ul-donation-details {
    margin-left: 0;
  }
}
.ul-donation-details-img {
  margin-bottom: clamp(22px, 2.47vw, 47px);
}
.ul-donation-details-img img {
  border-radius: 30px;
  width: 100%;
  aspect-ratio: 890/600;
}
.ul-donation-details-raised {
  font-weight: 700;
  font-size: clamp(25px, 2.63vw, 50px);
  font-family: var(--font-quicksand);
  color: var(--ul-black);
  margin-bottom: clamp(18px, 1.47vw, 28px);
}
.ul-donation-details-raised .target {
  color: var(--ul-gray);
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-donation-details .ul-donation-progress {
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-donation-details-notice {
  background-color: var(--ul-gray3);
  padding: clamp(15px, 1.26vw, 24px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: clamp(13px, 0.84vw, 16px);
}
.ul-donation-details-notice p {
  margin-bottom: 0;
  color: var(--ul-p);
}
.ul-donation-details-notice p strong {
  color: var(--ul-black);
}
.ul-donation-details-donate-form-wrapper {
  padding: clamp(37px, 2.1vw, 40px) 0 clamp(52px, 2.89vw, 55px);
}
.ul-donation-details-donate-form-wrapper .selected-amount {
  background-color: var(--ul-gray3);
  border-radius: 999px;
  height: 50px;
  padding: 5px;
  padding-right: clamp(10px, 0.63vw, 12px);
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.63vw, 12px);
  margin-bottom: clamp(12px, 1.26vw, 24px);
  font-weight: 700;
  display: none;
}
.ul-donation-details-donate-form-wrapper .selected-amount .currency {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  background-color: var(--ul-primary);
  color: var(--white);
  border-radius: 50%;
}
.ul-donation-details .ul-donate-form .custom-amount-wrapper input,
.ul-donation-details .ul-donate-form label {
  background-color: var(--ul-gray3);
  height: clamp(30px, 1.73vw, 33px);
  font-weight: 700;
  font-size: 12px;
  padding-top: 1px;
}
.ul-donation-details .ul-donate-form .custom-amount-wrapper input {
  background-color: transparent;
}
.ul-donation-details .ul-donate-form .custom-amount-wrapper input::placeholder {
  color: var(--ul-black);
}
.ul-donation-details-payment-methods {
  margin-bottom: clamp(25px, 2.89vw, 55px);
}
.ul-donation-details-payment-methods-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(16px, 1.05vw, 20px);
  color: var(--ul-black);
  margin-bottom: clamp(5px, 0.42vw, 8px);
  letter-spacing: -0.04em;
  border-bottom: 1px solid rgba(30, 37, 47, 0.3);
  padding-bottom: clamp(15px, 1.31vw, 25px);
  margin-bottom: clamp(14px, 1.05vw, 20px);
}
.ul-donation-details-payment-methods-form {
  display: flex;
  gap: clamp(14px, 1.26vw, 24px);
  flex-wrap: wrap;
}
.ul-donation-details-payment-methods-form label {
  font-weight: 800;
}
.ul-donation-details-personal-info-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  color: var(--ul-black);
  font-size: clamp(22px, 1.68vw, 32px);
  margin-bottom: 5px;
}
.ul-donation-details-personal-info-sub-title {
  margin-bottom: clamp(12px, 1.16vw, 22px);
}
.ul-donation-details-personal-info-form input {
  height: clamp(46px, 3.36vw, 64px);
  width: 100%;
  border: 1px solid var(--ul-gray3);
  background-color: var(--ul-gray3);
  border-radius: 8px;
  padding: clamp(14px, 1.05vw, 20px);
}
.ul-donation-details-form-bottom {
  margin-top: clamp(25px, 2.63vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ul-donation-details-form-bottom .donation-total {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(15px, 1.05vw, 20px);
}
.ul-donation-details-form-bottom .donation-total .number {
  color: var(--ul-primary);
}
.ul-donation-details-summary {
  margin-top: clamp(30px, 3.68vw, 70px);
}
.ul-donation-details-summary-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(25px, 1.68vw, 32px);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-donation-details-summary-txt p {
  color: var(--ul-p);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-donation-details-summary-txt ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.05vw, 20px) 10px;
  margin: clamp(18px, 1.84vw, 35px) 0;
}
@media screen and (max-width: 767px) {
  .ul-donation-details-summary-txt ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-donation-details-summary-txt ul li {
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  display: flex;
  align-items: baseline;
  gap: clamp(7px, 0.53vw, 10px);
  margin-bottom: 0;
}
.ul-donation-details-summary-txt ul li::before {
  content: "\f139";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.ul-donation-details-summary-txt blockquote {
  background-color: var(--ul-gray3);
  margin: clamp(18px, 1.84vw, 35px) 0;
  font-size: clamp(13px, 0.84vw, 16px);
  padding: clamp(18px, 1.84vw, 35px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
}
.ul-donation-details-summary-txt blockquote::before {
  content: "";
  display: inline-block;
  background: url(../img/quote-icon.svg) no-repeat center center;
  background-size: 100% 100%;
  width: clamp(45px, 2.63vw, 50px);
  aspect-ratio: 50/40;
  flex-shrink: 0;
}
.ul-donation-details-summary-imgs {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
  margin: clamp(20px, 2.1vw, 40px) 0;
  max-width: 100%;
}
.ul-donation-details-summary-imgs > * {
  max-width: calc((100% - clamp(15px, 1.58vw, 30px)) / 2);
}
.ul-donation-details-summary-imgs img {
  width: 100%;
  aspect-ratio: 430/350;
  border-radius: 20px;
}

.ul-donation-progress-2 {
  padding-top: 20px;
}

.ul-event-details-img {
  border-radius: clamp(15px, 1.58vw, 30px);
  overflow: hidden;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-event-details-infos {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  color: var(--ul-gray);
  margin-bottom: clamp(6px, 0.47vw, 9px);
}
.ul-event-details-info {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.ul-event-details-info i {
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-primary);
}
.ul-event-details-title,
.ul-event-details h2 {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(26px, 2.63vw, 50px);
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--ul-black);
  margin-bottom: clamp(11px, 1.1vw, 21px);
}
.ul-event-details-inner-title,
.ul-event-details h3 {
  font-weight: 700;
  font-size: clamp(26px, 1.68vw, 32px);
  font-family: var(--font-quicksand);
  margin-bottom: clamp(10px, 1.05vw, 20px);
  margin-top: clamp(23px, 2.26vw, 43px);
}
.ul-event-details-descr,
.ul-event-details p {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 167%;
  color: var(--ul-p);
  margin-bottom: clamp(8px, 0.79vw, 15px);
}
.ul-event-details-list li,
.ul-event-details ul li {
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-black);
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: clamp(7px, 0.53vw, 10px);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-event-details-list li::before,
.ul-event-details ul li::before {
  content: "\f139";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.ul-event-details-map iframe {
  width: 100%;
  aspect-ratio: 890/524;
  border-radius: clamp(15px, 1.58vw, 30px);
}

.ul-form input,
.ul-form textarea {
  background-color: var(--ul-gray3);
  border-color: var(--ul-gray3);
}

.ul-project-details-img-slider {
  border-radius: clamp(15px, 1.58vw, 30px);
  margin-bottom: clamp(30px, 3.15vw, 60px);
}
.ul-project-details-img-slider .ul-slider-nav {
  left: clamp(15px, 1.58vw, 30px);
  right: clamp(15px, 1.58vw, 30px);
  width: auto;
}
.ul-project-details-img-slider .ul-slider-nav button {
  background-color: var(--white);
  color: var(--ul-black);
}
.ul-project-details-img-slider .ul-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-project-details-infos {
  background-color: var(--ul-black);
  color: var(--white);
  padding: clamp(20px, 2.1vw, 40px);
  border-radius: 18px;
}
.ul-project-details-infos-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(24px, 1.68vw, 32px);
  line-height: 120%;
  color: var(--white);
  margin-bottom: clamp(15px, 1.31vw, 25px);
}
.ul-project-details-infos-list {
  margin-bottom: clamp(17px, 1.94vw, 37px);
}
.ul-project-details-infos-list li {
  margin-bottom: 10px;
  display: flex;
  --gap-beween: clamp(5px, 1.84vw, 35px);
  gap: var(--gap-beween);
  margin-bottom: clamp(8px, 0.95vw, 18px);
}
.ul-project-details-infos-list li .key {
  min-width: clamp(80px, 4.36vw, 83px);
  display: block;
  width: calc(30% - var(--gap-beween));
}
.ul-project-details-infos-list li .value {
  width: calc(70% - var(--gap-beween));
  margin-left: auto;
}
.ul-project-details-infos-shares a {
  border-radius: 50%;
}
.ul-project-details-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(67, 67, 67, 0.3);
  border-width: 1px 0;
  padding: clamp(20px, 3.15vw, 60px) 0;
  margin-top: clamp(30px, 5.25vw, 100px);
}
.ul-project-details-nav button,
.ul-project-details-nav a {
  display: flex;
  align-items: center;
  visibility: hidden;
  font-weight: 700;
  gap: clamp(5px, 0.42vw, 8px);
  color: var(--ul-black);
}
.ul-project-details-nav button:hover,
.ul-project-details-nav a:hover {
  color: var(--ul-primary);
}
.ul-project-details-nav button:hover i,
.ul-project-details-nav a:hover i {
  background-color: var(--ul-primary);
}
.ul-project-details-nav button > *,
.ul-project-details-nav a > * {
  visibility: visible;
}
.ul-project-details-nav button i,
.ul-project-details-nav a i {
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: var(--ul-black);
  color: var(--white);
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 0.84vw, 16px);
  transition: 0.4s ease;
}
.ul-project-details-nav button:last-child,
.ul-project-details-nav a:last-child {
  flex-direction: row-reverse;
}

.ul-blog-details-txt blockquote {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-blog-details-txt blockquote::before {
  background-image: url(../img/quote-icon-white.svg);
}
.ul-blog-details-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.ul-blog-details-actions .actions-title {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ul-blog-details-actions .tags-wrapper,
.ul-blog-details-actions .shares-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ul-blog-details-actions .tags-wrapper a,
.ul-blog-details-actions .tags-wrapper button {
  border-left: 1px solid var(--ul-gray);
  line-height: 0.7;
  padding-left: clamp(9px, 0.63vw, 12px);
  margin-left: clamp(9px, 0.63vw, 12px);
}
.ul-blog-details-actions .tags-wrapper a:first-child,
.ul-blog-details-actions .tags-wrapper button:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.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(7px, 0.53vw, 10px);
}
.ul-blog-details-actions .share-options a {
  color: var(--black);
  display: flex;
  width: clamp(25px, 1.47vw, 28px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--ul-black);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.ul-blog-details-actions .share-options a:hover {
  background-color: var(--ul-primary);
}
.ul-blog-details-reviews {
  margin-top: clamp(22px, 1.84vw, 35px);
}
.ul-blog-details-review .main-comment {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.26vw, 24px);
}
@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(70px, 4.73vw, 90px);
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: cover;
}
.ul-blog-details-review-txt {
  flex-grow: 1;
}
.ul-blog-details-review-txt .reviewer-name {
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
  line-height: 110%;
  color: var(--ul-black);
  font-family: var(--font-quicksand);
}
.ul-blog-details-review-txt .review-date {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
  color: var(--ul-gray);
}
.ul-blog-details-review p {
  font-weight: 400;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  color: var(--ul-gray);
}
.ul-blog-details-review-reply-btn {
  font-weight: 700;
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: clamp(8px, 0.68vw, 13px);
}
.ul-blog-details-review-reply-btn i {
  color: var(--ul-primary);
}
.ul-blog-details-review-reply-btn:hover {
  color: var(--ul-primary);
}
.ul-blog-details-review-replies {
  margin-left: clamp(20px, 6.04vw, 115px);
}
.ul-blog-details-review-reply {
  margin-top: clamp(15px, 1.84vw, 35px);
}
.ul-blog-details-review-form-wrapper {
  margin-top: clamp(35px, 3.68vw, 70px);
}
.ul-blog-details-review-form-wrapper .ul-btn:hover {
  color: var(--ul-black);
}

.ul-contact-info {
  background-color: var(--ul-gray3);
  border-radius: 20px;
  padding: clamp(20px, 2.1vw, 40px) clamp(15px, 1.84vw, 35px);
}
.ul-contact-info .icon {
  background-color: var(--ul-primary);
  width: clamp(60px, 4.2vw, 80px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: clamp(26px, 2.1vw, 40px);
  margin-bottom: clamp(25px, 2.89vw, 55px);
}
.ul-contact-info .title {
  display: block;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-gray);
  margin-bottom: 4px;
}
.ul-contact-info a,
.ul-contact-info .descr {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
}
.ul-contact-info a:hover {
  color: var(--ul-primary);
}
.ul-contact-map iframe {
  width: 100%;
  aspect-ratio: 1920/800;
  vertical-align: top;
}

.ul-inner-contact-container {
  max-width: clamp(587px, 48.87vw, 930px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ul-inner-contact-container {
    margin: 0 15px;
  }
}

.ul-404-container {
  max-width: 750px;
  margin: auto;
}
.ul-404-img {
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-404 p {
  margin-top: clamp(8px, 0.63vw, 12px);
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: clamp(16px, 1.37vw, 26px);
}
.ul-404 .ul-btn {
  background-color: var(--ul-black);
  border-color: var(--ul-black);
}
.ul-404 .ul-btn i {
  color: var(--ul-black);
}
.ul-404 .ul-btn:hover {
  background-color: transparent;
  color: var(--ul-black);
}
.ul-404 .ul-btn:hover i {
  color: var(--white);
}

.ul-team-details-img {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: clamp(20px, 2.1vw, 40px);
}
.ul-team-details-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-team-details-name {
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-team-details-role {
  font-weight: 600;
  font-size: clamp(16px, 1.05vw, 20px);
  color: var(--ul-black);
  margin-bottom: clamp(15px, 1.52vw, 29px);
}
.ul-team-details-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 1.5;
  color: var(--ul-gray);
  margin-bottom: clamp(15px, 0.95vw, 18px);
}
.ul-team-details-infos {
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-team-details-info {
  margin-bottom: clamp(7px, 0.63vw, 12px);
}
.ul-team-details-info,
.ul-team-details-info a {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
  color: var(--ul-black);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ul-team-details-info a:hover {
  color: var(--ul-primary);
}
.ul-team-details-socials {
  display: flex;
  gap: clamp(5px, 0.42vw, 8px);
  font-weight: 500;
  margin-bottom: clamp(30px, 3.42vw, 65px);
}
.ul-team-details-socials a {
  color: var(--ul-black);
  font-size: clamp(13px, 0.84vw, 16px);
  background-color: var(--ul-gray3);
  width: clamp(36px, 2.31vw, 44px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-team-details-socials a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-team-details-experiences {
  margin-bottom: clamp(30px, 3.42vw, 65px);
}
.ul-team-details-experience {
  margin-bottom: clamp(15px, 1.31vw, 25px);
}
.ul-team-details-experience:last-child {
  margin-bottom: 0;
}
.ul-team-details-experience .experience-title {
  font-weight: 700;
  color: var(--ul-black);
  margin-bottom: 0;
}
.ul-team-details-experience .ul-progress-container {
  background-color: rgba(235, 82, 16, 0.5);
  border: none;
}
.ul-team-details-experience .ul-progressbar {
  height: clamp(7px, 0.53vw, 10px);
  border-radius: 999px;
}
.ul-team-details-experience .ul-progressbar::before {
  content: none;
}
.ul-team-details-experience .ul-progress-label {
  font-weight: 700;
  color: var(--ul-black);
  font-size: clamp(13px, 0.84vw, 16px);
}

.ul-pricing-packages {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
}
@media screen and (max-width: 479px) {
  .ul-pricing-packages {
    flex-direction: column;
  }
}
.ul-pricing-packages > * {
  flex: auto;
}
.ul-pricing-package {
  border-radius: clamp(22px, 1.68vw, 32px);
  background-color: var(--ul-gray3);
  padding: clamp(20px, 2.1vw, 40px) clamp(15px, 1.84vw, 35px);
}
.ul-pricing-package-heading {
  position: relative;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-pricing-package-heading .tag {
  position: absolute;
  top: clamp(-14px, -0.74vw, -11px);
  right: clamp(20px, 1.37vw, 26px);
  background-color: var(--ul-secondary);
  font-size: clamp(13px, 0.84vw, 16px);
  border-radius: 5px;
  padding: clamp(1.5px, 0.24vw, 4.5px) clamp(8px, 0.58vw, 11px);
}
.ul-pricing-package-name {
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
  font-family: var(--font-quicksand);
  margin-bottom: clamp(10px, 0.95vw, 18px);
  display: inline-block;
}
.ul-pricing-package-heading-bottom {
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-pricing-package-price {
  font-weight: 700;
  font-size: clamp(40px, 4.2vw, 80px);
  line-height: 0.7;
  font-family: var(--font-quicksand);
}
.ul-pricing-package-duration {
  font-size: clamp(17px, 1.05vw, 20px);
  display: block;
  font-weight: 500;
}
.ul-pricing-package-duration .divider {
  line-height: 1.2;
}
.ul-pricing-package-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 167%;
  color: var(--ul-p);
  margin-bottom: 0;
}
.ul-pricing-package-body {
  font-family: var(--font-primary);
  margin: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  position: static;
  overflow: auto;
}
.ul-pricing-package-body-list {
  margin-bottom: clamp(20px, 2.36vw, 45px);
}
.ul-pricing-package-body-list li {
  display: flex;
  align-items: baseline;
  gap: clamp(5px, 0.42vw, 8px);
  color: var(--ul-black);
  margin-bottom: clamp(12px, 0.79vw, 15px);
}
.ul-pricing-package-body-list li::before {
  content: "\f139";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.ul-pricing-package-body-list li:last-child {
  margin-bottom: 0;
}
.ul-pricing-package-btn {
  height: clamp(42px, 2.63vw, 50px);
  background-color: var(--ul-black);
  color: var(--white);
  border-radius: 999px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.ul-pricing-package-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}/*# sourceMappingURL=style.css.map */


/* --- ROOT & GLOBAL --- */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Quicksand:wght@300..700&display=swap");

.ul-main-wrapper {
    --primary: #0b0f14; /* Green *var(--white) #D4AF37;  /* Gold */
    --dark: var(--ul-secondary);    /* Navy */
    --light-bg: #F9FAFB;
    --border: #E5E7EB;
    
    font-family: 'Quicksand', sans-serif;
    color: #445b41;
    overflow-x: hidden;
}

.ul-main-wrapper h1, .ul-main-wrapper h2, .ul-main-wrapper h3, .ul-main-wrapper h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}

/* --- SECTION 1: LEADERSHIP GRID (4 in a row) --- */
.ul-lead-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 40px 0;
}

.ul-lead-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ul-lead-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.ul-lead-img-wrap {
    height: 180px;
    position: relative;
    background: #eee;
}

.ul-lead-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ul-lead-icon-float {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ul-lead-body { padding: 35px 20px 20px; flex-grow: 1; display: flex; flex-direction: column; }
.ul-lead-tag { color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.ul-lead-body p { font-size: 13px; line-height: 1.5; color: #6B7280; margin-bottom: 20px; }

.ul-visit-btn {
    margin-top: auto;
    background: var(--dark);
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s;
}

.ul-visit-btn:hover { background: var(--white); color: var(--dark); }

/* --- SECTION 2: DIRECTORY (Dashboard Redesign) --- */
.ul-dir-dashboard {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 50px 100px -20px rgba(0,0,0,0.15);
}

.ul-dir-left {
    flex: 1 1 45%;
    background: linear-gradient(135deg, var(--dark) 0%, #1a2a5a 100%);
    color: white;
    padding: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Filling the space with a Logo/Icon pattern */
.ul-dir-bg-pattern {
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 120px;
    opacity: 0.05;
    pointer-events: none;
}

.ul-dir-scroll-side {
    flex: 1 1 55%;
    background: var(--light-bg);
    max-height: 700px;
    overflow-y: auto;
    padding: 40px;
}

.ul-country-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ul-country-flag-tilted {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 100px;
    opacity: 0.1;
    transform: rotate(15deg);
    pointer-events: none;
}

/* --- SECTION 3: STRATEGIC PARTNERS (Redesigned Wall) --- */
.ul-partners-wall {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px; /* Creates a line effect */
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    margin-top: 50px;
}

.ul-partner-box {
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.ul-partner-box:hover { background: var(--light-bg); }

.ul-partner-box img {
    max-height: 60px;
    max-width: 140px;
    filter: grayscale(1);
    opacity: 0.6;
    transition: 0.4s;
    margin-bottom: 15px;
}

.ul-partner-box:hover img { filter: grayscale(0); opacity: 1; }

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
    .ul-lead-grid { grid-template-columns: repeat(2, 1fr); }
    .ul-partners-wall { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
    .ul-dir-dashboard { flex-direction: column; }
    .ul-dir-left { padding: 40px; }
}

@media (max-width: 600px) {
    .ul-lead-grid { grid-template-columns: 1fr; }
}

/* --- ACCP OFFICIAL BRANDING & MOBILE OVERRIDES --- */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Quicksand:wght@300..700&display=swap");

:root {
  --black: #000;
  --white: #fff;
  --ul-primary: gold; /* Official Brand Gold */
  --ul-secondary: #00080f; /* Deep Navy Black */
  --ul-black: #0b0f14; /* Brand Green */
  --ul-gray: #434343;
  --ul-gray2: #D2D2D1;
  --ul-gray3: #F4F4F4;
  --font-primary: "Manrope", sans-serif;
}

.accp-portal-wrapper {
    font-family: var(--font-primary);
    background-color: var(--white);
    color: var(--black);
    padding-bottom: 80px;
}

/* Header & Organized Multi-Row Search */
.accp-header-section {
    background: var(--ul-secondary);
    color: var(--white);
    padding: 60px 0 120px 0;
    border-bottom: 8px solid var(--ul-primary);
    text-align: center;
}

.accp-search-container {
    max-width: 850px;
    margin: 40px auto 0;
    background: rgba(255,255,255,0.05);
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #3d3d3d;
}

.accp-search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.field-full { grid-column: span 2; }

.field-group { text-align: left; display: flex; flex-direction: column; }
.field-group label { 
    color: var(--ul-primary); 
    font-size: 11px; 
    font-weight: 800; 
    margin-bottom: 8px; 
    text-transform: uppercase;
}

.field-group input, .field-group select {
    background: #050c12;
    border: 1px solid #3d3d3d;
    padding: 14px;
    color: var(--white);
    border-radius: 8px;
    font-family: var(--font-primary);
}

.verify-btn {
    background: var(--ul-primary);
    color: var(--black);
    border: none;
    width: 100%;
    padding: 18px;
    border-radius: 8px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.verify-btn:hover { background: var(--ul-black); color: var(--white); }

/* Verified Card Layout (Name Left, Photo Right) */
.accp-result-card {
    margin: -70px auto 60px;
    max-width: 950px;
    background: var(--white);
    border: 2px solid var(--black);
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr 320px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.res-main { padding: 40px; border-right: 2px solid var(--black); }
.res-sidebar { background: var(--ul-gray3); padding: 40px; text-align: center; }

.card-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.profile-img-box {
    width: 110px; height: 110px;
    border: 3px solid var(--ul-primary);
    border-radius: 12px;
    background: #eee;
    overflow: hidden;
}

.info-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 25px; margin-top: 30px;
}

.info-item small { color: var(--ul-gray); font-weight: 800; font-size: 10px; display: block; }
.info-item p { margin: 0; font-weight: 700; color: var(--ul-secondary); }

/* Why Verification Matters Grid */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.why-card { border-left: 3px solid var(--ul-primary); padding-left: 20px; }
.why-card h6 { font-weight: 900; margin-bottom: 5px; font-size: 14px; }
.why-card p { font-size: 13px; color: var(--ul-gray); line-height: 1.5; }

/* Report Form Terminal */
.report-terminal {
    background: var(--ul-secondary);
    color: var(--white);
    padding: 60px;
    border-radius: 30px;
    margin-top: 40px;
}

/* MOBILE VIEW ADAPTATION (Max-width 768px) */
@media (max-width: 768px) {
    .accp-search-grid, .accp-result-card, .report-terminal form { grid-template-columns: 1fr !important; }
    .field-full { grid-column: span 1; }
    .res-main { border-right: none; border-bottom: 2px solid var(--black); }
    .card-top-flex { flex-direction: column-reverse; align-items: center; text-align: center; }
    .profile-img-box { margin-bottom: 15px; }
    .info-grid { grid-template-columns: 1fr; }
    .report-terminal { padding: 40px 20px; }
}
.ul-full-blog-section {
    position: relative;
    padding: 50px 0;
    background-image: url('img/lab2.jpg'); /* Global Section BG */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

/* Background Overflow Effect */
.bg-blur-overflow {
    position: absolute;
    top: -50px; left: -50px; right: -50px; bottom: -50px;
    background: inherit;
    filter: blur(25px);
    z-index: 0;
    opacity: 0.5;
}

.section-dark-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.ul-container-custom {
    position: relative;
    z-index: 5;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
.blog-main-header { margin-bottom: 40px; }
.sub-insight { color: var(--ul-primary); font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; }
.main-insight-title { color: #fff; font-size: 42px; font-weight: 800; margin-top: 5px; }

/* Main Wrapper - Same Height */
.blog-sync-container {
    display: flex;
    height: 520px; /* Fixed height for symmetry */
    gap: 20px;
}

/* Left Content Area */
.blog-active-view { width: 70%; height: 100%; }
.main-blog-slider { height: 100%; }

.blog-display-card {
    display: flex !important;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
}

.card-image-box { width: 45%; height: 100%; }
.card-image-box img { width: 100%; height: 100%; object-fit: cover; }

.card-text-box { width: 55%; padding: 45px; display: flex; flex-direction: column; justify-content: center; }
.cat-tag { background: var(--ul-primary); color: #000; padding: 4px 12px; font-size: 11px; font-weight: 800; width: max-content; }
.card-text-box h3 { color: #fff; font-size: 32px; margin: 20px 0; font-weight: 800; line-height: 1.2; }
.card-text-box p { color: #ccc; font-size: 16px; margin-bottom: 30px; line-height: 1.6; }
.btn-insight { 
    color: #fff; text-decoration: none; font-weight: 700; font-size: 13px; 
    text-transform: uppercase; border-bottom: 2px solid var(--ul-primary); 
    width: max-content; padding-bottom: 5px; 
}

/* Right Navigation Sidebar */
.blog-sync-column { width: 30%; height: 100%; }
.thumb-blog-slider { height: 100%; }

.thumb-nav-item {
    height: 25% !important; /* Forces 4 items into 100% height */
    padding: 20px 30px;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thumb-nav-item.swiper-slide-thumb-active {
    background: rgba(255, 255, 255, 0.1);
    border-left: 5px solid var(--ul-primary);
}

.nav-count { color: var(--ul-primary); font-weight: 800; font-size: 14px; }
.thumb-nav-item h4 { color: #fff; font-size: 17px; margin-top: 5px; opacity: 0.6; transition: 0.3s; }
.swiper-slide-thumb-active h4 { opacity: 1; }

.nav-bar { height: 2px; background: var(--ul-primary); width: 0%; margin-top: 12px; }
.swiper-slide-thumb-active .nav-bar { width: 100%; transition: 5s linear; }

/* Responsive */
@media (max-width: 991px) {
    .blog-sync-container { flex-direction: column; height: auto; }
    .blog-active-view, .blog-sync-column { width: 100%; }
    .blog-display-card { flex-direction: column; }
    .card-image-box, .card-text-box { width: 100%; }
    .card-image-box { height: 250px; }
}

/* Registration Closed Styling */
.registration-closed {
    padding: 100px 0;
    text-align: center;
    background-color: var(--ul-c4);
    font-family: var(--font-primary);
}

.alert-content {
    max-width: 650px;
    margin: 0 auto;
    padding: 50px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* Icon & Pulse Animation */
.icon-pulse {
    position: relative;
    width: 80px;
    height: 80px;
    background: var(--ul-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2rem;
    color: var(--ul-black);
    z-index: 1;
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--ul-primary);
    border-radius: 50%;
    z-index: -1;
    animation: ripple 2s infinite;
}

@keyframes ripple {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.8); opacity: 0; }
}

/* Text Animation */
.animate-text {
    font-size: 2rem;
    font-weight: 800;
    color: var(--ul-black);
    margin-bottom: 20px;
    background: linear-gradient(90deg, var(--ul-black), #666, var(--ul-black));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;
}

@keyframes shine {
    to { background-position: 200% center; }
}

.status-msg {
    color: var(--ul-gray);
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Button & Notify Area */
.notify-box {
    border-top: 1px solid var(--ul-gray2);
    padding-top: 30px;
}

.notify-box p {
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-notify {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: var(--ul-black);
    color: var(--ul-primary);
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid var(--ul-black);
}

.btn-notify:hover {
    background: transparent;
    color: var(--ul-black);
    transform: translateY(-3px);
}

/* ==========================
   Header overflow fixes
   Ensures right-side header actions are visible on all viewports
   ========================== */
.ul-header {
  overflow: visible !important;
}

.ul-header-bottom,
.ul-header-bottom.sticky {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.ul-header-container,
.ul-header-bottom-wrapper {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.ul-header-actions {
  flex-shrink: 0 !important; /* prevent actions from shrinking off-screen */
}

.ul-header-nav,
.ul-header-nav > * {
  overflow: visible !important;
}

/* ensure banner nav doesn't push header off-screen */
.ul-banner-navigation-custom { padding-left: 20px; padding-right: 20px; }

/* small logo safeguard */
.ul-header .logo { max-width: 220px !important; }

/* ====== Compact header overrides (make header smaller) ====== */
.ul-header .logo { max-width: 150px !important; height: auto; }

/* Reduce nav item line-height so header is not tall */
.ul-header-nav > * {
  line-height: clamp(44px, 3.2vw, 56px) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.ul-header-container {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.ul-header-bottom-wrapper {
  gap: clamp(12px, 2vw, 40px) !important;
}

.ul-header-actions .ul-btn {
  height: clamp(36px, 2.2vw, 44px) !important;
  font-size: 13px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media screen and (max-width: 991px) {
  .ul-header-nav > * { line-height: 1.2 !important; padding: 10px 8px !important; }
  .ul-header .logo { max-width: 140px !important; }
}

  /* About section: align left (hall-of-fame) and right (about text) columns to same top baseline */
  .ul-about-official-section .row.align-items-center {
    align-items: flex-start !important;
  }
  .ul-about-official-section .ul-about-txt-content {
    margin-top: 0 !important;
  }
  .ul-about-official-section .hall-of-fame-wrapper {
    margin-top: 0 !important;
  }

  /* Stronger enforcement for About page columns: ensure columns behave as vertical stacks starting at same top */
  .ul-about-official-section .row.align-items-center > .col-lg-6 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .ul-about-official-section .row.align-items-center > .col-lg-6 > * {
    margin-top: 0 !important;
  }

  /* Header Registration Button: tighter padding and balanced icon */
  .ul-header-actions .ul-btn { 
    padding: 6px 12px !important; /* reduce horizontal padding */
    height: auto !important;
    min-height: 36px !important;
    font-size: 13px !important;
    gap: 8px !important;
  }
  .ul-header-actions .ul-btn i {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
    background-color: var(--white) !important;
    color: var(--ul-primary) !important;
  }

  @media screen and (max-width: 991px) {
    .ul-header-actions .ul-btn { padding: 8px 10px !important; font-size: 13px !important; }
    .ul-header-actions .ul-btn i { width: 26px !important; height: 26px !important; font-size: 11px !important; }
  }
/* About feature cards — modernized design */
.about-feature-cards { margin-top: 18px; font-family: var(--font-primary); }
.about-feature-cards .feature-section-title {
  font-size: 20px; margin: 0 0 12px; color: var(--ul-black); font-weight:800; letter-spacing: 0.2px;
}
.about-feature-cards .cards { display:flex; flex-direction:column; gap:16px; }
@media (min-width:768px) { .about-feature-cards .cards { flex-direction:row; gap:20px; } }

.feature-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff);
  border-radius: 14px;
  padding: 16px;
  display:flex; gap:16px; align-items:flex-start; border: 1px solid rgba(15,15,15,0.04);
  box-shadow: 0 6px 20px rgba(12,12,12,0.06);
  transition: transform .22s ease, box-shadow .22s ease;
  will-change: transform;
}
.feature-card:hover, .feature-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(12,12,12,0.12);
}

.feature-card .card-icon {
  width:64px; height:64px; border-radius:12px;
  background: linear-gradient(135deg, rgba(255,215,0,0.95), rgba(196,150,35,0.95));
  color: var(--ul-black); display:flex; align-items:center; justify-content:center; font-size:22px; flex:0 0 64px;
  box-shadow: 0 6px 18px rgba(40,30,10,0.08);
}
.feature-card .card-body { flex:1; }
.feature-card .card-title { margin:0 0 8px; font-size:16px; color:var(--ul-black); font-weight:700; }
.feature-card .card-text { margin:0; color:#525252; line-height:1.6; font-size:14px; }

@media (max-width:479px) {
  .feature-card { padding:12px; }
  .feature-card .card-icon { width:48px; height:48px; font-size:18px; flex:0 0 48px; }
  .about-feature-cards .feature-section-title { font-size:16px; }
}

/* Accessibility focus state */
.feature-card:focus-within { outline: 3px solid rgba(255,215,0,0.18); outline-offset: 4px; }
