body {
    font-family: "Montserrat", sans-serif;
}

/*body .container {*/
/*max-width: 100%;*/
/*width: 85%;*/
/*}*/
/* Banner */
.image-banner {
    text-align: center;
}


.image-banner img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.btn-apply.hover-btn {
    margin-top: 0;
}

.about-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.about-banner-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #016481;
    margin-bottom: 1rem;
}

.about-banner-content h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #016481;
}

.about-page-content .section-para {
    width: 75%;
    margin: auto;
}

/* Opportunities Section */

/* Opportunities Section */
.opportunities {
    padding: 80px 0;
    text-align: center;
    background-image: url('../images/career/oppor-background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.opportunities h2 {
    font-size: 36px;
    font-weight: 800;
    color: #016481;
    margin-bottom: 10px;
}

.opportunities p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.filter-dropdowns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-dropdowns select {
    flex: 1;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    max-width: 250px;
}

.filter-dropdowns select:focus {
    border-color: #ccc;
    box-shadow: none;
}

.filter-dropdowns select:active {
    border-color: #ccc;
    box-shadow: none;
}

.filter-dropdowns option:active {
    border-color: #ccc;
    box-shadow: none;
}

.filter-dropdowns option:focus {
    border-color: #ccc;
    box-shadow: none;
}

/* Dropdowns */
.filter-dropdowns select {
    border-radius: 25px;
    padding: 10px 20px;
    margin: 0 10px;
    border: 1px solid #016481;
    color: #016481;
    font-weight: 600;
}

.filter-dropdowns option {
    border-radius: 25px;
    padding: 10px 20px;
    margin: 0 10px;
    border: 1px solid #016481;
    color: #016481;
    font-weight: 600;
}

/* Vacancy Cards */
.job-card {
    /* border: 1px solid #eee; */
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    text-align: left;
    background: #fff;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
border: 1px solid #C2C2C2; */
    transition: transform 0.3s ease;
    background: url('../images/career/job-border.png');
    background-repeat: repeat;
    background-size: 100% 100%;
    padding-left: 2rem;
}

/* .job-card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
} */
.job-card h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 70%;
    align-items: flex-start;
    min-height: 48px;
    width: 60%;


}

p.job-location {
    display: none;
}

.job-card p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}

.job-card .btn-apply {
    background-color: #016481;
    color: white;
    border-radius: 25px;
    padding: 6px 18px;
    border: none;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    transition: background-color 0.3s;
    width: 27%;
}

.job-card .btn-apply {
    display: flex;
    justify-content: center;
}

.job-card .btn-apply:hover {
    background-color: #014961;
}

.btn-apply {
    position: absolute;
    right: 20px;
    top: 0px;
}

.btn-apply:hover {
    background-color: #014961;
}

.job-card ul {
    padding-left: 20px;
    padding-left: 20px;
    height: 150px;
    overflow-y: auto;
}

.job-card ul li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #757577;
}

.job-card a {
    font-weight: 600;
    color: #016481;
    text-decoration: none;
}

.job-card a:hover {
    text-decoration: underline;
}

.job-location {
    font-weight: 600;
    color: #016481;
    margin-top: 10px;
}

/* Message */
.no-jobs {
    font-size: 18px;
    color: #999;
    margin-top: 40px;
    font-weight: 600;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .filter-dropdowns {
        flex-direction: column;
        align-items: center;
    }

    .filter-dropdowns select {
        width: 100%;
        max-width: 300px;
    }

    .job-card h4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .job-card .btn-apply {
        align-self: flex-end;
    }

    .job-card ul {

        height: auto;

    }
}

/* Section Styles */
.why-work-aurolab {
    background: #025b70;
    color: white;
    padding: 80px 40px;
    overflow: hidden;
}

.why-work-aurolab h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.why-work-aurolab p.subtitle {
    font-size: 16px;
    color: #dce9ed;
}

