/* styles.css */


.header-career {
    background-color: #2c2c2c;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}

.header-career h1 {
    margin: 0;
    font-size: 2.5rem;
}

.header-career p {
    margin: 0.5rem 0 0;
}

.about-us,
.job-listings,
.application-form {
    padding: 2rem;
    max-width: 800px;
    margin: auto;
}

.head-ing {
    color: #333;
    border-bottom: 2px solid #2c2c2c;
    display: inline-block;
    margin-bottom: 1rem;
}


.pattern-bg {
    background-image: url(../img/test-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0%;
}


.job {
    background: #f9f9f9;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.job h3 {
    margin-top: 0;
    color: #2c2c2c;
}

.career-button {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 5px;
}

.career-button:hover {
    background-color: #0056b3;
}

form label {
    display: block;
    margin: 0.5rem 0 0.2rem;
    font-weight: bold;
}

form input,
form select,
form textarea,
form .career-button {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.tkmf{
    font-size: 16px !important;
    color: #2c2c2c;
}

@media only screen and (max-width:760px){
    .abt-2{
        /* height: 120vh !important; */
        object-fit: cover;
    }
}



.abt-tp{
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}

/* blog page */

.blg-cont{
    position: relative;
}


@media only screen and (min-width:760px) {
    .blg-abs{
        position: absolute;
        left: 5%;
        bottom: -10%;
        box-shadow: 0px 0px 10px lightgrey;
        width: 45%;
    }

    .abt-2{
        height: 550px !important;
        object-fit: cover;
    }
    
    .card11{
        min-height:265px !important ;
    }

    #demo .carousel-control-prev {
        left: 40% !important;
        top: 110% !important;
    }

    #demo .carousel-control-next {
        left: 45% !important;
        top: 110% !important;
    }
}

.blg-abs{
    text-align: left;
    background-color: white;
    box-shadow: 0px 0px 10px lightgrey;
}

.blg-abs h6{
    font-size: 18px;
    color: white;
    display: inline-block;
    background-color: #2c2c2c;
}

.bc{
    color: #2c2c2c;
    font-size: 25px !important;
    /* border: 1px solid grey; */
    font-weight: 500;
}

.date-info{
    color: grey;
    font-size: 12px;
}

.typ{
    background-color: #cbcee5;
    display: inline-block;

}

.inner{
    text-align: left;
    line-height: 25px;
    font-weight: 500;
    color: #2c2c2c;
    border: 1px solid #dbdbe1;
    padding: 5%;
    border-radius: 4%;
}


.blg-lstsec p{
    font-size: 30px !important;
    text-align: center;
    text-transform: uppercase;
    color: #2c2c2c;
    border-top:2px solid #2c2c2c;
    font-weight: 500;
}

.inner img{
    border-radius: 4%;
}

.cm-font-so{
    font-size: 20px !important;
}



/* contact us */

.common-bg1{
    background-color:#2c2c2c;
}

.cont-btn{
    background-color:white !important;
    border: 0px;
    border: none;
    
   
}

#btn-f-form{
    background-color:#2c2c2c !important;
    border: 0px;
}

/*  */


.vij-img{
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
}

button.left16:hover{
    background-color: #2c2c2c;
    color: #fff;
}


.card-a {
    border: 1px solid #2c2c2c;
    padding: 4%;
    background-color: #fff;
    color: #2c2c2c;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, background-size 0.5s ease-in-out;
    cursor: pointer;
}

.card-a .num {
    font-size: 35px !important;
    text-align: right;
    color: #2c2c2c;
}

.card-hed{
    font-size: 25px !important;
    /* width: 80%; */
    text-transform: uppercase;
    color: #2c2c2c;
}

.card-hed span{
    font-size: 20px !important;
    color: #2c2c2c;
}

.card-con{
    font-size: 14px !important;
    color: #2c2c2c ;
}


.card-a:hover {
    background-color: #edf2fa;
    background-image: url(../img/test-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: 110% !important; /* Slight zoom effect */
    background-position: bottom !important;
}

.card-a:hover .card-hed {
    color: #2c2c2c !important;
}


.num {
    font-size: 2rem; /* Adjust as needed */
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
}

.card-a:hover .num {
    animation: zoomFlash 0.6s ease-in-out infinite alternate;
}

@keyframes zoomFlash {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.card-a:hover .num {
    color: #2c2c2c !important;
}

.card-a:hover .card-con{
    color: #2c2c2c !important;
}

@media only screen and (max-width:760px) {
    .per-im{
        height: 300px !important;
        object-fit: cover;
    }

    body {
        overflow-x: hidden !important;
    }
}

.img-rig {
    position: relative;
}

.img-rig img{
    display: none;
}


.img-rig:hover img{
    display: inline-block;
}

