@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #004d40;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.text-Neutral-700 {
  color: #333333 !important;
}

.btn-outline-gray {
  background-color: transparent;
  border: 1px solid #CCCCCC !important;
  color: black !important;
}

.btn-gray-transparent {
  background-color: rgba(255, 255, 255, 0.4509803922);
  border: 1px solid rgba(255, 255, 255, 0.4509803922) !important;
  color: white !important;
}

ol {
  list-style-type: lower-alpha;
}

.btn-primary {
  color: white !important;
  background-color: #004d40 !important;
  border-color: #004d40 !important;
  transition: 0.5s linear !important;
}
.btn-primary:hover {
  color: #004d40 !important;
  background-color: transparent !important;
  border-color: #004d40 !important;
}
.btn-primary:hover .custom-svg path {
  stroke: #004d40;
}

.custom-svg path {
  transition: stroke 0.3s ease;
}

.btn-primary-two {
  color: white !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: 0.5s linear !important;
}
.btn-primary-two:hover {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}

.btn-secondary {
  color: white !important;
  background-color: #1E1E1E !important;
  border-color: #1E1E1E !important;
  transition: 0.5s linear !important;
}
.btn-secondary:hover {
  color: #1E1E1E !important;
  background-color: transparent !important;
  border-color: #1E1E1E !important;
}

.btn-white {
  color: #004d40 !important;
  background-color: rgba(253, 253, 253, 0.9882352941) !important;
  border-color: rgba(253, 253, 253, 0.9882352941) !important;
  transition: 0.5s linear !important;
}
.btn-white:hover {
  color: rgba(253, 253, 253, 0.9882352941) !important;
  background-color: transparent !important;
  border-color: rgba(253, 253, 253, 0.9882352941) !important;
}

input:focus {
  border: 1px solid #004d40 !important;
  box-shadow: none !important;
  color: #004d40 !important;
}

.form-select:focus {
  border: 1px solid #004d40 !important;
  box-shadow: none !important;
  color: #004d40 !important;
}

.intl-tel-input {
  width: -webkit-fill-available !important;
  direction: ltr !important;
}

.iti {
  width: -webkit-fill-available !important;
  direction: ltr !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
  display: table;
}

textarea {
  resize: none !important;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M4.89334 8.14173C5.19713 8.44552 5.59856 8.60031 5.99977 8.60031C6.40097 8.60031 6.8024 8.44552 7.10619 8.14173L10.3662 4.88173C10.5893 4.65863 10.5893 4.292 10.3662 4.06889C10.1431 3.84579 9.77645 3.84579 9.55334 4.06889L6.29334 7.32889C6.13145 7.49079 5.86808 7.49079 5.70619 7.32889L2.44619 4.06889C2.22308 3.84579 1.85645 3.84579 1.63334 4.06889C1.41024 4.292 1.41024 4.65863 1.63334 4.88173L4.89334 8.14173Z" fill="%231A1A1A" stroke="%231A1A1A" stroke-width="0.4"/></svg>') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.255em;
  vertical-align: middle;
  border-top: none !important;
  margin-bottom: 1px;
}

body {
  font-family: "Open Sans", serif;
  overflow-x: hidden;
}

.LanguageMenu {
  text-align: left;
}

.LanguageMenu span {
  color: #004d40 !important;
  font-size: 16px;
  margin-right: 10px;
}

.LanguageMenu svg {
  display: inline-block !important;
  vertical-align: middle;
  direction: ltr;
}

body.arabicVersion {
  font-family: "Almarai", sans-serif;
}

.fs-ar {
  font-family: "Almarai", sans-serif;
}

body.arabicVersion .ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.arabicVersion .LanguageMenu {
  text-align: right;
  color: white;
}

body.arabicVersion .LanguageMenu span {
  color: #004d40 !important;
  font-size: 16px;
  margin-left: 10px;
}

body.arabicVersion .LanguageMenu svg {
  margin-right: 0;
  margin-left: 10px;
}

body.arabicVersion .arrow-ar {
  transform: scaleX(-1) !important;
}

body.arabicVersion .custom-svg {
  transform: scaleX(-1) !important;
}

body.arabicVersion .rotate-img {
  transform: scaleX(-1) !important;
}

.tilted-arrow {
  transform: rotate(45deg);
}

header {
  border-bottom: 1px solid #CCCCCC;
}

.navbar-nav .nav-link.active {
  font-weight: 600 !important;
}

.border-gray {
  border-color: #333333 !important;
}

.link-hover {
  transition: 0.2s all !important;
}

.link-hover:hover {
  transform: translateX(5px) !important;
}

