.service_main_box {
    width: 100%;
    position: relative;
}

.service_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service_box_inr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0;
    transition: 0.3s ease;
}

.service_box_inr:hover .service_title {
    color: #D1441F;
}


.service_title {
    color: #fff;
    font-size: 37px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 1s;
}

.service_arw {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 1s;
}

.service_arw svg path {
    fill: #fff;
}

.service_box_inr:hover .service_arw {
    background: #fff;
}

.service_box_inr:hover .service_arw svg path {
    fill: #000;
}

/* ✅ Image hover area */
.service_img_box {
    position: absolute;

    width: 560px;
    height: 370px;
    border-radius: 15px;
    overflow: hidden;
    pointer-events: none;
    z-index: 9;
    top: 100px;
    bottom: 0;
    right: 0px;
    left: 100px;

    margin: auto;
}

/* Image Base State */
.service_img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1) translateY(30px);
    transition: opacity 0.8s ease, transform 1s ease;
}

/* Image Content */
.service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 1.2s ease;
}

/* When Active → Animate In */
.service_box.active .service_img {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: imgReveal 1s ease forwards;
}

@keyframes imgReveal {
    0% {
        opacity: 0;
        transform: scale(1.15) translateY(40px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Subtle zoom-in effect on image itself */
.service_box.active .service_img img {
    transform: scale(1);
}


.service_box_277 .service_img_box,
.service_box_273 .service_img_box {
    top: -170px;
}







@media all and (min-width: 320px) and (max-width: 767px) {
	.service_main_ttl_col.pd_b {
    padding-bottom: 15px !important;
}
    .service_img_box {
        width: 100%;
        height: 130px;
        position: relative;
        left: 0;
        top: 0;
        border-radius: 5px;
        margin: 15px 0;
    }

    .service_img {
        opacity: 1 !important;
        visibility: visible !important;
        object-fit: cover;
        transform: scale(1) !important;
        transition: none !important;
    }

    .service_main_box_inr {
        margin: -12px -7px;
    }

    .service_box {
        width: 50%;
        padding: 12px 7px;
        position: relative;
    }

    .service_title_box {
        position: absolute;
        bottom: -8px;
    }

    .service_arw_box {
        position: absolute;
        right: 0;
        bottom: -10px;
    }

    .service_title {
        color: #fff;
        font-size: 16px;
    }

    .service_box_inr {
        padding: 0;
        display: block;
        border: none;
    }

    .service_box_277 .service_img_box,
    .service_box_273 .service_img_box {
        top: 0 !important;
    }

    .service_arw {
        height: 25px;
        width: 25px;
    }

    .service_arw svg {
        width: 100%;
        height: 6px;
    }

    .service_row.pd0 {
        padding-bottom: 20px !important;
    }
	.service_main_ttl_col.pd_b {
    padding-bottom: 10px !important;
}
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .service_img_box {
        width: 300px;
        height: 200px;
    }

    .service_title {
        color: #fff;
        font-size: 25px;
    }

    .service_box_inr {
        padding: 15px 0;
    }

    .service_box_277 .service_img_box,
    .service_box_273 .service_img_box {
        top: -100px;
    }

    .service_arw {
        height: 35px;
        width: 35px;
    }
		.service_main_ttl_col.pd_b {
    padding-bottom: 10px !important;
}
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .service_img_box {
        width: 350px;
        height: 230px;
    }

    .service_title {
        color: #fff;
        font-size: 25px;
    }

    .service_box_inr {
        padding: 15px 0;
    }

    .service_box_277 .service_img_box,
    .service_box_273 .service_img_box {
        top: -120px;
    }

    .service_arw {
        height: 35px;
        width: 35px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .service_img_box {
        width: 400px;
        height: 250px;
    }

    .service_title {
        color: #fff;
        font-size: 32px;
    }

    .service_box_inr {
        padding: 20px 0;
    }

    .service_box_277 .service_img_box,
    .service_box_273 .service_img_box {
        top: -120px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .service_img_box {
        width: 450px;
        height: 300px;
    }

    .service_title {
        color: #fff;
        font-size: 32px;
    }

    .service_box_inr {
        padding: 20px 0;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .service_img_box {
        width: 450px;
        height: 300px;
    }

    .service_title {
        color: #fff;
        font-size: 32px;
    }

    .service_box_inr {
        padding: 20px 0;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .service_img_box {
        width: 500px;
        height: 320px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}