@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

:root {
  --primaryColor: rgba(42, 77, 115, 1);
  --SecondaryColor: #f8773d;
  --ThirdColor: #d9b95f;
  --linear-gradient: linear-gradient(to right, #093f5366, #00000066);
  --mainColor1: #F6DFA2;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #f2e7d8;
}

.border-primary-color {
  border-color: var(--SecondaryColor) !important;
}

.bg-gray {
  background-color: rgb(230, 230, 230);
}

.loading-screen {
  z-index: 11111111111111110000;
  display: flex;
}
.loading-screen img {
  width: 250px;
}

p {
  margin-bottom: 0px;
}

.h4-home {
  font-size: 38px;
  line-height: 59px;
}
.h4-home span {
  color: var(--ThirdColor);
}

.slider-home {
  height: 60vh;
}

.light-gray {
  color: rgb(153, 153, 153);
}

.third-color {
  color: var(--ThirdColor) !important;
}

.bg-third-color {
  background-color: var(--ThirdColor) !important;
}

.mainColor1 {
  color: var(--mainColor1);
}

body {
  font-size: 16px;
  color: rgb(27, 27, 27);
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

html[lang=ar] body {
  font-family: "Cairo", sans-serif;
}

.bg-primary-color {
  background-color: var(--primaryColor) !important;
}

.primary-color {
  color: var(--primaryColor) !important;
}

.bg-Secondary-color {
  background-color: var(--SecondaryColor) !important;
}

.Secondary-color {
  color: var(--SecondaryColor) !important;
}

.search {
  top: 96%;
}

.search .checkin:first-child::after {
  display: none;
}

.choose-city::after {
  display: none;
}

.intl-tel-input.allow-dropdown {
  width: 100% !important;
}

.checkin {
  position: relative;
}

.checkin::after {
  position: absolute;
  top: 13%;
  bottom: 13%;
  left: -10%;
  content: "";
  border: 1px solid #B3B3B3;
}

.rate h4 {
  font-weight: 600;
  font-size: 28px;
  color: var(--primaryColor);
}
.rate h4::before {
  font-weight: 600;
  padding-inline: 3px;
  content: "+";
}
.rate p {
  font-weight: 400;
  color: var(--ThirdColor);
}

.rate div:nth-child(2) div h4::after {
  content: "K";
}

html[lang=ar] .rate .row div:nth-child(2) div h4::after {
  content: "الف";
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--mainColor5);
}
footer h4 {
  font-size: 20px;
  line-height: 36px;
}
footer form div {
  color: var(--mainColor4);
}
footer form div:hover {
  cursor: pointer;
}
footer .nav-link {
  font-size: smaller;
  color: var(--mainColor4);
}
footer .nav-link:hover {
  cursor: pointer;
  color: var(--mainColor4);
  background-color: var(--mainColor4);
  color: var(--mainColor2);
}

.floatwhatsapp,
.back-to-top {
  cursor: pointer;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #686868;
  text-align: center;
  color: var(--mainColor4);
  position: fixed;
  right: 4%;
  width: 45px;
  height: 45px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
  border-radius: 50%;
}

.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 10px;
  display: flex;
  transition: transform 0.2s ease-in-out;
}
.floatwhatsapp:hover {
  transform: translateY(-3px);
}

.back-to-top {
  background-color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  display: none;
  bottom: 100px;
  color: var(--mainColor4);
  z-index: 111;
  transition: transform 0.2s ease-in-out;
}
.back-to-top:hover {
  transform: translateY(-3px);
}

.social li {
  list-style: none;
}
.social li a {
  opacity: 100% !important;
  width: 40px;
  height: 40px;
  background-color: rgba(183, 233, 246, 0.2);
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.377);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColor);
}
.social li a::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
.social li a .icon {
  position: relative;
  transition: 0.5s;
  z-index: 3;
  color: var(--primaryColor);
  opacity: 1;
}
.social li a:hover .icon {
  color: var(--mainColor4);
  transform: rotateY(360deg);
  font-size: 20px;
}
.social li a:hover::before {
  top: 0;
}

.social li a:before {
  background: var(--primaryColor);
}

.cardsimg img,
.cardsimg video {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}

.card:not(.bottom):hover {
  transition: all 0.6s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  cursor: pointer;
}

.form-control[disabled] {
  background: var(--ThirdColor);
}

marquee img {
  max-width: 300px;
}

footer .list-footer {
  display: flex;
  flex-wrap: wrap;
}
footer .list-footer li {
  width: 50%;
}
footer p {
  color: var(--mainColor4);
}
footer span {
  color: var(--mainColor4);
  font-weight: 500;
}
footer a {
  color: var(--mainColor4);
  opacity: 100%;
  font-size: 16px;
  font-weight: 400;
}
footer a:hover {
  color: var(--mainColor4);
  opacity: 100%;
}
footer h4 {
  color: var(--mainColor4);
}
footer .social li {
  list-style: none;
}
footer .social li a {
  background-color: var(--mainColor4);
  border: 0px solid rgba(255, 255, 255, 0.377);
}
footer .social li a .icon {
  position: relative;
  transition: 0.5s;
  z-index: 3;
  color: var(--mainColor2);
  opacity: 1;
}

#navBar .nav-link.active {
  opacity: 100%;
}

.underline span {
  position: relative;
}
.underline span::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 3px;
  bottom: -6px;
  border-radius: 12px !important;
  left: 0;
  background-color: var(--ThirdColor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transform: scaleX(1);
  transform-origin: bottom left;
}

.ul p {
  font-size: 16px !important;
  line-height: 24px;
}

.border-black {
  border-color: var(--mainColor2) !important;
}

a:hover {
  cursor: pointer;
}

.emcan {
  font-size: 14px;
  opacity: 90%;
}
.emcan span {
  font-size: inherit !important;
}

.nav-link span {
  position: relative;
  font-size: 16px !important;
}

.nav-link span::after {
  content: "";
  width: 0%;
  height: 2px;
  bottom: -5px;
  border-radius: 12px !important;
  background-color: var(--primaryColor);
  transition: all 0.25s ease-out;
  z-index: 111;
  display: flex;
  margin: auto;
}

.nav-link span {
  transition: color 0.5s ease, font-weight 0.5s ease;
}

.nav-link:hover span {
  font-weight: 700 !important;
}

.nav-link:hover span::after {
  width: 100%;
}

a.login,
button.login {
  background-color: rgb(35, 115, 169);
  transition: 0.7s;
  font-weight: 400;
  border-radius: 8px;
  font-size: 16px;
}
a.login:hover,
button.login:hover {
  background-color: #e7eff1;
  color: rgb(35, 115, 169);
}

label:not(.form-check-label) {
  font-size: 16px;
  cursor: pointer;
}

label.form-check-label {
  font-size: 14px;
}

a.btn {
  transition: 0.7s !important;
  border-radius: 8px;
}

/* Support */
footer li,
.dropdown-menu li:has(.dropdown-item) {
  transition: transform 0.3s ease-in-out !important;
}
footer li:hover,
.dropdown-menu li:has(.dropdown-item):hover {
  cursor: pointer;
  transform: translateX(5px) !important;
}

.form-check .form-check-input {
  margin-left: 0em;
  margin-inline: 3px;
}

