@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;}

.container{ max-width: 849px;}
.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;}
ul.footer-link, ul.footer-link li {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.heading{
  margin: 0 0 30px;
}
.heading h1{ 
  font-size: 1.8rem; 
  font-family: 'Times New Roman', Times, serif; 
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.blue-bar{ background: #0fa4e9; color: #fff; padding: 10px;}
.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;
  max-width: fit-content;
  padding: 10px 40px;
}

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;}

.highlight {
  background-color: #fdf2d2; /* Soft yellow highlight */
  font-weight: bold;
}
.custom-blockquote {
  font-size: 1.4rem;
  border-left: 4px solid #2c3e50;
  padding: 1rem 0rem 1rem 1rem;
  margin-left: 0.5rem;
  background-color: #f8f8f8;
}
.blue-section {
  background-color: #e8f4f8;
  padding: 1.75rem;
  margin: 2rem 0;
  border-radius: 10px;
  border: 1px solid #b8dae8;
}
.editor-note {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}
ul {
  font-size: 1.4rem;
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
  color: #333;
}
ul > li {
  margin-bottom: 8px;
}

/* 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;
}

.linked_image a{
  display: block;
}

.inner_box{
  background-color: rgba(15, 164, 233, 0.5);
  text-align: center;
  padding: 15px 30px;
}

.rating{
    margin-bottom: 0.3rem;
}

.inner_box h3{
    margin-bottom: 1.25rem;
}

p.rating_txt {
  font-size: 20px;
}

.show-mb {
  display: none;
}

.heading h2 {
  font-size: 2.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #333;
}

p.subheading {
  font-weight: bold;
  font-size: 2em;
}

ol, ul {
  font-size: 1.4rem;
  padding-left: 20px;
  margin: 10px;
  margin-left: 30px;
  color: #333;
}
ul { list-style-type: disc; }
ol > li, ul > li {
  margin-bottom: 8px;
}

a {
  color: #0d6efd;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}
ul, ol {
  font-size: 1.4rem;
  padding-left: 20px;
  margin: 10px 1.5rem;
  color: #333;
}
ul > li, ol > li {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  p.subheading {
    font-size: 1.85em;
  }
}

@media only screen and (max-width: 767px) {
  .heading h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 667px){
  .heading {margin-bottom: 15px;}
  .heading h1{ 
    font-size: 1.8rem; 
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
  
  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; margin-bottom: 10px;}
  .concern-cont{ flex-wrap: wrap;}
  .hide-mb{ display: none;}
  .concern h1{ font-size: 2rem;}
  a.vd-link{
    text-decoration: none;
    text-align: center;
    max-width: 100%;
    padding: 10px 0;
    font-size: 20px;
  }
  .show-mb {
    display: block;
  }
  
  .custom-blockquote {
    max-width: 93%;
  }

  .blue-bar {
    padding: 5px 10px;
  }
  .blue-bar p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* Desktop styles - larger screens */
@media (min-width: 768px) {
  .heading h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
  
  .content-part {
    padding-top: 1rem;
  }
}

/* Large desktop - even bigger screens */
@media (min-width: 1200px) {
  .heading h1 {
    font-size: 3.5rem;
  }
}
