.slider-carousel {
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Center the content horizontally and vertically */
.carousel-caption {
    position: absolute;
    top: 40%;
    left: 10%;
    bottom: 50%;
    transform: translate(0, -50%);
    text-align: left;
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: bold;
    opacity: 0;
    transform: translateY(-50px);
    animation: fadeInUp 1s ease forwards;
    text-align: left;
}

.btn-read-more {
    background-color: transparent;
    border: 2px solid #28883b;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease forwards;
    font-weight: 700;
    border-radius: 20px;
}

.btn-read-more:hover {
    background-color: #28883b;
    color: white;
}

/* Fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delay animations for active slide */
.carousel-item.active .carousel-caption h5 {
    animation-delay: 0.5s;
}

.carousel-item.active .btn-read-more {
    animation-delay: 1s;
}

.provinceDetail {
    background: #28883b;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 600px; */
    border-radius: 20px;
    border: 1px solid rgb(50, 77, 37);
}

.provinceDetail p {
    font-size: 18px;
    color: white;
    /* font-weight: 700; */
}

.invisible {
    display: none;
}

.provinceDetailBox {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    /* background-color: #f0f0f0; */
    padding: 10px;
}

.provinceDetailBox.active {
    opacity: 1;
    max-height: 670px; /* Set this to the height of your content */
}

.button {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.provinceHeader {
    background-color: #28883b;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.provinceHeader h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400 !important;
}

.right-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.social-icons {
    list-style: none;
    padding: 0;
}

.social-icons li {
    margin: 10px 0;
}

.social-icons li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #4473c5;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.social-icons li a:hover {
    transform: translateX(-10px); /* Moves left on hover */
    background-color: #4473c5;
    color: white !important;
}

.counter {
    font-size: 30px;
    color: #28883b;
}

.counter-name {
    font-size: 16px;
}

.counter_main_head {
    text-align: center;
    font-weight: bold;
}

.footer-logo .left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.footer-logo-brand {
}

.footer-logo .brand-logo {
    display: block;
    padding-right: 2.5vw;
    height: 128px;
    border-right: 2px solid lightgreen;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.footer-logo .brand-text {
    max-width: 530px;
    margin-left: 2.5vw;
}

.footer-logo .brand-text h1 {
    font-size: 50px;
}

.footer-logo .brand-text h4 {
    color: lightgreen;
    font-size: 12px;
    opacity: 0.8;
}

@media (max-width: 900px) {
    .footer-logo .brand-text {
        max-width: 500px;
    }
}

/* pillar services box style  */

.pillar-container {
    background-color: #28883b;
}

.box {
    background-color: #155724; /* Light green */
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin-bottom: 14px;
    transition: transform 0.3s;
    overflow: hidden;
}

.box img {
    width: 100%;
    height: 270px;
    object-fit: contain;
}

.box:hover {
    transform: scale(1.02);
}

.box-title {
    font-size: 20px;
    color: white;
}

.box-link {
    font-size: 16px;
    text-decoration: underline !important;
}

.read-more {
    /* Bootstrap primary color */
    text-decoration: underline;
    color: white;
}

.read-more:hover {
    /* text-decoration: underline; */
    color: white !important;
}

.pillar_title {
    font-size: 20px;
    color: white;
}

.pillar_header_title {
    text-align: center;
    color: white;
}

/* highlights section styles  */

.highlight_main {
    background-color: #155724;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
}
.cards-wrapper img {
    width: 100%;
    height: 600px;
    /* max-height: 30%; */
    object-fit: contain;
}

/* .carousel-inner {
    padding: 1em;
} */
.carousel-control-prev,
.carousel-control-next {
    background-color: #155724;
    width: 8vh;
    height: 8vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.highlight-carousel-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* @media (min-width: 768px) {
    .card img {
        height: 11em;
    }
} */

.carousel-nav-icon {
    height: 68px;
    width: 68px;
    color: white !important;
}
/* .carousel-item {
    .col,
    .col-sm,
    .col-md {
        margin: 8px;
        height: 400px;
        background-size: cover;
        background-position: center center;
    }
} */

.highlight_head_titile {
    color: black;
    text-align: center;
    margin-left: 100px;
}

/* for stiky my menu  */

.sticky-menu {
    position: sticky;
    top: 0;
    z-index: 100;
}

/* .main-top-header {
    position: sticky !important;
    top: 0;
    z-index: 100;
} */

/* customer card style  */

.customCard {
    border: 1px solid #28883b !important;
    border-color: #28883b !important;
    border-width: 1px;
    margin-bottom: 10px;
    border-radius: 0.25rem;
    overflow: hidden;
}

.customCard .customCard-header {
    background: #28883b;
    font-weight: 300;
    font-size: 16px;
    padding: 0.75rem 0.35rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: white;
}

.customCard .customCard-body {
    background-color: #d6e2cf;
    padding: 10px;
    margin-top: 5px;
}

.no-border {
    border: none !important;
}
.rfq_aviable {
    text-align: right;
    background: #71ad47;

    margin-bottom: 20px;
    padding: 8px;
    border-radius: 3px;
}

.mx-100 {
    margin-left: 50px;
    margin-right: 50px;
}

.main-nav {
    display: none;
}

@media (min-width: 768px) and (max-width: 983px) {
    /* CSS rules for landscape tablets and small laptops */

    .sticky-menu {
        display: none;
    }

    .main-nav {
        display: block; /* or whatever height you need */
    }

    .main-top-header {
        position: sticky !important;
        top: 0;
        z-index: 100;
    }
}

@media (max-width: 768px) {
    .mx-100 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sticky-menu {
        display: none;
    }

    .main-nav {
        display: block;
    }

    .main-top-header {
        position: sticky !important;
        top: 0;
        z-index: 100;
    }
}

@media (max-width: 480px) {
    .mx-100 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sticky-menu {
        display: none;
    }

    .main-nav {
        display: block;
    }

    .main-top-header {
        position: sticky !important;
        top: 0;
        z-index: 100;
    }
}

/* table design  */

.table thead th,
table thead th {
    background: #28883b;
    font-size: 12px;
    padding: 10px 30px;
    text-transform: capitalize;
    color: white;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}

.table,
table {
    border-collapse: collapse;
    width: 100%;
    /* margin: 0 0 30px; */
}

.table thead,
table thead {
    padding: 0 10px;
}

.table tr:nth-child(even) td,
table tr:nth-child(even) td {
    /* border: 1px solid 1px solid #d6e2cf; */
    background-color: #eaf1e8;
}

.table tr:nth-child(odd) td,
table tr:nth-child(odd) td {
    /* border: 1px solid 1px solid #d6e2cf; */
    background-color: #d6e2cf;
}

table tr:hover {
    background: rgba(0, 0, 0, 0.03) !important;
}

.table td,
table td {
    border: 2px solid white;
    padding: 10px 30px;
    font-size: 14px;
    text-align: left;
}

/* form style  */

.custom-input-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-form-btn {
    background-color: #28883b;
    color: #fff;
    font-size: 13px;
    border-radius: 10px;
    height: 40px;
}

table tr td a {
    text-decoration: none !important;
}

/* pagination style  */

.page-item.active .page-link {
    background-color: #dee2e6 !important;
    color: black !important;
    border: 1px solid #dee2e6;
}

.page-link {
    color: black;
}

.job-location-column {
    padding: 5px !important;
    width: 90px;
}

/* job side bar search style  */

/* .jobSearchAgainSideBar {
    position: sticky;
    top: 60px;
} */

/* .jobFiterSidebar {
    position: sticky;
    top: 355px;
} */

/* custom Card Sticky style  */

.customCardSticky-60 {
    position: sticky;
    top: 60px;
}

.customCardSticky-355 {
    position: sticky;
    top: 355px;
}

.customCardSticky-430 {
    position: sticky;
    top: 430px;
}

/* jobs head tab bar  */

.job-tab-bar {
    background-color: #28883b;
    /* height: 50px; */
    padding: 0px 0px;
    border-radius: 20px;
}

.job-tab-bar a {
    font-size: 13px;

    padding: 10px 8px;
    margin: 4px 10px;
    border-radius: 16px;
    color: white;
    text-align: center;
}

.job-tab-bar a:hover {
    color: black !important;
    background-color: #c2ffd0;
}

.job-tab-bar .active {
    background-color: #c2ffd0;
    color: black;
}

.highlight1 {
    background-color: white;
}

.highlight1 .box {
    padding: 0px !important;
}
.highlight1 .box img {
    object-fit: cover;
}

/* paragraph animate  */
@keyframes fadeInBounce {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animated-paragraph {
    animation: slideIn 1.5s ease-in-out;
}

select {
    font-size: 14px !important;
}

input {
    font-size: 14px !important;
}

.job-table tr:nth-child(odd) td,
.job-table tr:nth-child(odd) td {
    background-color: transparent !important;
}

.job-table tr:nth-child(even) td,
.job-table tr:nth-child(even) td {
    background-color: transparent !important;
}

/* page section style  */
/* 
p {
    text-align: justify !important;
} */

p:not([style*="text-align"]) {
    text-align: justify !important; /* Apply only to <p> elements without inline text-align */
}

/* office map section  */

.office-map-section {
    background-color: #28883b;
}

#box-carousel .carousel-inner .carousel-item.active,
#box-carousel .carousel-inner .carousel-item-next,
#box-carousel .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 992px) and (max-width: 1800px) {
    #box-carousel .carousel-inner .carousel-item-right.active,
    #box-carousel .carousel-inner .carousel-item-next {
        transform: translateX(33.33%);
    }

    #box-carousel .carousel-inner .carousel-item-left.active,
    #box-carousel .carousel-inner .carousel-item-prev {
        transform: translateX(-33.33%);
    }

    #box-carousel .carousel-inner .carousel-item-right,
    #box-carousel .carousel-inner .carousel-item-left {
        transform: translateX(0);
    }
}

/* Sticky Sidebar */
.sticky-sidebar {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 60px; /* Adjust based on navbar height */
}

.side-bar-member-table tr td {
    padding: 10px 10px;
    text-align: left;
    background-color: #28883b !important;
    color: white;
    font-weight: bold;
}

/* Employer Dashboard and tables  */

.employer-dashboard-job-table tr th {
    padding: 5px;
}

.employer-dashboard-job-table tr td {
    padding: 5px;
}

.employer-rfq-table tr td {
    padding: 4px !important;
}

.employer-rfq-table tr th {
    padding: 5px !important;
}

.job-credit-log-table tr th {
    padding: 10px;
}

.job-credit-log-table tr td {
    padding: 10px;
}

.page-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-header-submenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-detail-box {
    border: 0.2px solid black;
    border-radius: 8px;
    overflow: hidden;
}
.job-detail-box ul li {
    font-size: 14px;
}

.job-detail-box ul li span {
    font-weight: bold;
}

.similar-job li {
    list-style: none;
}


