    @font-face {
      font-family: 'blodeyn';
      font-weight: 400;
      font-style: normal; 
      src: url(font/blodeyn-webfont.woff) format('woff');
    }
      @font-face {
      font-family: 'rajdhani';
      font-weight: 400;
      font-style: normal; 
      src: url(font/rajdhani-regular-webfont.woff) format('woff');
    }
     @font-face {
      font-family: 'rajdhani';
      font-weight: 800;
      font-style: normal; 
      src: url(font/rajdhani-semibold-webfont.woff) format('woff');
    }    
        .hero p {
    display: block;
    max-width: 642px;
    margin: 0 auto 38px;
    color: #ffffff;
    padding: 0;
    text-align: center;
    font-family: 'rajdhani';
      font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
}
    .navbar-custom {
          position: absolute;
    width: 100%;
    height: 123px;
    }    .hero {
         position: relative;
    height: fit-content;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    }
    .hero h1 {
          font-size: 72px;
    line-height: 80px;
    display: block;
    padding: 0;
    margin: 0 auto 20px;
     font-family: 'blodeyn';
      font-weight: 400;
          text-transform: capitalize;
    font-style: normal;
    color: #fff;
    }
 

    /* Navbar */
    .navbar-custom {
      transition: all 0.3s ease;
      z-index: 99999;
    }
    .navbar-fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 91px;
      z-index: 999;
      background: #E7D6C3 !important;
    }
    .hero img {
          width: 100%;
    z-index: -1;
    }
