@font-face {
  font-family: "Inter-ExtraBold";
   src: url("../fonts/Inter/Inter-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter/Inter-Light.ttf") format("truetype");
}

 @font-face {
      font-family: "aed Regular";
      src: url("../fonts/AED/aed.otf") format("truetype");
  }
  .dirham-symbol{
      font-family: 'aed Regular';
  }


:root {
  --font-1-font-family : "Inter-ExtraBold";
  --font-2-font-family: "Inter-Bold";
  --font-3-font-family: "Inter-Medium";
  --font-4-font-family: "Inter-Regular";
  --font-5-font-family: "Inter-Light";

  /* 1B2228  same 0A0C2B */
  --color-primary-1: #0A0C2B;
  --color-primary-2: #252668;
  --color-primary-3: #787BC9;
  --color-primary-4: #CACCEA;
  --color-secondary: #CE9A35;
  --color-secondary-1: #FEFAF1;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #4B4C6E;
  --color-gray-1: #ABABC7;
  --color-gray-2: #DDDDE8;
  --color-gray-3:  #F0F0F5;
  --color-gray-4:#6F709C;
  --color-green-50: #EEF9F3;
  --color-green-100 :  #F4F4FB;
  --color-green-600 : #56A36B;
  --color-yellow-800 :  #FCC860;
  --color-yellow-500 :  #FEFAF1;
  --color-black-800 :  #1B2228;
  --color-red : red;
}

html {
  font-size: 1rem;
}

body {
  font-family: var(--font-4-font-family);
  letter-spacing: 0.01rem;
  overflow-x: hidden;
  background-color: #fafafa ;
}

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

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

.color-blue-200{
  color: var(--color-primary-4);
}

.color-blue-400{
  color: var(--color-primary-3);
}

.color-blue-500{
  color: var(--color-primary-2);
}

.color-blue-800{
  color: var(--color-primary-1);
}


.color-gray-200{
  color: var(--color-gray-2);
}

.color-gray-500{
  color: var(--color-gray-1);
}

.color-gray-600{
  color: var(--color-gray-4);
}

.color-gray-700{
  color: var(--color-gray);
}

.color-green-50{
  color: var(--color-green);
}

.color-green-100{
  color: var(--color-green-100);
}

.color-green-600{
  color: var(--color-green-600);
}

.color-yellow-800{
  color: var(--color-yellow-800);
}

.color-yellow-500{
  color: var(--color-yellow-500);
}

.color-black-800{
  color: var(--color-black-800);
}


.bg-green-100{
  background-color: var(--color-green-100 );
}

.bg-green-600{
  background-color: var(--color-green-600 );
}

.bg-primary {
  background-color: var(--color-primary-1);
}

.bg-orange {
  background-color: var(--color-secondary);
}

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

.bg-gray-1 {
  background-color : var(--color-gray-1);
}

.bg-gray-2 {
  background-color : var(--color-gray-2);
}

.bg-gray-3 {
  background-color : var(--color-gray-3);
}

.bg-brand{
  background-color: #faf8f6;
}

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

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

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

.line-height-normal {
  line-height: normal;
}

.line-height-18{
  line-height: 1.8;
}

p {
  line-height: 1.6;
  font-family: var(--font-4-font-family);
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-primary);
}

a:hover{
  color : var(--color-secondary)
}

span {
  font-weight: 400;
  line-height: normal;
}

.font-1 {
  font-family: var(--font-1-font-family);
}

.font-2 {
  font-family: var(--font-2-font-family);
}

.font-3 {
  font-family: var(--font-3-font-family);
}

.font-4 {
  font-family: var(--font-4-font-family);
}

.font-5 {
  font-family: var(--font-5-font-family);
}

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

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

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

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

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

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

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

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

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

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

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

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

.display-34 {
  font-size: 34px;
}

.display-36 {
  font-size: 36px;
}

.display-40 {
  font-size: 40px;
}

.display-44 {
  font-size: 44px;
}
.display-46 {
  font-size: 46px;
}

