/*========================================
Brand Section
========================================*/

.ih-brand-section{
    width:100%;
    background:#1F4E3D;
    padding:70px 20px;
	margin-top:103px;
}


/*========================================
Container
========================================*/

.ih-brand-container{
    max-width:600px;
    margin:0 auto;
}


/*========================================
Brand Box
========================================*/

.ih-brand-box{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:22px;

}


/*========================================
Logo
========================================*/

.ih-brand-logo{

    width:180px;
    height:100px;

    background:#17382D;

    border-radius:18px 18px 18px 0 ;
	padding:0 10px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}


.ih-brand-logo img{

    width:100%;
    height:auto;
    display:block;

}


/*========================================
Content
========================================*/

.ih-brand-content{

    color:#D4AF37;

}


.ih-brand-content h2{

    margin:0;

    font-size:2rem;

    font-weight:700;

    line-height:1.2;

}


.ih-brand-content p{

    margin:8px 0 0;

    font-size:1rem;

    opacity:.9;

    line-height:1.6;

}


/*========================================
Mobile
========================================*/

@media(max-width:576px){

    .ih-brand-box{

        gap:16px;

    }

    .ih-brand-logo{

        width:150px;
        height:80px;

    }

    .ih-brand-logo img{

        width:100%;

    }

    .ih-brand-content h2{

        font-size:1.6rem;

    }

    .ih-brand-content p{

        font-size:.9rem;

    }

}





.ih-single-main {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;	
	clear:both;
}

.ih-content-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 30px; 
    max-width: 1280px; 
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
	clear:both;
}

.ih-single-card {
   background: #fff;
    padding: 20px 15px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    flex: 1 1 calc(70% - 30px); 
    min-width: 0; 
}
.ih-post-title {
    margin: 0 0 20px 0;
    font-size: 2rem;
    line-height: 1.4;
    position: relative;
    padding-bottom: 15px;
}

.ih-post-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;	
    height: 1px;
	width:95%;
    background:#848c89;
}
body.rtl .ih-post-title::after {
    background:#1F4E3D;
}

.ih-post-title a {
    text-decoration: none;
    color: #1b1b1b;
    transition: color 0.3s ease;
}
.ih-post-title a:hover {
    color: #1F4E3D;
}


.ih-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 40px; 
}
.ih-edit-meta a {
    color: #1F4E3D;
    text-decoration: none;
    margin-inline-start: 5px;
}

.ih-post-body {
    line-height: 2;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 50px;
}

.ih-post-body * {
    max-width: 100% !important;
    box-sizing: border-box !important;
}



.ih-post-footer {
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.ih-metalinks strong {
    display: block;
    margin-bottom: 15px;
    color: #1b1b1b;
}
.ih-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ih-tags-wrap a {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    font-size: 0.85rem;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ih-tags-wrap a:hover {
    border-color: #1F4E3D;
    color: #1F4E3D;
    background-color: rgba(31, 78, 61, 0.05);
}
	
	.ih-single-sidebar {
    flex: 1 1 30%; 
    min-width: 280px; 
		box-sizing: border-box;}


@media (max-width: 768px) {
    .ih-single-main {
        padding: 30px 0;
		margin-top:100px;
    }
    .ih-single-card {
        padding: 25px 20px;
        border-radius: 12px;
    }
	
	@media (max-width: 992px) {
    .ih-single-sidebar {
        flex: 1 1 100%; 
        width: 100% !important;
        position: static; 
        margin-top: 10px; 
    }
}
    .ih-post-title {
        font-size: 1.6rem;
    }
    .ih-post-body {
        font-size: 1rem;
        margin-bottom: 35px;
    }
}






/* ==========================================================================
   (Sidebar)
   ========================================================================== */
.ih-sidebar {
    width: 100%;
    max-width: 520px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    clear: both;
    box-sizing: border-box;
}

.ih-sidebar-title {
    font-size: 1.3rem;
    color: #1b1b1b;
    padding-inline: 10px;
    margin-bottom: 12px;
}

.ih-sidebar-line {
    width: 90%;
    height: 1px;
    background-color: #e0e0e0;
    margin-inline-start: 10px;
    margin-bottom: 30px;
}

.ih-sidebar-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ==========================================================================
   (Cards)
   ========================================================================== */
.ih-sidebar-card {
    display: block;
    text-decoration: none;
    background-color: #fffdf2;
    border: 1px solid #f0ebd4;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.ih-sidebar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
}

.ih-card-thumb img {
    width: 100%;
    height: 220px; 
    object-fit: cover;
    display: block;
}

.ih-card-content {
    padding: 15px 12px;
}

.ih-card-title {
    font-size: 1rem;
    color: #1b1b1b;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 2.8rem;
    overflow: hidden;
}

.ih-card-line {
    width: 80%;
    height: 1px;
    background-color: #e8e3cc;
    margin-bottom: 12px;
}

.ih-card-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ih-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.ih-meta-item.location {
    color: #666666;
}

.ih-meta-item.price {
    color: #1F4E3D;
    font-weight: 600;
}

.ih-meta-item i {
    width: 16px;
    text-align: center;
}

/* ==========================================================================
   (Responsive Fix)
   ========================================================================== */
@media (max-width: 480px) {
    .ih-sidebar {
        max-width: 100%;
        width: 100%;
        margin-inline: auto;
        border-radius: 0;
        padding: 15px 10px;
    }

    .ih-card-thumb img {
        height: 200px;
    }
}





