/* Islamabad Images */
.islamabad-header {
    background-image: url('/images/destinations/islamabad.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.faisal-mosque {
    background-image: url('/images/destinations/attractions/faisal-mosque.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.margalla-hills {
    background-image: url('/images/destinations/attractions/margalla-hills.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.pakistan-monument {
    background-image: url('/images/destinations/attractions/pakistan-monument.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.rawal-lake {
    background-image: url('/images/destinations/attractions/rawal-lake.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

/* Manila Images */
.manila-header {
    background-image: url('/images/destinations/manila.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.intramuros {
    background-image: url('/images/destinations/attractions/intramuros.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.rizal-park {
    background-image: url('/images/destinations/attractions/rizal-park.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.manila-bay {
    background-image: url('/images/destinations/attractions/manila-bay.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.binondo {
    background-image: url('/images/destinations/attractions/binondo.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

/* Abuja Images */
.abuja-header {
    background-image: url('/images/destinations/abuja.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.abuja-mosque {
    background-image: url('/images/destinations/attractions/abuja-mosque.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.christian-centre {
    background-image: url('/images/destinations/attractions/christian-centre.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.aso-rock {
    background-image: url('/images/destinations/attractions/aso-rock.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.arts-centre {
    background-image: url('/images/destinations/attractions/arts-centre.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

/* Cape Town Images */
.capetown-header {
    background-image: url('/images/destinations/capetown.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.table-mountain {
    background-image: url('/images/destinations/attractions/table-mountain.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.robben-island {
    background-image: url('/images/destinations/attractions/robben-island.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.waterfront {
    background-image: url('/images/destinations/attractions/waterfront.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.boulders-beach {
    background-image: url('/images/destinations/attractions/boulders-beach.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

/* Dakar Images */
.dakar-header {
    background-image: url('/images/destinations/dakar.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.goree-island {
    background-image: url('/images/destinations/attractions/goree-island.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.renaissance-monument {
    background-image: url('/images/destinations/attractions/renaissance-monument.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.dakar-mosque {
    background-image: url('/images/destinations/attractions/dakar-mosque.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.kermel-market {
    background-image: url('/images/destinations/attractions/kermel-market.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

/* Colombo Images */
.colombo-header {
    background-image: url('/images/destinations/colombo.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.gangaramaya {
    background-image: url('/images/destinations/attractions/gangaramaya.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.galle-face {
    background-image: url('/images/destinations/attractions/galle-face.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.pettah-market {
    background-image: url('/images/destinations/attractions/pettah-market.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.colombo-museum {
    background-image: url('/images/destinations/attractions/colombo-museum.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

/* Dhaka Images */
.dhaka-header {
    background-image: url('/images/destinations/dhaka.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.lalbagh-fort {
    background-image: url('/images/destinations/attractions/lalbagh-fort.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.ahsan-manzil {
    background-image: url('/images/destinations/attractions/ahsan-manzil.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.star-mosque {
    background-image: url('/images/destinations/attractions/star-mosque.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.liberation-museum {
    background-image: url('/images/destinations/attractions/liberation-museum.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

/* Add this for destination index page thumbnails */
.destination-thumbnail {
    height: 200px;
    background-size: cover;
    background-position: center;
}