/* Tile Styles */
.why-work-tile {
    background: url('../images/career/work-border.png');
    border-radius: 10px;
    padding: 15px;
    background-repeat: repeat;
    background-size: 100% 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-work-tile h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    border: 1px solid #ffffff;
    display: inline-block;
    border-radius: 20px;
    margin: 0;
    width: 70%;
    text-align: center;
}

.tile-para {
    border-radius: 8px;
    padding: 15px;
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.tile-para p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

/* Image */
.why-work-aurolab img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Animation Classes */
.animate-right,
.animate-left,
.animate-bottom {
    opacity: 0;
    transform: translateX(var(--translate-x, 0)) translateY(var(--translate-y, 0));
    transition: all 0.8s ease-out;
    transition-delay: var(--delay, 0ms);
}

/*.animate-right {*/
/*--translate-x: -80px;*/
/*}*/
/*.animate-left {*/
/*--translate-x: 80px;*/
/*}*/
/*.animate-bottom {*/
/*--translate-y: 30px;*/
/*}*/

.animate-right.active,
.animate-left.active,
.animate-bottom.active {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.why-career-btn {
    margin-top: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px 8px 16px;
    border-radius: 999px;
    font-family: system-ui, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    color: #fff;
    border: 1px solid #ffffff;

    /* initial pill color */
    overflow: hidden;
    z-index: 0;
}

/* background fill animation */
.why-career-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: inherit;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .35s ease;
    z-index: -1;

}

.why-career-btn:hover::before {
    transform: scaleX(1);
    color: #016481;
}

.why-career-btn span {
    position: relative;
    z-index: 1;
    transition: color .35s ease;
}

.why-career-btn__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #006380;
    transition: background .35s ease, color .35s ease, transform .35s ease;
    z-index: 1;

    display: none;
}

.why-career-btn:hover span {
    color: #016481;
}

.why-career-btn:hover .hover-btn__icon {
    background: #006380;
    color: #016481;
    transform: translateX(0) rotate(-35deg);
}

.why-career-btn:hover {
    background: #006380;
    color: #016481;
}

.why-career-svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.4;
    fill: none;
}

/*  CTA action */


.career-cta {
    background-image: url('../images/career/join-back-back.png');
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.career-cta-inner {
    background-image: url('../images/career/joinus-back.png');
    background-position: left;
    background-size: cover;
    background-repeat: repeat;
    color: white;
    max-width: 1200px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 40px;
    gap: 40px;
    flex-wrap: wrap;
}

.cta-text {
    flex: 1 1 45%;
}

.cta-text h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;

}

.cta-text h2 span {
    font-weight: 800;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;


}

.cta-text p {
    font-size: 16px;
    margin-bottom: 25px;
    color: white;
    margin-top: 25px;

}

.cta-btn {
    padding: 12px 30px;
    background: #ffffff;
    color: #1e7a8c;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #1e7a8c;
    color: white;
    border: 1px solid #fff;
}

/* Image container with border */
.cta-image {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-image img {
    width: 100%;
    max-width: 500px;
    /*border: 4px solid #d0d0d0;*/
    /* light grey border */
    border-radius: 12px;
    object-fit: cover;
}

/* Initial state for animation */
.animate-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.animate-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease-out;
}

/* Active state when in view */
.animate-bottom.active {
    opacity: 1;
    transform: translateY(0);
}

.animate-right.active {
    opacity: 1;
    transform: translateX(0);
}



/* Section Full Width */


.faq-section {
    padding: 80px 80px 80px 0px;
    /* background: #f9f9f9; */

}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title {
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #006380;
    margin-bottom: 10px;
}

.faq-para {
    font-family: Lato, sans-serif;
    font-size: 18px;
    color: #757577;
}

.faq-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.faq-image {
    flex: 1;
    display: flex;
}

.faq-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* height: 350px;  */
}

.faq-accordion {
    flex: 1;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #006380;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    cursor: pointer;
}

