    .title-section-container {
      position: relative;
      padding-bottom: 0 !important;
    }

    .gradient-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(to left,
          #072C49,
          #9DDAE5,
          #007497,
          #ECE6DD,
          #DEA470,
          #E9937D);
    }

    #news-carousel .item img {
      width: 320px;
      height: 240px;
      object-fit: cover;
      display: block;
      margin: 0 auto;
    }

    #partners-carousel .item img {
      width: 150px;
      height: 150px;
      object-fit: contain;
      display: block;
      margin: 0 auto;
    }

    @font-face {
      font-family: 'SFProAR';
      src: url('../fonts/SFProAR_regular.ttf') format('truetype'),
        url('../fonts/SFProAR_semibold.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }

    html,
    body,
    main {
      height: 100%;
    }

    body {
      font-family: "SFProAR", sans-serif;
      padding: 11px;
    }

    main {
      background-color: #072c4917;
    }

    .SFProAR-regular {
      font-family: "SFProAR", sans-serif;
      font-weight: 400;
      font-style: normal;
    }

    .SFProAR-medium {
      font-family: "SFProAR", sans-serif;
      font-weight: 500;
      font-style: normal;
    }

    .tajawal-bold {
      font-family: "Tajawal", sans-serif;
      font-weight: 700;
      font-style: normal;
    }

    .tajawal-extrabold {
      font-family: "Tajawal", sans-serif;
      font-weight: 800;
      font-style: normal;
    }

    .tajawal-black {
      font-family: "Tajawal", sans-serif;
      font-weight: 900;
      font-style: normal;
    }

    .header {
      border-bottom: 1px solid #e0e0e0;
      padding-top: 12px;
      padding-bottom: 6px;
    }

    .header .logo {
      max-height: 120px;
    }

    .header .navbar-item.logo:hover {
      max-height: 120px;
      background: none !important;
      background-color: none !important;
    }

    .vertical-tabs .cos-tabs ul {
      display: block;
      border-bottom: none;
    }

    .vertical-tabs .cos-tabs li {
      margin-bottom: 5px;
      display: block;
      padding: 8px 4px 8px 0px;
      transition: background-color 0.5s ease-in-out;
    }

    .vertical-tabs .cos-tabs li:hover {
      background-color: #ececec;
    }

    .vertical-tabs .cos-tabs a {
      justify-content: flex-start;
      border-bottom: none !important;
      border-right: 5px solid transparent;
      padding: 0.5em 1em;
    }

    .vertical-tabs .cos-tabs li.is-active a {
      border-right-color: #072c49;
      border-bottom-color: transparent !important;
    }

    .anchor-section {
      padding: 50px 20px;
      min-height: 482px;
    }

    html {
      scroll-behavior: smooth;
    }

    :root {
      --dark-green: #072c49;
      --light-green: rgb(48, 101, 141);
      --text-color: #ffffff;
      --hr-color: rgb(68, 126, 170);
      --primary-green: #008069;
      --light-green: #e9f5f3;
      --text-dark: #333;
      --text-light: #555;
      --border-radius-base: 12px;
      --spacing-lg: 32px;
      --spacing-md: 20px;

      --pantone: #ECE6DD;
      --pantone-light: #ece6dd3d;
    }

    .custom-footer {
      background-color: var(--dark-green) !important;
      color: var(--text-color);
      padding: 3rem 1.5rem 2rem 1.5rem;
      direction: rtl;
      text-align: right;
    }

    .custom-footer .title,
    .custom-footer a,
    .custom-footer p,
    .custom-footer span,
    .custom-footer li {
      color: var(--text-color) !important;
    }

    .custom-title-spacing {
      padding-bottom: 0.5rem;
      margin-bottom: 1.5rem !important;
      font-size: 1.2rem !important;
      font-weight: 600;
    }

    .custom-list {
      list-style: none;
      margin-left: 0;
      margin-right: 0;
    }

    .custom-list li {
      margin-bottom: 0.5rem;
    }

    .custom-link:hover {
      text-decoration: underline;
    }

    .custom-icon-top {
      color: #0196c4;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 35px;
      height: 35px;
      font-size: .9rem;
      border: 1px solid #072c4959;
      border-radius: 50%;
    }

    .custom-social-links {
      display: flex;
      gap: 10px;
    }

    .custom-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 35px;
      height: 35px;
      border: 1px solid var(--text-color);
      border-radius: 5px;
      font-size: 1rem;
      transition: background-color 0.2s;
    }

    .custom-icon:hover {
      background-color: rgba(255, 255, 255, 0.1);
    }

    .custom-hr {
      background-color: var(--hr-color);
      height: 1px;
      margin: 2rem 0 0 0;
      border: none;
    }

    .custom-bottom-row {
      margin-top: 1rem;
      align-items: flex-end;
    }

    .custom-logo-container {
      display: flex;
      align-items: center;
    }

    .custom-accessibility-icon {
      background-color: var(--light-green);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
    }

    .custom-logo-text {
      font-weight: bold;
      font-size: 0.9rem;
    }

    .custom-rega-logo {
      display: flex;
      flex-direction: column;
      line-height: 1;
      text-align: right;
      border-right: 1px solid var(--text-color);
      padding-right: 20px;
    }

    .custom-rega-logo .custom-logo-subtext {
      font-size: 0.65rem;
      font-weight: 300;
      margin-top: 3px;
    }

    .custom-vision-logo {
      font-weight: 900;
      font-size: 1.2rem;
      line-height: 1;
    }

    .custom-scroll-top-button {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: var(--light-green);
      border: none;
      color: var(--text-color);
      width: 50px;
      height: 50px;
      border-radius: 5px 5px 0 0;
      cursor: pointer;
      font-size: 1rem;
      margin-right: -1.5rem;
    }

    .custom-bottom-row .column:last-child {
      position: relative;
    }

    @media screen and (max-width: 768px) {
      .custom-scroll-top-button {
        display: none;
      }

      .custom-logo-container {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
      }
    }

    .is-size-cos {
      font-size: 12px !important;
    }

    .title.is-cos-4 {
      font-size: 16px !important;
    }

    .services-grid-section {
      padding: var(--spacing-lg) 0;
      font-family: 'SFProAR', sans-serif;
    }

    .services-grid-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--spacing-md);

      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: var(--spacing-md);
    }

    .service-card {
      background-color: #ffffff;
      border-radius: var(--border-radius-base);
      padding: var(--spacing-md);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s, box-shadow 0.3s;
      border: 1px solid #eee;

      text-align: right;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .card-icon-wrapper {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: var(--light-green);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: var(--spacing-md);
    }

    .card-icon {
      width: 24px;
      height: 24px;
      fill: none;
      stroke: var(--dark-green);
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .card-title {
      color: var(--dark-green);
      font-size: 1rem;
      font-weight: bold;
      margin: 0 0 10px 0;
    }

    .card-description {
      color: var(--text-light);
      font-size: 0.9rem;
      line-height: 1.7;
      margin: 0;
    }

    .about-us-title {
      padding-right: 108px;
    }

    @media (max-width: 768px) {
      .services-grid-container {
        grid-template-columns: 1fr;
      }

      .service-card {
        padding: 25px 20px;
      }

      .about-us-title {
        padding-right: 24px;
      }
    }

    #scrollToTopBtn {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      border: none;
      outline: none;
      background-color: #072c49;
      color: white;
      cursor: pointer;
      padding: 15px;
      border-radius: 6px;
      font-size: 18px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    #scrollToTopBtn:hover {
      background-color: #005f7a;
    }


    #main-carousel .owl-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: initial;
    }

    #main-carousel .owl-caption {
      position: absolute;
      top: 30%;
      right: 10%;
      color: #ffffff !important;
      z-index: 1000;
    }

    @media (max-width: 768px) {
      #main-carousel .owl-item {
        height: 65vh;
      }
    }

    .is-white {
      color: #ffffff !important;
    }

    .owl-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #333333a2;
      z-index: 10;
    }

    .saudi-real-estate-metrics {
      direction: rtl;
      text-align: center;
      padding: 30px 20px 42px 20px;
      font-family: "SFProAR", Helvetica, sans-serif;
    }

    .section-title {
      font-size: 1.75rem;
      font-weight: 600;
      color: #000;
      margin-bottom: 40px;
    }

    .info-icon {
      font-size: 1rem;
      color: #999;
      margin-right: 5px;
      cursor: pointer;
    }

    .metrics-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .metric-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1 1 180px;
      max-width: 200px;
    }

    .metric-icon-box {
      width: 50px;
      height: 50px;
      background-color: #e9f7ee;
      border-radius: 10px;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0.8;
    }

    .metric-value {
      font-size: 1.2rem;
      font-weight: 700;
      color: #072c49;
      margin-bottom: 3px;
      white-space: nowrap;
    }

    .metric-label {
      font-size: 0.85rem;
      color: #0b220f;
      line-height: 1.3;
    }

    @media (max-width: 768px) {

      .metrics-list,
      .prize-list {
        gap: 15px;
      }

      .metric-item,
      .prize-item {
        flex: 1 1 120px;
      }
    }

    .prize-box {
      background-color: #e9f7ee;
      border-radius: 10px;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0.8;
    }

    .prize-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: space-evenly;
    }

    .prize-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1 1 180px;
      max-width: 200px;
      border: 2px solid #ececec;
    }

    .prize-sec {
      direction: rtl;
      text-align: right;
      padding: 30px 20px;
      font-family: "SFProAR", Helvetica, sans-serif;
    }

    .owl-carousel .item {
      position: relative;
      border-radius: 6px;
      border: 1px solid #f9f8f8;
    }


    .text-overlay {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to bottom, transparent, transparent, transparent, rgb(48, 101, 141));
      color: white;
      text-align: center;
      padding-top: 8px;
      font-size: 18px;
      height: 100%;
      opacity: 0;
      cursor: pointer;
      border-radius: 6px;
    }

    .text-overlay h2 {
      margin: 0 0 10px 0;
    }

    .main-carousel .item {
      position: relative;
    }


    .main-carousel-text-overlay {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      bottom: 0;
      left: 0;
      right: 0;
      background: #1414143d;
      color: white;
      padding-top: 8px;
      font-size: 12px;
      height: 100%;
      cursor: pointer;
    }

    .main-carousel-text-overlay h2 {
      margin: 0 0 10px 0;
      font-size: 3rem;
      padding-right: 36px;
      font-weight: 600;
      padding: 12px 86px;
      margin-bottom: 0px;
    }

    .main-carousel-text-overlay p {
      font-size: 1rem;
      padding-right: 36px;
      padding-bottom: 3px;
      font-weight: 600;
      padding: 12px 86px;
    }

    .main-carousel-text-overlay p:nth-of-type(1) {
      padding: 12px 86px;
    }

    .main-carousel-text-overlay p:nth-of-type(2) {
      padding: 0px 86px;
    }


    .carousel-wrapper,
    .owl-carousel.owl-theme {
      position: relative;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      color: #333;
      border: none;
      font-size: 1rem;
      cursor: pointer;
    }

    .owl-carousel .owl-nav button.owl-prev {
      left: -30px;
    }

    .owl-carousel .owl-nav button.owl-next {
      right: -30px;
    }

    .owl-carousel .owl-nav button:hover {
      background: none !important;
      color: #072c49 !important;
    }


    .chart-container {
      width: 80%;
      margin: 20px auto;
    }

    canvas {
      background-color: #f9f9f9;
      border-radius: 8px;
      padding: 10px;
      border: 1px solid #ebebeb;
    }


    .controls {
      text-align: center;
      margin-bottom: 20px;
      font-family: sans-serif;
    }

    input[type="range"] {
      width: 100%;
      margin: 8px 0px;
      border: 1px solid #d1c6b5;
    }

    .styled-range {

      -webkit-appearance: none;
      width: 100%;
      background: var(--pantone);
      box-sizing: border-box;
      cursor: crosshair;
    }

    .range-track-style {
      height: 1.5em;
      cursor: pointer;
      background: linear-gradient(to right, #e0f2f1 0%, #e0f2f1 100%);
      box-shadow: inset 0 0 0 1px #00796B,
        inset 0 0 0 2px #4db6ac;
      border-radius: 4px;
    }

    .styled-range::-webkit-slider-runnable-track {
      height: 1.5em;
      cursor: pointer;
      background: linear-gradient(to right, #e0f2f1 0%, #e0f2f1 100%);
      box-shadow: inset 0 0 0 1px #00796B,
        inset 0 0 0 2px #4db6ac;
      border-radius: 4px;
    }

    .styled-range::-moz-range-track {
      height: 1.5em;
      cursor: pointer;
      background: linear-gradient(to right, #e0f2f1 0%, #e0f2f1 100%);
      box-shadow: inset 0 0 0 1px #00796B,
        inset 0 0 0 2px #4db6ac;
      border-radius: 4px;
      border: none;
    }

    .styled-range::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 1.8em;
      width: 0.5em;
      background: #004d40;
      border-radius: 2px;
      margin-top: -0.15em;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

    .styled-range::-moz-range-thumb {
      height: 1.8em;
      width: 0.5em;
      background: #004d40;
      border-radius: 2px;
      border: none;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

    .bg-pantone {
      background-color: var(--pantone);
    }

    .bg-pantone-light {
      background-color: var(--pantone-light);
    }

    .owl-carousel .owl-dots {
      text-align: center !important;
      padding: 10px 0 !important;
    }

    .owl-carousel .owl-dot span {
      display: block !important;
      width: 30px !important;
      height: 5px !important;
      margin: 0 4px !important;

      background: #e6e6fa !important;

      border-radius: 2px !important;
      transition: background-color 0.3s ease;
    }

    .owl-carousel .owl-dot.active span {
      background: var(--dark-green) !important;
    }

    .owl-carousel .owl-dot:hover span {
      background: #ccc !important;
    }

    a.navbar-item.active {
      color: var(--dark-green);
      font-weight: 600;
    }


    .breadcrumb {
      font-size: .9rem;
      /* Base font size */
      color: #4a4a4a;
      /* Text color */
    }

    .breadcrumb ul {
      display: flex;
      /* Use flexbox for horizontal alignment */
      flex-wrap: wrap;
      /* Allow wrapping on small screens */
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .breadcrumb li {
      display: flex;
      align-items: center;
      white-space: nowrap;
      /* Prevent items from breaking */
    }

    .breadcrumb a {
      color: var(--dark-green);
      /* Bulma's primary blue for links */
      text-decoration: none;
      padding: 0 0.75em;
      /* Horizontal padding for touch targets */
      transition: color 0.2s ease;
    }

    .breadcrumb a:hover {
      color: #363636;
      /* Darker on hover */
    }

    .breadcrumb li:first-child a {
      padding-left: 0;
      /* Remove padding from the first item's left side */
    }

    /* * -----------------------------------------------------
 * Arrow Separator Styling (The core trick!)
 * -----------------------------------------------------
 */

    /* Target the separator of every list item EXCEPT the first one */
    .breadcrumb li:not(:first-child)::before {
      content: "";
      /* Required for pseudo-element */
      display: block;
      width: 0;
      height: 0;

      /* Create the triangular shape using borders */
      border-top: 0.35em solid transparent;
      border-bottom: 0.35em solid transparent;

      /* This border creates the visible arrow pointing right */
      border-right: 0.35em solid #b5b5b5;
      /* Light gray color for the separator */

      margin: 0 0.5em;
      /* Spacing around the arrow */
    }

    /* * -----------------------------------------------------
 * Active State Styling
 * -----------------------------------------------------
 */
    .breadcrumb li.is-active a {
      color: #363636;
      /* Darker color for the active link */
      pointer-events: none;
      /* Make the active link unclickable */
      cursor: default;
    }

    /* Remove the separator for the active (last) item */
    .breadcrumb li.is-active::before {
      margin-left: 0.5em;
      /* Keep space for consistency */
    }

    /* * -----------------------------------------------------
 * RTL (Right-to-Left) Implementation
 * -----------------------------------------------------
 */
    .breadcrumb-container.rtl .breadcrumb ul {
      flex-direction: row-reverse;
      /* Reverse the order of list items */
    }

    .breadcrumb-container.rtl .breadcrumb li:not(:last-child)::after {
      /* Instead of using ::before on every item except the first, 
       we use ::after on every item except the last (the active one)
       to place the separator on the left side. */
      content: "";
      display: block;
      width: 0;
      height: 0;

      border-top: 0.35em solid transparent;
      border-bottom: 0.35em solid transparent;

      /* Reverse the arrow direction: Border-right makes it point left */
      border-right: 0.35em solid #b5b5b5;

      margin: 0 0.5em;
    }

    /* Hide the default ::before separators in RTL context */
    .breadcrumb-container.rtl .breadcrumb li::before {
      display: none;
    }

    .breadcrumb-container.rtl .breadcrumb li a {
      padding: 0 0.75em;
    }

    .breadcrumb-container.rtl .breadcrumb li:last-child a {
      padding-right: 0;
      /* Remove padding from the last (now visually first) item */
    }

    /* Remove the custom ::after separator on the last/active item in LTR */
    .breadcrumb li.is-active::after {
      display: none;
    }


    .title-section-container {
      margin-bottom: 0px !important;
      background-color: #072c491f;
      height: 170px;
      justify-content: center;
      padding-right: 100px;
    }


    .service-card {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      text-align: right;
      height: 100%;
      /* Ensure all cards have the sam
    e height */
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      /* This aligns elements like the title and icon to the right side of the card */
      text-align: right;
    }

    /* Header/Icon Section */
    .card-header {
      margin-bottom: 15px;
    }

    .icon-placeholder {
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #e6f1ec;
      /* Light green background */
      color: var(--dark-green);
      /* Green icon color */
      border-radius: 6px;
      padding: 5px;
    }

    .icon-placeholder svg {
      width: 20px;
      height: 20px;
    }

    /* Title */
    .card-title {
      font-size: 1.15rem;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
    }

    /* Description */
    .card-description {
      font-size: 0.9rem;
      color: #666;
      line-height: 1.5;
      /* Ensure the description takes up available space before the rating/button */
      flex-grow: 1;
      margin-bottom: 15px;
    }

    /* Category Tag */
    .card-tag {
      font-size: 0.75rem;
      color: #007bff;
      background-color: #eaf3ff;
      padding: 4px 8px;
      border-radius: 4px;
      margin-bottom: 15px;
      align-self: flex-start;
      /* Align tag to the right (visually, left in RTL) */
    }

    /* Rating Section */
    .card-rating-section {
      display: flex;
      align-items: center;
      /* Use a spacer to push the button to the bottom */
      margin-top: auto;
      padding-top: 10px;
      /* Separator from content above */
      width: 100%;
      /* Align rating count to the right and stars to the left */
      justify-content: space-between;

    }

    .rating-count {
      font-size: 0.8rem;
      color: #999;
    }

    /* Star Rating Styling - The core trick! */
    .stars {
      font-size: 1.2rem;
      position: relative;
      display: inline-block;
      color: #e0e0e0;
      /* Default color for unrated stars */
      white-space: nowrap;
    }

    .stars .star {
      /* Create a subtle outline for unrated stars */
      text-shadow: 0 0 1px #999;
      margin-left: 2px;
    }

    /* Styles for different rating levels */
    /* Full Stars (for example: card 2) */
    .stars.full {
      color: #FFC107;
      /* Gold color for full stars */
    }

    .stars.full .star {
      text-shadow: none;
    }

    /* Partial/Empty Stars (for example: card 1) */
    .stars.empty {
      color: #e0e0e0;
    }

    .stars.empty .star {
      color: #e0e0e0;
    }

    /* Rating with 3 stars (for example: card 3) */
    .stars.partial-3 {
      /* Target the first three stars to be gold */
      color: #FFC107;
    }

    .stars.partial-3 .star:nth-child(n+4) {
      /* Target stars 4 and 5 to be grey/outline only */
      color: #e0e0e0;
      text-shadow: 0 0 1px #999;
    }

    /* Rating with 4 stars (for example: card 4) */
    .stars.partial-4 {
      /* Target the first four stars to be gold */
      color: #FFC107;
    }

    .stars.partial-4 .star:nth-child(n+5) {
      /* Target star 5 to be grey/outline only */
      color: #e0e0e0;
      text-shadow: 0 0 1px #999;
    }


    /* Details Button */
    .details-button {
      padding: 10px;
      background-color: var(--dark-green);
      /* Green background color */
      color: white;
      border: none;
      border-radius: 6px;
      font-size: .9rem;
      font-weight: 400;
      cursor: pointer;
      margin-top: 15px;
      /* Separate button from rating section */
      transition: background-color 0.3s ease;
    }

    /* ===== Financial Reports ===== */

    .reports-tabs {
      margin-bottom: 0;
    }

    .reports-tabs .is-active a {
      border-bottom-color: #0b7aa3 !important;
      color: #0b7aa3;
      font-weight: 800;
    }

    .reports-content {
      border: 1px solid #eee;
      padding: 40px 20px;
      background: #fff;
    }

    .report-box {
      display: none;
    }

    .report-box.is-active {
      display: block;
    }

    .report-card {
      text-align: center;
      padding: 40px 20px;
    }

    .report-icon {
      font-size: 90px;
      color: #d32f2f;
      margin-bottom: 20px;
    }

    .report-title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #333;
    }

    /* ===== Video Controls ===== */

    .video-slide {
      position: relative;
    }

    .video-controls {
      position: absolute;
      bottom: 20px;
      left: 20px;
      display: flex;
      gap: 10px;
      z-index: 5;
    }

    .video-controls button {
      background: rgba(0, 0, 0, 0.55);
      border: none;
      color: #fff;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 16px;
      transition: background 0.2s ease;
    }

    .video-controls button:hover {
      background: rgba(0, 0, 0, 0.75);
    }

    /* ===== Disable System Dark Mode ===== */
    :root {
      color-scheme: light;
    }

    html,
    body {
      background-color: #ffffff !important;
      color: #000000 !important;
    }

    /* منع أي تفاعل مع prefers-color-scheme */
    @media (prefers-color-scheme: dark) {

      html,
      body {
        background-color: #ffffff !important;
        color: #000000 !important;
      }

      * {
        background-color: unset !important;
        color: inherit !important;
      }
    }

    /* ===== Disable System Dark Mode ===== */
    :root {
      color-scheme: light;
    }

    html,
    body {
      background-color: #ffffff !important;
      color: #000000 !important;
    }

    /* منع أي تفاعل مع prefers-color-scheme */
    @media (prefers-color-scheme: dark) {

      html,
      body {
        background-color: #ffffff !important;
        color: #000000 !important;
      }

      * {
        background-color: unset !important;
        color: inherit !important;
      }
    }