

.footer-cta i{
  color: #1a2026;
}
.site-footer i{
    line-height: 30px;
    font-size: 16px;
}
#interiors, .lifestyle, .island, .none{
    display:none !important;
}

  .custom-sec-1 {
            width: 100vw;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        .custom-sec-1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }
       .custom-sec-1 .content {
            color: #fff;
            text-align: center;
            max-width: 800px;
            font-size: 24px;
            padding: 20px;
            background: rgba(0, 0, 0, 0.6);
            border-radius: 10px;
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            z-index: 9;
        }
       .custom-sec-1 .content h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
       .custom-sec-1 .content p {
            font-size: 18px;
            line-height: 1.5;
        }
        article{
        margin-bottom: 30px;
        }
        @media (max-width: 768px) {
            .custom-sec-1 .content {
                font-size: 18px;
                padding: 15px;
            }
            .custom-sec-1 .content h1 {
                font-size: 28px;
            }
            .custom-sec-1 .content p {
                font-size: 16px;
            }
        }
        
        @media (max-width: 768px) {
  /*body.page-id-5 {
    display: none;
  }*/
}
        .wd-100{
            width:100%;
        }