body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}
/********* career-body start ********/
.career-body {
    padding: 150px 0;
    overflow: hidden;
    background: #eedbae;
    background: radial-gradient(circle, rgba(238, 219, 174, 1) 0%, rgba(0, 0, 0, 1) 100%);

}

.career-body .con {
    width: 80%;
    margin: auto;
    background-color: #fff;
    padding: 0px 0px 50px 0px;
}

.career-body .career-one {
    height: 200px;
    text-align: center;
    background: linear-gradient(135deg, #ecd874 0%, #0b0b0c 100%);
    position: relative;
    overflow: hidden;
}

.career-body .career-one h2 {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #fff;
    padding-top: 40px;
}

.career-body .career-one p {
    font-size: 20px;
    color: #ffffff;
}



.career-body .bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    animation: float 20s infinite ease-in-out;
}

.career-body .bubble:nth-child(1) {
    width: 80px;
    height: 80px;
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    background: radial-gradient(circle at 30% 30%, rgba(255, 249, 249, 0.6), rgba(255, 107, 107, 0.2));
}

.career-body .bubble:nth-child(2) {
    width: 120px;
    height: 120px;
      right: 13%;
    top: 44%;
    animation-delay: 2s;
    background: radial-gradient(circle at 30% 30%, rgba(251, 224, 72, 0.6), rgba(72, 219, 251, 0.2));
}

.career-body .bubble:nth-child(3) {
    width: 60px;
    height: 60px;
    left: 3%;
    bottom: 10%;
    animation-delay: 4s;
    background: radial-gradient(circle at 30% 30%, rgb(202 253 110 / 60%), rgba(253, 203, 110, 0.2));
}

.career-body .bubble:nth-child(4) {
    width: 100px;
    height: 100px;
    right: 25%;
    bottom: 20%;
    animation-delay: 1s;
    background: radial-gradient(circle at 30% 30%, rgba(229, 255, 247, 0.6), rgba(120, 255, 214, 0.2));
}

.career-body .bubble:nth-child(5) {
    width: 70px;
    height: 70px;
    left: 92%;
    top: 23%;
    animation-delay: 3s;
    background: radial-gradient(circle at 30% 30%, rgba(184, 147, 255, 0.6), rgba(184, 147, 255, 0.2));
}

.career-body .bubble:nth-child(6) {
    width: 90px;
    height: 90px;
    left: 20%;
    bottom: 30%;
    animation-delay: 5s;
    background: radial-gradient(circle at 30% 30%, rgba(255, 159, 243, 0.6), rgba(255, 159, 243, 0.2));
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) translateX(0) scale(1);
    }

    25% {
        transform: translateY(-20px) translateX(10px) scale(1.1);
    }

    50% {
        transform: translateY(-10px) translateX(-10px) scale(0.9);
    }

    75% {
        transform: translateY(-30px) translateX(5px) scale(1.05);
    }
}

.career-body .career-two{
    padding: 50px 10px 0px 20px;
}
.career-body .detail{
    padding: 40px 0;
    border-bottom: 1px solid #fff0;
    border-image: linear-gradient(to right, rgb(46 46 46), rgb(253 206 45), rgb(46 46 46)) 1;
}
.career-body .detail h2{
    padding: 10px 0;
    font-weight: bold;
    font-size: 25px;
}
.career-body .AP-btn{
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    margin-top: 10px;
}
.career-body .AP-btn:hover{
       background-color: #f9e278; 
       color: #000;
}
.career-body .AP-btn i{
    color: #f9e278;
}
.career-body .AP-btn:hover i {
    color: #000;
}
/********* career-body end ********/
/********* from modal end *********/
.mD-modal .apply-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.mD-modal .apply-modal-box {
    background: rgb(240 238 212);
    padding: 15px;
    width: 100%;
    max-width: 550px;
    border-radius: 12px;
    color: #000000;
    position: relative;
}

.mD-modal .apply-modal-box h2 {
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 35px;
    text-decoration: underline;
}

.mD-modal .apply-modal-box input,
.mD-modal .apply-modal-box textarea {
    width: 100%;
    margin-bottom: 8px;
    padding: 12px 10px;
    border-radius: 6px;
    /* border: none; */
    border: 1px solid #ffe66b;
}
.CCV{
    border: none !important;
}
.mD-modal .close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 5px;
    border-radius: 5px;
    font-size: 26px;
    cursor: pointer;
    color: #ffd515;
    background-color: #000;
}
.mD-modal label {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 0;
}
.mD-modal .gender-box {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.mD-modal .gender-box label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 15px;
}
.mD-modal .gender-box input{
    margin-bottom: 0;
}
.mD-modal select {
  word-wrap: normal;
    padding: 5px;
    border: 1px solid gold;
    border-radius: 5px;
}
.FR-Frombtn {
    background-color: #000;
    border-radius: 5px;
    padding: 8px 20px;
    color: #f9e278;
    font-weight: bold;
    font-size: 16px;
}
.FR-Frombtn {
    background-color: #000;
    border-radius: 5px;
    padding: 8px 20px;
    color: #f9e278;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.FR-Frombtn:hover {
    background-color: #f9e278;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(249, 226, 120, 0.4);
}

.FR-Frombtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(249, 226, 120, 0.3);
}

/* Optional: Ripple effect on hover */
.FR-Frombtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(249, 225, 120, 0.293);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.FR-Frombtn:hover::before {
    width: 300px;
    height: 300px;
      
}
.cv-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.cv-row label {
    white-space: nowrap;
    font-weight: 600;
}

.CCV {
    flex: 1;
     margin-bottom: 12px;
    padding-top: 15px;
  border: none !important;
     
}

/********* from modal end *********/
/********* resposive start *********/
@media (max-width:990px) {
    .career-body .bubble{
        display: none;

    }
    .career-body {
        padding: 100px 0;
    }
    .career-body .con{
        width: 95%;
    }
    .career-body .career-two {
    padding: 20px 10px 0px 20px;
}
.career-body .career-one h2 {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 24px;
    color: #fff;
    padding-top: 40px;
}
.mD-modal .apply-modal-box{
    margin: 10px;
}
.mD-modal .apply-modal-box h2{
    font-size: 25px;
}
.career-body .career-one p {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}
}
@media (min-width:1200px) and (max-width:1300px){
.career-body .bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    right: 23%;
    bottom: 42%;
}
}
/********* resposive end *********/