 
/*======================================
    Normalize CSS
========================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {height: 100%;
  scroll-behavior: smooth;background: #231F20;
}

body {
   font-family: "Montserrat" !important;
  
  overflow-x: hidden;
  font-size: 15px;
   background-color: #231F20;
            color: #ffffff;
}



p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}





span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #081828;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
a{text-decoration: none !important;}

@media (min-width: 767px) {
    .container-fluid{
        width: 40%;
        margin: 0 auto;
       padding: 0  0%;
    }
}
.card i{color: #fff; font-size: 14px; margin-right: 10px; color: #00C7A2}
.card span{color: #fff; font-size: 14px; font-weight: 600; width: 100px;}
.card  {
            background-color: #322B2D;
            border: none;
            color: #fff;
       border-radius: 15px;
       padding: 18px 10px;
            
        }
        .card:hover {
            background-color: #444;
        }
        .card .card-body {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .card .card-body .icon {
            display: flex;
            align-items: center;
        }
        .card .card-body .icon img {
            width: 30px;
            margin-right: 10px;
        }
        .ad-banner img {
            width: 100%;
            border-radius: 10px;
        }
        .dropdown-menu.show{background-color: #322B2D;border: 0; color: #fff}
        .dropdown-item{color: #fff;border: 0;}
        .language-switch button{border: 0;background: transparent; color: #fff; margin-left: 10px;}
        .language-switch {
            background-color: #322B2D;
            padding: 10px;
            border-radius: 25px;
            display: inline-flex;
            align-items: center;
            cursor: pointer;
        }
        .language-switch span {
            margin-left: 10px;
        }
        .mainTitle{color: #fff;font-size: 24px; font-weight: 600; margin-top: 60px;}

          /* Custom styling for the dropdown */
    .custom-dropdown {
      position: relative;
    }
    .custom-dropdown-menu {
      background-color: #f8f9fa;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      min-width: 200px;
    }
    .custom-dropdown-item:hover {
      background-color: #007bff;
      color: white;
    }

     .modal-content {
            background-color: #231F20;
            border: none;
            border-radius: 20px;
        }
        .modal-header {
            border-bottom: none;
        }
        .modal-title {
            font-size: 20px;
        }
        .modal-body p {
          margin-bottom: 10px;
            color: #cccccc;
        }
          .option-card  a{ display: flex;
            justify-content: space-between;
            align-items: center; color: #fff; font-size: 17px;}
        .option-card {
            background-color: #322B2D;
            border: none;
            border-radius: 15px;
           
            padding: 20px 15px;
            margin-bottom: 10px;
            cursor: pointer;
        }
        .option-card:hover {
            background-color: #555;
        }
        .option-card .icon {
            display: flex;
            align-items: center;
        }
        .option-card .icon img {
            width: 30px;
            margin-right: 10px;
        }
        .option-card .price {
           color: #00ffcc;
    font-weight: bold;
    background: #00ad8d30;
    padding: 6px 19px;
    border-radius: 100px;
        }
        .btn-close2{position: absolute;background:transparent; border: 0; right: 16px;}
        .modal-title{color: #fff; margin-top: 30px;}
        .modal-backdrop.show {
    opacity: .9;
}

 .calendar {
            background-color: #322B2D;
            border-radius: 15px;
            padding: 10px;
            text-align: center;
            margin:10px auto 20px auto;
        }
        .calendar-header {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin-bottom: 20px;
            padding-top: 10px;
        }
        .calendar-header button {
            background: none;
            border: none;
            color: #ffffff;
            font-size: 18px;
            cursor: pointer;
        }
        .calendar-header h5 {
            margin: 0;
            color: #fff;
            font-size: 16px;
        }
        .calendar-table thead tr{background: #231F20; } 
        .calendar-table thead tr th{padding: 12px 0 !important}
         .calendar-table  tr td{padding: 14px 0 !important}
        .calendar-table {
            width: 100%;
            table-layout: fixed;
        }
        .calendar-table th {
            color: #aaaaaa;
            font-weight: normal;
        }
        .calendar-table td {
            padding: 10px;
            color: #ffffff;
            cursor: pointer;
        }
        .calendar-table td:hover {
            background-color: #444;
            border-radius: 5px;
        }
        .calendar-table .current-day {
            background-color: #00ffcc;
            color: #000;
            border-radius: 5px;
        }
        .calendar-table .selected-day {
            background-color: #00ffcc;
            color: #000;
            border-radius: 5px;
        }
        .calendar-table .other-month {
            color: #666;
        }
        header{position: relative;}
        header .goback{position: absolute; top: 0px;}
        header h2{text-align: center; color: #fff; font-size: 16px;}
        .title{color: #fff; font-size: 14px; font-weight: 600; margin: 20px 0 0 0; position: 0;}
        .timeSlot {margin-top: 20px;}
        .timeSlot h2{color: #fff;
    font-size: 14px;
    margin: 20px 0 0 0;font-weight: 600;
    position: 0;}
    .timeSlot ul{display: flex; justify-content: space-between; margin-top: 10px;}
    .timeSlot ul li{background: #322B2D; padding: 10px 18px; border-radius: 16px;}
    .timeSlot ul li.selected{background: #00AD8D; color: #000}
    .continuebtn{padding: 16px 0;
    width: -webkit-fill-available;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    background: #00AD8D;
    position: fixed;
    bottom: 20px;
    left: 10px;
    right: 10px;}

      .form-container .form-control{background: #322B2D; border: 0; padding: 18px 15px; border-radius: 15px; color: #9D9FA7; font-size: 14px;}
      ::placeholder {
  color: #9D9FA7 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #9D9FA7 !important;
}
      .form-container {
      max-width: 500px;
      margin: 50px auto;
      padding: 10px;
      border-radius: 10px;
     /* background-color: #2c2c2c;*/
    }
    .input-group-text{background: #322B2D;border: 0;}
    .step-indicator {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .step {
      text-align: center;
    }
    .step.active {
      color: #17c6b7;
    }
    .upload-box {
      border: 1px dashed #17c6b7;

      border-radius: 15px;
      text-align: center;
      padding: 20px;
      background: #00ad8d2b;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .upload-box:hover {
      background-color: #17c6b7;
      color: #1e1e1e;
    }
  .step span{color: #fff;
    background: #322B2D;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 100px; }
    .step.active span{color: #fff;
    background: #00ad8d;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 100px; }
    .step-indicator{background:url(../img/devider.svg) no-repeat 50% 15px;  margin: 0px 20px 20px 20px}
    .form-container form h3{ margin:40px 0 10px 0; padding: 0;
    color: #fff;
    font-size: 16px;}
    .cardSummary {
          background-color: #322B2D;
    border: none;
    color: #fff;
    border-radius: 15px;
    padding: 18px 10px;
    margin-bottom: 20px;
    }
    .cardSummary .change-btn {
      color: #17c6b7;
      border: 1px solid #17c6b7;
      background:transparent;
      border-radius: 20px;
      padding: 2px 10px;
      font-size: 0.9rem;
    }
    .cardSummary .icon {
      color: #17c6b7;
      font-size: 1.5rem;
      margin-right: 10px;
    }
    .cardSummary .section-title {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .cardSummary .payment-total {
     
      text-align: right;
    }
    .section-title{
      margin: 0 0 5px 0;
    color: #fff;
    font-size: 16px;}
    .cardSummarytotal{display: flex; justify-content: space-between;}
    .thankUPage{text-align: center;}
    .thankUPage h2{    font-size: 32px;
    margin: 20px 0;
    color: #00ad8d;}
    .thankUPage p{font-size: 14px; color: #fff;}
   .gohome {    padding: 16px 0;
    width: -webkit-fill-available;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    background: #00AD8D;
   }