.banner-section .banner-caption .btn-theme {
    border-radius: 40px;
    background: #02bfff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.header-1 .btn-nav .nav-link {
    transition: background 0.3s ease;
    background: #02bfff;
    border-color: #02bfff;
    color: #ffffff;
    font-weight: 700;
}

.header-1 .btn-nav .nav-link:hover {
    background: #01019d;
    border-color: #01019d;
}
.header-1 .navbar .navbar-brand {
    width: 200px ;
}
.banner-section,
.banner-section .banner-image img {
    width: 100%;
    height: 100%;
}
.banner-section .banner-image img {
    border-radius: 16px;
}

.banner-section .banner-caption {
    z-index: 11;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    text-align: center;
    width: 100%;
    max-width: 680px;
}
.banner-section .banner-caption h2 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
}
.banner-section .banner-caption p {
    font-size: 24px;
    line-height: 32px;
}
.header-1 .btn-nav .nav-link.register-cv {
    transition: background 0.3s ease;
    background: #01019d;
    border-color: #01019d;
}
.header-1 .btn-nav .nav-link.register-cv:hover {
    background: #02bfff;
    border-color: #02bfff;
}
.header-1 .btn-nav .nav-link {
    border-radius: 40px;
}
.banner-section .banner-caption .btn-theme:hover {
    background: #022463;
    border-color: #022463;
}

.card-job {
    border-radius: 10px;
}
.search-form-advance .dropdown .btn {
    padding: 1rem 1rem;
}

.footer {
    position: relative;
    padding-top: 120px;
    padding-bottom: 40px;
    background: url(../img/home/footer2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .logo {
    width: 280px;
}
.footer .social-link h4,
.footer .quick-link h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 15px;
}
.footer .quick-link ul li {
    margin-bottom: 0px;
}
.footer .quick-link .btn.btn-primary {
    background-color: #02bfff;
    padding: 0.8rem 2rem;
    border-radius: 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: none;
}
.footer .social-link li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #02bfff;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}
.footer .email-subscription {
    width: 380px;
}
.footer .email-subscription .form-control {
    padding: 0.9rem 1rem;
    border-radius: 40px;
}
.footer .email-subscription .form-control:focus {
    box-shadow: none;
    border-color: #02bfff;
}
.footer .email-subscription .btn.submit-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #02bfff;
    padding: 0.8rem 2rem;
    border-radius: 40px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
}
.footer .copyright {
    position: relative;
    padding-top: 40px;
}
.footer .copyright .policy-list li {
    position: relative;
}
.footer .copyright .policy-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #ccc;
}
.footer .copyright h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.footer .copyright .policy-list li a {
    color: #ffffff;
    padding-right: 12px;
}
.About-section {
    background: url(../img/home/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.About-section .content-text h4 {
    color: #213c4d;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    padding-bottom: 20px;
}
.About-section .content-text p {
    color: #213c4d;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
}

.Testimonials-section {
    background: url(../img/home/testimonials-bg.png);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.Testimonials-section .section-header p {
    color: #213c4d;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 40px;
}

.Testimonials-section .section-header h2 {
    color: #213c4d;
    font-size: 54px;
    line-height: 66px;
    padding-bottom: 15px;
    font-weight: bold;
}
.testimonials-carousel {
    width: 100%;
    position: relative;
}

.testimonials-carousel .quote-mark  {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 4%;
    top: 0;
    transform: translate(-50%, -50%);
}

.testimonials-carousel .swiper-slide {
    background-color: #fff;
    border-radius: .625rem;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .16);
    padding: 3rem 3rem;
    width: 100%;
    height: 340px;
}

.testimonials-carousel .swiper-slide p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #213c4d;
    font-weight: 500;
    text-align: left;
    height: 180px;
    overflow-y: auto;
}

.testimonials-carousel .swiper-slide h4 {
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #213c4d;
    text-align: left;
}

.testimonials-carousel .swiper-button-next,
.testimonials-carousel .swiper-button-prev {
    color: #007bff;
}

.testimonials-carousel .swiper-pagination-bullet {
    background: #007bff;
    opacity: 1;
}

.testimonials-carousel .swiper-pagination-bullet-active {
    background: #0056b3;
}

.testimonials-carousel .swiper-button-next:after,
.testimonials-carousel .swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
}