.social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.social-icons:hover {
  background-color: white !important;
  color: #004d40 !important;
}

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: #004d40;
  color: #FFF;
  border-radius: 50px;
  font-size: 20px !important;
  display: none;
  z-index: 2;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);
}
.back-to-top:hover {
  background-color: #004d40;
  color: #FFF;
}
body.arabicVersion .back-to-top {
  left: 10px;
  right: auto;
}

.btn-phone i {
  line-height: 1;
}

.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 70px;
  background-color: #004d40;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  right: 10px;
}
.whats-app:hover {
  background-color: #004d40;
  color: #FFF;
}
body.arabicVersion .whats-app {
  left: 10px;
  right: auto;
}

.cursor-pointer {
  cursor: pointer;
}

body.arabicVersion .prev {
  transform: rotate(180deg) !important;
}

body.arabicVersion .next {
  transform: rotate(180deg) !important;
}

.prev:hover,
.next:hover {
  border-color: #004d40 !important;
  background-color: #004d40 !important;
}
.prev:hover svg path,
.next:hover svg path {
  stroke: white !important;
}

@media (min-width: 375px) and (max-width: 991px) {
  .offcanvas-body .bg-white {
    background-color: #004d40 !important;
  }
  .offcanvas-body .text-secondary {
    color: white !important;
  }
  .bg-resp {
    height: 155px;
    object-fit: contain;
    background-color: #81B3D1;
  }
  .mt-90 {
    margin-top: 2.5rem !important;
  }
  .card-services .card-title {
    font-size: 15px !important;
  }
  .card-services .card-text {
    font-size: 12px !important;
  }
  .card-services a {
    font-size: 14px !important;
  }
  .h5-resp {
    font-size: 14px !important;
  }
  .p-resp {
    font-size: 12px !important;
  }
  .fs-sm-resp {
    font-size: 10px !important;
    font-weight: 800 !important;
  }
}
@media (max-width: 768px) {
  .card-not-hover:hover {
    transform: translateY(0px);
    box-shadow: none !important;
  }
  .position-resp {
    position: static !important;
  }
}
@media (min-width: 800px) {
  .nav-hover-link::after {
    content: "";
    height: 2px;
    width: 0%;
    background-color: white !important;
    color: white !important;
    transition: 0.5s;
    margin: auto;
    display: block;
  }
  .nav-hover-link:hover::after, .active::after {
    width: 100%;
    color: black;
  }
  .dropdown-menu-w {
    min-width: 550px !important;
  }
  .card-hover:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
  }
  .dropdown-menu-w .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-menu-w .btn {
    width: 100%;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .header-responsive h1 {
    font-size: 13px !important;
  }
  .header-responsive h5 {
    font-size: 12px !important;
  }
  .header-responsive .btn-resp {
    font-size: 13px !important;
  }
  .header-responsive-services h3 {
    font-size: 13px !important;
  }
  .header-responsive-services p {
    font-size: 12px !important;
  }
  .header-responsive-services .btn-resp {
    font-size: 10px !important;
  }
  .header-responsive-services svg {
    width: 22px !important;
    height: 22px !important;
  }
  .header-fs-sm span {
    font-size: 9px !important;
  }
  .header-fs-sm svg {
    width: 12px;
    height: 12px;
  }
}
.ratio-hover {
  position: relative;
}

.ratio-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.ratio-hover:hover::after {
  opacity: 1;
}

.form-contact .border-bottom {
  border-bottom: 1px solid #004d40 !important;
}

