#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(42, 44, 57, 0.9);
}

.header-container {
    max-width: 1420px !important;
    display: flex !important;
    justify-content: space-between;
    max-height: 5rem !important;
    gap: 5rem !important;
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    background: rgba(42, 44, 57, 0.9);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation
  */
/* .navbar {
    padding: 0;
} */
.navbar {
    margin-bottom: 0;
}
.navbar-brand img {
    height: 3.8rem;
}
.dropdown-menu {
    min-width: 200px;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    flex-direction: row;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .current-menu-item,
.navbar .current-menu-item:focus,
.navbar li:hover > a {
    background: #39b54a;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    /* padding: 10px 20px; */
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .current-menu-item:hover,
.navbar .dropdown ul li:hover > a {
    color: #fff;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
  * Mobile Navigation
  */
/* .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
} */

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}
@media (max-width: 576px) {
    .home #header {
        position: relative;
        background: rgba(42, 44, 57, 0.9) !important;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .current-menu-item,
.navbar-mobile li:hover > a {
    color: #fff;
}
li:hover > a {
    color: #fff !important;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .current-menu-item:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #fff;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

@media screen and (max-width: 1200px) {
    .navbar-toggler {
        display: block;
    }
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #fd9042;
    margin: 4px 10px;
}

.section-title {
    padding-bottom: 40px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2c39;
}

@media (min-width: 769px) {
    .btn-mnm-main-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 20px;
    }
}
@media (max-width: 576px) {
    .btn-mnm-main-wrap {
        display: block;
        margin-top: 30px;
        text-align: start;
    }
}
.btn-mnm-main {
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #39b54a;
    animation-delay: 0.8s;
    border: 2px solid #39b54a;
}

.btn-mnm-main:hover {
    background: #39b54a;
    color: #fff;
    text-decoration: none;
}

.logo-green-color {
    color: #39b54a;
}

.logo-green-color:hover {
    color: #fd9042;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 420px !important; */
}

.newsSwiperContent .swiper-slide {
    width: 443px !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showrooms {
    padding: 60px 0px;
}

.showrooms .container {
    max-width: 1420px !important;
}

.showrooms .showrooms-slider {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .showrooms .swiper-slide {
        text-align: center;
        font-size: 16px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        transform: translate3d(0, 0px, 0px) !important;
    }
}

@media screen and (max-width: 640px) {
    .showrooms .swiper-slide {
        text-align: center;
        font-size: 16px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

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

.showrooms .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #39b54a;
}

.showrooms .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #39b54a;
}

/*--------------------------------------------------------------
  # Cta/bg-pic
  --------------------------------------------------------------*/

.bg-pic,
body.page-template-referral-wheel {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)),
        url("../../assets/images/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}
@media (max-width: 1024px) {
    .bg-pic {
        background-attachment: scroll;
    }
}
/*------------------------------------------

--------------------
  # about
  --------------------------------------------------------------*/
#about .content p {
    text-align: justify;
}

/*--------------------------------------------------------------
  # vacancies
  --------------------------------------------------------------*/

.vacancy-content {
    padding-left: 292.5px;
    padding-right: 292.5px;
}

.news-content {
    padding-left: 292.5px;
    padding-right: 292.5px;
}

.footer-content {
    padding-left: 292.5px;
    padding-right: 292.5px;
}

@media (max-width: 764px) {
    .vacancy-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .news-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1450px) {
    .vacancy-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .news-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 576px) {
    .vacancy-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .news-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer-content {
        padding-left: 50px;
        padding-right: 50px;
        text-align: left;
    }
}
.vacancies {
    padding-top: 60px;
    padding-bottom: 60px;
}

.vacancies .icon-box {
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
}

.icon-box > span {
    position: absolute;
    top: 0;
    right: 0;
}

.vacancies .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.vacancies .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

.vacancies .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

.vacancies .title {
    margin-left: 40px;
    font-weight: 700 !important;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'GothicFont' !important;
}

.vacancies .title a {
    color: #2a2c39;
    transition: ease-in-out 0.3s;
}

.vacancies .title a:hover {
    color: #39b54a;
}

.vacancies .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0px;
}

.vacancies .readmore {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.5rem !important;
    color: #39b54a !important;
}

.vacancies .readmore:hover {
    color: #fd9042;
}

.icon-box {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}

.icon {
    margin-bottom: 20px;
}

.icon i {
    font-size: 48px;
    color: #ff689b;
}

/* Ensure the spacing between rows and columns */
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.w-100 {
    width: 100%;
}

.fs-1 {
    font-size: 2.5rem;
}

/*--------------------------------------------------------------
  # News
  --------------------------------------------------------------*/
@media (max-width: 764px) {
    .news .news-item {
        text-align: center !important;
    }
}

.news {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-img {
    object-fit: cover !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    height: 169px !important;
}

/* .homeNewsSwiperContent .swiper-slide {
    width: 307.25px !important;
} */

.list-group-item:hover .list-group-item-action:hover {
    background-color: transparent !important;
    color: #fd9042;
}

.footer-link-item {
    color: #39b54a;
}

.footer-content .footer-link-list:hover {
    color: #fd9042 !important;
}

.footer-link-item:hover {
    color: #fd9042 !important;
}

.list-group-item {
    background-color: unset !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.list-group-item > a.bg-dark:hover {
    background-color: transparent !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    margin: 0;
    padding: 0;
}
.dropdown-item {
    color: black !important; /* Ensure text is visible */
}
.dropdown-item:hover {
    background-color: #39b54a !important;
    color: white !important;
}
@media (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
    .navbar-nav {
        display: flex !important;
    }
}
@media (max-width: 767.98px) {
    .navbar-collapse {
        display: none;
    }
    .navbar-toggler.collapsed + .navbar-collapse {
        display: block !important;
    }
}

.mobile-nav-toggle {
    color: #fff !important;
    font-size: 28px;
    cursor: pointer;
    /* display: none; */
    line-height: 0;
    transition: 0.5s;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: black;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-toggler {
    position: relative;
    z-index: 1050; /* Ensure the button is above the menu */
    outline: none !important;
}
.navbar-toggler.collapsed i.fa-times {
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 1050; /* Ensure the close icon is above the menu */
}

.desktop-image {
    display: block;
}
.mobile-image {
    display: none;
}

@media screen and (max-width: 767px) {
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
    .carousel-item {
        position: relative;
        height: 215px;
        margin-top: 70px;
    }
    .section-title h2::after {
        content: "";
        width: 30px;
        height: 1px;
        display: inline-block;
        background: #fd9042;
        margin: 4px 10px;
    }
}

.active {
    background-color: #39b54a; /* Change this to your desired active background color */
    color: white;
}
