

#unesco_parent, #extra_parent, #related_parent,.unesco_parent, #chart_parent, #categories_parent{border-radius: 5px;}



 #unesco_parent {
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Align items vertically in the center */
        height: 100%; /* Ensure the div takes full height of the parent container */
		padding-top:25px;
		padding-bottom:20px;
    }

#chart_div{width:100%;height:2400px;}

.unesco_country_header{
	font-weight:600;
}


.des_text{
font-size:16px;
margin-top:5px;
}

.area_img {
    border-color: #808080;
    background-color: #ddd;
}
.area_t {
    font-size: 16px !important;
}

.area_p {
    font-size: 18px;
}
.area_heading {
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Small screens up to 576px */
@media screen and (max-width: 576px) {
   

    .area_heading {
        font-size: 30px;
    }

    .area_p {
        font-size: 16px;
    }
	
	.access_text{
font-size:18px !important;	
}
	
}

/* Extra small screens up to 320px */
@media screen and (max-width: 320px) {
    .area_heading {
        font-size: 24px;
    }

    .area_p {
        font-size: 14px;
    }
	.access_text{
font-size:14px !important;	
}
}

/* Tiny screens up to 240px */
@media screen and (max-width: 240px) {
   

    .area_heading {
        font-size: 20px;
    }

    .area_p {
        font-size: 12px;
    }
	.access_text{
font-size:12px !important;	
}
}




/* Unique Styles for unesco Section */
.unesco-container {
    padding: 20px;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
   
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius:8px;
	overflow: hidden; /* Prevent any content from overflowing */
}

.unesco-header {
    font-size: 2rem; /* Adjust title size */
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Subtle shadow effect */
	margin: 0; /* Reset default margins */
    word-wrap: break-word; /* Break long words to avoid overflow */
}

.unesco-row {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Align vertically */
    flex-wrap: wrap;
}

.unesco-main {
    flex: 1 1 70%; /* Takes up 70% of the space */
    padding: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.unesco-sidebar.w-site {
    flex: 1 1 25%; /* Takes up 25% of the space */
    display: flex;
    justify-content: center; /* Align horizontally */
    align-items: center; /* Align vertically */
    padding: 20px;
    background: linear-gradient(135deg, #f6d365, #fda085); /* Gradient from light yellow-orange to rich orange */
    border-radius: 12px; /* Slightly larger border radius for softer edges */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add subtle outer shadow for depth */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    min-height: 75px; /* Ensures enough height for vertical centering */
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add hover effect */
}

.unesco-sidebar.x-site {
    flex: 1 1 25%; /* Takes up 25% of the space */
    display: flex;
    justify-content: center; /* Align horizontally */
    align-items: center; /* Align vertically */
    padding: 20px;
    background: linear-gradient(135deg, #ced4da, #e9ecef); /* Lighter Bootstrap secondary gradient */
    border-radius: 12px; /* Slightly larger border radius for softer edges */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add subtle outer shadow for depth */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    min-height: 75px; /* Ensures enough height for vertical centering */
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add hover effect */
}

.unesco-sidebar.t-site {
    flex: 1 1 25%; /* Takes up 25% of the space */
    display: flex;
    justify-content: center; /* Align horizontally */
    align-items: center; /* Align vertically */
    padding: 20px;
    background: linear-gradient(135deg, #00c6ff, #90f7ec); /* Cyan gradient */
    border-radius: 12px; /* Slightly larger border radius for softer edges */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add subtle outer shadow for depth */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    min-height: 75px; /* Ensures enough height for vertical centering */
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add hover effect */
}

.unesco-sidebar.i-site {
        flex: 1 1 25%; /* Takes up 25% of the space */
    display: flex;
    justify-content: center; /* Align horizontally */
    align-items: center; /* Align vertically */
    padding: 20px;
    background: linear-gradient(135deg, #ffcccc, #ff6666); /* Pronounced light red gradient */
    border-radius: 12px; /* Slightly larger border radius for softer edges */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add subtle outer shadow for depth */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    min-height: 75px; /* Ensures enough height for vertical centering */
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add hover effect */
}





.unesco-sidebar span {
    display: block;
    margin: auto;
}


/* General Styles */
.image-gallery {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for multiple rows */
    gap: 15px; /* Add space between images */
    margin-top: 20px;
    justify-content: center; /* Center images horizontally */
}

.image-item {
    position: relative; /* Make the image item a positioning context */
    flex: 1 1 calc(33.333% - 15px); /* Each image takes up 1/3 of the row minus the gap */
    max-width: calc(33.333% - 15px); /* Ensure max width for each image */
    box-sizing: border-box;
}

.image-item img {
    width: 100%; /* Make images responsive */
    height: auto;
    border-radius: 5px; /* Add rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
}



/* Ensure responsiveness for smaller screens */
@media (max-width: 768px) {
    .image-item {
        flex: 1 1 calc(50% - 15px); /* Switch to two images per row on smaller screens */
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 480px) {
    .image-item {
        flex: 1 1 100%; /* One image per row on very small screens */
        max-width: 100%;
    }
	.unesco_country_header{
font-size:12px !important;	
}
}

@media (max-width: 240px) {
    .unesco-sidebar{display:none;}
}

/* General container for the map section */
#map_canvas {
    border-radius: 5px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    overflow: hidden; /* Prevent content overflow */
    margin-top: 20px; /* Add spacing from the content above */
    background-color: #f9f9f9; /* Light background for contrast */
	position: relative; /* Ensures child elements can be positioned absolutely */
	width: 100%; /* Make the iframe take the full width of its container */
    height: 500px; /* Set a default height for the iframe */
}

/* Styling the iframe for responsiveness */
.responsive-iframe {  
    width: 100%; /* Make the iframe take the full width of its container */
    height: 500px; /* Set a default height for the iframe */
    border: none; /* Remove default iframe border */
}

.for_approximate_location {
	position: absolute;
    top: 40px; /* Distance from the top */
    left: 10px; /* Distance from the left */
	color:#fff;
	text-shadow: 
        -1px -1px 0 #000, /* Top-left shadow */
         1px -1px 0 #000, /* Top-right shadow */
        -1px  1px 0 #000, /* Bottom-left shadow */
         1px  1px 0 #000; /* Bottom-right shadow */
}

.for_approximate_location_ar {
	position: absolute;
    top: 40px; /* Distance from the top */
    right: 10px; /* Distance from the left */
	color:#fff;
	text-shadow: 
        -1px -1px 0 #000, /* Top-left shadow */
         1px -1px 0 #000, /* Top-right shadow */
        -1px  1px 0 #000, /* Bottom-left shadow */
         1px  1px 0 #000; /* Bottom-right shadow */
}

.for_elevation {
	position: absolute;
    top: 10px; /* Distance from the top */
    right: 10px; /* Distance from the left */
    background: rgba(255, 255, 255, 0.8); /* Slightly transparent white background for readability */
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 10; /* Ensure it appears above the map */
}

.for_elevation_ar {
	position: absolute;
    top: 10px; /* Distance from the top */
    left: 10px; /* Distance from the left */
    background: rgba(255, 255, 255, 0.8); /* Slightly transparent white background for readability */
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 10; /* Ensure it appears above the map */
}
.map-buttons {
    position: absolute;
    bottom: 57px; /* Distance from the bottom */
    left: 11.5px; /* Distance from the left */
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 5px; /* Add space between buttons */
    z-index: 10; /* Ensure buttons appear above the map */
}

.map-buttons_ar {
    position: absolute;
    bottom: 57px; /* Distance from the bottom */
    right: 11.5px; /* Distance from the left */
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 5px; /* Add space between buttons */
    z-index: 10; /* Ensure buttons appear above the map */
}

.map-buttons button {
    flex: none; /* Ensure buttons retain their size */
    width: auto; /* Buttons take their natural width */
}


@media (max-width: 991px) {
    #map_canvas {
        height: auto; /* Reduce height for smaller screens */
    }
	#weather_canvas {
        height: auto; /* Allow auto height for better responsiveness */
    }
	.map-buttons, .map-buttons_ar{
	 bottom: 63px;	
	}
}

/* Mobile Responsiveness */
@media (max-width: 768px) {


    #map_canvas {
        margin-top: 15px;
    }
}

@media (max-width: 400px) {
.for_elevation {
    padding: 2px 5px;
    font-size: 10px;
}
.access_text{
font-size:16px !important;	
}

}

/* Row Container for Flags */
.flag-row {

    margin-top: 20px; /* Add spacing from the previous section */
}

/* Header Styling */
.flag-row-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
	color:#6c757d;
}

.flag-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for multiple rows */
    gap: 10px; /* Space between flags */
    justify-content: center; /* Center align flags */
}


.flag-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid  #6c757d; /* Border matching the warning theme */
    padding: 15px; /* Add padding for spacing */
    border-radius: 5px; /* Rounded corners */
    background: linear-gradient(135deg, #f8f9fa, #d6d8db); /* Light (bg-light) to lighter Secondary */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); /* Subtle depth effect */
	height:480px;
}

.fixed-size-img {
    width: 80px;
    height: 53px;
    object-fit: cover; /* Ensures the image fits while maintaining aspect ratio */
}



/* Flag Images */
.area_img {
    width: 60px; /* Fixed width for flags */
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border: 1px solid #ddd; /* Add a border to each flag */
    border-radius: 4px; /* Rounded corners */
    transition: transform 0.3s ease; /* Hover effect */
}





.area_img:hover {
    transform: scale(1.1); /* Slight zoom on hover */
}

/* Additional Text */
.extra_size {
    font-size: 20px; /* Larger font size */
    margin-top: 20px;
    color: #212529;
    /*text-shadow: 0.5px 0.5px 0 #f8f9fa, -0.5px -0.5px 0 #f8f9fa, -0.5px 0.5px 0 #f8f9fa, 0.5px -0.5px 0 #f8f9fa;*/
}

.extra_size_second {
    font-size: 16px; /* Larger font size */
    color: #6c757d;
  /* text-shadow: 0.5px 0.5px 0 #f8f9fa, -0.5px -0.5px 0 #f8f9fa, -0.5px 0.5px 0 #f8f9fa, 0.5px -0.5px 0 #f8f9fa;*/

}
.access_text{
font-size:20px;
 color: #212529;
 /*text-shadow: 0.5px 0.5px 0 #f8f9fa, -0.5px -0.5px 0 #f8f9fa, -0.5px 0.5px 0 #f8f9fa, 0.5px -0.5px 0 #f8f9fa;*/

}



/* Responsive Design */
@media (max-width: 768px) {
    .area_img {
        width: 50px; /* Adjust flag size for smaller screens */
    }
.unesco_country_header{
font-size:14px;
}


}

@media (max-width: 767px) {.flag-column{
height:auto;	
}
}





.navigation-links {
    display: flex; /* Enable Flexbox */
    justify-content: space-between; /* Position buttons at opposite ends */
    align-items: center; /* Vertically align items */
    width: 100%; /* Ensure it spans the full width of the container */
}

.np_btn {
    width: 50px; /* Ensure both buttons have the same width */
    text-align: center; /* Center-align the content inside the buttons */
}


.similar_link {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	font-size:14px;
}

/* Weather Canvas Styles */
#weather_canvas {
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    overflow: hidden; /* Prevent content overflow */
    margin-top: 20px; /* Spacing from the content above */
    background: linear-gradient(to bottom, #87ceeb, #1e3c72); /* Day-to-night gradient */
    position: relative; /* Parent container for absolute positioning */
    width: 100%;
    height: 500px; /* Fixed height */
    color: #ffffff; /* White text for contrast */
}

/* Weather Icon */
#weather_icon {
    position: absolute;
    top: 20px; /* Position the icon near the top */
    left: 16%;
    transform: translateX(-50%); /* Center horizontally */
    width: 80px; /* Fixed size */
    height: 80px;
}

/* Temperature Info */
#temperature-info {
    position: absolute;
    top: 120px; /* Below the weather icon */
    left: 50%;
    transform: translateX(-50%);
    text-align: center; /* Center text */
    font-size: 3rem; /* Larger font for temperature */
    font-weight: bold;
    color: #ffdd94; /* Warm color for readability */
}

