* {
    box-sizing: border-box;
}

body {
    margin: 0;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    }
#wrapper {
    width: 1024px; 
    max-width: 100%;

}

#content {
    transform-origin: top left;
    width: 100%;
    height: 100%;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
/* CSS */
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  
}
.image-container img {
  width: 200px;
    max-width: 100%;
  
}
.video-container {
  max-width: 320px;
  height: 150px;
  width: 100%;
  margin: 0 auto; /* centers the container */
  margin-top: 16px;
  margin-bottom: 16px;
}

.video-container iframe {
  width: 100%;
  height: 100%;
   margin: 0 auto; /* centers the container */
}

.faq {
font-size: 2.25vw;
font-family: sans-serif;
text-align: left;
line-height: 1;
padding-left: 10px;
padding-right: 10px;
}
.changes-text {
font-size: 2.25vw;
font-family: sans-serif;
color: #bf1f1f;
text-align: center;
margin-left: 0px;
margin-right: 5px;
padding-left: 10px;
padding-right: 10px;

}
#top-logo {
    
    max-width: 100%;
    height: auto;
   
}
.centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 2.75vw;
    color: #bf1f1f;
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
padding-right: 10px;
}
.quote {
display: flex;
justify-content: center;
align-items: center;
font-family: sans-serif;
font-size: 3vw;
background-color: lightgrey;
padding: 10px;
text-align: center;
box-sizing: border-box;
width: 100%;
height: 100%;

}

.quote span {
color: black;
font-weight: bold;
}

.quote .highlight {
color: #5670be;
font-weight: bold;
}
.message {
font-size: 2.25vw;
font-family: sans-serif;
color: #5670be;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
.message-link {
font-size: 2.25vw;
font-family: sans-serif;
color: #0040ff;
text-align: center;
padding-left: 10px;
padding-right: 10px;

}
.column-left {
width: 49%;
float: left;
margin-right: 10px;
}

.column-right {
width: 49%;
float: right;
}
.quote-left-column {
font-size: 2vw;
font-family: Arial, Helvetica, sans-serif;

}

.italic-text {
font-style: italic;
padding-left: 10px;
padding-right: 10px;
display: block; 

padding-top: 0px;
margin-top: 0px;
}

.right-align {
font-size: 1.75vw;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
padding-right: 10px;
padding-top: 0px;
margin-top: 0px;
}
.line {
display: block;     
height: 3px;          
background-color: #333; 
width: 100%;
margin-top: -10px;
}


#juwai a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  
}

#juwai img {
  width: 200px;
  max-width: 200px;
  height: auto;
  padding-top: 40px;
  margin-bottom: -30px;
}


.discover-text {
font-family: sans-serif;     
font-size: 3vw;             
color: black;                   
text-align: center;             
font-weight: 400; 
line-height: 2;   
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
position: relative;


}

.bold-text {
font-weight: bold;    
      
}
.footer-banner {
display: block;
justify-content: center;
align-items: center;
font-family: serif;
font-size: 2.5vw;
font-weight: 800;

background-image: url('images/bg-banner-jpg.jpg');  
background-size: 100%;  
background-repeat: no-repeat;
background-position: center;
padding: 15px 0;
text-align: center;
color: #5670be;
line-height: 1;
}
footer {
padding-top: 20px;
clear: both;
}
.column-right img {
width: 100%;
height: auto;
max-width: none;
object-fit: cover;
}





