/* Reset default body and html padding/margin */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow-x: hidden; /* Prevent sideways scroll */
}
 
/* Apply box-sizing border-box globally */
*, *::before, *::after {
    box-sizing: border-box;
}
/* background */


.back-lv-mv-hv {
    position: relative;
    background-image: url(../images/banner/lvmvn.avif); /* Replace with your image URL */
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: 100%; /* Full width for responsiveness */
    height: 600px; /* 85% of the viewport height */
    display: flex; /* Use flexbox for better control of child positioning */
    align-items: center; /* Vertically centers the text */
    justify-content: center; /* Aligns the text to the left */
    padding-left: 20px; /* Adds some padding for left alignment */
padding-right: 20px;  
}
  
  .back-lv-mv-hv h1 {
    font-size: 6.8rem;
    padding-top: 450px;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold; 
    margin-top: 200px;
    text-align: center;
    align-items: center;
    display: flex;
    color: white; /* Adjust for readability */
    margin: 0; /* Removes default margin */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Optional: Adds text shadow for better visibility */
  }
  
  @media (max-width: 768px) {
    .back-lv-mv-hv h1 {
        font-size: 3.5rem; /* Adjust font size for tablets */
    }
  }
  
  @media (max-width: 480px) {
    .back-lv-mv-hv h1 {
        margin-top: 20px;
        padding-top: 240px;
        /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
        font-weight: bold;
        text-shadow: 2px 2px 5px rgb(255, 255, 255);
        font-size: 3.6rem; 
        color: #2b5797;/* Further adjustment for very small screens */
    }
    .back-lv-mv-hv{
        margin-top: 1rem;
        margin-bottom: 30px;
        background-size: contain; 
        height:270px; /* 85% of the viewport height */
    }
  }
  
  
  
  
  /* Overlay */
  .back-lv-mv-hv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.489); */
    z-index: 1;
  }
  
.flyer{
    padding: 20px;
    font-size:2rem;
  }

  .flyer :hover{
    color: red;
  }


/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

/* Container Layout */
.lv-mv-hv-container,
.lv-mv-hv-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
}

.lv-mv-hv-column1,
.lv-mv-hv-column2 {
    flex: 1 1 calc(50% - 10px);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.lv-mv-hv-column1 {
    text-align: center;
}

.lv-mv-hv-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lv-mv-hv-image1 {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Text and Titles */
.lv-mv-hv-title2 {
    font-size: 2.8rem;
    color: #004080;
    margin-bottom: 15px;
    font-weight: bold;
}

.lv-mv-hv-text2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: justify;
    color: #555;
}

/* List Styling */
.lv-mv-hv-section-content2 ul {
    list-style: disc;
    padding-left: 20px;
}

.lv-mv-hv-section-content2 ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #333;
}

/* Highlight Banner */
.lv-mv-hv-mid-highlight-banner1 {
    background-color: #e6f2ff;
    color: #004080;
    text-align: center;
    padding: 15px;
    font-size:2.6rem;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .lv-mv-hv-column1,
    .lv-mv-hv-column2 {
        flex: 1 1 100%;
    }

    .lv-mv-hv-title2 {
        font-size: 2.2rem;
    }

    .lv-mv-hv-text2 {
        font-size: 1.6rem;
    }

    .lv-mv-hv-mid-highlight-banner1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .lv-mv-hv-title2 {
        font-size: 2.2rem;
    }

    .lv-mv-hv-text2 {
        font-size: 1.6rem;
    }

    .lv-mv-hv-mid-highlight-banner1 {
        font-size: 2rem;
    }
}
