.content{
    margin-top: 20px;
    margin-bottom: 20px;
}

.content.wrap > .left {
    width: 68%;
}

.content.wrap > .right {
    width: 30%;
}
.projects_menu {
    margin-bottom: 50px;
}
.projects_menu > ul > li > a{
    font-size: 16px;
    color: #313131;
    border-bottom: 1px solid #ccc;
}
.view-more-menu{
    padding: 10px 0 0 0 !important;
}
.projects_menu > ul > li > a > span{
    border-bottom: 2px solid #1D6FBE;
    padding: 8px 0;
    display: inline-block;
    margin-bottom: -1px;
}
.projects_menu > ul > li{
    margin-bottom: 40px;
}
.projects_menu > ul > li > ul > li{
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
}

.projects_menu > ul > li > ul > li:hover a{
    color: #1D6FBE;
}

.projects_menu > ul > li > ul > li > a {
    color: #555;
    overflow: hidden;
    padding: 8px 0;
    position: relative;
    transition: all 0.5s ease;
}

.projects_menu a i {
    color: #1D6FBE;
    font-size: 9px;
    position: absolute;
    top: 38%;
    left: 0;
}

.projects_menu a p{
    float: left;
    margin-left: 20px;
}

.projects_menu h3 {
    font-size: 16px;
    color: #1D6FBE;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 10px 0;
}
.projects{
    margin: 30px 0 10px;
    overflow: hidden;
}
.pro{
    width: 30%;
    float: left;
    margin-right: 20px;
    min-height: 275px;
}
.projects-item {
    padding: 0;
    overflow: hidden;
}
.projects-item img, .projects-item img:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.projects-item img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.projects-item img:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pro h4{
    margin: 15px 0 5px;
}
.pro h4 a{
    font-size: 14px;
    line-height: 1.3em;
}
.pro a:hover{
    text-decoration: underline;
}
.view-more{
    font-size: 13px;
    color: black !important;
    font-style: italic;
}
.primary h3{
    margin: 0 0 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .pro{
        width: 48%;
        min-height: 290px;
    }
    .pro:nth-child(odd){
        margin-left: 0;
    }
    .pro:nth-child(even){
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .pro{
        width: 47%;
        min-height: 290px;
    }
	.content.wrap > .left, .content.wrap > .right {
	    width: 100%;
	}
	.projects_menu {
		display: none;
	}
}

@media (max-width: 480px) {
    .pro{
        width: 100%;
        margin-right: 0;
        min-height: auto;
        margin-bottom: 30px;
    }
}
/* ---------- Brochure download (Industrial Land page) ---------- */
.brochure-download {
    margin: 30px 0;
}
.brochure-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.brochure-btn {
    display: inline-block;
    background: #1D6FBE;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.brochure-btn:hover {
    background: #142B5C;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(20,43,92,0.18);
}

/* Brochure box when placed in the right sidebar (Industrial Land) */
.right .brochure-download {
    margin: 0 0 20px;
}
.right .brochure-download .brochure-btn-row {
    flex-direction: column;
    gap: 8px;
}
.right .brochure-download .brochure-btn {
    text-align: center;
    padding: 10px 16px;
    font-size: 13px;
}

/* Full-width project cards on the Industrial Land page */
.industrial-land-page .pro {
    width: 100%;
    float: none;
    margin-right: 0;
    min-height: 0;
    margin-bottom: 35px;
}
.industrial-land-page .pro h4 a {
    font-size: 16px;
}

/* Compact news list on the Industrial Land page (small thumbnail + text, no full-width hero) */
.industrial-land-page .item > a.new-item,
.industrial-land-page .item:first-child > a.new-item {
    width: 30%;
}
.industrial-land-page .item > .desc,
.industrial-land-page .item:first-child > .desc {
    width: 66%;
}
.industrial-land-page .item {
    padding: 15px 0;
}
.industrial-land-page .item h4 a {
    font-size: 14px;
}
.industrial-land-page .item > .desc > p {
    font-size: 12px;
}
@media (max-width: 991px) {
    .industrial-land-page .item > a.new-item,
    .industrial-land-page .item > .desc {
        width: 100%;
    }
}

/* Wider main column on the Industrial Land page */
.content.wrap.industrial-land-page > .left {
    width: 74%;
}
.content.wrap.industrial-land-page > .right {
    width: 23%;
}
@media (max-width: 767px) {
    .content.wrap.industrial-land-page > .left,
    .content.wrap.industrial-land-page > .right {
        width: 100%;
    }
}