.message-pg2 {
font-size: 2.25vw;
font-family:Arial;
color: rgb(0, 0, 0);
text-align: left;
padding-left: 10px;
padding-right: 10px;
font-weight: 400;

}
.quote-pg2 {
display: flex;
justify-content: center;
align-items: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 3vw;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
.pg2-class {
clear: both; 
width: 100%; 
display: block; 
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
.grid-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 5px;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}

.grid-item img {
width: 100%;
height: auto;
display: block;
}

/* Hide pagination by default */
.pagination {
display: none;
justify-content: center;
margin-top: 10px;

}

.pagination button {
margin: 0 5px;
padding: 5px 10px;
}

.pagination .prev, .pagination .next {
font-weight: bold;
}
.red-text {
font-size: 2.25vw;
font-family: sans-serif;
color:#bf1f1f;
text-align: center;
margin-left: 10px;
margin-right: 10px;
margin-top: -15px;
}
.menu-spacer {
height: 40px; 
}
.pagination .page-btn.active {
background-color: #333;
color: white;
}

.pagination button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.ask-us-text {
font-size: 2.25vw;
font-family: sans-serif;
padding-left: 10px;
padding-right: 10px;
display: block; 
text-align: center;
padding-top: 0px;
margin-top: 20px;
position: relative;
top: 25px;


}
.ask-us-text1 {
font-size: 2.25vw;
font-family: sans-serif;
padding-left: 10px;
padding-right: 10px;
display: block; 
text-align: center;
padding-top: 0px;
margin-top: 0px;
;
}
#blue-ask {
color: #5670be;

}
#black-contact {
color: rgb(0, 0, 0);
}
#blue-numbers {
color: #5670be !important;
font-weight: 400;
-webkit-text-fill-color: #5670be !important;

}
#blue-numbers a {
color: #5670be;
text-decoration: none;
font-weight: 400;

}
#logo-link {
font-size: 3vw;
color: #5670be;
z-index: 1;

}
#logo-link a {
color: #5670be;
text-decoration: none;
}

#logo-link a:visited {
color: #5670be;
}

#city-pic {
width: 1000px;
max-width: 100%; /* Ensures it scales down on smaller screens */
height: auto;
display: flex; /* Helps center content */
justify-content: center; /* Centers the image horizontally */
text-align: center;
}
#city-pic img {
width: 100%; /* Makes the image fill the container */
height: auto; /* Maintains aspect ratio */
display: block; /* Removes extra space below the image */
}
.red-text2 {
font-size: 2.26vw;
font-family: sans-serif;
color: #bf1f1f;
text-align: center;
margin-left: 10px;
margin-right: 10px;
position: relative;
top: -20px;
}
#faq-footer {
width: 100%; 
align-items: center; 
text-align: center; 
max-width: 1024px; 
z-index: -1; 
position: relative; 
top: 20px;

}
#new-banner {
    display: none;
}
  .hide-on-small {
    display: block;
  }

  .show-on-small {
    display: none;
  }
@media (max-width: 550px) {

  .hide-on-small {
    display: none;
  }

  .show-on-small {
    display: block;
  }





    .pg2-class {
clear: both; 
width: 100%; 
display: block; 
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
    .video-container {
     margin: 0 auto; /* centers the container */
    max-width: 300px;
    width: 240px;
    height: auto;
    padding-bottom: 16px;
    padding-top: 10px;
  }
    .red-text {
font-size: 6vw;
font-family: sans-serif;
color: #bf1f1f;
text-align: center;
margin-left: 10px;
margin-right: 10px;
margin-top: -15px;
}
.grid-container {
min-height: 400px; /* Adjust based on your image sizes */
}
.italic-text {
font-size: 6vw;
font-style: italic;
padding-left: 10px;
padding-right: 10px;
display: block; 

padding-top: 0px;
margin-top: 0px;
}
#logo-link {
font-size: 6vw;
color: #5670be;
z-index: 1;

}
#logo-link a {
color: #5670be;
text-decoration: none;
}

#logo-link a:visited {
color: #5670be;
}
.pagination {
display: flex;

}

#juwai a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  
}

#juwai img {
  width: 200px;
  max-width: 200px;
  height: auto;
  padding-top: 25px;
  margin-bottom: 5px;
}
.grid-container {
grid-template-columns: 1fr; /* Switch to 1 column */
}
.grid-container .grid-item:nth-child(-n+4) {
width: 100%;
}
.grid-container .grid-item:nth-child(n+5) {
display: none;
}
 #juwai {
   
    padding-top: 5px;
    padding-bottom: 1px;
}
.discover-text {
font-family: sans-serif;     
font-size: 6vw;            
color: black;                   
text-align: center;             
font-weight: 400; 
line-height: 2;   
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 15px;
position: relative;
top: -10px;

}