.testimonials-carousel .swiper-button-next,
.testimonials-carousel .swiper-button-prev {
    background: #010193;
    color: #ffffff !important;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.testimonials-carousel .swiper-button-next.swiper-button-disabled,
 .testimonials-carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.testimonials-carousel .swiper-button-next {
    right: -25px;
}
.testimonials-carousel .swiper-button-prev {
    left: -25px;
}
.Companies-section {
    background: url(../img/home/companies-we-work-with.png);
    background-repeat: no-repeat;
    position: relative;
    padding: 180px 0px;
}
.Companies-section .content-text h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 30px;
    font-weight: bold;
}
.Companies-section .content-text .btn-theme {
    background: #02bfff;
    border-radius: 40px;
}
.company-image .list-lnline {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.company-image .list-lnline li {
    text-align: center;
}
.company-image .list-lnline li img {
    height: 80px;
    object-fit: contain;
}
/* Google Translate */

div#gt_float_wrapper {
    position: relative !important;
    right: unset !important;
    top: 2px !important;
    z-index: 99 !important;
}
.gt_float_switcher {
   box-shadow: none !important;
   border-radius: 40px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    font-size: 16px;
    line-height: 24px;
    padding: 0.4rem 1rem !important;
    color: #ffffff !important;
}
.gt_float_switcher img {
    width: 25px !important;
}
.gt_float_switcher .gt_options {
    min-width: 180px;
    position: absolute !important;
    background: #ffffff;
}
.gt_float_switcher .gt_options a {
    font-size: 16px;
    font-weight: 400;
}
.gt_float_switcher .gt-selected {
    background: #01019d !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: none !important;
}


/* About Us Page CSS Start */

.Aboutpage-section {
    position: relative;
    padding: 140px 120px;
    background: url(../img/home/companies-we-work-with.png);
    background-repeat: no-repeat;
}

.Aboutpage-section .content-text h6 {
    color: #04bfff;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.Aboutpage-section .content-text h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 40px;
}
.Aboutpage-section .content-text p {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 15px;
}
.Aboutpage-section .content-text .btn-theme {
    border-radius: 40px;
    background: #02bfff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 15px;
}
.Aboutpage-section .content-text .btn-theme:hover {
    background: #022463;
    border-color: #022463;
}
.Driven-section {
    position: relative;
    padding: 100px 0px 60px;
}
.Driven-section .container h2 {
    color: #000000;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}

.Ourpeople-section {
    width: 100%;
    height: 800px;
    position: relative;
    padding: 140px 0px;
}

.Ourpeople-section .context-text {
    width: 40%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%);
}
.Ourpeople-section .context-text h4 {
    color: #000000;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    padding-bottom: 15px;
}
.Ourpeople-section .context-text p {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 15px;
    font-weight: 600;
}

.Driven-section .container p {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: center;
}

.About-section .text-center h2 {
    color: #000000;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}

.About-section .benefits-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.About-section .benefits-list li {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 15px;
}
.About-section .benefits-list li .fa-check  {
    color: #01009d;
    font-size: 30px;
    font-weight: bold;
    padding-right: 5px;
}
.Training-section .row>* {
    padding-right: calc(var(--bs-gutter-x)* .8);
    padding-left: calc(var(--bs-gutter-x)* .8);
}
.Training-section .training-card {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    margin-bottom: 40px;
    border-radius: 15px;
    box-shadow: 4px 4px 20px rgba(3, 3, 3, 0.2);
    -webkit-box-shadow: 4px 4px 20px rgba(3, 3, 3, 0.2);
    -moz-box-shadow: 4px 4px 20px rgba(3, 3, 3, 0.2);
}
.Training-section .training-card .card-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: opacity 0.5s ease, transform 0.6s ease;
}
.Training-section .training-card:hover .card-img img {
    opacity: 0.8; /* Opacity on hover */
    transform: scale(1.05); /* Slight zoom on hover */
}
.Training-section .training-card .card-text {
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 360px;
}
.Training-section .training-card .card-text h4 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.Training-section .training-card .card-text p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}
.Training-section .training-card .card-text .btn-action {
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-top: 15px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.Training-section .training-card .card-text .btn-action .btn {
    width: 50%;
    background: #02bfff;
    border-radius: 40px;
    color: #ffffff;
    font-weight: bold;
    padding: 0.6rem 1rem;
    transition: background 0.3s ease;
}
.Training-section .training-card .card-text .btn-action .btn:hover {
    background: #01019d;
}

.Training-section .training-card .overflowx-scroll {
    height: 100px;
    overflow: hidden;
}
.Training-section .training-card .card-text .link {
    padding: 14px 0 10px;
    display: block;
    color: #02bfff;
}
.Training-section .training-card .card-text h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
}