.hero::after {
    content: '';
    width: 100%;
    max-width: 100%;
    float: none;
    
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
      body {
    margin: 0;
    padding: 0;
    position: relative;
     font-family: 'rajdhani';
      font-weight: 400;
    background-color: #F5EFE7;
    color: #333A3D;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    box-sizing: border-box;
}
    .calendar-table th, .calendar-table td {
      text-align: center;
      width: 14.28%;
      height: 60px;
      vertical-align: middle;
      cursor: pointer;
    }
    .calendar-table td.disabled {
      color: #ccc;
      cursor: not-allowed;
    }
    .calendar-table td.active {
      background: #2f5d50;
      color: #fff;
      border-radius: 0px;
    }
      .modal-content {
              border-radius: 0px;
              min-width: 300px;
    width: 100%;
    max-width: 700px;
    margin: auto;
          padding: 0 !important;
      }
      h4.text-center {
        color: rgb(75, 116, 101);
    font-size: 32px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    padding: 20px;
    padding-bottom: 0px;
}
      small {
        font-size: 19px;
    color: rgb(75, 116, 101);
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid rgb(211, 211, 216);
    padding-bottom: 12px;
}
      .sqtt {
          display: flex
;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: rgb(75, 116, 101);
    font-weight: 500;
      } 
      .fs-4 {
    font-size: 20px;
}
      .btn-outline-secondary {
              border: 0px;
    margin: 0 !important;
      }
      .btn-outline-secondary:hover {
          background: #0000;
      }
      .yyy {
              display: flex
;
    justify-content: space-between !important;
    width: 75%;
    margin: auto;
      }
      .zzz {
     text-align: center;
    color: rgb(75, 116, 101);
    justify-content: space-between !important;
    width: 75%;
    margin: auto;
    padding: 20px 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
      h5#monthYear {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: rgb(75, 116, 101);
}
      .calendar-table th, .calendar-table td {
    text-align: center;
    width: 14.28%;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #eeeeee;
    color: #4b7465;
}
      .calendar-table td.disabled {
    color: #4b746580;
    cursor: not-allowed;
    background: #eeeeee;
}
   .calendar-table td:empty {
    background: #eeeeee;
    pointer-events: none;
    border: none;
}
      .calendar-table th {
  background: #00000000;
}
      .aa1 {
              padding: 20px 4%;
    line-height: 24px;
    color: rgb(75, 116, 101);
    text-align: center;
    width: 100%;
    display: block;
    font-size: 19px;
      }
      .calendar-table td.active {
    background: #2f5d50;
    color: #fff;
}
     .ddy {
    display: grid !important
;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 20px 4%;
    background-color: rgb(255, 255, 255);
}
      button.btn.btn-outline-primary.m-2.timeslot-btn {
       position: relative;
    font-size: 16px;
    height: 56px;
    line-height: 42px;
    padding: 7px 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(75, 116, 101);
    overflow: hidden;
    border: 0px;
    display: flex
;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
}
      .ss1 {
          width: 100%;
    line-height: 13px;
    font-size: 17px;
      }
      .ss2 {
              width: 100%;
    height: 16px;
    line-height: 15px;
    font-size: 13px;
    opacity: 0.65;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
      }
      .h6, h6 {
    font-size: 1rem;
       width: 80%;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    font-family: Montserrat, Roboto, sans-serif;
    color: rgb(75, 116, 101);
              text-align: left;
          margin: 0px;
          
}
   
      .add-on {
      display: flex
;
    flex-direction: row;
    align-items: flex-end;
    align-content: flex-start;
    padding: 10px 20px;
    outline: none;
    border-top: 1px solid rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
    min-height: 170px;
      }
      
     .add-on  .col-md-9 {
          display: flex
;
    flex-direction: column;
    align-items: flex-start;
      }
      .qaqa {
              display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 0px 3px;
          font-family: Montserrat, Roboto, sans-serif;
    user-select: none;
    cursor: default;
    box-sizing: inherit;
    color: rgb(75, 116, 101);
              font-size: 20px !important;
      }
      
      .add-on p {
              color: rgb(75, 116, 101);
           font-family: Montserrat, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
              text-align: left;
      }
      
      .at {
              display: inline-block;
           font-family: Montserrat, Roboto, sans-serif;
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    font-weight: 300;
    color: rgb(75, 116, 101);
      }
      
      
      .plus-addon, .minus-addon {
              height: 30px;
    line-height: 19px;
    width: 30px;
    margin: 0px 3px !important;
    border: 1px solid rgb(75, 116, 101);
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    opacity: 1;
    background-color: transparent;
    color: rgb(75, 116, 101);
    padding: 0;
    padding-top: 3px;
      }
      .col-md-3 img {
        width: 130px;
    height: 97px;
    object-fit: cover;
      }
      
      #summary {
              height: 40px;
    margin: 0px auto;
    max-width: 700px;
    min-width: 300px;
    width: 100%;
    padding: 7px;
    font-size: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 26px;
    background-color: rgb(231, 214, 196);
      }
      .ggr {
              display: inline-block;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
    text-align: right;
    color: rgb(75, 116, 101);
          font-family: Montserrat, Roboto, sans-serif;
      }
      .ef {
           display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
      }
      
      .bbbbb {
          display: inline-block;
    height: 42px;
    padding: 0px;
    border: none;
    outline: none;
    border-radius: 2px;
    font-weight: 200;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    text-align: center;
    box-sizing: inherit;
    color: rgb(255, 255, 255);
    background-color: rgb(75, 116, 101);
    cursor: pointer;
    opacity: 1;
    padding: 0px 20px;
        width: 100px;
      }
    .bbbbb img {
      height: 100%;
    }
      .summ {
              width: 100%;
    padding: 11px 4.1791% 11px 3.28358%;
    overflow: auto;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.39) 0px 0px 12px -2px;
      } 
      
      .summ p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  gap: 10px;
}

.summ p:last-child {
  border-bottom: none;
}

.summ .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
    height: 24px;
  color: #000;
}