.quote-pg2 {
display: flex;
justify-content: center;
align-items: center;
font-family: sans-serif;
font-size: 7.5vw;

padding-left: 10px;
padding-right: 10px;
padding-top: 25px;
text-align: center;
}

.column-left, .column-right {
width: 100%;
float: none;

}

.column-right {
order: -1;
}

.column-left {
order: 1;
}

.container {
display: flex;
flex-direction: column;
}
.discover-text {
font-family: sans-serif;     
font-size: 6vw;            
color: black;                   
text-align: center;             
font-weight: 400; 
line-height: 2;   
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
position: relative;

}
.bold-text {
font-weight: 800;    
      
}
#top-logo {
width: auto;

}
#top-logo img {
width: 40vw; 
height: auto; 
}
.quote-left-column {
font-size: 6vw;
font-family: Arial, Helvetica, sans-serif;

}
.right-align {
font-size: 5.5vw;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
padding-right: 10px;
padding-top: 0px;
margin-top: 0px;
}
.message {
font-size: 6vw;
font-family: sans-serif;
color: #5670be;
text-align: left;
padding-left: 10px;
padding-right: 10px;

}
.message-link {
font-size: 6vw;
font-family: sans-serif;
color: #0040ff;
text-align: center;
padding-left: 10px;
padding-right: 10px;

}
.faq {
font-size: 6vw;
font-family: sans-serif;
text-align: left;
line-height: 1;
padding-left: 10px;
padding-right: 10px;
}
.changes-text {
font-size: 6vw;
font-family: sans-serif;
color: #bf1f1f;
text-align: center;
margin-left: 0px;
margin-right: 5px;
padding-left: 10px;
padding-right: 10px;

}
.ask-us-text {
font-size: 6vw;
font-family: sans-serif;
padding-left: 10px;
padding-right: 10px;
display: block; 
text-align: center;
padding-top: 0px;
margin-top: 0px;
position: relative;
top: 30px;
}
.ask-us-text1 {
font-size: 6vw;
font-family: sans-serif;

display: block; 
text-align: center;
padding-top: 0px;
margin-top: 0px;
}
.quote-wrapper {
display: none;
}

.quote {
    display: none;
}
#new-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#new-banner img {
    max-width: 100%;
    height: auto;
}




.centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 6vw;
    color: #bf1f1f;
    text-align: center;
    margin-top: 10px;
}
.footer-banner {
display: block;
justify-content: center;
align-items: center;
font-family: serif;
font-size: 6vw;
font-weight: 800;

background-image: url('images/bg-banner-jpg.jpg');  
background-size: 140%;  
background-repeat: no-repeat;
background-position: left;
padding: 15px 0;
text-align: center;
color: #5670be;
line-height: 1;
}
.message-pg2 {
font-size: 6vw;
font-family: Arial, Helvetica, sans-serif;
color: rgb(0, 0, 0);
text-align: left;
padding-left: 10px;
padding-right: 10px;
font-weight: 400;
padding-left: 10px;
padding-right: 10px;
}
.red-text2 {
font-size: 6vw;
font-family: sans-serif;
color: #bf1f1f;
text-align: center;
margin-left: 10px;
margin-right: 10px;
position: relative;
top: -20px;
}
#faq-footer {
width: 100%; 
align-items: center; 
text-align: center; 
max-width: 1024px; 
z-index: -1; 
position: relative; 
top: 40px;

}
#juwai {
   top: -16px
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (max-width: 319px) {
    .pagination {
        display: flex;
        transform: scale(0.95); /* Scales to 85% of original size */
        transform-origin: center;
    }
}
@media (min-width: 240px) and (max-width: 305px){
    .pagination {
        display: flex;
        transform: scale(0.75); /* Scales to 85% of original size */
        transform-origin: center;      
        
    }
}