body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    background-image: url('ssm3.jpg'); /* Replace with your image path */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-size: 100% 100%; /* Scale the image to fit the entire viewport */
    background-position: center; /* Center the image */
    height: 100vh; /* Full height of the viewport */
    width: 0; /* Full width of the viewport */
}

.container {
    align-items: center;
    text-align: center;
    padding: 50px;
    top: 50%;
    align-items: flex-start; 
}

#titleSsm {
    align-items: center;
}

.vertical-buttons {
    margin-top: 20%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    width: 0%;
    align-items: center;
}

h1 {
    color: #333;
    font-size: 2.5em;
}

.button-container {
    margin-top: 20px;
}

.btn {
    background-color: #06402B;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-right: 5px;
    width: 130px;
    text-align:justify;
}

.btn:hover {
    background-color: #06402B;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 0px solid #888;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
    color: #06402B;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
}

.slide {
    display: none;
    text-align: center;
}

.slide.active {
    display: block;
}

.responsive-img {
    width: 100%;
    height: auto;
    max-height: 300px; /* Adjust as needed */
    object-fit: cover; /* Ensures the image covers the area without distortion */
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative; /* Set position relative for absolute positioning of buttons */
    text-align: justify; /* Justify all text in the popup */
}

.popup-content h2,
.popup-content h3,
.popup-content p {
    text-align: justify; /* Ensure headings and paragraphs are justified */
}

.prev, .next {
    cursor: pointer;
    position: absolute; /* Position buttons absolutely */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for centering */
    background-color: rgba(255, 255, 255, 0.8); /* Background for visibility */
    border: none;
    padding: 10px;
    font-size: 18px;
    color: #06402B; /* Button text color */
    border-radius: 5px; /* Rounded corners */
    z-index: 2; /* Ensure buttons are above other elements */
}

.prev {
    left: -50px; /* Position to the left of the popup */
}

.next {
    right: -50px; /* Position to the right of the popup */
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darker background on hover */
    color: white; /* Change text color on hover */
}

.area-buttons {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    gap: 10px;
}

.area-buttons button {
    background-color: #06402B;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.area-buttons button:hover {
    background-color: #06402B;
}

.img_modal {
    display: inline-block;
}

.FitImg {
    height: 800px;
    width: 200px;
}

#btnH, #btnP, #btnA, #btnO{
    opacity: 0.9;

}