body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #CB5616;
    background-image: url('bjp 2.png');
}
.icon-item{
    text-decoration: none;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}
.header {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    position: absolute;
    top: 2px;
    left: 3px;
    max-width: 88px;
}
.logo1 {
    position: absolute;
    top: 9px;
    right: -3px;
    max-width: 150px;
}
/* Navigation Menu */
.nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 82px 0px 0px 0px;
    display: flex;
    gap: 70px;
}
/* Responsive for mobile view */
@media (max-width: 768px) {
.nav ul {
gap: 10px; /* Reduced gap for mobile */
}
}
.nav ul li {
    display: inline-block;
    position: relative;
}
.nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #f8d654;
    transition: 0.3s;
}
.nav ul li a:hover {
    color: #fff;
}
.dropdown {
    display: none;
    position: relative;
    background: rgba(3, 3, 3, 0.83);
    border-radius: 8px;
    top: 30px;
    left: 0;
    width: 150px;
}
.dropdown a {
    display: block;
    padding: 10px;
    text-align: left;
}
.nav ul li:hover .dropdown {
    display: block;
}
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: white;
}
@media (max-width: 768px) {
    .logo1 { display: none; }
    .logo { top: 16px; max-width: 115px; }
    .nav { display: none; position: absolute; top: 60px; left: 50%; transform: translateX(-50%); width: 80%; background: rgba(3, 3, 3, 0.83); border-radius: 8px; }
    .nav ul { flex-direction: column; text-align: center; padding: 10px 0; }
    .nav ul li { padding: 10px 0; }
    .dropdown { position: static; display: none; background: none; width: auto; }
    .nav ul li .dropdown a { text-align: center; }
    .menu-toggle { display: block; position: absolute; top: 20px; left: 96%; transform: translateX(-50%); background: none; border: none; color: white; }
}
    .menu-toggle {
        
        position: absolute;
        top: 20px;
        left: 96%;
        transform: translateX(-50%);
        background: none;
        border: none;
        color: white;
    }

.underline {
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 50px;
}
.main-image {
    margin: 10px auto;
    width: 80%;
    max-width: 600px;
}
.icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-top: 30px;
}
.row {
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* .icon-item {
    text-align: center;
}
.icon-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 20px;
}
.icon-item p {
    font-family: Montserrat;
    margin-top: 2px;
    font-size: 16px;
    color: #f8d654;
    line-height: 1.1;
} */
.icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.icon-item {
    text-align: center;
    cursor: pointer;
    position: relative;
}
.icon-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 20px;
}
.icon-item p {
    font-size: 16px;
    color: #f8d654;
}

/* Small Popup Styles */
.popup {
    display: none;
    position: absolute;
    background: #f7b719;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 180px;
    text-align: center;
    z-index: 1000;
}
.popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popup ul li {
    color: #e8c144;
    padding: 8px;
    background: #C04C10;
    border-radius: 5px;
    cursor: pointer;
    /* font-weight: bold; */
    margin: 5px 0;
}
.popup ul li:hover {
    background: #000000;
}
.footer-underline {
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .row {
        flex-wrap: wrap;
    }
    .icon-item img {
        width: 100px;
        height: 100px;
    }
}
/* footer */

.footer {
text-align: center;
padding: 20px;

color: #fff;
}
.footer-nav ul {
list-style: none;
padding: 0;
margin: 10px 0;
display: flex;
justify-content: center;
gap: 50px;
}
.footer-nav ul li {
display: inline-block;
text-align: center;
}
.footer-nav ul li a {
text-decoration: none;
font-size: 16px;
color: #f8d654;

display: block;
margin-bottom: 5px;
}
.footer-nav ul li a:hover {
color: #fff;
}
.footer-subtext {
font-size: 14px;
color: #f8d654;
max-width: 250px;
margin: 5px auto 0 auto;
line-height: 1.4;
}

/* Destination Links */
.footer-links p {
display: flex;
align-items: center;
font-size: 14px;
color: #fff;
margin: 5px 0;
}
.footer-links p span {
color: #f8d654;
margin-right: 8px;
font-size: 14px;
}
.footer-links p a {
text-decoration: none;
color: #fff;
font-size: 14px;
font-weight: normal;
}
.footer-links p a:hover {
color: #f8d654;
}

/* Social Media Icons */
.footer-social {
margin-top: 20px;
}
.footer-social a {
color: #fff;
font-size: 20px;
margin: 0 10px;
text-decoration: none;
}
.footer-social a:hover {
color: #f8d654;
}

/* Copyright Line */
.footer-copyright {
margin-top: 15px;
font-size: 14px;
color: #fff;
}
.footer-copyright a {
color: #f8d654;
text-decoration: none;
}
.footer-copyright a:hover {
text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 490px) {
.footer-nav ul {
flex-direction: column;
text-align: center;
gap: 20px;
}
.footer-nav ul li {
display: block;
}
.footer-links p {
justify-content: center;
}
}
