/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: Turbo
    :: Author URL:www.boo-code.com 
    :: Version: 1.0
    :: Created: 02 2025
    :: Last Updated: 02 2025
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "El Messiri", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: unset;
}

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

input[type=number],
input[type=email] {
  direction: rtl;
}

input[type=radio] {
  accent-color: #FFC107;
  width: 1.2em;
  height: 1.2em;
}

.home-carousel .carousel-indicators {
  bottom: -50px;
}

.home-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFC107;
}

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    width: 80%;
    margin-top: 0;
    border-radius: 0px 0px 20px 20px;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar .megamenu {
    width: 90vw;
  }
  .navbar .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* Responsive */
/* Extra small devices (phones, 600px and down) */
/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
/*  large screen  */
/* 17 inch *//*# sourceMappingURL=style.css.map */