.sec1bg-img {
    background-size: cover;
    position: relative;
    min-height: 100vh;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.particle-class {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* Keep it behind the content but above background */
    background: #8890a1;
}

.centered-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
    /* ABOVE particles-js */
    position: relative;
    pointer-events: none;
    /* Let mouse events pass through */
}

.centered-content-wrapper * {
    pointer-events: auto;
    /* Restore interaction for child elements like buttons/links */
}

.nav-link {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: black !important;
    text-transform: capitalize !important;
}

.navbar-nav {
    gap: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.nav-btn {
    width: 222px;
    height: 55px;
    background-color: black;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: white;
    border: none;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    border: 2px solid transparent;
}

.nav-btn:hover {
    background-color: transparent;
    border: 2px solid #8d8d8d;
    border: 1px solid black;
    color: black;
    transition: all ease-in-out 0.9s;
}

.sec1-head {
    font-size: 73px;
    font-weight: bold;
    color: black;
    text-align: center;
    font-family: "Raleway", sans-serif;
    width: 80%;
    margin: 0 auto;
    text-transform: capitalize;
}

.sec1-para {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    text-align: center;
}

.sec1-head2 {
    font-size: 33px;
    font-weight: bold;
    color: black;
    text-align: center;
    font-family: "Raleway", sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.search-box {
    width: 747px;
    height: 55px;
    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
}

.search-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: white;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 5px;
    height: 57px;
    width: 967px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}

.search-bar .div2 {
    width: 26%;
}

.divider {
    height: 24px;
    width: 1px;
    background-color: #ccc;
}

.sec1-input::placeholder {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: black;
}

.search-button {
    background-color: #8d8d8d;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    height: 57px;
    width: 198px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    border: 2px solid transparent;
    position: absolute;
    right: 0;
    top: 0px;
}

.search-button:hover {
    border: 2px solid #8d8d8d;
    background-color: transparent;
    color: #000000;
}

.search-bar::-webkit-scrollbar {
    display: none;
}

.search-bar input,
.search-bar select {
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 16px;
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
}

.search-bar select {
    cursor: pointer;
}

.sec1-head span {
    background-color: white;
    color: #8890a1;
    text-transform: capitalize;
    padding: 0px 7px;
    border-radius: 10px;
}

/* section2// */
.sec2-img {
}

.sec2-head {
    font-size: 51px;
    font-weight: bold;
    color: black;
    font-family: "Raleway", sans-serif;
    margin-top: 30px;
    text-transform: capitalize;
}

.sec2-head span {
    color: white;
    background-color: #8d8d8d;
    border-radius: 10px;
    padding: 0px 7px;
}

.sec2 {
    padding-top: 100px;
}

.sec2-para {
    font-size: 16px;
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    /* width: 84%; */
    margin-top: 30px;
    text-transform: capitalize;
}

.sec3 {
    padding-top: 90px;
}

/* SECTION-3 */
.sec3-para {
    width: 92%;
    margin-left: auto;
    text-align: end;
    font-size: 16px;
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    text-transform: capitalize;
}

.sec6-bgimg {
    background-size: cover;
    position: relative;
    padding: 40px 0px 60px;
}

.sec4-bg-img {
    background-size: cover;
    position: relative;
    padding: 40px 0px;

    margin-top: 110px;
}

.sec4-bg-img .container,
.sec6-bgimg .container {
    z-index: 1;
    /* ABOVE particles-js */
    position: relative;
    pointer-events: none;
    /* Let mouse events pass through */
}

.sec4-bg-img .container *,
.sec6-bgimg .container * {
    pointer-events: auto;
    /* Restore interaction for child elements like buttons/links */
}

.sec4-cards {
    width: 417px;
    height: fit-content;
    background-color: white;
    border-radius: 10px;
    padding: 40px 0px;
}

.card-head {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    width: 84%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.card-para {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 76%;
    margin: 0 auto;
    margin-top: 10px;
}

.card-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.card-div2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.swiper-slide {
    height: fit-content !important;
}

.swiper-pagination {
    top: 350px !important;
}

.sec5-background {
    background-color: white;
    height: 500px;
    width: 100%;
    margin-top: 60px;
    /* padding: 60px 0px; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 30px;
}

.sec5-head {
    font-size: 48px;
    font-weight: bold;
    color: black;
    text-align: center;
    font-family: "Raleway", sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.sec5-head span {
    color: white;
    background-color: #8d8d8d;
    border-radius: 10px;
    padding: 0px 7px;
}

.sec5-background .card {
    border: none !important;
    border-radius: 10px !important;
}

.sec5-cards {
    width: 100%;
    height: 270px;
    background-color: white;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 25px 25px;
    position: relative;
}

.sec5-cards-para {
    font-size: 16px;
    color: #74757b;
    font-family: "Poppins", sans-serif;
    font-weight: 400;

    margin-top: 20px;
    font-style: italic;
}

.card-imfg {
    position: absolute;
    bottom: -2px;
    left: -2px;
}

.sec5-cards-head2 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    color: #191825;
    font-weight: 500;
}

.sec5-cards-para2 {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.img-div {
    margin-top: 0px;
    margin-left: 70px;
}

.swiper {
    margin: 0px 0px;
    padding: 50px 0px !important;
}

/* Normal pagination dots color */
.swiper-pagination-bullet {
    background-color: #8d8d8d;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px !important;
    position: relative;
}

/* Active dot color */
.swiper-pagination-bullet-active {
    background-color: #8d8d8d !important;
}

/* Outer ring around active dot */

/* Common transition for all slides */
.swiper-slide {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.swiper-slide.swiper-slide-active .card {
    transform: translateY(-35px) scale(1.05);
    transform-origin: top;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-pagination-bullets-dynamic {
    bottom: 10px !important;
    overflow: unset !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #777;
    opacity: 1;
    border-radius: 50%;
    margin: 0 6px;
    position: relative;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 22px;
    height: 22px;
    border: 2px solid #777;
    border-radius: 50%;
    box-sizing: border-box;
}

/* Swiper container setup */

/* Swiper wrapper styling */

/* Slide base styles */
.card.swiper-slide {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
    justify-content: center;
    transform: translateY(40px) scale(0.92);
    /* side cards lowered and smaller */
    opacity: 0.7;
    z-index: 1;
}

/* Active card: more lifted and scaled */
.card.swiper-slide-active {
    transform: translateY(0px) scale(1.05) !important;
    /* raised more + larger */
    z-index: 5;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.3);
    opacity: 1;
    height: auto;
    /* Allow it to grow naturally if needed */
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 270px;
}

/* Ensure side slides stay behind */

/* Your custom testimonial card */

/* Pagination bullets */

/* Responsive styling */
@media (max-width: 768px) {
    .sec5-cards {
        max-width: 95%;
        margin: 0px 8px;
    }

    .sec7 {
        margin: 0px 10px;
        width: 95% !important;
    }

    .swiper-pagination {
        margin-top: 20px;
    }
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.1s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.accordion:hover {
    background-color: #8d8d8d;
    color: white;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    outline: none;
    width: 100%;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 10px;
    height: 70px;
    text-align: left;
    position: relative;
    font-weight: bold;
}

.accordion .symbol {
    float: right;
    font-size: 18px;
}

.nav-link {
    position: relative;
    padding-top: 10px;
    /* to prevent overlap */
}

.nav-link {
    position: relative;

    text-align: center;
}

.nav-link::before {
    content: "";
    position: absolute;
    top: -25px;
    /* stick to top */
    left: 50%;
    transform: translateX(-50%);
    /* center the bar */
    width: 100%;
    /* or set a fixed width like 40px */
    height: 7px;
    background-color: transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: background-color 0.3s;
    z-index: 1;
}

.nav-link.active::before {
    background-color: white;
}

.panel {
    padding: 0 20px;
    display: none;
    overflow: hidden;
    background-color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion {
    font-size: 20px;
    color: black;
}

.sec6-head {
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    color: #191825;
    font-weight: 700;
    text-align: center;
}

.sec7 {
    background: url(../img/sec6-bg-img.svg);
    background-size: cover;
    background-position: center;
    height: 210px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 90px;
    z-index: 99;
}

.sec7-head {
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    color: white;
    font-weight: 700;
    width: 44%;
    line-height: 60px;
}

.sec7-input {
    width: 266px;
    border-radius: 5px;
    background-color: white;
    outline: none;
    height: 54px;
    color: #74757b;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border: none;
    padding-left: 20px;
}

.input-btn {
    width: 150px;
    height: 56px;
    background-color: #191825;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.input-btn:hover {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
}

.footer {
    width: 100%;
    height: fit-content;
    background-color: #222223;
    padding-top: 80px;
    position: relative;
    padding-top: 170px;
}

.footer-para {
    font-size: 14px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    margin-top: 40px;
    width: 72%;
    text-transform: capitalize;
}

.footer-head {
    font-size: 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-top: 0px;
    text-transform: capitalize;
}

.footer-para2 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 400;
    /* text-transform: capitalize; */
}

.para-div {
    margin-top: 20px;
}

.icon-div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.menu-toggle-btn {
    background-color: black !important;
    border: none;
    font-size: 24px;
    padding: 8px 12px;
    border-radius: 5px;
    color: white !important;
    border: none !important;
}

.nav-link.active {
    color: black;
    font-weight: bold !important;
}

.footer-box {
    height: 72px;
    width: 100%;
    background-color: #8d8d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 52px;
}

.last-para {
    font-size: 14px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    margin-top: 24px;
}

/* JOBS/// */
.jobs-bg {
    background-image: url(../img/jobs-img.webp);
    height: 370px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 576px) {
    .jobs-bg {
        height: 530px;
    }

    .reset-btn {
        display: flex;
        justify-content: center;
    }
}

.jobs-bg h1 {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    color: #191825;
    font-weight: 700;
    text-transform: capitalize;
}

.job-input {
    width: 400px;
    height: 60px;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 10px;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
}

.job-btn {
    width: 120px;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    background-color: #8d8d8d;
    color: white;
    transition: all 0.5s ease-in-out;
}

.job-btn:hover {
    background: #6f6f6f;
    transform: translateY(-2px);
}

.search-btn {
    height: 60px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    background-color: #6f6f6f;
    color: white;
}

.reset-btn {
    padding: 16px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    background-color: #ccc;
    color: #000;
}

/* JOBE-PAGE// */
/* Sidebar */
.sidebar {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.sidebar h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
}

.sidebar input {
    margin-right: 6px;
}

.filter-footer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-footer input,
.filter-footer select,
.filter-footer button {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.filter-footer button {
    background: #8d8d8d;
    color: #fff;
    border: none;
    cursor: pointer;
}

.filter-footer button:hover {
    background: #333;
}

/* Job Listings Section */
.jobs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.job {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    padding: 15px 20px;
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 15px;
    /* align-items: center; */
}

.job:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.job img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
}

.job-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: black;
}

.meta {
    font-size: 14px;
    color: #666;
}

.tag {
    background: #8d8d8d;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    margin: 5px 0;
}

.muted {
    font-size: 13px;
    color: #666;
}

.btn-details {
    background: #8d8d8d;
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    height: fit-content;
}

.btn-details:hover {
    background: #878585;
}

/* Pagination */
.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination button {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 4px;
    cursor: pointer;
}

.pagination button:hover {
    background: #eee;
}

/* details-page// */

.job-detail-page {
    font-family: "Poppins", sans-serif;
    padding: 20px;
}

.job-detail-page h1,
.job-detail-page h2,
.job-detail-page h3,
.job-detail-page h4 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.job-detail-page h1 {
    font-size: 28px;
}

.job-detail-page h2 {
    font-size: 22px;
}

.job-detail-page h3 {
    font-size: 18px;
}

.job-detail-page p,
.job-detail-page li {
    font-size: 15px;
    line-height: 1.6;
}

:root {
    --theme-color: #8d8d8d;
    --btn-hover: #6f6f6f;
    --card-bg: #fff;
    --shadow-color: rgba(141, 141, 141, 0.15);
}

/* Job Header */
.job-detail-page .job-header {
    background: var(--card-bg);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 10px var(--shadow-color);
}

.job-detail-page .job-header h1 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.job-detail-page .job-header p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.job-detail-page .apply-btn {
    background: var(--theme-color);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.job-detail-page .apply-btn:hover {
    background: var(--btn-hover);
    transform: translateY(-2px);
}

/* Card Box */
.job-detail-page .job-card-box {
    background: var(--card-bg);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px var(--shadow-color);
}

.job-detail-page .job-card-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--theme-color);
}

.job-detail-page .job-card-box ul {
    padding-left: 20px;
    margin: 0;
}

.job-detail-page .job-card-box ul li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #444;
}

.job-detail-page .job-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.job-detail-page .action-btn1,
.job-detail-page .action-btn2 {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.job-detail-page .action-btn1 {
    border: 1px solid #28a745;
    color: #28a745;
}

.job-detail-page .action-btn1:hover {
    background: #28a745;
    color: #fff;
}

.job-detail-page .action-btn2 {
    border: 1px solid red;
    color: red;
}

.job-detail-page .action-btn2:hover {
    background: red;
    color: #fff;
}

/* Similar Jobs */
.job-detail-page .similar-jobs {
    margin-top: 40px;
}

.job-detail-page .job-card {
    background: var(--card-bg);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px var(--shadow-color);
    transition: 0.3s;
}

.job-detail-page .job-card:hover {
    transform: translateY(-4px);
}

.job-detail-page .view-btn {
    background: var(--theme-color);
    color: #fff !important;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 10px;
    transition: 0.3s;
}

.job-detail-page .view-btn:hover {
    background: var(--btn-hover);
}

@media (max-width: 768px) {
    .job-detail-page .job-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

/* about-us/// */
/* Story Section */
.story-section {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

/* Image Styling */
.story-img {
    flex: 1;
    min-width: 300px;
}

.responsive-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Text Styling */
.story-text {
    flex: 1;
    min-width: 300px;
}

.story-text h2 {
    font-size: 32px;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.story-text p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* CTA Section */
.about-cta {
    background: #f9f9f9;
    padding: 80px 20px;
    border-radius: 15px;
    margin-top: 60px;
}

.about-cta h2 {
    font-size: 32px;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.about-cta p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.cta-btn {
    background: var(--btn-color);
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.cta-btn:hover {
    background: var(--btn-hover);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .story-section {
        flex-direction: column;
    }

    .story-img,
    .story-text {
        min-width: 100%;
    }

    .story-text h2 {
        font-size: 28px;
    }

    .story-text p {
        font-size: 16px;
    }

    .about-cta h2 {
        font-size: 28px;
    }

    .about-cta p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .story-section {
        gap: 30px;
    }

    .about-cta {
        padding: 60px 15px;
    }

    .cta-btn {
        padding: 12px 30px;
        font-size: 15px;
    }

    .about-row {
        /* margin-top: 70px !important; */
        padding-top: 50px;
    }
}

/* COMPANIES// */
.company-btn {
    background-color: #8d8d8d;
    padding: 8px 10px;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    border-radius: 8px;
    font-family: "Raleway", sans-serif;
}

.company-card {
    background-color: var(--card-bg);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e0e0e0;
}

.company-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.company-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.company-card h5 {
    margin-top: 12px;
    font-weight: 600;
    color: var(--theme-color);
}

.location-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    padding: 8px 14px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background-color: var(--btn-color);
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.location-btn i {
    font-size: 16px;
}

.location-btn:hover {
    background-color: var(--btn-hover);
    transform: translateY(-2px);
}

/* PRIVACY-POLICY/// */
/* Container */

/* Headings */
.privacy-container h1 {
    font-family: "Raleway", sans-serif;
    /* Heading font */
    font-size: 32px;
    font-weight: 700;
    color: black;
    margin-bottom: 25px;
}

.privacy-container h2 {
    font-family: "Raleway", sans-serif;
    /* Heading font */
    font-size: 22px;
    font-weight: 600;
    color: black;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Paragraphs */
.privacy-container p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 15px;
}

/* Lists */
.privacy-container ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.privacy-container li {
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}

/* Links */
.privacy-container a {
    color: #0d6efd;
    text-decoration: none;
}

.privacy-container a:hover {
    text-decoration: underline;
}

/* contact-us// */

.contact-container {
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
}

.contact-box {
    background: #fff;
    padding: 40px 50px;
    border-radius: 15px;
    /* max-width: 700px; */
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-box h1 {
    font-family: "Raleway", sans-serif;
    color: #8d8d8d;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-box p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    color: #8d8d8d;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.form-group input {
    width: 100%;
    padding: 0px 15px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #333;
    transition: border 0.3s;
}

.form-group textarea {
    width: 100%;
    padding: 15px 15px;
    height: 300px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #333;
    transition: border 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8d8d8d;
}

.btn-send {
    background-color: #8d8d8d;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-send:hover {
    background-color: #6e6e6e;
}

.contact-info {
    margin-top: 35px;
    color: #555;
    font-size: 15px;
}

.contact-info h5 {
    color: #8d8d8d;
    font-family: "Raleway", sans-serif;
    margin-bottom: 15px;
}

.contact-info a {
    color: #8d8d8d;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-box {
        padding: 30px 20px;
    }
}

/* compay-details// */
.company-header {
    background-color: #8d8d8d;
    color: #fff;
    text-align: center;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.company-header h1 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.company-header p {
    font-size: 1.2rem;
    /* Slightly larger for readability */
    font-weight: 300;
}

/* Company Image */
.company-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 4px solid #8d8d8d;
}

/* Main Content */
.content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 20px;
}

.left-column {
    width: 60%;
}

.right-column {
    width: 35%;
}

/* Box Styling */
.box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 40px;
}

/* Company Description */
.company-description {
    font-size: 1.1rem;
    /* Increase readability */
    color: #333;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/* Job Openings */
.job-openings h2 {
    font-family: "Poppins", sans-serif;

    margin-bottom: 20px;
    color: #333;
}

.job-openings h3 {
    font-size: 1.6rem;
    /* Job title size */
    font-weight: 600;
    color: #555;
}

.job-openings p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Login Button */
.login-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #8d8d8d;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    transition: background-color 0.3s ease;
    font-size: 1rem;
    /* Medium button font size */
}

.login-btn:hover {
    background-color: #6c6c6c;
}

/* Company Details */
.company-details h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

.company-details p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Map Container */
.map-container {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .left-column,
    .right-column {
        width: 100%;
    }
}

/* LOGIN-PAGE// */
.login-bg-img {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-bg {
}

.login-box {
    border-radius: 10px;
    background-color: white;
    padding: 35px 30px 35px;
    height: fit-content;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.foget-box {
    border-radius: 10px;
    background-color: white;
    padding: 35px 30px 45px;
    height: fit-content;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.login-head {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
}

.login-input {
    width: 100%;
    height: 58px;
    border: 2px solid #cdcdcd;
    background-color: white;
    border-radius: 10px;
    outline: none;
    margin-top: 15px;
    padding-left: 15px;
}

.login-input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: black;
    font-weight: 400;
}

.eye-icon {
    position: absolute;
    right: 20px;
    bottom: 90px;
}

.login-para {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: black;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 15px;
}

.eye-off {
    width: 23px;
    height: 23px;
}

.eye-icon {
    position: absolute;
    top: 64%;
    right: 10px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    cursor: pointer;
}

.login-btn2 {
    background-color: #8d8d8d !important;
    border-radius: 10px;
    border: none;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    height: 58px;
    transition: all 0.7s ease-in-out ;
}

.login-btn2:hover {
    background-color: #ffffff !important;
    border-radius: 10px;
    border: 2px solid #8d8d8d;
    color: #8d8d8d;
}

.login-para2 {
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: black;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.verify-head {
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.veryify-box {
    border-radius: 10px;
    background-color: white;
    padding: 50px 30px;
    height: fit-content;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.veryfy-para {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    text-wrap: nowrap;
    color: black;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.verify-input {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 63px !important;
    height: 58px;
    border-radius: 10px;
    outline: none;
    font-size: 25px;
    text-align: center;
}

/* Remove arrows for Chrome, Safari, Edge, Opera */
.verify-input::-webkit-inner-spin-button,
.verify-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows for Firefox */
.verify-input {
    -moz-appearance: textfield;
}

.verify-inputdiv {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.verify-input::placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.sign-up-box {
    border-radius: 10px;
    /* background-color: #8D8D8D; */
    background-color: white;
    padding: 35px 30px 18px;
    height: fit-content;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.login-img {
    width: 100%;
    height: fit-content;
    /* height: 500px; */
    border-radius: 10px;
}

.login .nav-link {
    width: 100px;
    /* border: 1px solid #8D8D8D !important; */
    color: black;
    font-size: 20px !important;
    font-weight: 400 !important;
    width: fit-content;
    font-family: "Inter", sans-serif;
    width: 100%;
    border: none !important;
}

.login .nav-link.active {
    background-color: #8d8d8d !important;
    color: white !important;
    font-weight: bold !important;
    width: 100%;
    /* padding: 0px !important; */
}

.login .nav.nav-tabs {
    display: block;
    margin: 0 auto;
}

.login .nav-tabs {
    border: none !important;
    width: 95% !important;
}

.login .nav-link.active::before {
    background: none !important;
}

.login-input::-webkit-inner-spin-button,
.login-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login-input[type="number"] {
    -moz-appearance: textfield;
}

.accordion.active {
    border-radius: 0px !important;
}

.profilediv img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.profilediv {
    position: relative;
}
.profilediv .profileEdit {
    position: absolute;
    bottom: 0;
    right: 0;
}
.profilediv .profileEdit img {
    width: 25px;
    height: 25px;
    cursor: pointer;
}


