 body {
     background-color: #ffffff;
     font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
     color: #333;
 }

 footer {
     flex-shrink: 0;
     background: white;
     color: #222;
     padding: 16px;
     text-align: center;
     border-top: 1px solid #eee;
 }

 .temple-content-wrapper {
     max-width: 1100px;
     margin: 0 auto;
     padding: 0 15px;
 }

 .main-heading {
     font-size: 3.5rem;
     font-weight: 700;
     line-height: 1.1;
     color: #2d3436;
     margin-bottom: 2.5rem;
     letter-spacing: -1px;
 }

 .intro-text {
     font-size: 1.35rem;
     line-height: 1.6;
     color: #444;
     margin-bottom: 2rem;
 }

 .temple-list {
     padding-left: 1.5rem;
     margin-top: 3rem;
 }

 .temple-list li {
     font-size: 1.35rem;
     margin-bottom: 12px;
     color: #333;
 }

 .temple-list li a {
     color: #0056b3;
     text-decoration: none;
     transition: 0.2s;
 }

 .temple-list li a:hover {
     text-decoration: underline;
     color: #003d80;
 }



 .content-info-list {
     max-width: 900px;
     margin: 60px auto;
     padding: 0 20px;
     font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
     color: #333;
 }

 .temple-title {
     font-size: 26px;
     font-weight: 700;
     margin-bottom: 25px;
     scroll-margin-top: 90px;
 }

 :target {
     scroll-margin-top: 90px;
 }


 .figure-img-wrap {
     text-align: center;
     margin-bottom: 25px;
 }

 .figure {
     margin: 0;
 }

 .figure img {
     width: 100%;
     max-width: 700px;
     height: auto;
     border-radius: 6px;
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
 }

 .temple-desc {
     font-size: 16px;
     line-height: 1.7;
     margin-bottom: 20px;
 }

 .temple-info {
     padding-left: 20px;
 }

 .temple-info li {
     margin-bottom: 10px;
     font-size: 15px;
     line-height: 1.6;
 }

 .temple-info b {
     font-weight: 600;
 }

 .text-sm-center {
     text-align: center;
     padding-bottom: 10px;
     padding-top: 10px;
 }

 .header_list_fonth2 {
     font-size: 2.5rem !important;
 }

 .content-info-list p {
     font-size: 1.35rem;
     line-height: 1.4;
 }

 .faq-container {
     max-width: 900px;
     margin: auto;
 }

 .faq-head {
     text-align: center;
     font-size: 25px;
     font-weight: 700;
     margin-bottom: 30px;
 }

 .faq-item {
     background: #fff;
     border-radius: 14px;
     margin-bottom: 16px;
     box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
     overflow: hidden;
 }

 .faq-question {
     padding: 18px 22px;
     font-size: 16px;
     font-weight: 600;
     cursor: pointer;
     position: relative;
     border-left: 4px solid #f5a623;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .faq-question.active {
     color: #f5a623;
 }

 .arrow {
     transition: transform 0.3s ease;
     font-size: 18px;
 }

 .faq-question.active .arrow {
     transform: rotate(180deg);
 }

 .faq-answer {
     max-height: 0;
     overflow: hidden;
     padding: 0 22px;
     font-size: 14px;
     line-height: 1.6;
     transition: max-height 0.35s ease, padding 0.35s ease;
 }

 .faq-item.open .faq-answer {
     max-height: 200px;
     padding: 0px 22px 22px;
 }

 @media (max-width: 768px) {
     .main-heading {
         font-size: 1.70rem;
         line-height: 1.2;
         margin-bottom: 1.5rem;
         letter-spacing: -0.5px;
         text-align: left;
     }

     .intro-text {
         font-size: 1.15rem;
         line-height: 1.5;
         margin-bottom: 1.5rem;
     }

     .temple-list {
         padding-left: 1.2rem;
         margin-top: 2rem;
     }

     .temple-list li {
         font-size: 1.1rem;
         margin-bottom: 15px;
     }

     .temple-content-wrapper {
         padding: 0 20px;
     }

     footer {
         padding: 24px 15px;
         font-size: 0.95rem;
     }
 }