.loader {
  position: fixed;
  overflow: hidden;
  z-index: 1111111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004d40;
  color: #00695c;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  position: relative;
  width: 50px;
  height: 50px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00695c;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.c-item {
  height: 580px;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.carousel-indicators {
  color: #004d40 !important;
  border-radius: 10px !important;
}
.carousel-indicators:focus {
  border: none !important;
  box-shadow: none !important;
}

.carousel-indicators .active {
  color: #004d40 !important;
  background-color: #004d40 !important;
  border-radius: 10px !important;
}

.carousel-indicators:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.carousel-caption {
  top: 0;
  bottom: 0;
}

.hidden {
  display: none !important;
}

.section-background {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-background .section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.section-background .section-content h1 {
  font-size: 2.5rem;
}

.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -25px;
  color: #666666;
}
body.arabicVersion .toggle-password {
  margin-left: 10px;
  float: left;
}

.animated-checkmark {
  animation: drawCheckmark 1.5s ease forwards;
}

@keyframes drawCheckmark {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.check-path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: strokeCheckmark 2s ease forwards;
}

@keyframes strokeCheckmark {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.bg-green {
  background-color: #91AC8F !important;
}

.fixed-height {
  height: 250px;
  object-fit: cover;
}

.product-slider-nav {
  position: relative;
  top: 20px;
  text-align: right;
}
body.arabicVersion .product-slider-nav {
  text-align: left;
}
.product-slider-nav .prev, .product-slider-nav .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s linear;
}
.product-slider-nav .prev:hover, .product-slider-nav .next:hover {
  background-color: #004d40 !important;
  color: white !important;
}
.product-slider-nav .next {
  color: #004d40 !important;
}
.product-slider-nav .prev {
  color: #999999 !important;
  background-color: transparent !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-inline: 3px;
  border: none;
  border-radius: 100%;
  background-color: #b1b1b1;
  text-indent: -9999px;
}

.btn-slider {
  background: var(--bg-gradient);
}

.btn-slider:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important;
  color: #FFF;
}

.slider li {
  color: white;
  border-right: 2px solid #fff;
  text-align: center;
}

.btn-slider {
  padding: 10px 40px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0px;
  border-color: transparent !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

.btn-slider-prevs , .btn-slider-nexts{
  color: white;
  background-color: #004d40;
  top: -60px!important;
  position: absolute!important;
  right: 0;
  z-index: 111;
  height: 30px;
  width: 20px;
  padding: 20px;
}
.btn-slider-prevs {
  right: 50px;
}

.arabicVersion .btn-slider-prevs {
  left: 50px;
  right: auto;
}

.arabicVersion .btn-slider-nexts {
  left: 0!important;
  right: auto;
}


li.slick-active button {
  background-color: #004d40;
  width: 78.75px;
  height: 14px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}

.slick-dots button {
  transition: all 0.3s ease-in-out;
}

.fixed-height-card-body {
  height: 250px !important;
  object-fit: cover;
}

.fixed-height-card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .fixed-height-card-body p {
    white-space: nowrap;
  }
}
.about-singel-items span {
  font-size: 60px;
  color: #dbdbdb;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 46px;
  padding-bottom: 22px;
}

.nav-tabs .nav-link.active {
  color: #1E1E1E !important;
  border-bottom: 2px solid #1E1E1E !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  font-weight: 500;
}

.nav-tabs .nav-link:hover {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  font-weight: 500;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6 !important;
  color: #1E1E1E;
}

.gallery-slider .slick-slide img {
  width: 100%;
  height: 100% !important;
}

.text-yellow {
  color: #FFC107 !important;
}

.fs-sm {
  font-size: 0.858em;
}

.image-link {
  position: relative;
  overflow: hidden;
}

.image-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.image-link:hover .image-overlay {
  opacity: 1;
}

.view-text {
  position: absolute;
  bottom: -40px;
  transition: bottom 0.3s ease-in-out;
}

.image-link:hover .view-text {
  bottom: 50%;
  transform: translateY(50%);
}

.white-space {
  white-space: nowrap !important;
}

.terms-container {
  background-color: #ffefba;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.terms-container.checked {
  background-color: #e7f4d3;
}

.checkout-btn {
  background-color: #d3d3d3;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: not-allowed;
}

.checkout-btn.active {
  background-color: #1E1E1E;
  cursor: pointer;
}

.fs-7-5 {
  font-size: 0.75rem !important;
}

.hidden {
  display: none;
}

.btn-remove {
  background-color: darkred;
  color: white;
  cursor: pointer;
}
.btn-remove:hover {
  background-color: brown;
}

.modify-button, .close-modify, .edit-dates-button, .close-calendar {
  border: 1px solid #1E1E1E;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.modify-button:hover, .close-modify:hover, .edit-dates-button:hover, .close-calendar:hover {
  background-color: darkred;
}

.buttons-cart .btn-secondary:hover {
  background-color: #383838 !important;
  color: white !important;
}

.heading-design .twelve h1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 13px;
}
.heading-design .twelve h1:before {
  background-color: #004d40;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
}
.heading-design .twelve h1:after {
  background-color: #004d40;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}
.heading-design h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.heading-design h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.heading-design h1 em {
  font-style: normal;
  font-weight: 600;
}

.main-container {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.check-container {
  width: 6.25rem;
  height: 7.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.check-container .check-background {
  width: 100%;
  height: calc(100% - 1.25rem);
  background: linear-gradient(to bottom right, #5de593, #004d40);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.check-container .check-background svg {
  width: 65%;
  transform: translateY(0.25rem);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgb(73, 218, 131), transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
.packages .details-section {
  background: #fff;
  border: 1px solid #ddd !important;
  padding: 15px;
  border-radius: 8px;
}

.img-product-slider img {
  max-height: 350px !important;
  width: 100%;
  display: block;
  background-color: var(--ThirdColor);
}
.img-product-slider .img-display {
  overflow: hidden;
}
.img-product-slider .img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-product-slider .img-showcase img {
  min-width: 100%;
}
.img-product-slider .img-select {
  padding-block: 10px;
  display: flex;
}
.img-product-slider .img-item:nth-child(1),
.img-product-slider .img-item:nth-child(2),
.img-product-slider .img-item:nth-child(3) {
  margin: 0;
}
.img-product-slider .img-item:hover {
  opacity: 0.8;
}

.profile .nav-pills .nav-link.active {
  background-color: #eee;
  color: black;
}
.profile .tab-content {
  padding: 20px;
}
.profile .tag {
  display: inline-block;
  height: 30px;
  margin-right: 6px;
  margin-bottom: 8px;
  padding: 0 12px;
  transition: all 0.3s;
  border: 2px solid #eaeaea;
  border-radius: 3px;
  color: #606060 !important;
  font-size: 13px;
  line-height: 26px;
  text-decoration: none !important;
  white-space: nowrap;
}

.profile-pic {
  /* Snackbar css */
}
.profile-pic .profile-pic-wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profile-pic .pic-holder {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.profile-pic .pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.profile-pic .pic-holder .upload-file-block,
.profile-pic .pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.profile-pic .pic-holder .upload-file-block {
  cursor: pointer;
}
.profile-pic .uploadProfileInput {
  width: 0px;
  height: 0px;
  position: absolute;
}
.profile-pic .pic-holder:hover .upload-file-block,
.profile-pic .uploadProfileInput:focus ~ .upload-file-block {
  opacity: 1;
}
.profile-pic .pic-holder.uploadInProgress .upload-file-block {
  display: none;
}
.profile-pic .pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}
.profile-pic .snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}
.profile-pic .snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  color: black !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button::after {
  margin-left: auto;
}
body.arabicVersion .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
}

.accordion-button::after {
  content: "";
  background-image: url(../images/two-Component-accordion.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/Component-accordion.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.progress {
  height: auto;
  border-radius: 0;
  background-color: #f2f2f2;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.text-green {
  color: #3E8E41 !important;
}

.text-red {
  color: #CC0000 !important;
}

.btn-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  line-height: 23px;
}

.search-bar .dropdown-menu {
  width: 100%;
}
.search-bar .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #004d40 !important;
  box-shadow: none;
  color: #004d40;
}

.card-hover-box {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-hover-box:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

/* Feedback Drawer */
#feedbackDrawer {
  position: fixed;
  top: 100px;
  right: -310px;
  width: 300px;
  background: white;
  border: 2px solid #fff;
  border-right: none;
  transition: right 0.5s ease;
  z-index: 1000;
  border-radius: 6px 6px 0px 0px !important;
}

#feedbackDrawer.showDrawer {
  right: 0;
}

/* Feedback Trigger Button */
#feedbackTrigger {
  position: absolute;
  left: -87px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: #324fbe;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 6px 6px 0px 0px !important;
  transition: background 0.3s ease, left 0.5s ease;
}

.emoji-container {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  justify-content: center;
}

.emoji-container label {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.emoji-container input:checked + svg path[fill="#FFC107"] {
  fill: #FFC107;
}

.emoji-container input:checked {
  transform: scale(1.5);
}

.emoji-container input:not(:checked) + svg path[fill="#FFC107"] {
  fill: #c2c5cd;
}

.emoji-container input:checked + svg {
  transform: scale(1.2);
}

#suggestion-list {
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1000;
}

#suggestion-list li {
  padding: 8px 12px;
  cursor: pointer;
}

#suggestion-list li:hover {
  background-color: #f0f0f0;
}

.rooms-slider .thumbnails {
  max-width: 100%;
}
.rooms-slider .thumbnail-box {
  width: 58px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.rooms-slider .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.rooms-slider .thumbnail:hover {
  transform: scale(1.1);
}
.rooms-slider .fade-img {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.rooms-slider .fade-out {
  opacity: 0.2;
}

.rooms-slider-rooms .thumbnails {
  max-width: 100%;
}
.rooms-slider-rooms .thumbnail-box {
  width: 58px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.rooms-slider-rooms .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.rooms-slider-rooms .thumbnail:hover {
  transform: scale(1.1);
}
.rooms-slider-rooms .fade-img {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.rooms-slider-rooms .fade-out {
  opacity: 0.2;
}
.text_red {
  color: #bb0000 !important;
}