.img-card-container {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.img-card-container img {
  max-height: 90%;
}

.img-card {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.w-img-popup {
  width: 20%;
}

.gray-div {
  transition: all 0.8s ease;
}
.gray-div:hover {
  transform: scale(1.04);
  transform-origin: 50% 50%;
  cursor: pointer;
  box-shadow: rgba(136, 184, 81, 0.596) 2px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
}

.card {
  transition: all 0.9s ease;
}

.img-card-container {
  overflow: hidden;
}
.img-card-container img {
  transition: all 0.8s ease;
}
.img-card-container img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
  margin-top: 0%;
}

.navbar-brand {
  max-width: 120px;
}
.navbar-brand img {
  transition: all 0.8s ease;
}
.navbar-brand img:hover {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.section-top-service .row.map {
  position: relative;
  margin-block: 20px !important;
}
.section-top-service .row.map::after {
  background-color: #E7FDFD;
  content: "";
  position: absolute;
  width: 250px;
  opacity: 90%;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.img-absloute {
  max-height: 350px;
  overflow: hidden;
  width: 80%;
}

.connection p {
  font-size: 16px !important;
}
.connection a {
  font-size: 14px !important;
}

.header-div {
  height: 350px;
}

.header-div.bg-img {
  height: 600px;
}

.rating .rounded-card {
  transition: all 1s ease !important;
  border-radius: 28px;
  box-shadow: hsla(0, 0%, 0%, 0.24) 4px 7px 7px -7px, rgba(0, 0, 0, 0.3) 0px 4px 3px -8px;
}
.rating .rounded-card:hover {
  transform: scale(1.05) !important;
  transform-origin: 50% 50%;
  box-shadow: hsla(0, 0%, 0%, 0.24) 4px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
  cursor: pointer;
}

.container-home {
  z-index: 1;
  background-color: var(--primaryColor);
  color: var(--mainColor4);
}

a.h2 {
  font-weight: 500;
}
a.h2 span:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.rating.bg-img {
  background-image: url("../imgs/home/e43f3adbbdb167c86d3140f7ab5d80f0.png");
}

.marquee .slick-slide {
  height: 190px;
  max-width: 150px;
  display: flex;
  align-items: center;
}
.marquee .slick-slide div {
  height: 100%;
  overflow: hidden;
}
.marquee .slick-slide div img {
  max-height: 100%;
  max-width: 90%;
}

span.arrow::after {
  display: none;
}

.bg-img.about {
  background-image: url("../imgs/home/Wireframe - 1.png");
  background-size: cover;
  background-position: top;
}

.vision-mission {
  margin-bottom: 300px;
}

.info-container .about-img-css {
  background-attachment: local;
}
.info-container .vision-container {
  background-image: url("../imgs/about/vision.svg");
}
.info-container .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.info-container .row:nth-child(odd) .vision-mission .row {
  justify-content: start;
}
.info-container .row:nth-child(odd) .vision-mission .row .vision-mission-description {
  margin-inline-start: 150px;
  margin-inline-end: 0px;
}

.vision-mission-description .container-home {
  top: 100px;
}

.vision-mission-description.squre-after::after {
  z-index: auto;
  top: 200px;
  bottom: auto;
}

.container-service .ul-before {
  position: relative;
}
.container-service .ul-before::before {
  position: absolute;
  content: "";
  height: 30px;
  background-color: #30B7E9;
  width: 30px;
}
.container-service .ul-before::after {
  position: absolute;
  content: "";
  height: 50px;
  background-color: #30B7E9;
  width: 50px;
  left: 100%;
  bottom: 50%;
}
.container-service ul {
  display: flex;
  flex-wrap: wrap;
}
.container-service ul li {
  width: 50%;
}
.container-service .row .label-page {
  color: rgb(22, 157, 207);
}
.container-service .row .squre-after-service {
  position: relative;
}
.container-service .row .squre-after-service::after {
  position: absolute;
  content: "";
  height: 250px;
  width: 300px;
  border: 3px solid #30B7E9;
  border-radius: 1px;
  bottom: -30px;
}
.container-service .row:nth-child(even) .squre-after-service::after {
  right: -30px;
  z-index: -1;
}
.container-service .row:nth-child(even) .about-img-css {
  background-image: url("../imgs/home/Wireframe - 1.png");
}
.container-service .row:nth-child(odd) .squre-after-service::after {
  bottom: -30px;
  left: -30px;
}

.first {
  font-size: 14px !important;
  font-weight: 400;
}

.img-card-protofilo {
  max-height: 350px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.img-card-protofilo .sale span {
  min-width: 250px;
}

.ul-number {
  counter-reset: count 0;
}
.ul-number li {
  position: relative;
  counter-increment: count 1;
}
.ul-number li::before {
  position: absolute;
  left: -15px;
  counter-increment: section;
  content: counter(count, decimal) ".";
}

.gallary .slick-arrow {
  position: absolute;
  background-color: var(--primaryColor);
}
.gallary .slick-arrow.slick-disabled {
  background-color: rgb(196, 196, 196);
}
.gallary button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  position: absolute;
  z-index: 111;
  right: 0;
  top: 100%;
}

.product-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease;
}

.product-hover-last {
  background-color: rgba(30, 30, 30, 0.5019607843);
}

.small-img-sevice img {
  transition: transform 0.5s ease-in-out;
}
.small-img-sevice img:hover {
  cursor: pointer;
  transform: scale(1.07);
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  bottom: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

.img-thumbnail {
  border: none !important;
}

.LanguageMenu .lan {
  font-family: "Cairo", sans-serif;
}

.LanguageMenu {
  color: rgb(0, 0, 0);
}
.LanguageMenu svg {
  transition: transform 0.2s ease-in-out;
}
.LanguageMenu svg path {
  stroke: rgb(0, 0, 0);
}
.LanguageMenu svg:hover {
  transform: rotateY(180deg);
}

.nav-link span {
  transition: all 0.3s ease-in-out;
}

.nav-link:hover span {
  color: var(--primaryColor) !important;
}

footer img {
  width: 170px;
}

.nav-link span {
  color: var(--mainColor2);
  font-weight: 500;
}

input.companyName {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 12.4896V15C3 18.2998 3 19.9497 4.02513 20.9749C5.05025 22 6.70017 22 10 22H14C17.2998 22 18.9497 22 19.9749 20.9749C21 19.9497 21 18.2998 21 15V12.4896C21 10.8083 21 9.96773 20.6441 9.24005C20.2882 8.51237 19.6247 7.99628 18.2976 6.96411L16.2976 5.40855C14.2331 3.80285 13.2009 3 12 3C10.7991 3 9.76689 3.80285 7.70242 5.40855L5.70241 6.96411C4.37533 7.99628 3.71179 8.51237 3.3559 9.24005C3 9.96773 3 10.8083 3 12.4896Z" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 22V17C15 15.5858 15 14.8787 14.5607 14.4393C14.1213 14 13.4142 14 12 14C10.5858 14 9.87868 14 9.43934 14.4393C9 14.8787 9 15.5858 9 17V22" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');

}

input.CommercialRegister {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9805 7.51556C14.9805 7.51556 15.4805 8.01556 15.9805 9.01556C15.9805 9.01556 17.5687 6.51556 18.9805 6.01556" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.99485 2.52134C7.49638 2.41556 5.56612 2.70338 5.56612 2.70338C4.34727 2.79053 2.01146 3.47385 2.01148 7.46454C2.0115 11.4213 1.98564 16.2993 2.01148 18.2439C2.01148 19.432 2.7471 22.2033 5.29326 22.3518C8.3881 22.5324 13.9627 22.5708 16.5204 22.3518C17.2051 22.3132 19.4846 21.7757 19.7731 19.2956C20.072 16.7263 20.0125 14.9407 20.0125 14.5157" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.9998 7.51556C21.9998 10.277 19.7591 12.5156 16.995 12.5156C14.2309 12.5156 11.9902 10.277 11.9902 7.51556C11.9902 4.75414 14.2309 2.51556 16.995 2.51556C19.7591 2.51556 21.9998 4.75414 21.9998 7.51556Z" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round"/><path d="M6.98047 13.5156H10.9804" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round"/><path d="M6.98047 17.5156H14.9804" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round"/></svg>');
}

input.iban {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 9.06907C2 7.87289 2.48238 7.13982 3.48063 6.58428L7.58987 4.29744C9.7431 3.09915 10.8197 2.5 12 2.5C13.1803 2.5 14.2569 3.09915 16.4101 4.29744L20.5194 6.58428C21.5176 7.13982 22 7.8729 22 9.06907C22 9.39343 22 9.55561 21.9646 9.68894C21.7785 10.3895 21.1437 10.5 20.5307 10.5H3.46928C2.85627 10.5 2.22152 10.3894 2.03542 9.68894C2 9.55561 2 9.39343 2 9.06907Z" stroke="%23AEAEB2" stroke-width="1.5"/><path d="M11.9961 7.5H12.0051" stroke="%23AEAEB2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 10.5V19M8 10.5V19" stroke="%23AEAEB2" stroke-width="1.5"/><path d="M16 10.5V19M20 10.5V19" stroke="%23AEAEB2" stroke-width="1.5"/><path d="M19 19H5C3.34315 19 2 20.3431 2 22C2 22.2761 2.22386 22.5 2.5 22.5H21.5C21.7761 22.5 22 22.2761 22 22C22 20.3431 20.6569 19 19 19Z" stroke="%23AEAEB2" stroke-width="1.5"/></svg>');


}
input.companyName,
input.CommercialRegister,
input.iban {
  position: relative;
  background-position: left .75rem center !important;
  padding-inline: 3rem !important;
  background-repeat: no-repeat !important;

}
.tab {
  display: none;
}

.editProfile.change{
  background-color: var(--mainColor2) !important;
}

.nav-link.active span {
  font-weight: 700 !important;
  color: var(--primaryColor) !important;
}

.nav-link.active span::after {
  width: 100%;
}

.bg-img.service {
  background-image: url("../imgs/background/Wireframe - 2.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.gallary {
  background-image: url("../imgs/background/gallary.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.contactus {
  background-image: url("../imgs/background/Wireframe - 3.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.team {
  background-image: url("../imgs/background/Wireframe - 6.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.portfolio {
  background-image: url("../imgs/background/Wireframe - 5.svg");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

.bg-img.bg-policy {
  background-image: url("../imgs/home/e43f3adbbdb167c86d3140f7ab5d80f0.png");
  background-position: center center;
  background-attachment: local;
  background-size: cover;
}

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

.border-thirdcolor {
  border-color: var(--ThirdColor) !important;
  color: var(--ThirdColor);
}
.border-thirdcolor:hover {
  background-color: var(--ThirdColor);
}

.primary-color-opecity {
  background-color: rgb(253, 219, 155);
}

a.btn {
  font-weight: 400;
}
a.btn:hover {
  background-color: var(--SecondaryColor) !important;
  cursor: pointer;
  transform: translateY(-2px) !important;
  color: var(--primaryColor) !important;
}

button.btn {
  transition: 0.8s !important;
}
button.btn:hover {
  opacity: 70%;
  cursor: pointer;
  color: var(--mainColor2) !important;
}
tbody{
    display: flex !important;
}

a.contact:hover {
  background-color: var(--SecondaryColor) !important;
  color: var(--primaryColor) !important;
}

button.bg-primary-color:hover {
  background-color: var(--SecondaryColor) !important;
  cursor: pointer;
  color: var(--mainColor2) !important;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: var(--primaryColor) !important;
  font-size: 16px;
  font-weight: 600;
}

.breadcrumb-item a {
  font-weight: 400;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
  color: var(--mainColor5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-js .vjs-big-play-button {
  cursor: pointer;
  background-color: var(--mainColor3);
  border-radius: 50%;
  height: 2em;
  width: 2em;
}

.list-group {
  font-size: 20px;
  font-weight: 400;
}

.video-js .vjs-tech {
  border-radius: inherit;
}

.breadcrumb-item a {
  color: #52474A !important;
}

.choose-city span::after {
  content: "...";
}

.Discover {
  font-size: 36px;
  line-height: 61px;
}

.input-group.position-relative:has(.choose-city:focus, #checkOut:focus, #checkIn:focus) {
  position: relative;
}
.input-group.position-relative:has(.choose-city:focus, #checkOut:focus, #checkIn:focus)::after {
  content: "";
  position: absolute;
  width: 20%;
  transform-origin: right bottom;
  height: 4px;
  transform: scaleX(0);
  transform: scaleX(1);
  transform-origin: bottom left;
  bottom: -5px;
  border-radius: 12px !important;
  background-color: var(--primaryColor);
  left: 0;
  transition: transform 0.25s ease-out;
  z-index: 11;
  transform-origin: bottom left;
}

.liked-icon {
  transition: 0.7s !important;
  z-index: 1111;
}

html[lang=ar] .liked-icon {
  left: 10px;
  right: auto;
}

.liked-icon path:hover,
.liked-icon svg:hover {
  fill: rgb(163, 1, 1) !important;
}

.time-picked .prev-button,
.time-picked .next-button,
.date-picked .prev-button,
.date-picked .next-button {
  top: 36% !important;
}
.time-picked .next-button,
.date-picked .next-button {
  right: -6px;
}
.time-picked .prev-button,
.date-picked .prev-button {
  left: -6px;
}

.describtion {
  list-style: disc;
  font-size: 18px;
}
.describtion span {
  font-weight: 500;
}
.describtion span::after {
  content: ":";
  padding-inline: 2px;
}

.border-color {
  border-color: var(--primaryColor) !important;
}

.border.account-type.active {
  border-color: var(--mainColor2) !important;
}
.border.account-type.active path {
  stroke: var(--mainColor2);
}

.tab {
  display: none;
}

.editProfile.change {
  background-color: var(--mainColor2) !important;
}

li:nth-last-of-type(2) .icon.step::after {
  position: absolute;
  content: "";
  width: 2px;
  border: 1px #000000 dashed;
  display: inline-flex;
  flex-direction: column;
  top: 0px;
  z-index: -1;
  height: 75px;
  top: 100%;
}

.icon.step {
  position: relative;
}

html[lang=ar] input.name, html[lang=ar] input.password, html[lang=ar] input.email {
  background-position: right 0.75rem center !important;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.choose-city span::after {
  content: "...";
}

ul {
  list-style: none;
  list-style-position: inside;
}

.card-inf {
  font-size: 14px;
}

.rate-icon,
.liked-icon {
  z-index: 111111;
}

a.bg-primary-color {
  color: var(--mainColor4);
}

.bg-third-color {
  background-color: var(--ThirdColor);
}

.slider {
  width: 100%;
  margin: auto;
}

.slider .slide {
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}

.slider .slide img {
  border-radius: 50%;
}

.slider3 .slick-track {
  display: flex;
  align-items: center;
}

.container-icon {
  width: 90px;
  height: 90px;
  background-color: rgb(254, 237, 205);
}

.login {
  background-color: rgb(35, 115, 169);
}

::-moz-selection {
  color: #fff;
  background: #17a2b8;
}

::selection {
  color: #fff;
  background: #17a2b8;
}

.header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

h3.small-title {
  font-size: 16px !important;
  color: var(--primaryColor);
  font-weight: 400;
  line-height: 60px;
  font-size: 14px;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.price-input .field {
  display: flex;
  width: 10%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  border: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}

.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.b-btn.paypal i {
  color: blue;
}

.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}

.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.gray-icon {
  fill: none;
}
.gray-icon.fill {
  fill: rgb(249, 160, 0);
}
.gray-icon:hover:not(.fill) {
  fill: rgb(249, 160, 0);
  cursor: pointer;
}

.grid-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px 24px;
  grid-template-areas: "img1 img1" "img2 img3";
}
.grid-imgs div {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.grid-imgs .img1 {
  grid-area: img1;
}
.grid-imgs .img2 {
  grid-area: img2;
}
.grid-imgs .img3 {
  grid-area: img3;
}
.grid-imgs div:nth-child(-n+3) {
  position: relative;
  cursor: pointer;
}

.product-hover-last span {
  font-size: 36px;
  font-weight: 600;
}

.progress-bar {
  background-color: var(--primaryColor);
}

.progress {
  height: 12px;
}

.search-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(255, 204, 51, 0.34);
}

html[lang=ar] .section-top-service .row.map::after {
  right: 0px;
  left: auto;
}
html[lang=ar] .layer-home {
  background-position: right top;
}
html[lang=ar] .layer-home.right {
  background-position: left top;
}
html[lang=ar] .LanguageMenu .lan {
  font-family: "Cairo", sans-serif;
}
html[lang=ar] .next-button {
  right: auto;
  left: 50px;
}
html[lang=ar] .prev-button {
  left: 0px;
  right: auto;
}
html[lang=ar] .arrow {
  transform: scaleX(-1);
}
html[lang=ar] .Newsletter input {
  background-position: 98% 50%;
}
html[lang=ar] .text-md-start {
  text-align: right !important;
}
html[lang=ar] .text-md-end {
  text-align: left !important;
}
html[lang=ar] .about-container::after {
  right: 2%;
  left: auto;
}
html[lang=ar] .accordion-button::after {
  margin-right: auto;
  margin-left: 0px;
}
html[lang=ar] .intl-tel-input.allow-dropdown .selected-flag {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
html[lang=ar] .intl-tel-input.allow-dropdown .flag-container,
html[lang=ar] .intl-tel-input.allow-dropdown .flag-container {
  left: auto !important;
  right: 0 !important;
}
html[lang=ar] .intl-tel-input.allow-dropdown.allow-dropdown input,
html[lang=ar] .intl-tel-input.allow-dropdown.allow-dropdown input[type=text],
html[lang=ar] .intl-tel-input.allow-dropdown.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 10px;
  padding-right: 56px;
  direction: rtl !important;
}
html[lang=ar] .intl-tel-input.allow-dropdown .selected-flag {
  border-left: solid 1px rgba(221, 221, 221, 0.637);
  border-right: solid 0px rgba(221, 221, 221, 0.637);
}

.img-container img {
  transition: all 0.8s ease;
  width: 100%;
}
.img-container img:hover {
  transform: scale(1.07);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.service-img div {
  border-radius: 300px 2000px 10000px 10000px;
  max-height: 90%;
  overflow: hidden;
}

.service-img::after {
  background-color: rgb(246, 223, 162);
  left: 0%;
  bottom: 0%;
  width: 380px;
  height: 380px;
}

.card h2 {
  font-size: 20px;
  color: var(--primaryColor);
  font-weight: 400;
  line-height: 22px;
}

.about h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.w-img-popup {
  width: 50%;
}

p.text-secondary {
  color: var(--ThirdColor) !important;
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.color-calendar {
  background-color: var(--mainColor4) !important;
  width: 100%;
}

.color-calendar .calendar__days {
  grid-template-columns: repeat(7, minmax(35px, 95px)) !important;
}

.color-calendar.basic .calendar__weekdays {
  grid-template-columns: repeat(7, minmax(20px, 105px)) !important;
}

.color-calendar .calendar__header {
  grid-template-columns: repeat(7, minmax(20px, 101px)) !important;
}

.color-calendar.basic .calendar__days .calendar__day-other {
  color: var(--primaryColor);
  opacity: 0.2;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  background-color: var(--primaryColor);
  box-shadow: 0 3px 15px -5px var(--primaryColor);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.calendar__day-active {
  color: var(--mainColor2);
}

.calendar__day-today {
  color: var(--mainColor2) !important;
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
  background-color: var(--primaryColor);
}

.time label:hover {
  cursor: pointer;
}

.time.active label {
  background-color: var(--primaryColor);
  color: var(--mainColor4);
  border-color: var(--primaryColor) !important;
}

.checkout input:focus {
  box-shadow: none;
}

.border-bottom:has(.Payment.active) .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

div input[type=checkbox]:checked label {
  color: var(--ThirdColor);
}

.Newsletter {
  color: var(--mainColor4) !important;
}
.Newsletter input {
  background-color: transparent;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%2019C15.6421%2019%2019%2015.6421%2019%2011.5C19%207.35786%2015.6421%204%2011.5%204C7.35786%204%204%207.35786%204%2011.5C4%2015.6421%207.35786%2019%2011.5%2019Z%22%20stroke%3D%22%23F3F1F2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M20%2020L18%2018%22%20stroke%3D%22%23F3F1F2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat 12px center;
  color: var(--mainColor4);
  background-position-x: 5px;
  background-position-y: center;
  background-size: auto;
  background-size: 22px 25px;
  padding-inline: 30px;
}
.Newsletter input::-moz-placeholder {
  color: var(--mainColor4);
}
.Newsletter input::placeholder {
  color: var(--mainColor4);
}
.Newsletter input:focus {
  background-color: transparent;
  border: 0px solid #000000 !important;
  color: var(--mainColor4);
}

.connection svg {
  transition: transform 0.2s ease-in-out;
}
.connection svg:hover {
  transform: translateY(-3px);
  cursor: pointer;
}

.carousel-caption {
  top: 10%;
}

.layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.layer-home {
  background-image: url("../imgs/home/layer-home.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.layer-about {
  background-image: url("../imgs/home/bg-about.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.layer.layer-img {
  background-color: rgba(28, 58, 169, 0.67);
}

.carousel-item {
  height: 800px;
}
.carousel-item .img-slider {
  height: 100%;
}
.carousel-item .img-slider img {
  min-height: 100% !important;
}

.item-height {
  height: 75vh;
  overflow: hidden;
}
.item-height img,
.item-height video {
  max-width: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-caption {
  z-index: 1;
  color: var(--mainColor4);
  right: 10%;
  top: 22%;
  left: 10%;
}

.carousel-indicators .active {
  background-color: var(--primaryColor) !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--mainColor4);
  border-radius: 10px !important;
  width: 35px;
  height: 7px;
  border-radius: 11px;
  opacity: 1 !important;
  transition: 0.7s !important;
}

/* .carousel-indicators .active {
  width: 78.75px !important;
} */

.about h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--primaryColor);
}

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

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  width: 2rem !important;
  height: 2rem !important;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='none'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 13H19V19H13V21H19V27H21V21H27V19H21V13Z' fill='deeppink'/%3E%3C/svg%3E");
  background-size: 2rem !important;
  border-radius: 50%;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='none'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 13H19V19H13V21H19V27H21V21H27V19H21V13Z' fill='black'/%3E%3C/svg%3E");
}

.accordion-item {
  position: relative;
}

.accordion-item::before {
  content: "";
  left: 0px;
  width: 8px;
  position: absolute;
  z-index: 11;
  top: 0px;
  bottom: 0px;
  background-color: var(--primaryColor);
}

.accordion-item:has(.show)::before {
  background-color: var(--mainColor2);
}

.slick-dots {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  gap: 4px;
  right: 0;
  margin: 0;
  bottom: 0px;
  padding-inline: 3rem !important;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  border: none;
  background-color: rgba(236, 124, 13, 0.2941176471);
  text-indent: -9999px;
  transition: 0.7s !important;
}

.slider-img li {
  text-align: center;
}

li.slick-active button {
  background-color: var(--primaryColor);
  border-radius: 30px;
}

.badge {
  z-index: 111;
}

input[type=checkbox] {
  height: 15px;
  width: 15px;
}

.btn-bg-load-more {
  border: 1px solid var(--primaryColor);
  font-size: 18px;
}

.vjs-control-bar {
  border-radius: inherit;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-js .vjs-big-play-button {
  cursor: pointer;
  background-color: var(--mainColor4);
  border-radius: 50%;
  height: 2em;
  width: 2em;
}

.video-js {
  background-color: #ffffff;
}

.ul-Methodology li {
  width: 50%;
}

.card-blue {
  background: #E7FDFD;
}

.bg-blue {
  background: #E7FDFD;
}

h3 {
  font-size: 24px;
  line-height: 100%;
}

.img-margin .img-card {
  height: 380px;
}

h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

.position-absolute .badge {
  border-radius: 0px 32px 32px 0px !important;
}

.calendar__day-active {
  color: var(--mainColor2);
}

.calendar__day-today {
  color: var(--mainColor2) !important;
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
  background-color: var(--primaryColor);
}

.calendar__day-today {
  color: var(--mainColor4) !important;
}

.about-container::before {
  background-color: transparent;
  background-image: url("../imgs/home/Group (3).svg");
  background-size: contain;
  bottom: -25%;
  left: -10%;
  width: 300px;
  height: 300px;
  position: absolute;
  opacity: 25%;
  content: "";
}

.about-container::after {
  background-image: url("../imgs/home/Group (3).svg");
  background-size: contain;
  top: -25%;
  transform: scale(-1);
  right: -10%;
  opacity: 25%;
  width: 300px;
  height: 300px;
  position: absolute;
  content: "";
}

.about-container {
  position: relative;
  overflow: hidden;
}

h5.h5-home {
  font-size: 40px !important;
  line-height: 50px;
  font-weight: 600 !important;
  padding-inline: 2px;
}

h4 span {
  color: var(--primaryColor);
}

.img-card {
  overflow: hidden;
}
.img-card img {
  transition: all 0.8s ease;
}
.img-card:hover {
  cursor: pointer;
}
.img-card:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.about-card {
  height: 550px;
}

.card h4,
.card .h4 {
  font-size: 23px;
  line-height: 39px;
  font-weight: 500;
}

.intl-tel-input.separate-dial-code .selected-flag {
  border-right: solid 1px rgba(221, 221, 221, 0.637);
  background-color: transparent;
}

.flag-container:hover {
  background-color: transparent;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}

.img-card img {
  max-width: 170%;
}

a:has(span.arrow) .arrow,
button:has(span.arrow) .arrow {
  transition: transform 0.3s ease-in-out !important;
}

button:has(.arrow) {
  transition: transform 0.3s ease-in-out !important;
}

a:has(span.arrow):hover {
  transform: translateY(0px) !important;
}
a:has(span.arrow):hover .arrow {
  transform: translateX(-3px) !important;
}

button:has(span.arrow):hover {
  transform: translateY(0px) !important;
}
button:has(span.arrow):hover .arrow {
  transform: translateX(5px) !important;
}

.search-nav {
  background-color: rgba(255, 255, 255, 0.2);
}

.subscrib:focus {
  border: 0px solid #000000 !important;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
  color: white;
}

.subscrib {
  color: white;
}

.pagination li a {
  border-radius: 30% !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F1F1F1;
  color: var(--mainColor2);
}

.active > .page-link,
.page-link.active {
  background-color: var(--primaryColor);
  border: 0px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: transparent;
}

.subscrib::-moz-placeholder {
  color: rgb(255, 255, 255) !important;
}

.subscrib::placeholder {
  color: rgb(255, 255, 255) !important;
}

button.prev-button,
button.next-button {
  width: 30px;
  height: 30px;
  z-index: 1;
  display: flex;
  bottom: 102%;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1111111;
}
button.prev-button:hover,
button.next-button:hover {
  background-color: var(--primaryColor);
}

.next-button {
  right: 0px;
}

.prev-button {
  right: 50px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-height: 500px;
}
.parent div {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.parent div img {
  max-width: 200%;
}
.parent .div1 {
  grid-area: 1/1/3/3;
}
.parent .div2 {
  grid-area: 1/3/2/4;
}
.parent .div3 {
  grid-area: 1/4/2/5;
}
.parent .div4 {
  grid-area: 2/3/3/4;
}
.parent .div5 {
  grid-area: 2/4/3/5;
}

.projects .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.projects .parent div {
  cursor: pointer;
}
.projects .parent .div1 {
  grid-area: 1/1/2/2;
}
.projects .parent .div2 {
  grid-area: 1/2/2/3;
}
.projects .parent .div3 {
  grid-area: 1/3/2/4;
}
.projects .parent .div4 {
  grid-area: 2/1/3/4;
}

.container-reverse-store .row:nth-child(even) {
  flex-direction: row-reverse;
}

.img-card:has(.layer) {
  height: 280px;
}

.container-divs div {
  background-color: white;
}
.container-divs div:nth-child(3n+1),
.container-divs div:nth-child(3n+2) {
  width: 50%;
}
.container-divs div:nth-child(3n+1) {
  padding-inline-end: 12px;
}
.container-divs div:nth-child(3n+2) {
  padding-inline-start: 12px;
}
.container-divs div:nth-child(3n) {
  margin-block: 24px;
  width: 100%;
}

.sevices-fade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 35%, rgb(4, 5, 21) 100%);
}

.fs-10 {
  font-size: 10px;
}

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

.fs-16 {
  font-size: 16px;
}

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

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

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

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

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

.fw-900 {
  font-weight: 900;
}

.img-product-slider img {
  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;
  gap: 10px;
}
.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;
}

.img-slider {
  height: 150px;
  transition: all 0.8s ease;
}
.img-slider img {
  width: 89%;
}
.img-slider:hover {
  transform: scale(1.04);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.waves {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: var(--primaryColor);
}

.slick-list {
  overflow: visible;
}

.img-container-cards .img-card {
  height: 143px;
  max-width: 80%;
}

.container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex .img-card {
  position: absolute;
  right: 10%;
  top: 0px;
  bottom: 0px;
}
.container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex {
  justify-content: start;
  position: relative;
}
.container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex:first-child,
.container-fluid:has(.img-container-cards) .img-container-cards:first-child .d-flex:last-child {
  justify-content: end;
}
.container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex {
  justify-content: end;
  position: relative;
}
.container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex .img-card {
  position: absolute;
  left: 10%;
  top: 0px;
  bottom: 0px;
}
.container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex:first-child,
.container-fluid:has(.img-container-cards) .img-container-cards:last-child .d-flex:last-child {
  justify-content: start;
}

.navbar-brand2 {
  display: none;
}

.nav-bar-padding {
  padding-top: 60px;
}

.navbar-brand img {
  transition: all 0.8s ease;
}

.navbar-toggler {
  color: var(--mainColor2) !important;
}

.card:has(.top-card) .top-card {
  top: 0%;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 23px;
}

.card:has(.img-card-service) {
  height: 400px;
}

.doctor-img::after {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../imgs/home/Vector.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 300px 300px;
}

.img-container {
  height: 420px;
}

.slider-container .grid {
  transition: all 0.8s ease;
}

.typed-cursor {
  display: none;
}

.expert {
  padding-inline: 30px;
}
.expert li {
  color: #000000;
  font-weight: 700;
}
.expert li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../imgs/home/Stickers V11.png");
  background-size: contain;
  left: -28px;
  right: auto;
  background-repeat: no-repeat;
}

html[lang=ar] .expert li::after {
  right: -28px;
  left: auto;
}

html[lang=ar] .offcanvas-start {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.img-circle1 {
  height: 140px;
}

.img-circle2 {
  width: 150px;
  height: 150px;
}

html[lang=ar] .country-list {
  text-align: right;
}

.slider-img .bg-img {
  height: 306px;
}
.slider-img .bg-img div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.slider-img .bg-img img {
  max-width: 100%;
}

.slider-img.bg-img {
  height: 236px;
}

.lan:hover {
  color: white;
}

.slick-slider .slick-track {
  margin-left: initial;
  margin-right: initial;
}

.slick-slide {
  padding-inline: 15px;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome-text {
  display: none;
}

a.LanguageMenu:hover,
a.LanguageMenu span:hover {
  color: var(--primaryColor);
}
a.LanguageMenu:hover svg path,
a.LanguageMenu span:hover svg path {
  stroke: var(--primaryColor);
}

.navbar-nav {
  text-wrap: nowrap;
}

.accordion-button:not(.collapsed) {
  color: var(--mainColor2) !important;
}

.fa-star {
  color: var(--primaryColor);
  font-size: 14px;
}

.slider-container .grid:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.slider-container .grid:hover svg path {
  fill: var(--mainColor4) !important;
}
.slider-container .grid:hover .grid svg path {
  fill: var(--SecondaryColor) !important;
}

.slider-container .card {
  transition: all 0.8s ease;
}

.slider-container .card.active {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.form-check .form-check-input {
  height: 16px;
  width: 16px;
}

.form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

body:has(div.checkout),
body:has(.checkout-bg) {
  position: relative;
}
body:has(div.checkout)::after,
body:has(.checkout-bg)::after {
  position: absolute;
  content: "";
  width: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 550px;
  bottom: 280px;
  z-index: -1;
}

body:has(div.checkout)::after {
  right: 0px;
  background-image: url("../imgs/home/bg-checkout.png");
}

body:has(.checkout-bg)::after {
  left: 0px;
  background-image: url("../imgs/home/checkout.png");
}

.bg-about {
  background-image: url("../imgs/home/Mask.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.color-calendar.basic .calendar__header {
  padding: 25px;
}

.color-calendar.basic .calendar__arrow-prev,
.color-calendar.basic .calendar__monthyear,
.color-calendar.basic .calendar__arrow-next {
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #E4E5E7;
}

.form-control::-moz-placeholder {
  color: var(--mainColor2);
  font-size: 14px;
}

.form-control::placeholder {
  color: var(--mainColor2);
  font-size: 14px;
}

.form-control:focus {
  border-color: var(--SecondaryColor) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(248, 71, 1, 0.034) !important;
  background-color: rgba(248, 71, 1, 0.034);
}

.form-control {
  font-size: 14px;
}

.color-calendar.basic .calendar__days .calendar__day-box {
  border-radius: 0.5rem;
  background-color: var(--primaryColor);
  box-shadow: 0 3px 15px -5px var(--SecondaryColor);
}

.form-check-input:focus {
  border-color: var(--SecondaryColor);
  outline: 0;
  box-shadow: 0 0 0 0.1rem var(--SecondaryColor);
}

.form-bg {
  background-image: url("../imgs/home/form-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-bg:has(.img-phonesmart) {
  background-image: url("../imgs/home/form-download-bg.png");
}

.about-bg {
  background-image: url("../imgs/home/Lingkaran.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.form-bg.form {
  background-image: url("../imgs/home/form.png") !important;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.bg-header {
  background-image: url("../imgs/home/bgg.png");
}

.products.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--mainColor2) !important;
  background-color: var(--SecondaryColor);
  position: relative;
  font-weight: 600;
  transition: all 0.25s ease-out;
}

.products.nav-pills .nav-link.active::after {
  content: "";
  width: 30px;
  height: 2px;
  bottom: -5px;
  border-radius: 12px !important;
  background-color: var(--primaryColor);
  z-index: 111;
  display: flex;
  margin: auto;
}

.products.nav-pills {
  display: flex;
}

.order-track li:not(:last-child) .icon.step::after {
  position: absolute;
  content: "";
  width: 2px;
  border: 1px #7e7e81 dashed;
  display: inline-flex;
  flex-direction: column;
  top: 0px;
  z-index: -1;
  height: 70px;
  top: 100%;
}

.order-track li.disabled, .order-track li.cancelled {
  color: #8E8E93 !important;
}
.order-track li.disabled .icon.step path:first-child, .order-track li.cancelled .icon.step path:first-child {
  stroke: #8E8E93;
  fill: #8E8E93;
}

.order-track li.disabled .icon.step::after {
  border: 1px #c3c3ca dashed;
}
.order-track li.disabled .icon.step path:first-child {
  stroke: #8E8E93;
  fill: #8E8E93;
}

.order-track li.cancelled .icon.step path:first-child {
  stroke: #FF3B30;
  fill: #FF3B30;
}

.products.nav-pills .nav-link {
  color: var(--ThirdColor);
  background-color: transparent;
  border-radius: 5px !important;
  font-size: 16px;
  flex: 1;
  padding: 0.5rem 1rem;
}

.grid .grid-item .img-card {
  width: 100%;
}

.small-absolute {
  height: 450px;
}

input[type=location] {
  overflow: clip !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M15.5 11C15.5 12.933 13.933 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11C8.5 9.067 10.067 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11Z' stroke='%23202020' stroke-width='1.5'/><path d='M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z' stroke='%23202020' stroke-width='1.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 16px 16px;
}

.page-item:last-child .page-link {
  color: var(--primaryColor);
  padding-inline: 20px;
  font-weight: 600;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border: 0px;
  height: auto;
  width: auto;
}

.layer-home.right {
  background-position: right top;
}

html[lang=ar] input[type=location] {
  background-position: left 9px center;
}

.circle {
  animation: rotate-circle 2s infinite linear;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  z-index: 111111;
}

.connection svg {
  transition: all 0.8s ease;
}
.connection:hover {
  cursor: pointer;
}
.connection:hover svg {
  transform: translateY(-4px);
}

.sevices-cards .card svg {
  transition: all 0.8s ease;
}
.sevices-cards .card:hover {
  cursor: pointer;
}
.sevices-cards .card:hover svg {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.btn-service {
  transition: all 1s ease;
}

.btn-service:hover {
  box-shadow: inset 0 0 0 2em transparent;
  border: 1px solid rgba(245, 105, 46, 0.6);
  cursor: pointer;
  transform: translateY(0px) !important;
  color: rgba(245, 105, 46, 0.6) !important;
}

.password-container {
  position: relative;
  display: flex;
}

.toggle-password {
  position: absolute;
  right: 20px;
  top: 33%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

input::-ms-reveal {
  display: none;
}

html[lang=ar] .toggle-password {
  left: 20px;
  right: auto;
}

.border:has(.Payment.active) {
  color: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
}

.border.account-type.active {
  border-color: var(--primaryColor) !important;
}

.first-img {
  width: 90%;
}

.second-img {
  width: 50%;
  height: 50%;
  transform: translateX(50%);
}

html[lang=ar] .second-img {
  transform: translateX(-50%);
  left: 0px;
  right: auto;
}

.img-shape {
  background-color: #dedfe1;
  position: relative;
  border-width: 20px !important;
  border-radius: 64% 50% 60% 58%;
}

.img-container:has(.img-shape) {
  max-width: 80%;
  display: flex;
  position: relative;
}
.img-container:has(.img-shape)::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: -20px;
  left: -40px;
  height: 100%;
  width: 100%;
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  background-size: contain;
}

.img-container:has(.first-img) {
  position: relative;
}
.img-container:has(.first-img)::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../imgs/home/aftershape.png") top right no-repeat;
}
.img-container:has(.first-img) .img-shape::after {
  background: unset;
}

.text-bg-blue {
  background-color: #013C76;
}

.badge-min::after,
.badge-min::before {
  content: "";
  display: inline-block;
  width: 12px;
  align-items: center;
  border: 1px dashed gray;
}

div .border-bottom:last-child {
  border-bottom: 0px !important;
}

.bg-profile {
  background-image: url(../imgs/home/bg-profile.png);
  background-repeat: no-repeat;
  background-position: center center;
}

html[lang=ar] .form-select {
  position: relative;
  background-position: left 0.75rem center;
  padding-inline: 2.25rem;
}

.drive::after,
.arrive::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  align-items: center;
  content: "";
  display: inline-block;
  width: 2.25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1111;
}

.drive::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><rect width='24' height='24' rx='6' fill='%23EC7E0D'/><path fill-rule='evenodd' clip-rule='evenodd' d='M5.625 10.7383C5.625 7.28842 8.50791 4.5 11.9951 4.5C15.4921 4.5 18.375 7.28842 18.375 10.7383C18.375 12.4768 17.7428 14.0907 16.7021 15.4587C15.5541 16.9676 14.1391 18.2823 12.5464 19.3143C12.1819 19.5528 11.8529 19.5708 11.4528 19.3143C9.85105 18.2823 8.43607 16.9676 7.29787 15.4587C6.25649 14.0907 5.625 12.4768 5.625 10.7383ZM9.89566 10.9322C9.89566 12.0879 10.8387 12.9969 11.9951 12.9969C13.1522 12.9969 14.1043 12.0879 14.1043 10.9322C14.1043 9.7855 13.1522 8.83228 11.9951 8.83228C10.8387 8.83228 9.89566 9.7855 9.89566 10.9322Z' fill='white'/></svg>");
}

.arrive::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><circle cx='12' cy='12' r='12' fill='%23EC7E0D'/><circle cx='12' cy='12' r='3' fill='white'/></svg>");
}

.img-seat {
  height: 80px;
  width: 80px;
}

td {
  vertical-align: middle;
}

.bg-model {
  background-image: url("../imgs/home/Done.png");
  background-repeat: no-repeat;
}

.liked-icon {
  transition: 0.9s !important;
  z-index: 1111;
}

.liked-icon path:hover,
.liked-icon svg:hover {
  fill: var(--primaryColor) !important;
}

.price {
  align-items: center;
  display: flex;
}

.price:after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M20.5713 18.0522C20.458 18.9684 20.4084 19.3653 19.9854 20.2583L13.4893 21.6001C13.6386 20.6348 13.8376 19.8904 14.1611 19.4438L20.5713 18.0522ZM11.5225 11.7339L13.4639 11.313V5.17822C14.1871 4.3664 14.632 4.00229 15.5049 3.5415V10.8696L20.5713 9.77002C20.458 10.6862 20.4084 11.0831 19.9854 11.9761L15.5049 12.9233V14.9829L20.5713 13.9116C20.458 14.8277 20.4084 15.2247 19.9854 16.1177L15.5049 17.0425V17.062L13.4639 17.4839V13.354L11.5225 13.7642V16.3677L11.4893 16.3735C11.0428 17.1564 10.4132 18.0972 9.80566 18.8481L3.42871 20.062C3.48589 19.2418 3.60562 18.7799 3.97656 17.9536L9.48145 16.7603V14.1958L4.37891 15.2759C4.43607 14.4556 4.55587 13.9937 4.92676 13.1675L9.48145 12.1772V4.0376C10.2047 3.22567 10.6494 2.86075 11.5225 2.3999V11.7339Z' fill='black'/></svg>");
  width: 24px;
  height: 24px;
  display: inline-block;
  align-items: center;
}

.price.offer:after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M20.5713 18.0522C20.458 18.9684 20.4084 19.3653 19.9854 20.2583L13.4893 21.6001C13.6386 20.6348 13.8376 19.8904 14.1611 19.4438L20.5713 18.0522ZM11.5225 11.7339L13.4639 11.313V5.17822C14.1871 4.3664 14.632 4.00229 15.5049 3.5415V10.8696L20.5713 9.77002C20.458 10.6862 20.4084 11.0831 19.9854 11.9761L15.5049 12.9233V14.9829L20.5713 13.9116C20.458 14.8277 20.4084 15.2247 19.9854 16.1177L15.5049 17.0425V17.062L13.4639 17.4839V13.354L11.5225 13.7642V16.3677L11.4893 16.3735C11.0428 17.1564 10.4132 18.0972 9.80566 18.8481L3.42871 20.062C3.48589 19.2418 3.60562 18.7799 3.97656 17.9536L9.48145 16.7603V14.1958L4.37891 15.2759C4.43607 14.4556 4.55587 13.9937 4.92676 13.1675L9.48145 12.1772V4.0376C10.2047 3.22567 10.6494 2.86075 11.5225 2.3999V11.7339Z' fill='#212529bf'/></svg>");
}

.card:has(.banner) {
  background: url("../imgs/home/banner.png") no-repeat center;
  background-size: 100% auto;
  background-position: top;
}

.profile .nav-link {
  color: var(--mainColor4) !important;
}
.profile .nav-link.active {
  background-color: var(--mainColor4) !important;
  color: var(--mainColor2) !important;
}
.profile .nav-link.active svg path {
  stroke: var(--mainColor2);
}

.editProfile {
  color: var(--primaryColor);
}
.editProfile.change {
  color: var(--mainColor4);
  background-color: var(--primaryColor);
}

.canceled {
  color: #E04646;
  background-color: rgba(224, 70, 70, 0.1490196078);
}

.carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 50%;
    background: var(--primaryColor);
}

.carousel-indicators .active {
    width: 14px;
}

.connection img{
    transition: all 0.8s 
ease;
}
.connection:hover img{
    transform: translateY(-4px);
}

.joined {
  color: #0E9A54;
  background-color: rgba(14, 154, 84, 0.2);
}

.dropdown-toggle::after {
  display: none;
}

.custom-tooltip {
  --bs-tooltip-bg: #00000066;
  color: white;
}

.text-blue {
  color: #013C76;
}

/*.form-scroll {*/
/*  -ms-overflow-style: none;*/
/*  scrollbar-width: none;*/
/*}*/

body:has(div.form-scroll) {
  position: relative;
  background-image: url(../imgs/home/formscroll.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.rate {
  height: 46px;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}

.rate:not(:checked) > label:before {
  content: "☆";
}

.rate > input:checked ~ label:before {
  color: var(--primaryColor);
  content: "★";
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: var(--primaryColor);
  scale: 1.2;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  content: "★";
}

.phone-frame {
  position: relative;
  border: 11.334px solid #111;
  border-radius: 35px;
  overflow-y: hidden;
}

.phone-frame::after {
  content: "";
  width: 80px;
  height: 20px;
  margin: 0 auto;
  top: 0px;
  background-color: #111;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}

.phone-frame img {
  display: block;
  max-height: 100%;
}

.img-phonesmart .small-absolute {
  z-index: 1111;
}

.img-phonesmart .small-absolute:first-child {
  transform: translateX(-60%);
  z-index: -1;
}

.img-phonesmart .small-absolute:last-child {
  transform: translateX(60%);
  z-index: -1;
}

.img-phonesmart .small-absolute {
  top: 0px;
  bottom: 0px;
}

.img-phonesmart .small-absolute:nth-child(2) .phone-frame {
  transform: scaleY(1.08);
}

.reservistion {
  background-image: url("../imgs/home/Frame.png");
}

.bg-cancelation {
  background-color: #9A0E0E;
}

::-webkit-scrollbar-thumb {
  background: var(--primaryColor);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.bounce {
  animation-name: bounce;
  animation-timing-function: ease;
  transform-origin: bottom;
  animation-duration: 1s;
}

@keyframes bounce {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.slider-services .card {
  background-image: url("../imgs/home/bg-card.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.card:has(.card-color) .card-color {
  border-end-end-radius: 10px;
  border-start-start-radius: 10px;
}
.bg-facebook {
  background-color: #1877F2 !important;
}

.social-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile .nav-link {
  color: var(--mainColor2) !important;
}

.profile .nav-link.active {
  font-weight: 500;
  background-color: var(--mainColor4) !important;
    color: var(--mainColor2) !important;
}


 html[lang=en] .profile .nav-link.active{
    border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
}

 html[lang=ar] .profile .nav-link.active{
border-end-start-radius: 0px !important;
  border-start-start-radius: 0px !important;
}



.profile .nav-link:not(.Logout) svg path {
  stroke: var(--mainColor2) !important;
}

.container-img {
  position: sticky !important;
  top: 0;
  height: 100vh;
}

/* allow internal scrolling only on the form column */
.form-scroll {
  max-height: 100vh;
  overflow: auto;
}

input.name {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 9C17 6.23858 14.7614 4 12 4C9.23858 4 7 6.23858 7 9C7 11.7614 9.23858 14 12 14C14.7614 14 17 11.7614 17 9Z' stroke='%23AEAEB2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M19 21C19 17.134 15.866 14 12 14C8.13401 14 5 17.134 5 21' stroke='%23AEAEB2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

input.email {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2 6.5L8.91302 10.417C11.4616 11.861 12.5384 11.861 15.087 10.417L22 6.5' stroke='%23AEAEB2' stroke-width='1.5' stroke-linejoin='round'/><path d='M2.01577 13.9756C2.08114 17.0412 2.11383 18.5739 3.24496 19.7094C4.37608 20.8448 5.95033 20.8843 9.09883 20.9634C11.0393 21.0122 12.9607 21.0122 14.9012 20.9634C18.0497 20.8843 19.6239 20.8448 20.7551 19.7094C21.8862 18.5739 21.9189 17.0412 21.9842 13.9756C22.0053 12.9899 22.0053 12.0101 21.9842 11.0244C21.9189 7.95886 21.8862 6.42609 20.7551 5.29066C19.6239 4.15523 18.0497 4.11568 14.9012 4.03657C12.9607 3.98781 11.0393 3.98781 9.09882 4.03656C5.95033 4.11566 4.37608 4.15521 3.24495 5.29065C2.11382 6.42608 2.08114 7.95885 2.01576 11.0244C1.99474 12.0101 1.99475 12.9899 2.01577 13.9756Z' stroke='%23AEAEB2' stroke-width='1.5' stroke-linejoin='round'/></svg>");
}

input.password {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.26781 19.3447C4.49269 21.015 5.87613 22.3235 7.55966 22.4009C8.97627 22.466 10.4153 22.5 12 22.5C13.5847 22.5 15.0237 22.466 16.4403 22.4009C18.1239 22.3235 19.5073 21.015 19.7322 19.3447C19.879 18.2547 20 17.1376 20 16C20 14.8624 19.879 13.7453 19.7322 12.6553C19.5073 10.985 18.1239 9.67649 16.4403 9.59909C15.0237 9.53397 13.5847 9.5 12 9.5C10.4153 9.5 8.97627 9.53397 7.55966 9.59909C5.87613 9.67649 4.49269 10.985 4.26781 12.6553C4.12105 13.7453 4 14.8624 4 16C4 17.1376 4.12105 18.2547 4.26781 19.3447Z' stroke='%23AEAEB2' stroke-width='1.5'/><path d='M7.5 9.5V7C7.5 4.51472 9.51472 2.5 12 2.5C14.4853 2.5 16.5 4.51472 16.5 7V9.5' stroke='%23AEAEB2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M16 15.99V16' stroke='%23AEAEB2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 15.99V16' stroke='%23AEAEB2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 15.99V16' stroke='%23AEAEB2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

input.name,
input.password,
input.email {
  position: relative;
  background-position: left 0.75rem center !important;
  padding-inline: 3rem !important;
  background-repeat: no-repeat !important;
}

.profile-picture {
  opacity: 1;
  height: 120px;
  width: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: url(../imgs/home/image-upload.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}

.img-profile {
  background-size: 100% 100%;
  height: 120px;
  width: 120px;
}

.address .border:has(.active) {
  background-color: #E8E9EA;
  border-color: #E8E9EA !important;
}
.badge-warning {
    background-color: rgba(255, 193, 7, 0.3);
    color: #FFC107;
}
.btn-dark {
    background-color: #1C1F2B !important;
    border-color: #1C1F2B !important;
    transition: all 0.3s ease;
}

.btn-dark:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.badge-active {
  background-color: rgba(52, 199, 89, 0.3019607843);
  color: #34C759;
}

.badge-Cancelled {
  background-color: rgba(255, 0, 0, 0.3019607843);
  color: #FF3B30;
}

.badge-Completed {
  background-color: rgba(0, 122, 255, 0.3019607843);
  color: #007AFF;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}






.nav-pills .nav-link.active span {
  color: var(--mainColor2) !important;
}

.nav-pills .nav-link span::after {
  background-color: var(--mainColor2);
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
}

html[lang=ar] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0px;
  margin-right: -1px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-text::after {
  content: "|";
}

.border-dashed {
  border-style: dashed !important;
}

#footer {
  background-image: url(../imgs/home/footer.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

html[lang=ar] input.name, html[lang=ar] input.password, html[lang=ar] input.email {
  background-position: right 0.75rem center !important;
}

.apnd-img {
  display: flex;
  height: 200px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}

.apnd-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.apnd-img i {
  position: absolute;
  right: 15px;
  top: 4px;
  color: #d2d2d2;
  cursor: pointer;
}

.facebook:hover, .facebook:focus {
  color: #3b5998;
  box-shadow: 0 0 12px 0 #3b5998;
}

.whatsapp:hover, .whatsapp:focus {
  color: #25d366;
  box-shadow: 0 0 12px 0 #25d366;
}

.snapchat:hover, .snapchat:focus {
  color: #ffd633;
  box-shadow: 0 0 12px 0 #ffd633;
}

.tiktok:hover, .tiktok:focus {
  color: rgb(253, 107, 137);
  box-shadow: 0 0 12px 0 rgb(253, 107, 137);
}

.instagram:hover, .instagram:focus {
  color: #9f0af3;
  box-shadow: 0 0 12px 0 #9f0af3;
}

.social-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 250ms;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 400px;
}

.leaflet-control-container .leaflet-top .leaflet-control {
  margin-top: 10px;
}

.map-controls {
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.search-result {
  padding: 8px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.search-result:hover {
  background-color: #f5f5f5;
}

.search-results {
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 5px;
  display: none;
}

.nav-pills::-webkit-scrollbar-thumb {
  scroll-behavior: smooth;
  background-color: var(--mainColor2);
  width: 2px;
  border-radius: 0px;
}

.form-control:focus {
  border-color: var(--mainColor2) !important;
  box-shadow: 0 0 0 0rem rgba(248, 71, 1, 0.034) !important;
}/*# sourceMappingURL=style.css.map */