@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:wght@400;500;600;700&display=swap');
@media print {
    @page {
        margin: 0;
    }

    * {
        font-family: 'Livvic', 'Poppins', sans-serif;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body {
        font-family: 'Poppins', sans-serif;
        background-color: #f8f9fa;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .no-print {
        display: none !important;
    }
}

.header-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
}

.footer-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
}

.container {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    margin-bottom: 0vh;
    padding: 0px;
}



.day-entry,
.checkif {
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px #a9a9a9;
}

.btn {
    transition: all 0.3s;
    width: 100%;
}

.btn:hover {
    transform: translateY(-2px);
}

/* preview */

h1[id="ph1"] {
    font-family: 'Livvic', 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #222d2f;
}

h2[id="ph2"] {
    max-width: 700px;
    font-family: 'Livvic', 'Poppins', sans-serif;
    background-color: #a9360c;
    padding: 15px 20px;
    font-size: 30px;
    margin: 0 auto;
    border-radius: 6px;
    font-weight: bold;
    color: yellow;
}

h4 {
    font-weight: bold;
}

h4[id="daywiseitinerary"],
h4[id="hotel"],
h4[id="Sightseeing"],
h4[id="uploadedimg"] {
    font-family: 'Livvic', 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #a9360c;
}

h4[id="includsh4"],
h4[id="includsh41"],
h4[id="includsh42"],
h4[id="includsh43"],
h4[id="includsh44"],
h4[id="includsh45"] {
    font-family: 'Poppins', sans-serif;
    width: max-content;
    color: #a9360c;
    font-size: 16px;
    background-color: #f4e4de;
    border-radius: 5px;
    padding: 5px 15px;
}

p[id="duration"],
p[id="highlights"] {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
}

p[id="duration"],
p[id="highlights"],
div[id="departure"],
div[id="arrival"],
div[id="adult"],
div[id="child"],
div[id="room"] {
    color: #a9360c;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
}

p[id="duration"] {
    border-top: 1px solid #dfdfdf;
}

div[id="arrival"],
div[id="child"],
div[id="room"] {
    border-left: 1px solid #dfdfdf;
}

.container-fluid .brod {
    border: 1px solid #dfdfdf;
    padding: 20px 0;
}

.container-fluid .brodd {
    padding: 10px 10px;
}

.container-fluid .brodp {
    border-left: 1px solid #a9360c;
    padding: 10px 50px 10px 10px;
}

.brodp .title {
    color: #222d2f;
    font-size: 18px;
    font-weight: 600;
}

p[id="includs"],
p[id="includs1"],
p[id="includs2"],
p[id="includs3"],
p[id="includs4"],
p[id="includs5"] {
    width: 100%;
    padding-left: 10px;
}

strong {
    font-size: 23px;
    color: #222d2f;
}

/* login */

/* Basic styling for body */
.body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.body .ccontainer {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 340px;
    text-align: center;
}

.body h1 {
    text-align: center;
    color: #333;
    font-size: 1.5rem;
    margin-top: 0;
}

.body .form-group {
    margin-bottom: 15px;
}

.body label {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.body input[type="text"],
.body input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.body button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.body button:hover {
    background-color: #45a049;
}

.body .error {
    color: red;
    font-size: 14px;
    text-align: center;
}


.body .logout-btn {
    padding: 10px 20px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.body .logout-btn:hover {
    background-color: #e53935;
}

.form-label {
    margin-bottom: .5rem;
    color: #333;
    font-weight: 600;
}


.hotel-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    /* optional: rounded corners */
}

.screenshot {
    width: 100%;
    height: 500px;
    margin-top: 5px;
}

.star-rating i {
    color: #a9360c;
}

.info-label {
    font-weight: 500;
}

.a {
    padding-left: 182px;
    margin-bottom: -3px;
}

.b {
    border-top: 1px solid #dfdfdf;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #dfdfdf;
    align-items: center;
}

.c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d {
    border-top: 1px solid #dfdfdf;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dfdfdf;
    align-items: center;
}

.sighbt {
    background-color: #fff5f1;
    border: 1px solid #a9360c;
    padding: 0;
    color: #000000;
    border-radius: 122px;
    font-size: 20px;
    width: 80%;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 0;
}



@media (max-width: 768px) {
    .tour-name {
        font-size: 1.8rem;
        margin-top: 0vh;
    }

    .container {
        margin: 0 0;
        padding: 0px;
    }

    .a {
        padding-left: 59px;
        margin-bottom: -3px;
    }

    .sighbt {
        background-color: #fff5f1;
        border: 1px solid #a9360c;
        padding: 0;
        color: #000000;
        border-radius: 122px;
        font-size: 20px;
        width: 80%;
        text-align: center;
        border-radius: 30px;
        margin-bottom: 0;
    }
}


.sidebar {
    position: fixed;
    top: 0;
    left: -340px;
    width: 340px;
    height: 100%;
    background-color: #333;
    color: #fff;
    transition: left 0.3s;
    padding: 20px;
    opacity: 0.9;
}

h2[id="history"] {
    text-align: center;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    max-height: 85dvh;
    overflow-y: auto;
}

.sidebar ul li {
    cursor: pointer;
}

.sidebar ul li:hover {
    cursor: pointer;
    background-color: #4d4d4d;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 15px 0;
}

#toggleBtn {
    position: fixed;
    top: 15px;
    left: 15px;
    background-color: #132752;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
}

/* ========================
delete history, button
======================= */
.delete-tour-btn {
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 10px;
}

.delete-tour-btn:hover {
    background-color: #cc0000;
}

.tour-item {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #333;
    color: white;
    border-radius: 5px;
}

.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
}

.confirm-delete-btn {
    background-color: #ff0000;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 0px;
}

.cancel-delete-btn {
    background-color: #ccc;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.delete-tour-icon {
       padding: 2px 9px 7px 9px;
    background-color: #ffffff;
    border-radius: 29px;
    display: inline-block;
    vertical-align: middle;
}

.delete-tour-icon:hover svg {
    stroke: darkred;
}