body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}
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: 50px;
}
.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: 40px;
}
.side_bar {
    padding: 20px;
       border: 1px solid rgb(184 184 184);
    border-radius: 16px;
        line-height: 35px;
}
.navigate_icon {
    width: 10% !important;
    margin-left: 2%;
}
.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: 95%;
    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 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: 9%;
}


/* Footer Styles */
.footer {
    background-color: #111;
    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;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-logo img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}

.footer-about p {
    color: #aaa;
    line-height: 1.6;
}

.footer-links h3,
.footer-events h3 {
    color: #fff;
    margin-bottom: 20px;
    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;
}

.footer-links a,
.footer-events a {
    color: #aaa;
    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-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;
            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;
    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;
}

/* Optional: Responsive adjustments */
@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
    }
    
    .kodi-archana h1 {
            font-size: 35px;
    }
    .kodi-archana img {
            right: 10px;
    width: 10%;}
    .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: 70% !important;}
    .ticket_right {
    width: 25% !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;
        text-align: center;
    }

    .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;
    }

    .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;}
}