.destination {
    float: left;
    width: 100%;    
    padding-top: 30px;
}

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

.destination__leftarea {
    width: 100%;
}

.destination__places {
    float: left;
    width: 100%;
}

.destination__rightarea {
    display: none;
}

.destination__nav {
    padding: 20px;
}

.destination__navlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.destination__navlistitem {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}

.destination__navicon {
    margin-right: 7px;
}

.destination__activities {
    /* display: grid;*/
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.destination__activities_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 15px;
}

    .destination__activities_item ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 15px;
    }

        .destination__activities_item ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            background-color: #800000;
        }






/* Custom CSS Start from here */



.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('7.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

.hero-content {
    max-width: 800px;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

section.hero:before {
    background: #00007c;
}

.search-form {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #daa32f;
    margin: 15px auto 0;
}

.destination-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

    .destination-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

.destination-img {
    height: 200px;
    object-fit: cover;
}

.price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #841412;
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 600;
}

.package-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .package-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

.testimonial-card {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 15px;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.newsletter {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
    padding: 100px 0;
    color: white;
}



.about-container {
    background: white;
}

.about-header {
    background: var(--light-bg);
    padding: 30px 20px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
}




.cta-section {
    background: linear-gradient(135deg, var(--primary-color), #800000);
    color: white;
    padding: 50px 30px;
    border-radius: 8px;
    text-align: center;
    margin: 50px 0 30px;
}

.cta-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.btn-cta {
    background: white;
    color: var(--primary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
    margin: 10px;
}

    .btn-cta:hover {
        background: var(--light-bg);
        transform: translateY(-2px);
    }

.btn-outline-cta {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px 28px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
    margin: 10px;
}

    .btn-outline-cta a {
        color: white;
    }

    .btn-outline-cta:hover a {
        color: #23527c;
    }

    .btn-outline-cta:hover {
        background: white;
        color: var(--primary-color);
    }
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.focus, .btn-default:focus, .btn-default:hover {
    color: #ffffff !important;
    background-color: #770000 !important;
    background-image: none !important;
    border-color: inherit !important;
}

/*Destination CSS Starts here*/
.destination-container {
}

.destination-hero {
    position: relative;
    height: 500px;
    color: white;
    padding: 60px 0 0;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.destination-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.destination-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 20px;    
    margin-bottom: 0;
    padding-bottom: 10px;
    color: var(--dark-text);
    text-align: center;
}

.overview-section {
    margin-bottom: 40px;
}

.overview-content {
    font-size: 16px;
    line-height: 1.7;
    color: var(--light-text);
}

.highlight-card {
    background: white;
    border-radius: 8px;
    padding: 20px 20px 10px;
    margin-bottom: 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #dea528;
    transition: transform 0.3s;
}

    .highlight-card:hover {
        transform: translateY(-5px);
    }

    .highlight-card ul {
        padding-left: 15px;
        list-style: disc
    }

        .highlight-card ul li {
            margin-bottom: 10px
        }

.highlight-icon {
    font-size: 30px;
    color: gold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

    .highlight-icon i {
        margin-right: 7px
    }

.highlight-title {
    font-size: 22px;
    color: var(--dark-text);
    margin-bottom: 0;
}

.attractions-section {
    margin: 50px 0 30px;
}
.attractions-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.attractions-section li {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}
.attractions-section li strong {
    display: block;
    margin-bottom: 10px;
}

.attraction-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    transition: transform 0.3s;
}

    .attraction-card:hover {
        transform: translateY(-5px);
    }

.attraction-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-size: cover !important;
    display: none;
}

.attraction-content {
    padding: 15px;
}

.attraction-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.attraction-description {
    color: var(--light-text);
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.attraction-meta {
    display: flex;
    justify-content: space-between;
    color: var(--light-text);
    font-size: 14px;
}

.booking-section {
    background: var(--light-bg);
    border-radius: 8px;
    padding: 30px;
    margin: 40px 0;
}

.btn-book {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: background 0.3s;
    width: 100%;
    margin-top: 20px;
}

    .btn-book:hover {
        background: #0d5bb9;
        color: white;
    }

.modal-image {
    width: 100%;
    border-radius: 8px;
}

.weather-section {
    margin: 40px 0;
}

.weather-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.weather-icon {
    font-size: 50px;
    color: gold;
    text-align: center;
    margin-bottom: 15px;
}

.weather-temp {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.weather-desc {
    text-align: center;
    color: var(--light-text);
    margin-bottom: 20px;
}

.weather-details {
    display: flex;
    justify-content: space-between;
}

.weather-detail {
    text-align: center;
}

.detail-value {
    font-weight: 500;
    margin-bottom: 5px;
}

.detail-label {
    color: var(--light-text);
    font-size: 14px;
}

.travel-tips {
    margin: 40px 0;
}

.tip-item {
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tip-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: var(--primary-color);
    font-size: 20px;
}

.tip-content {
    flex-grow: 1;
}

.tip-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.tip-text {
    color: var(--light-text);
    font-size: 14px;
    line-height: 1.5;
}



.form-control{
    padding: 6px 12px !important
}
.send_icon {
    margin-top: 22px;
}

.features-section {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    padding: 15px 0;
    max-width: 800px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.8rem;
}

    .feature-item img {
        width: 38px;
        height: 38px;
    }

.feature-text h3 {    
    color: #000 !important;
    font-weight: 600;
    margin: 0 0 0.3rem;
}

.feature-text p {    
    color: var(--text-color);
    margin: 0;
    line-height: 1.5;
}
.contentSec h1, .contentSec h2, .contentSec h3, .contentSec h4, .contentSec h5 {
    color: var(--primary-color);
}

@media (min-width: 992px){
    .destination {    
    padding-top: 0;
}
}


