/* Weather Description */
.weather-description {
    font-size: 1.2rem;
    margin-top: 5px;
    color: #ffdd94;
}

/* Weather Details Box */
.weather-box {
    position: absolute;
    bottom: 120px; /* Above the buttons */
    left: 50%;
    transform: translateX(-50%);
    width: 90%; /* Slightly reduced width */
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.9rem;
    color: #ffffff;
}

/* Individual Weather Details */
.weather-item {
    margin: 5px 0;
}

/* Temperature Unit Buttons */
.temp-change {
    position: absolute;
    bottom: 50px; /* Above the weather credit */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px; /* Space between buttons */
}

.temp-change-button {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent background */
    color: #ffffff; /* White text */
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

.temp-change-button.checked {
    background: #ffdd94; /* Highlighted button */
    color: #000000; /* Black text for contrast */
}

/* Weather Credit */
.weather_credit {
    position: absolute;
    bottom: 10px; /* Stick to the bottom */
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.8); /* Slightly transparent white */
}



/* Add this to your CSS file */
.category-site-item {
     height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.category-site-item img {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}









/* Body container */
.comments-body {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 0 0 5px 5px;

}

/* Row layout for comments */
.comments-row {
    display: flex;
    flex-direction: column;
	gap:15px;
}

/* Individual comment container */
.comment-container {
    width: 100%;

}

/* Comment block styling */
.comment-block {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Text alignment and direction */
.comment-text {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5;
}

.comment-text.rtl {
    text-align: right;
    direction: rtl;
}

.comment-text.ltr {
    text-align: left;
    direction: ltr;
}

/* Comment text content */
.comment-text-content {
    color: #495057;
    font-weight: bold;
}

/* Divider between text and metadata */
.comment-divider {
    border-top: 1px solid #dee2e6;
    margin: 10px 0;
}

/* Metadata styling */
.comment-metadata {
    font-size: 0.9rem;
    color: #6c757d;
}

.comment-author {
    color: #343a40;
}

/* Reference styling */
.comment-reference {
    font-size: 0.9rem;
    color: #6c757d;
}

.comment-reference-link {
    text-decoration: none;
    color: #007bff;
}

.comment-reference-link:hover {
    text-decoration: underline;
}







/* Parent Container Styling */
.comment-container-wrapper {
    padding: 20px;
    border-radius: 5px;
    background-color: #f1f3f5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Comments Info */
.comment-section-info {
    margin-bottom: 20px;
    font-family: 'Verdana', sans-serif;
    line-height: 1.5;
}

.comment-section-notice {
    font-size: 0.95rem;
    color: #495057;
    display: block;
    margin-bottom: 8px;
}

.comment-section-lang {
    font-weight: bold;
    color: #6c757d;
}

.comment-section-login {
    font-size: 0.9rem;
}

.comment-section-login a {
    color: #007bff;
    text-decoration: none;
}

.comment-section-login a:hover {
    text-decoration: underline;
}

/* Comment Form Styling */
.comment-form-box {
    margin-top: 15px;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #ffffff;
}

.comment-form-group-box {
    margin-bottom: 15px;
}

.comment-form-textarea {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    font-size: 1rem;
    resize: vertical;
    min-height: 100px;
}

.comment-form-textarea:focus {
    border-color: #ffc107; /* Bootstrap warning color */
    outline: none;
}



.comment-form-submit-btn:hover {
    background-color: #218838;
}

/* Feedback Notification */
.comment-review-box_en {
    font-size: 0.85rem;
    color: #6c757d;
    background-color: #e9ecef;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
}

.comment-review-box_ar {
    font-size: 0.85rem;
    color: #6c757d;
    background-color: #e9ecef;
    border-radius: 5px;
    text-align: right;
    padding: 10px;
}









/* Equal height for both columns */
.equal-height {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-grow: 1; /* Makes sure both divs stretch equally */
    min-height: 400px; /* Adjust this as needed */
}

/* Center content vertically */
.equal-height-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Responsive adjustment */
@media (max-width: 767px) {
    
    .equal-height {
        height: auto; /* Allow height to adjust dynamically */
    }
    .equal-height-content {
        position: static;
        transform: none;
        margin-top: 10px; /* Add space if needed */
    }
}






@media (min-width: 992px) and (max-width: 1292px) {

.access_text{
font-size:16px !important;	
}	
	
}
@media (min-width: 768px) and (max-width: 992px) {

.access_text{
font-size:13px !important;	
}	
	
}







.rating-background {
    background: linear-gradient(135deg, #d4af37, #c0c0c0, #cd7f32); /* Gradient from gold to silver to bronze */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    color: #fff; /* White text for contrast */
    font-family: 'Arial', sans-serif;
    text-align: center; /* Center-align content */
}









.rating_holder {
    width: 100%;
    padding: 5px 5px 5px 5px;
    margin-top: 6px;
     background: linear-gradient(to right, #FFD700, #CD7F32, #4F4F4F); /* Gold to Bronze to Dark Gray */
    border: 1px solid #212529;
    border-radius: 6px;
    text-align: center;
}
.fa-star,
.fa-star-o {
    font-size: 25px !important;
    color: #fff !important;
}
.side_rating {
    float: left;
    width: 15%;
    margin-top: 10px;
}
.middle_rating {
    margin-top: 10px;
    float: left;
    width: 70%;
}
.right_rating {
    text-align: right;
}
.left_rating {
    text-align: left;
}
.rating_row:after {
    content: "";
    display: table;
    clear: both;
}
.bar-container {
    width: 100%;
    background-color: #f8f9fa;
    text-align: center;
    color: white;
	 border-radius: 5px;
	 border:1px solid #6c757d;
}
.rating_feed_div {
    font-size: 13px;
}

.checkmark {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    margin: 0 auto;
    z-index: 1;
}

.add_shadow{
text-shadow: 1px 1px 2px #6c757d;	
}




/* Adjustments for small screens */
@media (max-width: 768px) {
    .unesco-main {
        padding: 10px; /* Reduce padding */
        font-size: 15px; /* Smaller font size */
    }
	 .des_text {
        font-size: 15px; /* Smaller font size for medium-small screens */
    }
    
}

@media (max-width: 480px) {
    .unesco-main {
        padding: 5px; /* Further reduce padding for very small screens */
        font-size: 14px; /* Further reduce font size */
    }
	.des_text {
        font-size: 14px; /* Smaller font size for medium-small screens */
    }
}


@media (max-width: 576px) {
	.des_text{
       margin-bottom:5px;
    }
}


.breadcrumbs-section_ar{
direction:rtl !important;	
text-align:right !important;
	
}