.Training-section #loadMoreContainer #loadMore {
    background: #02bfff;
    border-radius: 40px;
    color: #ffffff;
    font-weight: bold;
    padding: 0.6rem 1rem;
    transition: background 0.3s ease;
    border: none;
}
.Training-section #loadMoreContainer #loadMore:hover {
    background: #162833;
}

.Feature-section .feature-box {
    text-align: center;
    padding: 40px 60px;
}
.Feature-section .feature-box img {
    margin-bottom: 40px;
    height: 120px;
}
.Feature-section .feature-box h4 {
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}
.Feature-section .feature-box p {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.footer .partnership {
    padding: 40px 0 0;
}
.footer .partnership h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.footer .partnership img {
    width: 100px;
    margin-top: 10px;
    margin-right: 20px;
}


.Myaccount-section.py-120 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.Myaccount-section .card-job {
    box-shadow: none;
    border: 1px solid #dddddd;
    border-radius: 6px;
}
.Myaccount-section .card > .card-header {
    padding: 14px 20px;
    background: #213d4e;
}
.Myaccount-section .card > .card-header h4 {
    color: #ffffff;
}
.Myaccount-section .card > .card-header a {
    color: #ffffff;
}
.EmployeeSignature .form-label {
    width: 100%;
}
.SignUp .btn-primary {
    background: #213d4e;
    border-color: #213d4e;
}
.Timesheet-table .btn-theme {
    width: 100%;
    padding: 0.375rem 0.75rem;
    background: #213d4e;
}
#registercvForm .btn-theme:hover,
.search-form .form-group .btn.btn-theme:hover,
.bredcrum-section .btn-theme:hover {
    background: #01019d;
}
.property-desc .property-desc-box {
    position: relative;
    background: rgb(33 61 75 / 10%);
    border-radius: 15px;
    padding: 20px;
}
.property-desc .btn-secondary {
    background: rgb(33 61 75 / 60%);
}
.jobdetails-section .job-content {
    border: 1px solid #cfcfcf;
    padding: 15px;
    border-radius: 10px;
}
.ui-timepicker-standard a {
    font-size: 14px;
    line-height: 24px;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / 25%);
    border-color: #b6b6b6;
}

/* === Responsive CSS Start === */

@media (max-width: 1540px) {
    .Ourpeople-section {
        background-size: cover;
        background-position: 100% 100%;
    }

    .footer .logo {
        width: 260px;
    }
    .banner-section .banner-caption {
        left: 3%;
        max-width: 600px;
    }
    .banner-section .banner-caption p {
        font-size: 21px;
        line-height: 28px;
    }
    .Aboutpage-section .content-text h2,
    .banner-section .banner-caption h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .header-1 .navbar .navbar-brand {
        width: 175px !important;
    }
    .testimonials-carousel .swiper-slide p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .testimonials-carousel .swiper-slide h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .testimonials-carousel .quote-mark {
        width: 4rem;
        height: 4rem;
    }
    .Testimonials-section .section-header h2 {
        font-size: 48px;
        line-height: 60px;
    }
    .testimonials-carousel .swiper-button-next:after, .testimonials-carousel .swiper-button-prev:after {
        font-size: 18px;
    }
    .testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1440px) {
    .Feature-section .feature-box h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .Feature-section .feature-box {
        padding: 20px 40px;
    }
    .Feature-section .feature-box img {
        height: 100px;
    }
    .Aboutpage-section .content-text h2 {
        padding-bottom: 20px;
    }
    .Ourpeople-section .context-text h4 {
        font-size: 32px;
        line-height: 42px;
    }
    .Ourpeople-section .context-text p {
        font-size: 22px;
        line-height: 30px;
    }
    .Ourpeople-section .context-text {
        top: 40%;
    }
    .Ourpeople-section {
        width: 100%;
        height: 700px;
        padding: 0px 120px;
        background-size: cover;
        background-position: 40% 100%;
    }
    .Driven-section {
        padding: 80px 0px 40px;
    }
    .Driven-section .container h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .Aboutpage-section .content-text p,
    .Aboutpage-section .content-text h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .Aboutpage-section {
        padding: 120px 80px;
    }
    .About-section .text-center h2,
    .About-section .content-text h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .Companies-section {
        padding: 120px 0px;
    }
    .footer .copyright h5 {
        font-size: 16px;
    }
    .footer {
        padding-top: 80px;
    }
    .footer .logo {
        width: 200px;
    }
    .banner-section .banner-caption p {
        font-size: 18px;
        line-height: 24px;
    }
    .Aboutpage-section .content-text h2,
    .banner-section .banner-caption h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .Testimonials-section .section-header h2,
    .featuredjob-section .section-header h2,
    .Companies-section .content-text h2 {
        font-size: 42px;
        line-height: 54px;
    }
    .Testimonials-section .section-header p {
        font-size: 18px;
        line-height: 28px;
    }
    .search-form .form-group .btn.btn-theme {
        font-size: 20px;
    }
    .About-section .benefits-list li,
    .Driven-section .container p {
        font-size: 20px;
        line-height: 28px;
    }
    .About-section .benefits-list li .fa-check {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 1280px) {
    .header-1 .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 16px;
        line-height: 24px;
    }
    .footer .email-subscription {
        width: 100%;
    }
    .Aboutpage-section {
        padding: 80px 40px;
    }
    .search-form .form-group .btn.btn-theme {
        font-size: 18px;
        padding: 0.5rem 1rem;
    }
    .search-form .form-group .form-select, .search-form .form-group .form-control {
        padding: 0.8rem 1rem;
        font-size: 16px;
    }
    .company-image .list-lnline li img {
        height: 60px;
    }
    .Testimonials-section .section-header h2,
    .featuredjob-section .section-header h2,
    .Companies-section .content-text h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .testimonials-carousel .swiper-slide h4 {
        font-size: 28px;
        line-height: 36px;
    }

    .search-form-advance .dropdown .btn {
        padding: 0.8rem 1rem;
        font-size: 16px;
    }
    .header-1 .navbar .navbar-brand {
        width: 140px !important;
    }
}



