/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--body-color);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
}
.pt-5 {
    padding-top: 1rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
.pb-5 {
    padding-bottom: 1rem !important;
}
h3 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
.synergy-placeholder-text {
    font-size: 14px;
    color: #666;
    float: left;
}
.logo-track img {
    /* max-height: 100%; */
    object-fit: contain;
    width: 100%;
}
.service-sidebar li {
    font-weight: 600;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 2px solid #d3f3e4;
    position: relative;
    transition: all 0.3s 
ease;
    font-size: 18px;
}
.industry-subtitle {
    font-size: 14px;
    color: #cfcfcf;
    margin-bottom: 2rem;
    margin-top: 5%;
}
    h5 {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .more_btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: var(--text-heading-color);
    transition: 0.4s;
    display: inline-block;
}
.more_btn i {
    position: relative;
    top: 5px;
    font-size: 14px;
    transition: 0.4s;
    display: inline-block;
    line-height: 0;
    margin-left: 3px;
}
 .vertical-menu {
    padding-right: 6px;
    display: table-caption;
}
.menu__bar-popup {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    z-index: 9999;
    transition: 0.5s;
    transform: translateX(-100%);
    padding: 40px;
    background: var(--primary-color-1);
    overflow-y: auto;
    color: black;
}
.vertical-menu ul li a {
    padding: 14px 0;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
    color: #000;
}
.nav-position-static {
    position: relative;
}
.webui{
  display: none;
}
.mobui{
  display: block !important;
}
.vertical-menu ul {
    /* padding: 0; */
    /* margin: 0; */
    width: 180px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
   
    list-style: none;
}
.banner-section {
    /* background-image: linear-gradient(to bottom, #ffffff 0%, #d3eadb 20%, #1e824c 50%, #d3eadb 80%, #ffffff 100%); */
    height: 865px;
    /* background: aliceblue; */
}
.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
    border-radius: 15px 15px 15px 15px;
    height: 390px;
}
.synergy-section-title {
    font-size: 25px;
    font-weight: 600;
}
.industry-list .btn-industry {
    background-color: #013118;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #007A3B;
    border-radius: 0.75rem;
    text-align: center;
    padding: 1rem;
    font-size: 11px;
    height: 100%;
    transition: all 0.3s ease;
}
.indusry-section {
    background: #00371B;
    height: 1300px;
}
.industry-detail.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    width: 92%;
    height: 650px;
    margin-left: 4%;
}
.default_button {
    display: inline-flex
;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    background: #007A3B;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 8px 8px 35px;
    gap: 25px;
    /* margin-top: 111%; */
}
.default_button1{
    /* display: none; */
    margin-top: 3%;
}
    .section-padding {
        padding: 35px 0px;
    }
    .section-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}

h1 {
    font-size: 80px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}
.mb-60 {
    margin-bottom: 20px;
}
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--body-color);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
}
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    h5 {
        font-size: 14px !important;
        line-height: 30px !important;
    }
    .more_btn i {
    position: relative;
    top: 5px;
    font-size: 14px;
    transition: 0.4s;
    display: inline-block;
    line-height: 0;
    margin-left: 3px;
}
.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
    border-radius: 15px 15px 15px 15px;
    height: 315px;
}
 .vertical-menu {
    padding-right: 6px;
    display: table-caption;
}
.menu__bar-popup {
   display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    z-index: 9999;
    transition: 0.5s;
    transform: translateX(-100%);
    padding: 40px;
    background: var(--primary-color-1);
    overflow-y: auto;
    color: black;
}
.vertical-menu ul li a {
    padding: 14px 0;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
    color: #000;
}
.nav-position-static {
    position: relative;
}
.webui{
  display: none;
}
.mobui{
  display: block !important;
}
.vertical-menu ul {
    /* padding: 0; */
    /* margin: 0; */
    width: 180px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.banner-section {
    /* background-image: linear-gradient(to bottom, #ffffff 0%, #d3eadb 20%, #1e824c 50%, #d3eadb 80%, #ffffff 100%); */
  height: 865px;
    /* background: aliceblue; */
}
.synergy-section-title {
    font-size: 25px;
    font-weight: 600;
}
.industry-list .btn-industry {
    background-color: #013118;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #007A3B;
    border-radius: 0.75rem;
    text-align: center;
    padding: 1rem;
    font-size: 11px;
    height: 100%;
    transition: all 0.3s ease;
}
.indusry-section {
    background: #00371B;
    height: 1208px;
}
.industry-detail.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    width: 92%;
    height: 615px;
    margin-left: 4%;
}
    .section-padding {
        padding: 35px 0px;
    }
    .section-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}
h1 {
    font-size: 80px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}
.mb-60 {
    margin-bottom: 20px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Your CSS for tablets */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Your CSS for small laptops */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Your CSS for desktops */
}

/* Extra-extra large devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
  /* Your CSS for very large screens */
}
