iframe {
    height: 520px;
    overflow: hidden;
    border: none;
    margin-left: -20px;
}

iframe {
    height: 630px;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    border: none;
    margin-left: -20px;
}

th,
td {
    padding: 5px;
    text-align: left;
}

.main-content {
    margin-top: 120px;
    margin-bottom: 0px;
}

.main-content h2,
.main-content-block h2 {
    color: #333;
    float: left;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: -10px;
    width: auto;
}

.properties {
    width: 66%;
}

#zx {
    margin-top: 0px;
    padding: 0;
}

#xs {
    margin-left: -144px;
    padding: 14px 0 0 0px;
}

.site-footer {
    margin-top: 0px;
}

.main-content-block {
    float: left;
    margin-top: 34px;
    width: 100%;
}

.page-header p {
    line-height: 24px;
    margin-left: 371px;
    padding: 0 0 0 8px;
    text-align: -moz-center;
}

#zq {
    padding: 0 0 0 0px;
}

.main-content p,
.main-content-block p,
.main-content-block ul {
    float: left;
    margin-top: 2px;
    padding: 0 0 0 15px;
}

.main-content h2,
.main-content-block h2 {
    color: #333;
    float: left;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: -23px;
    padding: 0 0 0 14px;
    width: auto;
}

.primary-btn {
    background-color: rgba(255, 255, 255, 0.85);
    /* semi-transparent white */
    color: #2c5390 !important;
    padding: 10px 28px;
    border: 2px solid #2c5390;
    border-radius: 24px;
    /* more rounded corners */
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition:
        color 0.2s,
        border-color 0.2s,
        background-color 0.2s,
        box-shadow 0.2s;
    cursor: pointer;
}

.primary-btn:hover {
    background-color: #2c5390;
    /* off-white */
    color: white !important;
    border-color: #22406b;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(44, 83, 144, 0.08);
}

#q1 {
    padding: 0 0 0 11px;
}

#zq {
    padding: 0 0 0 13px;
}

.main-content-block-entry {
    margin-top: 17px;
}

.magnis-toggle p {
    margin-left: -17px;
}

#request9 {
    margin-top: -964px;
}

.df {
    padding: 0 0 0 -4px;
    margin-left: -14px;
}

.btn.btn-default {
    margin-top: 12px;
}

.icon-briefcase {
    margin-right: 30px;
}

#pr {
    width: 100%;
    padding: 0 0 0 46px;
    margin-bottom: 22px;
}

header {
    font-weight: bold;
}

.add-job {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    margin: 0px 10px 16px 0px;
    color: black;
}

#add-job-btn {
    /* width: 30%; */
    margin-right: 10px;
    padding: 4px 8px;
    border-radius: 25px;
    background-color: navy;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#add-job-btn:hover {
    /* width: 30%; */
    background-color: darkblue;
    transform: translateY(-2px);
}

.career-page-container {
    /* height: 100vh; */
    padding: 20px;
    background-color: black;
}

.search-bar {
    width: 98%;
    padding: 4px 8px;
    border: 2px solid #01457E;
    border-radius: 25px;
    outline: none;
    margin-right: 10px;
}

*/ .career-list::-webkit-scrollbar-thumb {
    background-color: orange;
}

.display-icon {
    color: #01457E;
    margin-right: 4px;
}

#edit-button {
    background-color: transparent;
    border: none;
}


.career-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    max-height: 60vh;
    overflow-y: auto;

}

#career-li-title {
    font-size: 1.6rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

#career-li-jd {
    font-size: 1.5rem;
    display: -webkit-box;

    -webkit-line-clamp: 8;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

    max-width: 100%;

    min-height: 15vh;
}


.post-header {
    display: flex;
    justify-content: space-between;
}

.post-basic-details {
    display: flex;
    justify-content: left;
    gap: 20px;
}

#header-current-opening {
    color: black;
    font-size: large;
    font-weight: 600;
}

#ft-opp-header {
    color: #01457E;
    font-size: large;
    font-weight: 600;
    margin-bottom: 20px;
}

.career-item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(33.33% - 20px);
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.career-item:hover {
    transform: translateY(-4px);
}

.career-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.career-item p {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #555;
}

.career-item p strong {
    font-weight: bold;
}

.btn-place {
    display: flex;
    justify-content: flex-end;
}

.secondary-btn {
    margin-right: 10px;
    padding: 4px 20px;
    border-radius: 25px;
    background-color: transparent;
    color: navy;
    border: 1px solid navy;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.secondary-btn:hover {
    background-color: transparent;
    color: navy;
    transform: translateY(-2px);
}


@media (max-width: 768px) {
    .career-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 580px) {
    .career-item {
        width: 100%;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#accordion-container {
    background-color: white;
    border-radius: 2rem;
    padding: 3rem 6rem;
}

.faq-container {
    background-color: #0F0C0C;
    padding: 2.2rem;
}

.questions-container {
    height: 50vh;
    overflow-y: auto;
    margin-top: 2rem;
}

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 1.4rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.6rem;
    transition: 0.4s;
    border-bottom: black 1px solid;
}

.active,
.accordion:hover {
    /* background-color: #ccc; */
}

.accordion:after {
    content: '\002B';
    color: #B62C2C;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    /* content: "\2212"; */
}

.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-content {
    padding: 2rem;
    font-size: 1.4rem;
}



.gr-body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    background-color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    border: 1px solid black;
}

.gr-container {
    display: flex;
    text-align: center;
    max-width: 55vw;
    padding: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex-direction: column;
    align-items: center;
}

.gr-main-text {
    background: linear-gradient(to right, #2C2E83, #D4145A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
}

.gr-highlight-text {
    background: linear-gradient(to right, #2C2E83, #D4145A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.gr-link-text {
    background: linear-gradient(to right, #2C2E83, #D4145A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    text-decoration: underline;
    font-weight: 500;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.det-body {
    background-color: white;
    border: 1px solid black;
}

#det-head-partition {
    background: url('../images/pages/bg-gradient.png') center/cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.det-header {
    margin-top: 10px;
    width: 55vw;
    color: white;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.det-header-img {
    width: 20vw;
    max-width: 20vw;
}

/* .det-header-content {
    width: 50%;
} */

.det-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: white;
}

.det-header p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.det-contact {
    margin-top: 10px;
}

.det-contact a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.det-contact a:hover {
    text-decoration: underline;
}

.det-team-info {
    width: 100%;
    height: 50vh;
    display: flex;
}

.det-team-content {
    width: 65%;
    padding: 40px;
}

.det-team-content h2 {
    font-size: 24px;
    color: #003366;
    margin-bottom: 20px;
}

.det-team-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.det-team-image {
    width: 35%;
    background: url('../images/amitlogo.png') center/contain no-repeat;
}

.vid-body {
    background: black;
    height: 90vh;
    /* Added extra height to enable scrolling */
    display: flex;
    justify-content: center;
    align-items: center;
}

.vid-text {
    position: absolute;
    width: 100vw;
    z-index: 1000;
    color: white;
    font-size: 2.5rem;
    font-weight: 500;
}

.career_img_div {
    background: black;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.career_img {
    opacity: 0.4;
    width:100%;
}

.career_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000;
}


.video-container {
    width: 100vw;
    height: 90vh;
    /* background: black; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

video {
    width: 98%;
    height: 98%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 16px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#snackbar.show {
    visibility: visible;
    opacity: 1;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}