@media (max-width: 991px) {
    .testimonials-carousel .swiper-slide {
        height: 300px;
    }

    .footer .copyright {
        text-align: center;
    }
    .Timesheet-table .d-md-reverse {
        flex-direction: column-reverse;
    }
    .Timesheet-table .d-md-reverse .card {
        margin-bottom: 15px;
    }
    .testimonials-carousel .swiper-slide {
        padding: 2.4rem 3rem;
    }
    .Feature-section .feature-box img {
        height: 80px;
        margin-bottom: 20px;
    }
    .Training-section .training-card {
        margin-bottom: 40px;
    }
    .About-section .benefits-list li, .Driven-section .container p {
        font-size: 18px;
        line-height: 28px;
    }
    .Driven-section .container h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .Driven-section {
        padding: 40px 0;
    }
    .Aboutpage-section .content-text h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .Aboutpage-section .content-text p, .Aboutpage-section .content-text h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .Aboutpage-section {
        padding: 40px 15px;
    }
    div#gt_float_wrapper {
        top: -10px !important;
    }
    .banner-section .banner-caption h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .footer {
        padding-top: 40px;
    }

    .Companies-section .content-text {
        margin-bottom: 40px;
    }
    .Companies-section {
        padding: 80px 0px;
    }
    .company-image .list-lnline li {
        text-align: left;
    }
    .banner-section .banner-image img {
        border-radius: 0px;
    }
}

