.elementor-12731 .elementor-element.elementor-element-f657a86{--display:flex;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-12731 .elementor-element.elementor-element-18c6dcc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-f657a86 */.ig-single-post {
    background: #fff;
    color: #111;
    font-family: Arial, sans-serif;
}

/* HERO */

.ig-post-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #000;
}

.ig-post-bg {
    position: absolute;
    inset: 0;
}

.ig-post-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.ig-post-overlay {
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.5) 45%,
        rgba(0,0,0,0.2) 100%
    );
    z-index: 1;
}

.ig-post-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 120px 60px 80px;
    color: #fff;
}

.ig-post-meta-top {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
}

.ig-post-category {
    background: #d61f26;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ig-post-date {
    opacity: 0.8;
    font-size: 14px;
}

.ig-post-title {
    font-size: clamp(48px, 7vw, 96px);
    line-height: 0.95;
    font-weight: 900;
    max-width: 900px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ig-post-excerpt {
    max-width: 700px;
    font-size: 20px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 40px;
}

.ig-post-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ig-author-avatar img {
    border-radius: 100px;
}

.ig-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ig-author-info span {
    opacity: 0.7;
    font-size: 14px;
}

/* CONTENT */

.ig-post-body-wrap {
    padding: 80px 40px;
}

.ig-post-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
}

.ig-post-sidebar {
    position: sticky;
    top: 120px;
    height: fit-content;
}

.ig-sidebar-box,
.ig-sidebar-cta {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
}

.ig-sidebar-box h4,
.ig-sidebar-cta h5 {
    margin-bottom: 20px;
    font-size: 18px;
}

.ig-sidebar-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ig-sidebar-box li {
    margin-bottom: 14px;
}

.ig-sidebar-box a {
    text-decoration: none;
    color: #111;
}

.ig-sidebar-btn {
    display: inline-block;
    background: #d61f26;
    color: #fff;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 100px;
    margin-top: 20px;
    font-weight: 700;
}

/* POST CONTENT */

.ig-post-content {
    font-size: 18px;
    line-height: 1.9;
}

.ig-post-content h2 {
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 30px;
    line-height: 1.1;
}

.ig-post-content h3 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.ig-post-content p {
    margin-bottom: 28px;
}

.ig-post-content img {
    width: 100%;
    border-radius: 24px;
    margin: 50px 0;
}

/* RELATED POSTS */

.ig-related-posts {
    background: #050505;
    padding: 100px 40px;
}

.ig-related-inner {
    max-width: 1400px;
    margin: auto;
}

.ig-related-heading {
    margin-bottom: 60px;
    color: #fff;
}

.ig-related-heading span {
    color: #d61f26;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.ig-related-heading h2 {
    font-size: 72px;
    line-height: 0.95;
    margin-top: 10px;
    text-transform: uppercase;
}

.ig-related-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.ig-related-card {
    background: linear-gradient(180deg,#181818,#0c0c0c);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
}

.ig-related-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.ig-related-content {
    padding: 30px;
    color: #fff;
}

.ig-related-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.ig-related-content h3 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.ig-related-content a {
    color: #fff;
    text-decoration: none;
}

.ig-read-more {
    color: #d61f26 !important;
    font-weight: 700;
}

/* MOBILE */

@media(max-width: 1024px){

    .ig-post-container {
        grid-template-columns: 1fr;
    }

    .ig-post-sidebar {
        position: relative;
        top: 0;
    }

    .ig-related-grid {
        grid-template-columns: 1fr;
    }

    .ig-post-title {
        font-size: 54px;
    }

}/* End custom CSS */
/* Start custom CSS */.ig-single-post {
    background: #fff;
    color: #111;
    font-family: Arial, sans-serif;
}

/* HERO */

.ig-post-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #000;
}

.ig-post-bg {
    position: absolute;
    inset: 0;
}

.ig-post-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.ig-post-overlay {
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.5) 45%,
        rgba(0,0,0,0.2) 100%
    );
    z-index: 1;
}

.ig-post-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 120px 60px 80px;
    color: #fff;
}

.ig-post-meta-top {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
}

.ig-post-category {
    background: #d61f26;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ig-post-date {
    opacity: 0.8;
    font-size: 14px;
}

.ig-post-title {
    font-size: clamp(48px, 7vw, 96px);
    line-height: 0.95;
    font-weight: 900;
    max-width: 900px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ig-post-excerpt {
    max-width: 700px;
    font-size: 20px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 40px;
}

.ig-post-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ig-author-avatar img {
    border-radius: 100px;
}

.ig-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ig-author-info span {
    opacity: 0.7;
    font-size: 14px;
}

/* CONTENT */

.ig-post-body-wrap {
    padding: 80px 40px;
}

.ig-post-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
}

.ig-post-sidebar {
    position: sticky;
    top: 120px;
    height: fit-content;
}

.ig-sidebar-box,
.ig-sidebar-cta {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
}

.ig-sidebar-box h4,
.ig-sidebar-cta h5 {
    margin-bottom: 20px;
    font-size: 18px;
}

.ig-sidebar-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ig-sidebar-box li {
    margin-bottom: 14px;
}

.ig-sidebar-box a {
    text-decoration: none;
    color: #111;
}

.ig-sidebar-btn {
    display: inline-block;
    background: #d61f26;
    color: #fff;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 100px;
    margin-top: 20px;
    font-weight: 700;
}

/* POST CONTENT */

.ig-post-content {
    font-size: 18px;
    line-height: 1.9;
}

.ig-post-content h2 {
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 30px;
    line-height: 1.1;
}

.ig-post-content h3 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.ig-post-content p {
    margin-bottom: 28px;
}

.ig-post-content img {
    width: 100%;
    border-radius: 24px;
    margin: 50px 0;
}

/* RELATED POSTS */

.ig-related-posts {
    background: #050505;
    padding: 100px 40px;
}

.ig-related-inner {
    max-width: 1400px;
    margin: auto;
}

.ig-related-heading {
    margin-bottom: 60px;
    color: #fff;
}

.ig-related-heading span {
    color: #d61f26;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.ig-related-heading h2 {
    font-size: 72px;
    line-height: 0.95;
    margin-top: 10px;
    text-transform: uppercase;
}

.ig-related-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.ig-related-card {
    background: linear-gradient(180deg,#181818,#0c0c0c);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
}

.ig-related-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.ig-related-content {
    padding: 30px;
    color: #fff;
}

.ig-related-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.ig-related-content h3 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.ig-related-content a {
    color: #fff;
    text-decoration: none;
}

.ig-read-more {
    color: #d61f26 !important;
    font-weight: 700;
}

/* MOBILE */

@media(max-width: 1024px){

    .ig-post-container {
        grid-template-columns: 1fr;
    }

    .ig-post-sidebar {
        position: relative;
        top: 0;
    }

    .ig-related-grid {
        grid-template-columns: 1fr;
    }

    .ig-post-title {
        font-size: 54px;
    }

}/* End custom CSS */