/* RESET RULES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --purple-1: #3d174f;
  --purple-2: #4b2860;
  --white: #fff;
  --black: #221f1f;
  --red: #ed1849;
  --lightgray: #cfcfcf;
  --overlay: rgba(0, 0, 0, 0.5);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

/* html {
  font-size: 62.5%;
} */

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a,
button {
  color: inherit;
}

.no-transition {
  transition: none !important;
}

body {
      font-family: 'Arial', sans-serif;
  color: #000;
  min-height: 100vh;
}

/* ==========================new adttion start============================== */
.banner_content {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 2px 2px 4px #000000;
    padding-bottom: 10px;
    margin: 0px;
}
section.client_slide {
    padding-bottom: 60px;
}
.logo-slider img {
    height: auto !important;
    width: 40% !important;
    margin: 0 auto;
}
.logo-slider p {
    text-align: center;
        border: 1px solid #ededed;
    box-shadow: 0px 5px 30.2px 11.8px rgb(169 169 169 / 10%);
}
.contact_section {
    padding: 60px 0px;
}
.cloud-tittle {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.cloud-tittle h2 {
        font-size: 50px;
    font-weight: bold;
}
.cloud-tittle p {
    color: #737373;
}
.center_btn {
    text-align: center;
}
.contact-form {
    width: 65%;
    margin: 0 auto;
}
.form-row input {
    border-radius: 0;
        border: none;
}
.ff {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 5%;
}

input,
textarea {
  width: 100%;
  padding: 15px;
  border: none;
  background-color: #f2f2f2;
  font-size: 16px;
  resize: none;
}

textarea {
  min-height: 150px;
}
.location_card {
        padding: 45px 50px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    display: flex;
}
.flexcard p {
    color: #737373;
    margin: 0;
}
.flexcard {
    width: 85%;
}
.location_card img {
    width: 15%;
    height: fit-content;
}
.twobox {
    padding: 100px 0px;
    background: url(../images/bg-chair.png);
    background-size: cover;
    width: 100%;
    
}
.snndmassages {
  align-self: center;
  background-color: #de6d2f;
  color: white;
  padding: 15px 40px;
      margin-top: 3%;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.snndmassages:hover {
  background-color: #c85c24;
}
.grid {
    box-shadow: 0px 5px 47.2px 11.8px rgba(19, 30, 74, .1);
    padding: 20px;
}
.home_container {
  padding: 0 !important;
}
section.event_section {
    padding: 60px 0px;
}
.about_section {
 padding: 60px 0px;
}
.rgt_content h2 {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    white-space: pre-line;
}
.rgt_content p {
    margin: 27px 0px 0px 0px;
     color: #737373;
         line-height: 35px;
}
.main_banner {
    background: url('../images/all-background.jpg');
    width: 100%;
    background-size: cover;
}
.bradcam {
    text-align: center;
    color: #fff;
}
.bradcam h1 {
    font-weight: bold;
    font-size: 50px;
}
.counter_fifteen {
    position: relative;
}
span#counter {
    color: #d96c2c;
    font-weight: bold;
    font-size: 45px;
}
.backimg {
    position: absolute;
    text-align: center;
    top: 50px;
        line-height: 25px;
        left: -30px;
        background-image: url(../images/background-experience-about-page.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 40px 65px 40px;
}
.rgt_content b {
        margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #737373;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.entry-body {
        padding-top: 20px;
}
.entry-body h4 {
      margin-bottom: 5%;
        font-size: 20px;
}
.twotext a {
    color: #000 !important;
}
.twotext {
    display: flex;
    align-items: center;
}
.entry-body a {
    color: #d96c2c;}
.newh {
    padding: 8px 10px;
    border: 1px solid gray;
    font-size: 12px !important;
    border-radius: 20px;
    width: fit-content;
    margin-left: 6%;
    margin-top: 0;
    margin-bottom: 0;
}
.twotext h4 {
    margin: 0;
}
 .title {
    margin: 0;
    text-align: center;
    padding-bottom: 3%;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    white-space: pre-line;
}
.newh a {
    color: #000 !important;
}
.entry-media img{width:100%;}
input.input-box.evening {
    border: none;
}

input.input-box.morning {
    border: none;
}

button.minus {
    border: none;
    background: #d7d7d7;
    color: #000000;
    padding: 0px 20px;
}

button.plus {
    border: none;
    background: #d7d7d7;
    color: #000000;
    padding: 0px 20px;
}

.quantity {
    border: 2px solid #ffffff !important;
}

.image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.kodi-archana {
    display: flex;
    align-items: center;
    position: relative;
}

.kodi-archana img {
    width: 5%;
    top: 10px;
    position: absolute;
    right: 0px;
}

.last-line {
    border-bottom: 1px solid rgb(208, 213, 230);
    padding-bottom: 4%;
    line-height: 25px;
}

.two {
    margin: 0;
    font-weight: bold;
    color: #000;
}

.booknew {
    margin: 0;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.av {
    margin: 0;
    color: rgb(0, 138, 30);
}

.about-cont {
    color: rgb(26, 26, 26);
    font-size: 24px;
    font-weight: 600;
}

.moretext {
    display: none;
}

.newp {
    line-height: 25px;
    padding-top: 5%;
    position: relative;
}

.kodi-archana h1 {
    font-weight: bold;
    color: #000;
    font-size: 35px;
}

.side_bar {
    padding: 20px;
    border: 1px solid rgb(184 184 184);
    border-radius: 16px;
    line-height: 35px;
    position: relative;
}

.navigate_icon {
    width: 8% !important;
    margin-left: 2%;
    position: absolute;
    right: 85px;
    bottom: 36%;
}

.icons p {
    word-break: break-word;
    color: rgb(64, 64, 64);
    font-size: 16px;
    font-weight: normal;
}

.share {
    width: 30%;
}

.icons img {
    width: 6%;
}

.img_kodi {
    padding-top: 1%;
}

.icons p {
    margin: 0;
}

.icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.img_kodi img {
    width: 100%;
    border-radius: 15px;
}

.center_content p {
    margin: 0 auto;
    padding-top: 5%;
    font-size: 25px;
    width: 60%;
    text-align: center;
}

.container-fluid {
    background-color: #7d2f1f;
}

p.about-temp {
    line-height: 26px;
}

/* Header Styles */
.header {
    background-color: #000;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.cancel {

    padding: 10% 0%;
}

.cancel h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 28px;
    color: #e63946;
    margin: 0 auto;
    background-color: #ffe6e6;
    border-right: 6px solid #e63946;
    padding: 15px 20px;
    border-left: 6px solid #e63946;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: fit-content;
}

button.mobile-menu-btn {
    display: none;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo img {
    height: 50px;
    width: auto;
}

.nav-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin-left: 20px;
    position: relative;
}

.nav-menu li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: #ff6b00;
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    list-style: none;
    padding: 10px 0;
    border-radius: 5px;
}
.sub-menu.show {
  display: block;
}
.sub-menu li {
    margin: 0;
    padding: 8px 20px;
}

.sub-menu li a {
    color: #333;
}

.nav-menu li:hover .sub-menu {
    display: block;
}

.header-icons {
    display: none;
    align-items: center;

}

.header-icons a {
    color: white;
    margin-left: 15px;
    font-size: 18px;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* Main Content Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0px;
}

.banner {
    width: 100%;
    background-image: url(https://bookmyseats.in/wp-content/uploads/2023/02/background-header-2.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;

}

.banner h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner p {
    font-size: 1.4rem;
    max-width: 800px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.btn {
    background-color: #ff6b00;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    width: fit-content;
    font-size: 1.1rem;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #e05d00;
    color: #ffffff;
}

.event-info {
    background-color: white;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.event-info h2 {
    color: #ff6b00;
    margin-top: 0;
}

.dates {
    font-weight: bold;
    color: #ff6b00;
    font-size: 1.2rem;
}

#more {
    display: none;
}

button#myBtnn {
    border: none;
    background: #fff;
    color: #ff6b00;
    font-weight: 600;
}

button#myBtnn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.location-icon {
    margin-bottom: 6%;
}


/* Footer Styles */
.footer {
    background-color: #000000;
    color: #fff;
    padding: 50px 0 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-logo img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}
.footer-column.padding_lft {
    padding-left: 10%;
}
.footer-about p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.footer-links h3,
.footer-events h3 {
    color: #de6d2f;
    margin-bottom: 20px;
        font-weight: bold;
    font-size: 18px;
}

.footer-links ul,
.footer-events ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-events li {
    margin-bottom: 10px;
        font-size: 16px;
}
.fa-brands, .fab {
    font-size: 16px;
}
.person-entry label {
        font-size: 14px;
}
.person-entry p {
        font-size: 18px;
    font-weight: bold;
}

.footer-links a,
.footer-events a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover,
.footer-events a:hover {
    color: #ff6b00;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    color: #fff;
    background-color: #333;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.social-icons a:hover {
    background-color: #ff6b00;
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #aaa;
    font-size: 14px;
}

.footer-bottom a {
    color: #aaa;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ff6b00;
}

.main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
}

.image-container {
    order: 2;
    /* Moves the image to the right */
    width: 40%;
    text-align: right;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.banner_content {
    text-align: left;
}

.banner_content p {
    margin: 0;
    text-shadow: 2px 2px 4px #000000;
}

.banner_content h2 {
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}

.fd {
    border: 1px solid gray;
    border-radius: 10px;
}



/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 300px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(34, 34, 34, 0.8);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close {
    color: #000000;
    text-align: end;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.con {
    font-size: 25px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 2px;
}

p.btnnew {
    border: 1px solid gray;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 20px;
}

.sp_top {
    padding-top: 2%;
}

.bg_section {
    background: #e7e7e7;
}

.new_section {
    flex: 1;
    min-width: 300px;
    height: fit-content;
    max-width: 800px;
    padding: 40px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-color {
    background-color: #361817;
    color: #333;
}

.bg-color h1 {
    color: #ff6b00;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

input,
select {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.date-input {
    position: relative;
}

input[readonly] {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
}

.add-person {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
}

.btn {
    background-color: #ff6b00;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    transition: background-color 0.3s;
}

.image-container.order {
    order: inherit;
    text-align: start;
}

.main-container.algnin {
    align-items: unset;
}

.date-input {
    position: relative;
}

.date-input i {
    position: absolute;
    right: 10px;
    top: 35px;
    color: #666;
}

.tooltip {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #666;
    cursor: help;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.btn {
    background-color: #ff6b00;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #e05d00;
}

.btn-secondary {
    background-color: #666;
}

.btn-secondary:hover {
    background-color: #555;
}

.additional-person {
    background-color: #f9f9f9;
    padding: 15px;
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px dashed #ddd;
}

.remove-person {
    background-color: #ff3333;
    color: white;
    position: absolute;
    right: 0;
    z-index: 9;
    border: none;
    top: 0;
    margin: 1%;
    padding: 0px 8px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}

.add-person {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
     font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.form-horizontal .form-group {
    margin: 0;
}

select#time_slot {
    padding: 10px;
    width: 100%;
}

select#gothram {
    padding: 10px;
    margin-top: 5px;
        height: 45px;
    width: 100%;
}

.booking-smmary {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
}

.booking-smmary h1 {
    color: #ff6b00;
    text-align: center;
    margin-bottom: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

th,
td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}

.total {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
    margin-bottom: 30px;
}

.btn-group {
    display: flex;
    justify-content: space-between;
}

button.btn.summary {
    background-color: #ff6b00;
    color: white;
    border: none;
    padding: 8px 15px;
    margin-right: 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
}

.m_b {
    margin: 0;
}

.confirmation {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.thank-you {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #4CAF50;
}

.confirmation h1 {
    color: #4CAF50;
    margin-bottom: 20px;
}

.ticket {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: left;
    border: 1px solid #ddd;
}

.ticket h2 {
    margin-top: 0;
    color: #ff6b00;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.ticket-details {
    margin-bottom: 20px;
}

.ticket-details p {
    margin: 5px 0;
}

.person-list {
    margin-top: 20px;
}

.person-list h3 {
    margin-bottom: 10px;
}

.btn-secondary {
    background-color: #666;
}

.instructions {
    margin-top: 30px;
    padding: 15px;
    background-color: #f0f8ff;
    border-left: 4px solid #4682b4;
}

.flex {
    display: flex;
}

.ticket_right {
    width: fit-content !important;
}

.ticket_left {
    width: 70% !important;
}
.justifi {
        text-align: justify;
           color: rgb(64, 64, 64);
    }

/* Optional: Responsive adjustments */
@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
    }

    .kodi-archana h1 {
        font-size: 26px;
    }

    .kodi-archana img {
        right: 10px;
        top: 0;
        width: 10%;
    }

    .dates button {
        width: 145px !important;
        font-size: 11px !important;
        padding: 10px 7px !important;
    }

    .two {
        text-align: left;
    }

    .av {
        text-align: left;
    }

    .main_cont {
        width: 100% !important;
    }

    .res-steps-container {
        align-items: baseline !important;
    }

    .date_box ul li {
        width: 45% !important;
    }

    .res-step-form.col-md-10.col-md-offset-1.res-form-two {
        width: 100%;
    }

    .newh {
        font-size: 9px;
    }

    .ticket_left {
        width: 50% !important;
    }
    .person-entry .col-sm-6 {
        padding: 0;
    }
    .person-entry .col-md-6 {
        padding: 0;
    }

    .ticket_right {
        width: 50% !important;
    }

    #employer-post-new-job .res-steps-container .res-steps {
        width: 33% !important;
    }

    .h1tag {
        font-size: 28px;
        padding-top: 4%;
        font-weight: bold;
    }

    .container.new_section {
        width: 90%;
        text-align: left;
    }

    .bg-color h1 {
        font-size: 25px;
        padding: 0px 15px;
    }

    .image-container.order {
        display: none;
    }

    .add-person {
        width: 100%;
    }

    button.btn.summary {
        width: 100%;
    }

    .center_content p {
        width: 80%;
        font-size: 19px;
    }

    .utt_parra {
        font-size: 26px;
    }

    p.about-temp {
        padding: 0px 20px;
    }

    p#myBtn {
        margin: 0 auto;
    }

    .row {
        margin: 0;
    }

    .image-container,
    .container {
        width: 100%;
        order: initial;
    }

    .justifi {
        text-align: justify;
    }

    button#myBtnn {
        margin-bottom: 6%;
    }

    .image-container {
        margin-top: 20px;
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .footer-column {
        flex: 50%;
    }

    .nav-menu {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0px;
    }
    .twotext {
        display: block !important;
    }
    .title {
            font-size: 30px !important;
    }
        .newh {
        padding: 5px 0px !important;
        border: none !important;
        font-size: 12px !important;
        margin-left: 0px !important;
    }
    .banner {

        margin-bottom: 0px;
    }

    .banner h1 {
        font-size: 1.8rem;
        padding: 0px 30px;
    }

    .banner h1 {
        font-size: 2rem;
    }

    .banner p {
        font-size: 1rem;
    }

    .event-info {
        padding: 30px;
    }

    .footer-column {
        flex: 100%;
    }
}

@media (max-width: 576px) {
    .banner {
        height: auto;
    }


    .banner_content {
        padding: 20px;
        text-align: center;
    }

    .modal-content {
        width: 90% !important;
    }

    .banner h1 {
        font-size: 1.8rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .header-container {
        padding: 0 15px;
    }

    .steps {
        padding: 10px !important;
        font-size: 13px !important;
    }

    .main_sec {
        padding: 40px 0px !important;
    }
}

/* ========================================new end addtion===================================== */





















/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo.horizontal-logo {
    width: 288px;
    height: auto;
}
.fa-chevron-down:before {
    content: "\f078";
    font-size: 11px;
    color: #cecece;
}
.top-menu a {
      font-size: 16px !important;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2em;
}
.page-header {
    margin: 0;
  position: relative;
  padding: 1.5rem 3rem;
  background: #000;
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header .horizontal-logo,
.page-header .search span {
  display: none;
}

.page-header .vertical-logo {
  max-width: 9.5rem;
}

.page-header .top-menu-wrapper {
  color: var(--black);
      gap: 275px;
}

.page-header .top-menu-wrapper::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}

.page-header .search {
  color: var(--white);
}

.page-header .panel,
.page-header .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-header .panel1 {
  width: 100%;
  background: var(--purple-1);
  transition-delay: 0.3s;
}

.page-header .panel2 {
  width: calc(100% - 3rem);
  background: var(--red);
  transition-delay: 0.1s;
}

.page-header .top-menu {
  display: flex;
  flex-direction: column;
  width: calc(100% - 6rem);
  overflow-y: auto;
  padding: 2rem;
  background: var(--white);
}

.page-header .top-menu-wrapper.show-offcanvas::before {
  background: var(--overlay);
  z-index: 1;
}

.page-header .top-menu-wrapper.show-offcanvas .panel,
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel1 {
  transition-delay: 0s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel2 {
  transition-delay: 0.2s;
}

.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 4rem 0.5rem;
}


/* FORM
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header .search-form {
  position: absolute;
  top: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  padding: 1rem 0;
  background: #000;
  transition: all 0.2s;
}
button:focus 
{
        outline: none;
}
.page-header .search-form.is-visible {
  visibility: visible;
  opacity: 1;
}

.page-header .search-form div {
  position: relative;
  width: 40%;
  margin: 0 auto;
}
.mobile_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
 
.mobile_table table {
    width: 100%;
    min-width: 600px; /* Force horizontal scroll on small screens */
    border-collapse: collapse;
}
 
.page-header .search-form input {
  width: 100%;
        font-size: 1rem;
        height: 3rem;
  padding: 0 2rem;
}
i.fas.fa-search.fa-2x {
    font-size: 20px;
}
.page-header .search-form button {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple-1);
}


/* TOP MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header .top-menu li + li {
  margin-top: 1.5rem;
}

.page-header .top-menu > li:last-child {
  margin-top: auto;
}

.page-header ul a {
  display: inline-block;
  font-size: 1.3rem;
  transition: color 0.35s ease-out;
}

.page-header ul a:hover {
      color: #D96C2C;
      text-decoration: none;
}

.page-header .has-dropdown i {
  display: none;
}

.page-header .sub-menu {
          border-radius: 5px !important;
        color: #000 !important;
                left: 190% !important;
      background: #fff !important;
}

.page-header .top-menu .mob-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.page-header .top-menu .mob-block i {
  color: var(--lightgray);
}

.page-header .socials {
  display: flex;
  margin-top: 3rem;
  /* some browsers ignore the padding-bottom: 2rem of the .top-menu because it has overflow-y:auto
  https://bugzilla.mozilla.org/show_bug.cgi?id=748518
  so we add a bottom margin to the .socials
  */
  margin-bottom: 1rem; 
}

.page-header .socials li + li {
  margin-top: 0;
}

.page-header .socials .fa-stack {
  font-size: 1.7rem;
}

.page-header .socials .fab {
  font-size: 1.2rem;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 15px !important;
  border-radius: 50% !important;
  font-size: 24px !important;
  cursor: pointer !important;
}
.owl-dots {
    display: none;
}
button.owl-prev {
    width: 35px;
}
button.owl-next {
    width: 35px;
}
.banner_sec {
    position: absolute;
    top: 20%;
    left: 8%;
    width: 50%;
}
.banner_sec h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 2px 2px 4px #000000;
    padding-bottom: 10px;
    margin: 0px;
}
.banner_sec p {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 20px;
    line-height: 30px;
    width: 90%;
}
.banner_sec a {
   background: #D96C2C;
    color: #fff;
    font-size: 17px;
    padding: 15px 40px;
    border-radius: 6px;
    text-shadow: none;
    position: relative;
    top: 20px;
}

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 550px) {
  .page-header .panel1 {
    width: 60%;
  }
  .page-header .panel2 {
    width: calc(60% - 3rem);
  }
  .page-header .top-menu {
    width: calc(60% - 6rem);
  }
}