@media (max-width: 767px) {
    .jobdetails-section .job-content {
        margin-top: 20px;
    }
    .footer .partnership {
        padding: 0px 0px 20px;
    }
    .Training-section .training-card {
        margin-bottom: 20px;
    }
    .search-form-advance .dropdown {
        margin-bottom: 20px;
    }
    .banner-section .banner-caption p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-section .banner-caption .btn-theme {
        font-size: 16px;
    }
    .banner-section, .banner-section .banner-image img {
        width: 100%;
        height: 80vh;
    }
    .testimonials-carousel .swiper-button-next,
    .testimonials-carousel .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .testimonials-carousel .quote-mark {
        width: 4rem;
        height: 4rem;
    }
    .testimonials-carousel .swiper-slide h4 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 15px;
    }
    .testimonials-carousel .swiper-slide p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .testimonials-carousel .swiper-slide {
        padding: 3rem 2rem;
    }
    .About-section .content-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .About-section .content-text h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .footer .copyright {
        padding-top: 40px;
    }
    .footer .logo {
        width: 180px;
        padding-bottom: 20px;
    }
    .banner-section::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        pointer-events: none;
        z-index: 1;
      }
    .banner-section .banner-caption {
        left: 0px;
        padding: 0 15px;
    }
    .banner-section .banner-image img {
        object-position: 100% 100%;
    }
    .Ourpeople-section {
        padding: 0px 10px;
    }
    .Ourpeople-section .context-text {
        top: 30%;
        left: 40%;
        width: 50%;
    }
    .Ourpeople-section .context-text h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .Ourpeople-section .context-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .Myaccount-section .card-job {
        padding: 10px;
    }
    .jobdetails-section .job-content p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .testimonials-carousel .swiper-slide p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .testimonials-carousel .swiper-slide {
        height: 280px;
    }
    .company-image .list-lnline {
        grid-template-columns: repeat(2, 1fr);
    }
    .Myaccount-section .card .card-header {
        padding: 10px 16px;
    }
    .company-image .list-lnline li img {
        height: 45px;
    }
    .footer .social-link h4, .footer .quick-link h4 {
        padding-bottom: 10px;
    }
    .Feature-section .feature-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .Feature-section .feature-box h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .Feature-section .feature-box img {
        height: 60px;
    }
    .Feature-section .feature-box {
        padding: 20px 0px;
    }
    .Aboutpage-section .content-text .btn-theme {
        font-size: 14px;
        line-height: 24px;
        padding: 0.4rem 1rem;
    }
    .About-section .benefits-list li .fa-check {
        font-size: 18px;
        line-height: 24px;
    }
    .About-section .text-center h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .About-section .benefits-list li, .Driven-section .container p {
        font-size: 16px;
        line-height: 24px;
    }
    .Ourpeople-section {
        height: 600px;
    }
    .Ourpeople-section .context-text {
        width: calc(100% - 15%);
        top: 30%;
        left: 15%;
        padding: 0px 15px;
    }
    .company-image .list-lnline {
        gap: 40px;
    }
    .footer .email-subscription {
        width: 100%;
    }
    .card-job .card-body h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .Testimonials-section .section-header h2,
    .featuredjob-section .section-header h2,
    .Companies-section .content-text h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .Companies-section {
        padding: 40px 0px;
    }
    .Testimonials-section .section-header p {
        font-size: 16px;
        line-height: 24px;
    }
    .testimonials-carousel .quote-mark {
        width: 3rem;
        height: 3.6rem;
    }
    .testimonials-carousel .swiper-slide h4 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 15px;

    }
    .testimonials-carousel .swiper-slide {
        padding: 2rem 1rem;
    }
    .testimonials-carousel .swiper-button-next,
    .testimonials-carousel .swiper-button-prev {
        display: none;
    }
    .Testimonials-section .section-header h2 {
        padding-bottom: 10px;
    }
    .footer .partnership img {
        width: 80px;
    }
  
    .footer .social-link li a {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .footer .social-link h4, .footer .quick-link h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .footer .logo {
        width: 160px;
        padding-bottom: 30px;
    }
    .footer .quick-link .btn.btn-primary {
        font-size: 16px;
        padding: 0.6rem 2rem;
    }
    .Training-section .training-card .card-text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .banner-section, .banner-section .banner-image img {
        width: 100%;
        height: 60vh;
    }
    .banner-section .banner-image img {
        object-position: 90% 100%;
    }
    .banner-section .banner-caption h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .footer .email-subscription .form-control {
        padding: 0.6rem 1rem;
    }
    .footer .email-subscription .btn.submit-btn {
        padding: 0.5rem 2rem;
        font-size: 16px;
    }
    .footer .copyright {
        padding-top: 20px;
    }
    .footer .copyright h5,
    .footer .copyright .policy-list li a {
        font-size: 14px;
    }
    .quick-link a {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 400px) {
    .company-image .list-lnline li img {
        height: 40px;
    }
    .header-1 .navbar .navbar-brand {
        width: 120px !important;
    }
    .footer .logo {
        width: 140px;
        padding-bottom: 20px;
    }
   .featuredjob-section .section-header h2, 
    .Companies-section .content-text h2,
    .Testimonials-section .section-header h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .Ourpeople-section .context-text p,
    .footer .partnership h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .footer .partnership img {
        width: 80px;
    }
    .footer .logo {
        width: 140px;
        padding-bottom: 20px;
    }
    .search-form .form-group .form-select, .search-form .form-group .form-control {
        padding: 0.6rem 1rem;
    }
    .banner-section .banner-caption .btn-theme {
        font-size: 14px;
        padding: 0.4rem 1.2rem;
    }
    .banner-section .banner-caption h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .Driven-section .container h2,
    .Aboutpage-section .content-text h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .Feature-section .feature-box img {
        height: 40px;
    }
    .Feature-section .feature-box h4 {
        font-size: 18px;
        line-height: 28px;
    }
}