.display-50 {
  font-size: 50px;
}

.display-56 {
  font-size: 56px;
}

.display-75 {
  font-size: 75px;
}

.display-150 {
  font-size: 150px;
}

.w-normal {
  font-weight: 400;
}

.w-regular {
  font-weight: 500;
}

.w-bold {
  font-weight: 600;
}

.w-bolder {
  font-weight: 800;
}

.common-radius{
  border-radius: 15px;
}


.spacer{
  height: 1rem;
}


.w-max-content {
  width: max-content;
}

._dynamic_page .h1,
._dynamic_page .h2,
._dynamic_page .h3,
._dynamic_page .h4,
._dynamic_page .h5,
._dynamic_page .h6,
._dynamic_page h1,
._dynamic_page h2,
._dynamic_page h3,
._dynamic_page h4,
._dynamic_page h5,
._dynamic_page h6 {
  margin-top: 30px;
}

a {
  text-decoration: none;
}

._primary_button {
  font-size: 16px;
  font-family: var(--font-5-font-family);
  background-color: var(--color-primary-2);
  color: var(--color-white);
  padding: 10px 40px;
  border-radius: 32px;
}

._secondary_button:hover{
  background-color: var(--color-primary-2);
  color: var(--color-white);
}
._secondary_button:hover .svg-img{
  filter: invert(100%) brightness(100%);
}
._primary_button:hover .svg-img{
  filter: invert(100%) brightness(100%);
}
._secondary_button:hover img{
  filter: invert(100%) brightness(100%);
}

._primary_button:hover{
  background-color: var(--color-white);
  color: var(--color-black) !important;
  border: 1px solid var(--color-primary-2);
}


._secondary_button {
  font-size: 16px;
  font-family: var(--font-4-font-family);
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-primary-2);
  padding: 10px 19px;
  border-radius: 32px;
  width: fit-content;
}

.border-gary-1{
  border: 1px solid var(--color-gray-1);
}

.border-gary-3{
  border: 1px solid var(--color-gray-3);
}

.border-right{
  position: relative;
}

.border-right:after {
  content: '';
  border: 1px solid var(--color-gray-3);
  height: 100%;
  position: absolute;
  right: 23px;
}

.custom-dotted-border {
  border-style: dotted !important;
}

._primary_rounded{
  border-radius: 18px;
}

._customer_container {
  margin: 0px 40px;
}

._blue_shadow{
  box-shadow: 1px 1px 4px #2526686e;
}

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