@media screen and (min-width: 768px) {
  .page-header .top-menu {
    padding: 4rem;
  }

  .page-header ul a {
    font-size: 1.6rem;
  }

  .page-header .search-form input {
        font-size: 1rem;
        height: 3rem;
    line-height: 5rem;
  }
}

@media screen and (min-width: 995px) {
  .page-header {
            padding: 15px 40px 15px 40px;
  }

  .page-header .panel,
  .page-header .open-mobile-menu,
  .page-header .vertical-logo,
  .page-header .top-menu .mob-block,
  .page-header .top-menu > li:last-child,
  .page-header .top-menu-wrapper::before {
    display: none;
  }

  .page-header .horizontal-logo {
    display: block;
  }

  .page-header .top-menu-wrapper {
    display: flex;
    align-items: center;
    color: var(--white);
  }

  .page-header .top-menu {
    flex-direction: row;
    position: static;
    width: auto;
    background: transparent;
    margin: 0;
    transform: none;
    padding: 0;
    overflow-y: visible;
    box-shadow: none !important;
  }

  .page-header .top-menu li + li {
    margin-top: 0;
  }

  .page-header .top-menu > li:not(:nth-last-child(2)) {
    margin-right: 2rem;
  }

  .page-header .top-menu > li > a {
    padding: 1rem 0.5rem;
  }

  .page-header ul a {
    font-size: 1.3rem;
  }

  .page-header .has-dropdown i {
    display: inline-block;
  }

  .page-header .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--purple-2);
  }

  .page-header .sub-menu li + li {
    margin-top: 1.2rem;
  }

  .page-header .sub-menu a {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }

  .page-header .has-dropdown {
    position: relative;
  }

  .page-header .has-dropdown:hover .sub-menu {
    display: block;
  }

  .page-header .search {
    display: flex;
    align-items: center;
    margin-left: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-header .search {
    margin-left: 5rem;
  }

  .page-header .search i {
    margin-right: 1.5rem;
  }

  .page-header .search span {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
  }
}


  @media only screen and (max-width: 600px) {
button.open-mobile-menu.fa-lg {
    color: #fff;
}
.page-header .top-menu .mob-block {
        background: #000;
    padding: 10px;
    gap: 20px;
}
.page-header .top-menu .mob-block i {
    color: #000000;
}
.banner_sec a {
        padding: 10px 25px;
}
.footer-column.padding_lft {
    padding-left: 15px;
}
.banner_sec h1 {
    font-size: 27px;}
    .banner_sec p {
        width: 100%;
            font-size: 16px;
        line-height: 25px;
    }
    .banner_sec {
            width: 85%;
                top: 35%;
    }
    .grid {
        margin-bottom: 10%;
    }
    .rgt_content h2 {
        font-size: 35px;
    }
    .rgt_content {
    padding-top: 5%;
}
.cloud-tittle {
        width: 90%;
}
.page-header .top-menu {
        width: calc(100% - 3rem);
}
.owl-nav button {
    background: rgb(255 255 255) !important;
    color: #000000 !important;}
.cloud-tittle h2 {
    font-size: 30px;}
 .owl-nav {
    bottom: 0;
    top: auto;
 }   
.contact-form {
    width: 100%;}
    .location_card{
        display: block;
        margin-bottom: 5%;
            padding: 30px 20px;
    }
    .owl-carousel .item img {
            height: 80vh;
    }
    .twobox {
    padding-top: 0px !important;}
    .booking-smmary h1 {
    color: #ff6b00;
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
}
.booking-smmary h2{
        font-size: 20px;
}
.total {
    text-align: left;}
.navigate_icon {
        width: 8% !important;
        position: absolute;
        right: 12px;
        bottom: 38%;
}
.icons p {
        font-size: 14px;
}
button.search {
    display: none;
}
.location-icon {
    margin-bottom: 6%;
}
.newp {
        padding-top: 10%;
}
.page-header .has-dropdown i {
    display: inline-block;
}
.sub-menu {
    position: relative;
}
.page-header .sub-menu {
    left: 0 !important;
}
.fa-chevron-down:before {
    color: #000;
}
.backimg {
        top: 0px;
            padding: 30px 40px 30px 40px;
}
.page-header .search-form div {
    width: 80%;
}
.proceed-btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}
.banner_content { 
    font-size: 27px;
            text-align: left;
        padding: 0;
}

  }