.faq-question .icon {
    display: none;
}

.faq-question .plus {
    display: inline-block;
}

.faq-item.active .faq-question .plus {
    display: none;
}

.faq-item.active .faq-question .minus {
    display: inline-block;
}

.faq-answer {
    display: none;
    /* padding: 0 0 20px; */
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #757577;
}

.faq-item.active .faq-answer {
    display: block;
}





/* Testimonial Section Styles */

.testimonial-section {
    padding: 80px 20px;
    /* background: #f9f9f9; */
    text-align: center;
}

.testimonial-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #016481;
    margin-bottom: 20px;
}

.testimonial-subtitle {
    color: #757577;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
}


.testimonial-slider .testimonial-box {
    background: url('../images/career/testi-border.png');
    border-radius: 12px;
    padding: 20px;
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05); */
    text-align: left;
    margin: 0 10px;
    /* space between slides */
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100% 100%;
    position: relative;
    height: 540px;
}

.testimonial-slider {
    margin: 0 -10px;
    /* compensate box margin */
}


.testimonial-image img {
    width: 100px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.testimonial-desc {
    font-family: 'Lato', sans-serif;
    font-size: 18Px;
    /* Updated font size */
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* Updated line-height */
    color: #000;
    /* Description color */
    margin-bottom: 15px;
    height: 270px;
    overflow-y: auto;
}

.testimonial-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3rem;
    position: absolute;
    width: 60%;
    bottom: 5px;
}

.testimonial-text {
    display: flex;
    flex-direction: column;
    /* Name above designation */
    gap: 4px;
    /* space between name and designation */
}

.testimonial-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18Px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: #000;
    /* Name color */
    text-transform: capitalize;
}

.testimonial-designation {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #838383;
    /* Designation color */
    text-transform: capitalize;
}

.testimonial-comma img {
    width: 100%;
}

.testimonial-comma {
    position: absolute;
    right: 3%;
    bottom: 8px;
    width: 25%;
}

.testimonial-link {
    display: block;
    text-decoration: none;
    /* remove underline */
    color: inherit;
    /* keep text color */
}

.testimonial-link:hover .testimonial-box {
    transform: translateY(-5px);
    /* box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: -40px;
}

/* last section */

.contact-section {
    background: url('../images/career/form-banner.png') no-repeat bottom/cover;
    padding: 80px 20px;
}

.contact-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}

/* Content Column */
.contact-content {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    text-align: center;
    margin-right: 5rem;
    margin-top: 5rem;
}

.contact-content-inner {
    max-width: 600px;    
    padding-bottom: 4rem;
}

.contact-title {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.contact-text {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;

}

/* Form */
.contact-form-container {
    flex: 1 1 45%;
    background-image: url('../images/career/contact-border.png');
    padding: 30px;
    border-radius: 12px;
    background-repeat: repeat;
    background-size: 100% 100%;
    padding-bottom: 0;
    height: 450px;
}

.contact-form-container input,
.contact-form-container textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 10.739px;
    border: 0.895px solid #C2C2C2;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #757577;
    outline: none;
}

.contact-form-container textarea {
    resize: none;
    min-height: 120px;
}

/* Buttons container */
.contact-buttons {
    display: flex;
    gap: 20px;
    justify-content: left;
    margin-top: 10px;
}

.contact-cta-btn {
    padding: 12px 0px;
    border-radius: 49.6px;
    background: none;
    color: #016481;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 30px;
}

.contact-cta-title {
    padding: 12px 0px;
    border-radius: 49.6px;
    background: none;
    color: #016481;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 30px;
}

.contact-cta-btn:hover {
    background: #016481;
    color: #fff;
}

.contact-send-btn {
    padding: 12px 30px;
    border-radius: 49.6px;
    background: #016481;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 2%;
    width: 50%;
    margin-top: 0;
    font-size: 20px;
    bottom: 0;
}

