@charset "utf-8";

.country img{
	border-radius: 5px;
}

.countryDet_l{
    width: 17%;
}

.countryDet_pic img { 
    border:none; 
    box-shadow:none;
}

.env_alert {
    position: fixed;
    top: 0;
    text-align: center;
    background-color: rgba(241, 194, 84, 0.8);
    color: #000;
    font-weight: bold;
    padding: 0 10px;
}

/* Cookie Consent */
#cookieConsent { position:fixed; bottom:0; left:50%; transform:translateX(-50%); z-index:9999; background:#fff; border-top:3px solid #E9A53A; box-shadow:0 -2px 10px rgba(0,0,0,0.15); padding:18px 30px; text-align:center; width:calc(100% - 30px); max-width:1170px; border-radius:4px 4px 0 0;}
#cookieConsent p { margin:0 0 12px 0; color:#333; font-size:14px; line-height:1.6;}
#cookieConsent button { background:#E9A53A; color:#fff; border:none; padding:10px 30px; font-size:14px; cursor:pointer; border-radius:3px;}
#cookieConsent button:hover { background:#d4922e;}

/* Floating Contact Icons */
#floatingContact { position:fixed; right:12px; bottom:120px; z-index:10000; display:flex; flex-direction:column; gap:4px; }
#floatingContact a { display:block; }
#floatingContact a img { display:block; width:48px; height:48px; transition:opacity 0.2s; }
#floatingContact a:hover img { opacity:0.8; }