.hero-section{
    background: #003258 !important;
    height: 697px;
}

.main-image-container {
    max-width: 100%;
    margin: 60px auto 0px;
    position: relative;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
}

        .main-image-container img {
            width: 100%;
            height: 100%;
            display: block;
            max-height: 573px;
            object-fit: cover;
        }
.intelligence-section{
    margin-top: 250px;}
  .sidebar {
            flex: 1;
            min-width: 300px;
            position: relative;
        }
        .related-card {
            margin-bottom: 50px;
            padding: 26px;
            border-radius: 16px;
            border: 1px solid #F3F4F6;
            background: #FFF;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
        
        }

        .related-card h3 {
            font-size: 35px;
            font-weight: 700;
            color: #101828;
            padding-bottom: 10px;
        }

        .related-item {
            margin-bottom: 20px;
        }

        .related-item img {
            width: 100%;
            height: 159px;
            object-fit: cover;
            display: block;
        }

        .related-item p  a{
            font-size: 22px;
            line-height: normal;
            font-weight: 700;
            color: #101828;
            text-decoration: none;
        }

        /* Contact Card with "Folded" effect */
        .contact-card {
            background-color: #FF7F00;
            color: white;
            padding: 25px;
            position: absolute;
            bottom: 20px;
            width: 100%;
        }

        .contact-card h3 {
            margin-top: 0;
            font-size: 1.2rem;
        }

        .contact-card p {
            font-size: 0.8rem;
            margin: 5px 0;
            display: flex;
            align-items: flex-start;
        }

        /* Triangle fold at bottom */
        .contact-card::after {
            content: "";
            position: absolute;
            bottom: -20px;
            right: 0;
            border-width: 20px 20px 0 0;
            border-style: solid;
            border-color: #b55a00 transparent transparent transparent;
        }

        .intelligence-image .sidebar-contact  img{
            width: auto;
        }
.susi-action-section {
    overflow: hidden;
}
.hero-section h1{
    color: white !important;
}
/* Left Content Column */
.action-content-col {
    background-color: #003051;
    display: flex;
    align-items: center;
    padding: 60px 50px 60px 10%;
    position: relative;
    z-index: 2;
}

.action-content-col::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #001a2e transparent transparent transparent;
    z-index: 3;
}

/* Typography */
.action-title {
    font-size: 2.8rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.action-description {
    font-size: 1.05rem;
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 40px;
}

.action-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.action-link:hover {
    color: #cccccc;
    border-color: #cccccc;
}

.action-link .arrow {
    margin-left: 10px;
    font-size: 1.2rem;
}

.action-image-col {
    position: relative;
    min-height: 450px;
}

.action-image-col img {
    width: 100%;
    height: 100%;
    padding-bottom: 38px;
    object-fit: cover;
    display: block;
}
.cta-div a{
color: white;
}
.cta-div a img{
color: #E0620C;
}
.intelligence-content{
    padding-left: 40px;
}

@media (max-width: 1440px) {
    .hero-section{
        height: 580px;
    }
    .hero-section h1{
        margin-bottom: 30px;
    }
    .main-image-container{
        margin-top: 40px;
    }
    .intelligence-section {
        margin-top: 200px;
    }
    
}
@media (max-width: 1199px) {
    .hero-section {
        height: 500px;
    }
    .intelligence-section {
        margin-top: 160px;
    }

}
@media (max-width: 991px) {
    .action-content-col {
        padding: 60px 20px;
    }
    .action-content-col::after {
        display: none;
    }
    .action-title {
        font-size: 2.2rem;
    }
    .hero-section {
        height: 430px;
    }
    .hero-grid {
        margin-bottom: 10px;
    }
    .main-image-container {
        margin-top: 20px;
    }
    .intelligence-section {
        margin-top: 125px;
    }
    .intelligence-content{
        margin-top: 30px;
    }
}

@media (max-width:767px){
    .hero-section {
        height: 330px;
    }
}
@media (max-width:575px){
     .hero-section h1 {

        font-size: 28px;
        line-height: 36px;
        margin-left: 20px;
    }
    .hero-section {
        height: 269px;
    }
}
.faq-section{
    margin-top: 50px;
}