.contact-send-btn:hover {
    background: #fff;
    color: #016481;
    border: 1px solid #016481;

}

/*form css */

.form-section {
    background-image: url('../images/career/form-banner.png');
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.form-card {
    background-image: url('../images/career/contact-border.png');
    background-size: 100% 100%;
}

.form-card label {
    display: none;

}

.form-card textarea,
.form-card input {
    resize: none;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 15px;
    border-radius: 10.74px;
    border: 0.89px solid #C2C2C2;
}

.form-card textarea::placeholder,
.form-card input::placeholder {
    color: #757577;
}

.form-card textarea:focus,
.form-card input:focus {
    outline: none;
    box-shadow: none;
    border-color: #016380;
}

.form-card textarea {
    min-height: 150px;
    margin-bottom: 39px;
}

.get-in-touch-btn {
    color: #016481;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: -16px;
}

.send-message-btn {
    background: #01648166;
    border-color: #01648166 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border-radius: 49.6px;
    padding: 10px 50px;
    position: absolute;
    /*right: 25px;*/
    right: 0;
    bottom: 3px;
    z-index: 1;
}

/* Footer Form CSS */

.career-select {
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    max-width: 300px;
    /* optional, adjust */
    padding: 10px 40px 10px 12px;
    /* space for arrow */
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;

    /* Custom SVG arrow */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' stroke='black' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
}

/* Hide default arrow in IE */
.career-select::-ms-expand {
    display: none;
}

/* Optional: hover + focus effects */
.career-select:focus {
    border-color: #007bff;
    outline: none;
}




/* Responsive */
@media (max-width: 1290px) {
    .get-in-touch-btn {
        font-size: 25px;
    }
    
    .send-message-btn {
        padding: 10px 40px;
    }
}
    
@media (max-width: 1024px) {
    .get-in-touch-btn {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .box {
        flex: 0 0 45%;
    }
}

@media (max-width: 1024) {
    .testimonial-slider .testimonial-box {
        height: 780px !important;
    }
    
    .job-card .btn-apply {
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .box {
        flex: 0 0 100%;
    }
    
    .testimonial-desc {
        height: 350px;
    }
}




/* Responsive */
/* @media (max-width: 900px) {
.career-cta-inner {
flex-direction: column;
text-align: center;
}

.cta-text, .cta-image {
flex: 1 1 100%;
}

.cta-text h2 {
font-size: 28px;
}

.cta-text p {
font-size: 15px;
}
} */


/* Responsive */
@media (max-width: 900px) {
    .why-work-main {
        flex-direction: column;
        align-items: center;
    }

    .send-message-btn {
        font-size: 16px;
    }

    .map-section h4,
    .map-section h4,
    .form-section h4 {
        font-size: 28px;
    }

    .why-work-image {
        margin: 30px 0 0 0;
    }

    .why-work-grid {
        grid-template-columns: 1fr;
    }
}





@media (max-width: 768px) {
    .filter-dropdowns {
        flex-direction: column;
        align-items: center;
    }

    .filter-dropdowns select {
        width: 100%;
        max-width: 300px;
    }

    .job-card h4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .job-card .btn-apply {
        align-self: flex-end;
    }


    .career-cta-inner {
        display: block !important;
        /* flex ko remove karke block karenge */
        text-align: center;
        padding: 20px !important;
    }

    .cta-text {
        width: 100%;
        margin-bottom: 20px;
        /* space between text and image */
    }

    .cta-image {
        width: 100%;
        display: block !important;
        /* image ko full width block me dikhayenge */
        margin: 0 auto;
    }

    .cta-image img {
        max-width: 100%;
        height: auto;
        border: 4px solid #d0d0d0;
        border-radius: 12px;
    }

    /* Heading & paragraph resize for mobile */
    .cta-text h2,
    .cta-text h2 span {
        font-size: 28px;
        line-height: 1.2;
    }

    .cta-text p {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .cta-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .animate-bottom {

        padding-left: 0rem;
        padding-right: 0rem;
    }

    .why-work-aurolab {
        background: #025b70;
        color: white;
        padding: 80px 10px;
        overflow: hidden;
    }

    .why-work-aurolab img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        margin-top: 2rem;
    }

    .about-banner-content h5 {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #016481;
    }

    .job-card .btn-apply {
        background-color: #016481;
        color: white;
        border-radius: 25px;
        padding: 6px 18px;
        border: none;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        transition: background-color 0.3s;
        width: 24%;
    }

    .job-card {
        padding-left: 1rem;
    }
}






@media (min-width: 1024px) and (max-width: 1180px) {
    .testimonial-slider .testimonial-box {
        height: 685px;
    }
    
}

@media (max-width: 1025px) {
    .why-work-aurolab img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
} 


@media (max-width: 769px) {
    .why-work-tile h3 {
        font-size: 14px;
        width: 75%;
        padding: 12px;
    }
    
    .about-banner-content h3 {
        font-size: 40px;
    }
    
    .about-banner-content h5 {
        font-size: 18px;
    }


    .second-banner-content {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
        max-width: 90%;
    }

    .second-banner-heading {
        font-size: 22px;
    }

    .second-banner-heading strong {
        font-size: 22px;

    }

    .testimonial-designation {
        font-size: 14px;
    }

    .testimonial-desc {
        font-size: 17px;
        line-height: 30px;
    }

    .testimonial-slider .testimonial-box {
        height: 600px;
    }

    .testimonial-info {
        margin-top: 10px !important;
        bottom: 25px;
    }

    .testimonial-comma {
        bottom: 30px;
        width: 25%;
    }

    .banner-img {
        width: 100%;
        height: 200px;
        display: block;
    }

    .second-banner-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .contact-container {
        flex-direction: column;
    }

    .contact-content,
    .contact-form-container {
        flex: 1 1 100%;
        text-align: center;
        padding: 5px;
    }

    .contact-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .contact-content {
        margin-right: 0rem;
    }

    .contact-cta-title {
        font-size: 20px;
        width: 43%;
        padding: 0;
    }

    .contact-send-btn {
        position: absolute;
        right: 0%;
        width: 50%;
        margin-top: -10px;
        font-size: 15px;
        bottom: 10px;
        padding: 10px;
        font-size: 16px;
    }

    .faq-content {
        flex-direction: column;
    }

    .faq-image {
        order: -1;
    }

    .faq-section {
        padding: 0px;
        background: #f9f9f9;
    }

    .faq-accordion {
        padding: 1rem;
        flex: 1;
    }

    .faq-question {
        font-size: 20px;
    }

    .faq-answer {
        font-size: 18px;
    }

    span.icon.plus svg {
        width: 25px !important;
        margin-left: 15px;
    }

    span.icon.minus svg {
        width: 25px !important;
        margin-left: 15px;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-para {
        font-size: 17px;
    }

    .testimonial-title {
        font-size: 32px;
    }

    .testimonial-subtitle {
        font-size: 17px;
    }

    .contact-section {
        background: url(../images/career/form-banner.png) no-repeat left / cover;
        padding: 30px 10px;
    }

    .contact-title {
        font-size: 32px;
    }

    .send-message-btn {
        font-size: 16px;
        padding: 12px 35px;
        right: 5px;
    }

    .get-in-touch-btn {
        font-size: 16px;
    }

    .map-section h4,
    .map-section h4,
    .form-section h4 {
        font-size: 25px;
        width: 100%;
    }

    body .container {
        max-width: 100%;
        width: 100%;
    }

}




@media (max-width: 600px) {
    .job-card h4 {
        width: 70%;
        font-size: 20px;
    }

    .about-banner-content {
        top: 81%;
        z-index: 1;
        display: block;
    }
    
    
    .contact-content-inner {
        padding-bottom: 1rem;
    }

    section {
        overflow: hidden;
    }
}