.slick-slide {

  transition: all-in-out .3s;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

._content {
  height: 480px;
  min-height: 480px;
}

._footer_menu li {
  position: relative;
}

.footer .nav-item a {
  padding-left: 0px;
}

.bg-orange:hover {
  background: #1868b2;
  transform: scale(1.1);
}

.footer .nav-item a:hover{
  color: var(--color-secondary) !important;
}

._border_rounded {
  border: 1px solid #DDDDE8;
  padding: 8px;
  border-radius: 43px;
}

._border_rounded_initial {
  border: 1px solid #DDDDE8;
  padding: 8px;
  border-radius: 10px;
}

._border_rounded_medium {
  border: 1px solid #DDDDE8;
  padding: 8px;
  border-radius: 18px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323c9;
  z-index: 999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.navbar li {
  position: relative;
  padding: 16px 4px;
}

.navbar ._menu_icons{
  position: relative;
}

.navbar ._menu_icons:before {
  content: '|';
  position: absolute;
  /* top: 25px; */
  left: 0px;
  color: var(--color-gray-1);
}


._main_menu a, footer a {
  text-decoration: none;
  border: unset;
}

._main_menu a.active, footer a.active{
  color: var(--color-secondary);
}

._main_menu .logo {
  margin-right: auto;
}

._overlay {
  background-image: linear-gradient(69deg, #8d8d8d 40%, #8f8f8f 0%, #00000040 90%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}

form textarea{
  border-radius: 0px !important;
  border: 1px solid var(--color-gray) !important;
}

.text-danger {
  color: red;
  font-size: 0.9em;
  margin-top: 0.25rem;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.dialog-content {
  background: var(--color-white);
  padding: 20px;
  border-radius: 8px;
  width: 50%;
  position: relative;
}

.close-dialog {
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.collapse {
  visibility: unset !important;
}

.dropdown-menu {
  animation: 0.5s slideup;
}

.spacer-menu{
  width: 6%;
}

.close-dialog{
  color: red;
}

.whatsapp-icon {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.fixed-top {
    /* width: 83%; */
    transition: 0.5s ease-in all;
    /* margin: 0px 163px; */
}

._phone_input input {
  border-left: unset !important;
}

._main_menu select{
  background-color: transparent;

}

.bg-brand._main_menu select{
  color: var(--color-black);
}

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

.slick-prev-custom {
  position: absolute;
  top: 4%;
  left: -40px;
  width: fit-content;
  opacity: 0.6;
}

.slick-next-custom {
  position: absolute;
  right: -68px;
  top: 5%;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0.6;
}

.slick-next-custom-guide-tour{
  position: absolute;
    right: -5%;
    top: 40%;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: 0.6;
}

.slick-dotted.slick-slider{
  margin-bottom: 0px;
}

.bg-brand._main_menu a {
  color: var(--color-black);
}

._custom_card {
  border-radius: 14px;
  background-color: #FBFCFC;
  box-shadow: 0px 1px 15px #FBFCFC;
}

.login-register-image form input, form input, form select {
  border-radius: 17px;
}

._sidebar form select, ._sidebar form input {
  border-radius: 30px;
}

.ui-widget.ui-widget-content {
  top: 4rem !important;
  left: 41rem !important;
}

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

/* Itinerary UI Styles */
.itinerary-container {
    position: relative;
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #f9fafc;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e9ecef;
}

.itinerary-timeline {
    position: absolute;
    left: 40px;
    top: 40px;
    bottom: 40px;
    width: 3px;
    background-color: #ddd;
    z-index: 1;
}

.itinerary-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.itinerary-step:hover {
    transform: translateX(5px);
}

.itinerary-step-marker {
    min-width: 80px;
    height: 40px;
    border-radius: 20px;
    background-color: #f0f4ff;
    border: 1px solid #4475F2;
    color: #4475F2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.itinerary-step:hover .itinerary-step-marker {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.itinerary-step-start {
    background-color: #e8f5e9;
    border-color: #22C55E;
    color: #22C55E;
}

.itinerary-step-content {
    flex: 1;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.itinerary-step:hover .itinerary-step-content {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.itinerary-step-content .form-label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
}

.itinerary-step-content .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 12px;
    transition: all 0.2s ease;
}

.itinerary-step-content .form-control:focus {
    border-color: #4475F2;
    box-shadow: 0 0 0 3px rgba(68, 117, 242, 0.1);
}

.itinerary-step-content .input-group {
    margin-bottom: 15px;
}

.itinerary-step-content .input-group-text {
    background-color: #f9fafb;
    border-color: #e5e7eb;
}

.location-search-btn {
    border: none;
    background: transparent;
    color: #4475F2;
    cursor: pointer;
    transition: all 0.2s ease;
}

.location-search-btn:hover {
    color: #2c4ec0;
}

.itinerary-map {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.itinerary-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.itinerary-add-step {
    display: flex;
    justify-content: center;
    margin: 25px 0 10px;
}

.itinerary-add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #f0f4ff;
    border: 1px solid #4475F2;
    color: #4475F2;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.itinerary-add-btn:hover {
    background-color: #4475F2;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(68, 117, 242, 0.3);
}

.itinerary-add-btn i {
    margin-right: 8px;
}

.itinerary-delete-btn {
    display: flex;
    align-items: center;
    color: #ef4444;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.itinerary-delete-btn:hover {
    background-color: #fee2e2;
    color: #dc2626;
}

.itinerary-delete-btn i {
    margin-right: 5px;
}

.hidden-place-inputs {
    display: none;
}
