@charset "UTF-8";
/*!
* Start Bootstrap - Shop Item v5.0.6 (https://startbootstrap.com/template/shop-item)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-shop-item/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --bs-color-blue-25: #f0f6ff;
}

.max-h-300 {
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
}

.max-h-60 {
  max-height: 60px;
  min-height: 60px;
  object-fit: cover;
}

.box-loading {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
}

.header-logo {
  max-width: 200px;
  max-height: 130px;
  object-fit: contain;
  margin-bottom: -20px !important;
  z-index: 9;
  position: relative;
}

.bg-blue-25 {
  background: var(--bs-color-blue-25) !important;
}

.page-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("/assets/img/ttten.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.page-header:before {
  background-position: left center;
}

html[dir="rtl"] .page-header:before {
  background-position: right center;
}

.min-height-200 {
  min-height: 200px;
}

.icon-home {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.accordion-button:not(.collapsed) .collapse-icon {
  transform: rotate(180deg);
}

.accordion-button {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  align-items: flex-start;
}

.custom-shadows {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.current-item a {
  color: #002366 !important;
  font-weight: bold !important;
}
.cover-photo {
  width: 100%;
  height: 70vh;
}
.cover-photo img {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 400px;
}

.covor-container {
  width: 100%;
}

.home-page-text {
  max-width: 50%;
  min-width: 50%;
  margin-left: 25%;
}

html[dir="rtl"] .home-page-text {
  max-width: 50%;
  min-width: 50%;
  margin-right: 25%;
}

@media screen and (max-width: 767px) {
  .cover-photo {
    width: 100%;
    height: 200px;
  }
  .cover-photo img {
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 400px;
  }

  .covor-container {
    width: 100%;
  }

  .home-page-text {
    max-width: 90%;
    min-width: 90%;
    width: 90%;
    margin-left: 5%;
  }
  html[dir="rtl"] .home-page-text {
    max-width: 90%;
    min-width: 90%;
    width: 90%;
    margin-right: 5%;
  }

  header .header-logo {
    max-width: 93px;
    max-height: 70px;
    object-fit: contain;
    margin-bottom: 0px !important;
    z-index: 9;
    position: relative;
  }

  .page-header {
    background-image: none !important;
  }

  header li.nav-item {
    width: 100%;
    margin: 5px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 10px;
  }

  header li.nav-item a {
    font-size: 18px;
  }

  header li.nav-item .btn {
    width: 100%;
    margin: 0px;
  }

  .p-custom-mobile {
    padding: 8px 12px;
  }

  .max-h-300 {
    max-height: 250px;
    min-height: 250px;
  }

  .accordion-button {
    font-size: 18px !important;
    line-height: 24px;
  }
}

.text-small {
  font-size: 14px;
}

body {
  overflow-x: hidden;
  /* Prevent horizontal scroll */
  overflow-y: auto;
  /* Allow vertical scroll if necessary */
}

/* Animation for card hover effect */
.move-on-hover {
  transition: transform 0.3s, box-shadow 0.3s;
}

.move-on-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.info-horizontal {
  transition: background-color 0.3s ease;
  /* Smooth transition */
}

.info-horizontal:hover {
  background-image: linear-gradient(
    45deg,
    rgba(255, 0, 150, 0.7),
    rgba(0, 204, 255, 0.7)
  );
  /* Custom gradient */
  color: white;
  /* Ensure text is readable */
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
