.rcm-india-logo-area{
    width: 16%;
}
.rcm-logo{
    width: 100%;
}
.rcm-logo-sticky{
    width: 100%;
}
.number_display .number_count{
    text-align: center;
}

.footer-logo-size{
    width: 50%;
}
.color1{
    color: #3498db;
}

.industry-tab{
    border-bottom: 1px solid #e2e2e2;
}

#navbarSupportedContent .navigation .dropdown #headcss{
    margin-left:-132px;
}

@media only screen and (max-width: 600px) {
    .rcm-india-logo-area{
        width: 42%;
    }
    .nav-logo.rcm-india-logo-area-mobile{
        width: 62%;
    }
    #navbarSupportedContent .navigation .dropdown #headcss{
        margin-left:20px;
    }
    /* .main-menu .navigation #headcss{ 
        margin-left:15px;
    } */
    .listhead{
        display: none;
    }
    .marginvest{
        margin-top:50px;
    }
}

/*current job css*/
.current-opening-job {
    /* padding: 50px 20px; */
    /* background:linear-gradient(to right, #3398db0d, #df20260a); */
    /* border-radius: 10px; */
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); */
}

.current-opening-job .title {
    color: #1c1c1c;
    margin-bottom: 40px;
    font-size: 2rem;
    text-align: center;
}

/* Job Card */
.current-opening-job .service-block-two {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
	height: 100%;
}

.current-opening-job .service-block-two:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.current-opening-job .service-block{
	margin-bottom: 20px;
}

.current-opening-job.inner-box {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.current-opening-job .image-box h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.current-opening-job .image-box h3 a {
    text-decoration: none;
    color: #34495e;
    transition: color 0.3s;
}

.current-opening-job .image-box h3 a:hover {
    color: #3498db;
}

.current-opening-job .lower-content p {
    font-size: 16px;
    color: #7f8c8d;
    margin: 5px 0;
}

/* Button Styles */
.current-opening-job .btn-box .btn-detail {
    background: linear-gradient(to right, #3398dbdb, #df2026);
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    /* text-transform: uppercase; */
    transition: background 0.3s, box-shadow 0.3s;
}

.current-opening-job .btn-box .btn-detail:hover {
    background: #2980b9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.current-opening-job .lower-content{
	padding: 20px;
}

.job-title-div .job-title,
.job-role h5{
	font-size: 22px;
	font-family: 'Monda', sans-serif;
	padding-bottom: 5px;
}
.current-opening-job .role-ul, .reporting_to {
	margin-left: 20px;
}
.current-opening-job .role-ul ul li, .reporting_to ul li {
   list-style: decimal;
   font-size: 16px;
}
.btn-box{
	padding-top: 20px;
    text-align: right;
}
.current-opening-job.opening-details{
	background: unset;
}

.current-opening-job.opening-details .service-block-two{
	background: unset;
    box-shadow: none;
}
.keywords-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	padding-top: 20px;
}

.keyword-tag {
    padding: 4px 9px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 13px;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.keyword-tag:hover {
    background-color: #ffffff;
    color: #040303;
}
.role-ul h3{
	font-size: 16px;
}

.video-style-two.top-video .bg-layer{
	right: 0px;
	left: unset;
}

.video-style-two.top-video .content-box{
	padding-left: 0px;
}
.videoWrapperTop {
    /* position: relative; */
    /* padding-bottom: 56.25%; */
    /* padding-top: 25px; */
    height: 350px;
}
.videoWrapperTop iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-about .info-block-one .inner-box h3{
	margin-bottom: 0px;
}

/* Responsive */
@media (max-width: 768px) {
    .current-opening-job.service-block-two {
        margin-bottom: 20px;
    }
}
