@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{ font-family: "Roboto", sans-serif;}
*{ margin: 0; padding: 0;}
ul, ul li{ margin: 0; padding: 0; list-style-type: none;}

.container{ max-width: 890px;}
.top-bar{ align-items: center; padding-top: 20px; margin: 0 0 40px;}
.top-bar p{ padding: 0; margin: 0; font-weight: 300; color: rgba(171, 171, 171, 1);}
.flg-img{ max-width: 280px;}

.heading{ margin: 0 0 30px;}
.heading h1{ font-size: 4rem; font-family: 'Times New Roman', Times, serif; color: #333; font-weight: bold;}

.blue-bar{ background: #0fa4e9; color: #fff; padding: 15px;}
.blue-bar p{ padding: 0; margin: 0; font-size: 1rem; line-height: 2.8;}

.content-part{ margin: 30px 0;}
.content-part p{ font-size: 1.5rem; line-height: 1.5;}
ul.concern-cont{ width: 100%; justify-content: space-between;}
ul.concern-cont li{ width: 22%; background: #ce1d1d; border-radius: 18px; font-family: "Domine", serif; font-size: 1.75rem; line-height: 1.2; padding: 15px 0; text-align: center; color: #fff; display: flex; align-items: center; justify-content: center;}
ul.concern-cont li a{ text-decoration: none; color: #fff;}
.concern{ margin: 45px auto; padding: 35px 0 45px; border-top: 1px solid #333; border-bottom: 1px solid #333;}
.concern h1{ font-size: 3rem; margin: 25px 0; font-family: "Montserrat", sans-serif; font-weight: 600;}
a.vd-link{ background: #0fa4e9; font-family: "Domine", serif; font-weight: 600; font-size: 2rem; color: #fff; border-radius: 18px; display: block; margin: 40px auto 20px; text-decoration: none; text-align: center; padding: 10px 0;}

footer{ background: #7d7d7d; padding: 30px 0; width: 100%; text-align: center; color: #fff;}
footer ul{ display: flex; justify-content: space-between; width: 100%; max-width: 370px !important; margin: 0 auto;}
footer ul li a{ color: #fff; font-weight: 300; font-size: 1rem; line-height: 1.25;}

/* Modal Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .modal.hidden {
    display: none;
  }
  
  .modal-content {
    background: white;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    /* text-align: center; */
    position: relative;
    max-height: 65vh;
    overflow-y: scroll;
  }
  .modal-content p{
    word-wrap: break-word;
  }
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #888;
  }
  
  .close-btn:hover {
    color: black;
  }

@media (max-width: 667px){
    .heading h1{ font-size: 3rem;}
    ul.concern-cont li{ font-size: 1.4rem; width: 100%; margin-bottom: 7px;}
    .top-bar{ flex-direction: column-reverse; flex-wrap: wrap; text-align: center;}
    .concern-cont{ flex-wrap: wrap;}
    .hide-mb{ display: none;}
    .concern h1{ font-size: 2rem;}
    .flg-img{ margin-top: 15px;}
    .blue-bar{ text-align: center;}
}

@media (max-width: 667px){
    .heading h1{ font-size: 2.2rem;}
}