 body {
     background-color: #fdfbf5;
 }

 .heart {
     color: red;
 }

 .contact-box {
     background-color: #fff;
     padding: 20px 30px;
     border-radius: 12px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     display: inline-block;
 }

 .warning-section {
     background-color: #f3f3f3;
     padding: 40px 20px;
     margin-top: -50px;
 }

 .bg-image {
     background-image: url('../images/contact-masthead.png');
     /* Replace with actual background */
     background-position: bottom right;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     height: 100vh;
 }

     .blink-section {
      padding: 4px 20px;
      /* background-color: #f8f9fa; */
    }

    .blink-section h2 {
      color: #212529;
      font-size: 17px;
      margin-bottom: 15px;
    }

    .blink-section p {
      font-size: 16px;
      color: #333;
      line-height: 1.7;
    }

    .blink-cities {
      /* max-height: 300px; */
      /* overflow-y: auto; */
      /* padding: 15px; */
      /* border: 1px solid #ddd; */
      /* background-color: #fff; */
      /* font-size: 15px; */
      /* line-height: 1.5; */
    }

    .blink-cities strong {
      color: #000;
    }

    @media (max-width: 768px) {
      .blink-section h2 {
        font-size: 22px;
      }
    }

 .footer-section {
     background-color: #fff;
     color: #333;
 }

 .footer-links li a {
     color: #333;
     text-decoration: none;
     font-size: 15px;
 }

 .footer-links li a:hover {
     color: #00a859;
     text-decoration: underline;
 }

 .social-icons i {
     background-color: rgba(0, 0, 0, 0.4);
     width: 40px;
     height: 40px;
     border-radius: 50%;
     text-align: center;
     line-height: 40px;
     color: #fff;
 }