.summ .amount {
  justify-content: space-between;
  gap: 0;
}
      
      
      .form-container {
    background-color: #ffffff;
    width: 100%;
}
        .section {
              background-color: white;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.39) 0px 0px 12px -2px;
    overflow: hidden;
        }
        .section-title {
           padding: 20px 4%;
    line-height: 24px;
    color: rgb(75, 116, 101);
    text-align: center;
    width: 100%;
    display: block;
    font-size: 19px;
        }
        .input-row {
            display: flex;
            margin-bottom: 1px;
        }
        .input-row input {
            flex: 1;
            padding: 10px;
            border: none;
            border-bottom: 1px solid #ddd;
            outline: none;
            font-size: 14px;
        }
        .input-row input:first-child {
            border-right: 1px solid #ddd;
        }
        .full-input {
            width: 100%;
            padding: 10px;
            border: none;
            border-bottom: 1px solid #ddd;
            outline: none;
            font-size: 14px;
        }
        .expiry-cvv {
            display: flex;
        }
        .expiry-cvv input {
            flex: 1;
            padding: 10px;
            border: none;
            border-bottom: 1px solid #ddd;
            outline: none;
            font-size: 14px;
        }
        .expiry-cvv input:last-child {
            flex: 0.5;
           
        }
        .error {
            border-bottom: 2px solid red !important;
        }
        
        button:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }
        .required::after {
            content: ' *';
            color: #aaa;
        }
      
        .custom-modal {
      display: none; 
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.5);
      justify-content: center;
      align-items: center;
      z-index: 9999999999;
    }

    .custom-modal.active {
      display: flex;
    }

    .modal-contents {
      border-radius: 0px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.12);
      padding: 2rem;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      max-width: 400px;
      width: 90%;
    }

    .modal-header {
      border-bottom: none;
      padding-bottom: 0;
      justify-content: center;
    }

    .modal-title {
      font-weight: 700;
      font-size: 1.5rem;
      color: #222;
    }

    .form-label {
      font-weight: 600;
      color: #444;
    }

    #csmCode {
      font-size: 1.25rem;
      padding: 0.75rem 1rem;
      
      border: 1.8px solid #ddd;
      transition: border-color 0.3s ease;
      letter-spacing: 0.15em;
      font-family: 'Courier New', Courier, monospace;
      text-align: center;
     
      margin: 0 auto;
      display: block;
    }

    #csmCode:focus {
      border-color: #3b82f6;
      box-shadow: 0 0 8px rgba(59,130,246,0.4);
      outline: none;
    }

    #timer {
      font-family: 'Courier New', Courier, monospace;
      font-size: 1.1rem;
      color: #888;
      text-align: center;
      margin-top: 1rem;
      user-select: none;
    }

    .modal-footer {
      border-top: none;
      justify-content: center;
      padding-top: 1.5rem;
    }.custom-modal {
      display: none; 
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.5);
      justify-content: center;
      align-items: center;
      z-index: 9999999999;
    }

    .custom-modal.active {
      display: flex;
    }

    .modal-contents {
      border-radius: 0px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.12);
      padding: 2rem;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #fff;
      max-width: 400px;
      width: 90%;
    }

    .modal-header {
      border-bottom: none;
      padding-bottom: 0;
      justify-content: center;
    }

    .modal-title {
      font-weight: 700;
      font-size: 1.5rem;
      color: #222;
    }

    .form-label {
      font-weight: 600;
      color: #444;
    }

    #csmCode {
      font-size: 1.25rem;
      padding: 0.75rem 1rem;
      
      border: 1.8px solid #ddd;
      transition: border-color 0.3s ease;
      letter-spacing: 0.15em;
      font-family: 'Courier New', Courier, monospace;
      text-align: center;
     
      margin: 0 auto;
      display: block;
    }

    #csmCode:focus {
      border-color: #3b82f6;
      box-shadow: 0 0 8px rgba(59,130,246,0.4);
      outline: none;
    }

    #timer {
      font-family: 'Courier New', Courier, monospace;
      font-size: 1.1rem;
      color: #888;
      text-align: center;
      margin-top: 1rem;
      user-select: none;
    }

    .modal-footer {
      border-top: none;
      justify-content: center;
      padding-top: 1.5rem;
    }
     .video {
          display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    border: none;
    outline: none;
    transform: scale(1);
    height: 100vh !important;
    width: 100vw !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    z-index: -1;
    }
    .scrollBtn {
     text-decoration: none;  
      position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .scrollBtn span {
      font-family: 'rajdhani';
    font-weight: 800;
    color: #fff;
    color: #E5DED6;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    }
    
   .scrollBtn img {
       display: block;
    margin: 0 auto;
    width: 12px;
    height: 8px;
    max-width: 12px;
    min-width: 12px;
    min-height: 8px;
    max-height: 8px;
    } 
    .zzaa {
      font-weight: 700;
    }
    .tne {
          text-align: left;
    color: #4B7465;
    display: block;
    padding: 20px 16px;
    margin: 0 auto 24px;
    width: 100%;
    background-color: #C3DFD1;
    }
    
        .btn {
          display: inline-block;
   font-family: 'rajdhani';
      font-weight: 800;
    color: #E5DED6;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    background-color: transparent;
    padding: 14px 30px;
    min-width: 208px;
    min-height: 48px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    z-index: 1;
      border-radius: 0px;
    border: 1px solid #4B7465;
    background-color: #4B7465;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    }
    .btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #5D8677;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
    .btn span {
      z-index:3;
      position: relative;
    }
    .btn:hover {
    color:#E5DED6;
    border-color:#5D8677;
}
.btn:hover:before {
    transform:translateX(0);
}
.btn.btn-disable, .btn-disable{
    opacity:0.5;
    cursor:not-allowed;
    pointer-events:none;
}
    .ntrbte {
          display: flex
;justify-content: center;
    flex-wrap: wrap;
    }
    .ncc {
    margin: 0 auto 24px;
    padding: 32px;
    float: none;
    width: 100%;
    max-width: 100%;
    background-color: #E7D6C3;
    display: flex
;
    flex-direction: column;
   
}
    .rbebty {
      padding: 20px;
    }
    .aaa {
      display: inline-block;
    padding: 0;
    font-family: 'rajdhani';
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #333A3D;
    text-decoration: underline;
    text-align: left;
    }
     .experience-item {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 1.5rem;
    }
    .experience-item p {
      margin: 0;
      font-size: 0.95rem;
      color: #444;
    }
    .price {
      font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    display: block;
    width: auto;
    color: #4B7465;
    margin: 0;
    padding: 0;
          min-width: 120px;
    }
    .highlight {
      color: #196c4d;
    } .experience-item  p {
      display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    }
    .rs {
    display: block;
    margin: 0 auto 32px;
    padding: 24px;
    width: 100%;
    max-width: 100%;
    float: none;
    background-color: rgba(231, 214, 195, 0.40);
    border: none;
}
    .accordion-item.border-0.border-bottom {
    background: #0000;
          background: #0000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333A3D;
    -webkit-border-radius: 0;
    border-top: 1px solid #E7D6C3 !important;
    position: relative;
}
    .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 1a.5.5 0 01.5.5v6.5h6.5a.5.5 0 010 1H8.5V15a.5.5 0 01-1 0V9.5H1a.5.5 0 010-1h6.5V1.5A.5.5 0 018 1z'/%3E%3C/svg%3E");
  transform: none !important;
}
    .mtynrt {
      background: #0000;
    }
    
    .bbbbb:hover {
     background-color: #4B7465; 
    }
    .mmrr {
      margin-bottom: 48px;
    }
    
    @media (max-width: 768px) { 
        .h6, h6 {
    font-size: 1rem;
    width: 100%;
    display: inline-block;
    height: auto;
        }
      .aaa {
        display: none;
      }
      #logo {
            width: 90px;
      }
      .btn {
            min-height: 1px;
    padding: 10px 20px;
      }
      .navbar-custom {
   
    height: fit-content;
}
      .hero img {
    height: 350px;
    z-index: -1;
                width: auto;
}
      .experience-item {
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-direction: column;
}
      .rbebty {
    padding: 0px;
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
}
      .ncc {
    margin: 0;
    padding: 15px;
    float: none;
    width: 100%;
    max-width: 100%;
    background-color: #E7D6C3;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
      .mmrr {
            margin-bottom: 0px;
      }
      .tbtbtbtb {
        width: 100%;
      }
      .hero {
        overflow: hidden;
      }
      .ddy {
    display: flex !important
;
    width: 100%;
    padding: 20px 4%;
    background-color: rgb(255, 255, 255);
}
      .col-md-3 img {
    width: 100%;
    height: 97px;
    object-fit: cover;
}
      .add-on {
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-start;
    padding: 10px 20px;
    outline: none;
    border-top: 1px solid rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
    min-height: 170px;
}
      .add-on  .col-md-3 {
        width: 100%;
      }
        button.btn.btn-outline-primary.m-2.timeslot-btn {
    min-width: 44%;
    width: 44%;
        }
        
    }
.modal-content.p-3 {
        max-height: 600px;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}