/* General Body and Layout */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

header img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

h1 {
    font-size: 2.5em;
    color: #111;
}

.location {
    font-size: 1.2em;
    color: #666;
}

.rating {
    color: #ffcc00;
    font-size: 1.2em;
}


/* Section Styling */

section {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

section div {
    text-align: center;
}

section .icon {
    font-size: 2em;
    color: #333;
}

section .info {
    font-size: 1.1em;
    margin-top: 5px;
}


/* Timeline Section */

#place-details {
    margin-top: 40px;
}

.p-timeline-overview h5 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.p-timeline {
    list-style-type: none;
    padding: 0;
}

.p-timeline li {
    display: flex;
    margin-bottom: 30px;
}

.timeline-index {
    margin-right: 20px;
}

.index-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffcc00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.2em;
}

.timeline-content {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.timeline-content h5 {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    /* Added shadow */
}

.timeline-content p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
}

.timeline-content ul {
    list-style-type: none;
    padding: 0;
}

.timeline-content ul li {
    font-size: 1.1em;
    color: #555;
    display: flex;
    align-items: center;
}

.timeline-content ul li i {
    color: #ffcc00;
    margin-right: 10px;
}


/* Button Styling */

button {
    position: fixed;
    top: 20px;
    left: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

footer button {
    width: 48%;
}

footer .btn-info {
    background-color: #4caf50;
}

footer .btn-gallery {
    background-color: #2196f3;
}


/* Background Image */

.container header img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}


/* Responsive Design */

@media (max-width: 768px) {
    .container {
        padding: 20px;
    }
    header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer {
        flex-direction: column;
    }
    footer button {
        width: 100%;
        margin-bottom: 10px;
    }
    h1 {
        font-size: 2em;
        /* Adjust title font size on mobile */
    }
}

#place-details {
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0 auto;
    padding: 20px;
    width: 80%;
}

.p-timeline-overview {
    margin-bottom: 20px;
}

.p-timeline-overview h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

.p-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-timeline li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.timeline-index {
    position: relative;
    margin-right: 20px;
}

.index-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4CAF50;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.timeline-content {
    max-width: 800px;
}

.timeline-content h5 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #007BFF;
    margin-bottom: 10px;
}

.timeline-content p {
    text-align: justify;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}

ul li {
    list-style-type: none;
    font-size: 0.9rem;
}

ul li i {
    color: #28a745;
    margin-right: 10px;
}

@media (max-width: 768px) {
    #place-details {
        width: 95%;
    }
    .timeline-index {
        margin-right: 10px;
    }
    .index-circle {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    .timeline-content h5 {
        font-size: 1.1rem;
    }
    .timeline-content p {
        font-size: 0.95rem;
    }
}


/* Icon Styling */

.package-details .package-tab .p-tab-content .tab-content-2 ul.p-timeline li .timeline-content ul li i {
    font-size: 35px;
    color: #262339;
    margin-right: 10px;
    margin-top: 20px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.bx {
    font-family: "boxicons" !important;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx:hover {
    color: #4CAF50;
    cursor: pointer;
    transform: scale(1.15);
    transition: transform 0.3s ease, color 0.3s ease;
}

.bx:active {
    transform: scale(1.05);
    color: #45a049;
}

.bx:focus {
    outline: none;
    border: 2px solid #4CAF50;
    padding: 2px;
}


/* Heading and Timeline Content Styling */

h5 {
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.timeline-content h5 {
    font-weight: bold;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    /* Slightly more pronounced shadow */
}