
    /* Newsroom Hero Main Styles */
.newsroom-hero {
    position: relative;
    padding: 120px 0;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.nr-content {
    position: relative;
    z-index: 10;
    max-width: 750px;
    margin: 0 auto;
}

.nr-subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #FF5B2D;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.nr-title {
    font-size: 64px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.1;
}

.nr-desc {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.6;
    font-weight: 400;
}

/* Background & Decorative Elements */
.nr-bg-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nr-curve {
    position: absolute;
    left: -100px;
    top: -50px;
    z-index: 1;
    opacity: 0.7;
}

.nr-icon {
    position: absolute;
    z-index: 2;
}

.nr-arrow-blue {
    top: 18%;
    left: 32%;
    width: 35px;
    transform: rotate(-10deg);
}

.nr-arrow-orange {
    top: 38%;
    left: 18%;
    width: 50px;
}

.nr-newspaper-wrapper {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
}

.nr-newspaper-img {
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.nr-arrow-yellow {
    bottom: 25%;
    right: 15%;
    width: 55px;
}
.content-image1{
    max-width: 100%;
}
.content-left-con{
    padding-left:0!important;
}


 .values-sec {
     background-color: #fff;
     padding: 100px 0;
 }

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.value-card {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: #eee;
}

/* Icon Styles */
.value-icon-wrap {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    border-radius: 16px;
    transition: 0.3s;
}

.value-icon-wrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.value-card:hover .value-icon-wrap {
    background: #111;
}

/* Typography */
.value-body h4 {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
}

.value-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Color Accent (Optional) */
.v-orange:hover h4 { color: #FF5B2D; }
.v-purple:hover h4 { color: #7158FF; }



 .careers-creative-sec {
     background-color: #ffffff;
     padding: 120px 0;
     color: #111;
 }

/* Header Styles */
.creative-subtitle {
    color: #FF5B2D;
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 12px;
    margin-bottom: 15px;
}

.creative-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.creative-lead-text {
    max-width: 350px;
    color: #666;
    font-size: 18px;
    border-left: 3px solid #FF5B2D;
    padding-left: 20px;
}

/* Jobs Layout */
.creative-jobs-grid {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.creative-job-card {
    display: grid;
    grid-template-columns: 80px 1fr 300px;
    align-items: center;
    padding: 50px 0;
    border-top: 1px solid #eee;
    transition: all 0.4s ease;
    position: relative;
}

.creative-job-card:last-child {
    border-bottom: 1px solid #eee;
}

/* Hover Effect */
.creative-job-card:hover {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f9f9f9;
}

/* Elements Inside Card */
.card-num {
    font-size: 20px;
    font-weight: 300;
    color: #ccc;
    font-family: serif;
}

.card-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #555;
}

.card-job-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    transition: color 0.3s;
}

.creative-job-card:hover .card-job-title {
    color: #FF5B2D;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-loc {
    color: #999;
    font-weight: 500;
}

.card-btn {
    font-weight: 700;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 2px solid #FF5B2D;
    padding-bottom: 2px;
}

.card-btn span {
    display: inline-block;
    transition: transform 0.3s;
}

.card-btn:hover span {
    transform: translateX(5px);
}

/* Custom Button */
.btn-outline-custom {
    display: inline-block;
    padding: 18px 40px;
    border: 2px solid #111;
    color: #111;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.3s;
}

.btn-outline-custom:hover {
    background: #111;
    color: #fff;
}
.creative-footer-btn{
    margin-top:30px
}
    .image-cont-sec .content-right-con{
        flex: 49%!important;
    }

/* Responsive fixes */
@media (max-width: 1199px) {
    .nr-newspaper-wrapper { width: 250px; right: 2%; }
    .nr-title { font-size: 50px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .nr-newspaper-wrapper { display: none; }
    .nr-arrow-blue { left: 10%; top: 10%; }
    .nr-arrow-orange { left: 5%; top: 40%; }
    .nr-title { font-size: 40px; }

    .creative-job-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 40px 20px;
    }
    .creative-title { font-size: 40px; }
    .head-right { display: none; }
}

@media (max-width: 767px) {
    .newsroom-hero { padding: 80px 0; }
    .nr-desc { font-size: 16px; }

   
    .image-cont-sec .content-box:nth-child(2n){
        flex-direction: column!important;
    }
}

    @media (max-width: 600px) {
        .values-grid { grid-template-columns: 1fr; }
        .value-card { padding: 30px; }
    }
