body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Josefin Sans", serif;
}

/*=====Comman Styling Start Here=====*/
ul {
  list-style: none;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0px;
  margin: 0px;
}

span {
  display: inline-block;
}

figure {
  margin: 0px;
  border-radius: 10px;
}

.app-panel {
    background-color: #E6E6E6;
    padding: 12px 0px;
    width: 100%;
    min-height: 100vh;
    height:100%;
}

.custom-style {
  padding: 12px;
}

.app-panel .app-inner-box {
    display: inline-block;
    width: 100%;
    min-height: 97vh;
    height:100%;
    background-color: #000;
    padding: 34px 20px;
    border-radius: 45px;
}


.app-panel .logo {
  width: 95px;
  height: auto;
  border-radius: 10px;
  margin-left: auto;
}

.app-panel .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.app-panel .content-box {
  margin-top: 242px;
}

.app-panel h1 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 21px;
  text-align: center;
}

.app-panel p br {
  display: none;
}

.app-panel p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

.app-panel .book-btn-box {
  margin-bottom: 19px;
}

.app-panel .btn-box {
  text-align: center;
  margin-top: 28px;
}

.app-panel .book-btn {
  color: #fff;
  background-color: #CA0700;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 100px;
  padding: 10px 40px 7px;
}

.app-panel .app-header {
  padding: 10px;
}
.app-header .navbar-toggler {
    display: none;
}

.app-header .navbar-toggler:focus {
  box-shadow: none;
}


.app-header .navbar-toggler i {
  color: #fff;
  font-size: 21px;
}

.app-header .navbar-nav {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 2;
}

.app-header .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.app-panel .app-custom-box {
  background-color: grey;
  padding: 0px;
  border-radius: 41px;
}

.app-panel .app-box {
  text-align: center;
  margin-top: 6px;
}

.app-panel .app-box h2 {
  color: #fff !important;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 9px;
}

.app-panel .app-form {
  margin-bottom: 34px;
  background-color: #fff;
  padding: 15px 15px 0px;
}

.app-form .app-input-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 23px;
  text-align: center;
}

.app-panel .app-form label {
  color: #CA0700;
  font-size: 21px;
  font-weight: 800;
  text-transform: capitalize;
}

.app-panel .app-form i {
  color: #CA0700;
  font-size: 13px;
  position: absolute;
  top: 42px;
  left: 2px;
}

.app-panel .app-form .form-control::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.app-panel .app-form .form-control {
  border: none;
  border-radius: 0px;
  border-bottom: 3px solid #000;
  color: #000;
  font-size: 16px;
  padding: 6px;
  text-indent: 12px;
}

.app-panel .app-form .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.app-panel .people-box h2,
.title-head {
  color: #000 !important;
}

.app-panel .people-box {
  margin: 15px 0px 37px;
  padding: 15px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.app-panel .people-box figure{
  width: 100%;
  height: 25px;
}

.people-box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app-panel .people-box h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 18px;
  margin-bottom: 0px;
  line-height: normal;
}

.app-panel .app-car-category {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.app-panel .app-car-category figure {
  width: 146px;
  height: auto;
  margin: 0px auto;
}

.app-panel .app-car-category figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app-panel .details-box {
  text-align: left;
  margin-top: 16px;
}


.app-panel .app-car-category h5 {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-panel .app-car-category .price {
  color: #CA0700;
}

.app-panel .app-car-category .star-img {
  width: auto;
  height: 14px;
}

.app-panel .app-car-category ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.app-panel .app-car-category ul li {
  color: #000;
  font-size: 13px;
  font-weight: 800;
  text-transform: capitalize;
}

.app-panel .app-car-category ul img {
  width: 29px;
  height: 29px;
  object-fit: cover;
}

.app-panel .product-card {
  background-color: #fff;
  border-radius: 32px;
  margin-top: 62px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.app-panel .product-card figure {
  width: 198px;
  margin: 0px auto;
}

.app-panel .product-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: -57px;
}

.app-panel .star-img {
  width: 100%;
  height: 15px;
  object-fit: contain;
}

.app-panel .product-card{
  margin-bottom:35px;
}

.app-panel .product-card p {
  color: #CA0700;
  font-size:19px;
  font-weight:700;
  margin-top: 12px;
}

.app-panel .product-card ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 23px;
}

.app-panel .product-card ul li {
  color: #000;
  font-size: 14px;
  font-weight: 800;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}

.app-panel .product-card ul img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
}

.app-panel .product-card  a{
  margin-bottom:15px;
}

.app-panel .custom-head {
  margin-top: 40px;
  margin-bottom: 16px;
}


.app-panel .book-now-btn {
  color: #fff;
  background-color: #CA0700;
  padding: 11px 40px 7px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 100px;
  margin-top: 17px;
}

.app-panel .bottom-box {
  margin-top: 37px;
}

.app-panel .input-box {
  position: relative;
  overflow: hidden;
}

.app-panel .bottom-box input,
.app-panel .bottom-box a {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight:700;
  text-transform:capitalize;
  padding: 12px 12px 9px;
  border-radius: 50px;
  margin-bottom:15px;
}

.app-panel .home-btn{
  color:#fff;
  background-color:#000;
}

.app-panel .bottom-box i {
  color: #fff;
  background-color: #CA0700;
  border: none;
  outline: none;
  width: 43px;
  height: 43px;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 14px;
}

.app-panel .login-btn {
  color: #CA0700 !important;
  background-color: #fff !important;
}

/****************Screeen 2******************/
.hero-section {
    background: url('img/banner.png') no-repeat center center/cover;
    height: 320px;
    border-radius: 20px 20px 0 0;
    color: white;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    font-family: 'Segoe UI', sans-serif;
}

.hero-text h2 {
    font-weight: bold;
    font-size: 2.2rem;
}

.search-btn {
    background-color: #c00;
    color: #fff!important;
    border-radius: 30px;
    font-size: 20px;
    padding: 10px 15px;
    border: none;
    margin: 0px auto 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.section-box {
    background: white;
    border-radius: 0 0 20px 20px;
    padding: 30px 20px;
}

.option-card {
    border: 3px solid #ccc;
    border-radius: 20px 20px 5px 5px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    /*min-height: 165px;*/
}

.option-card a {
    display: inline-block;
    width: 100%;
}

.option-card:hover {
    transform: translateY(-5px);
}

.option-card img {
    height: 65px;
    margin-bottom: 5px;
}

.option-label {
    background: black;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    /* width: 200px; */
    text-align: center;
    margin-top: 0px;
    /* Ensures it takes up full line if inline element */
}

.home-btn {
    background-color: #c00;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: bold;
    display: block;
    margin: 20px auto 0;
    border: none;
}

.green-border {
    border-color: #c2d6b9 !important;
    border-width: 5px;
}

.red-border {
    border-color: #f8c4c4 !important;
    border-width: 5px;
}