section.contact-us .row {
    justify-content: space-evenly;
    align-items: center;
}

form.form-new-contact .form-control {
    padding: 12px 20px 12px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 16px;
}

section.contact-us img {
    border-radius: 40px;
    height: 550px;
    display: block;
    width: 100%;
    object-position: center center;
    object-fit: cover;
}

form.form-new-contact label {
    color: black;
    margin-bottom: 10px;
    font-weight: 400;
}

section.contact-us button {
    border-radius: 10px;
    border: none;
    background: #000000;
    font-weight: 400;
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    width: auto;
    padding: 5px 40px 5px 40px;
    color: white;
    -webkit-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
}

form.form-new-contact .form-select {
    padding: 12px 20px 12px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 16px;
}

section.contact-us h2 {
    font-size: 60px;
    margin-bottom: 20px;
}

section.contact-us p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.7;
}

.slot {
    height: 500px;
}

.flip-card {
    position: absolute;
    width: 400px;
    height: 500px;
    top: 0;
    left: 0;
    perspective: 1200px;
    pointer-events: none;
    /* prevents it capturing mouse events */
}

/* the 3d container */
.flip-card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    /* start value — JS will overwrite inline during scroll */
    transform: rotateY(0deg);
    will-change: transform;
}

/* both faces */
.flip-card-front,
.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Safari */
    border-radius: 12px;
    overflow: hidden;
}

/* ensure the images themselves don't show their backface */
.flip-card-front img,
.flip-card-back img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}


.careers-sec .container {
    position: relative;
}

#scrollCard {
    transform-origin: center center;
    will-change: transform;
}

#cardInner {
    transform-style: preserve-3d;
}

section.contact-us {
    padding-bottom: 100px;
}


.project-block-five .inner-box {
    position: relative;
    padding: 32px;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    background-color: #121310;
}

.project-block-five .inner-box:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.project-block-five .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background-color: #d9f45f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-five {
    margin-bottom: 50px;
}

.project-block-five:nth-child(odd) .image-box .image {
    margin: 0 auto;
    margin-right: 0px;
}

.project-block-five .image-box .image {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.content-box .title {
    color: white;
}

.content-box .text-wrapper {
    color: white;
}

.project-block-five .inner-box:hover .content-box .title {
    color: black !important;
}

.project-block-five .inner-box:hover .content-box .text-wrapper {
    color: black !important;
}

h2.abcd-ass {
    font-size: 60px;
    margin-bottom: 50px;
    text-align: center;
}

h3.title-new-ancds {
    margin-bottom: 15px;
}

h3.careers-abcd {
    font-size: 60px;
    margin-bottom: 50px;
    text-align: center;
    padding-top: 40px;
}


.testimonial_card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}


.testimonial_card img {
    width: 100%;
    height: auto;
    display: block;
}

.testimonials_list, .testimonials_item {
    width: 100%;
    position: relative;
}

.testimonial-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
    color: white;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    color: white;
}

.testimonial-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
}

p.content-para {
    color: white;
    padding-left: 5%;
    padding-right: 5%;
}

.content-box .title {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
}