body{
    box-sizing: border-box;
}
.navbar {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.navbar img {
    height: 75px;
    width: auto;
}

.navbar ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-lg{
    width: 55%;
}
.btn-nav {
    width: 25%;
    text-align: right;
}
.lg-none{
    display: none;
}
.sm-none{
    display: block;
}
.nav-item a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

/* MOBILE MENU & ANIMATION */
.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


.logo {
    width: 20%;
}

.nav-wrapper {
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000; /* Ensure it stays on top of other content */
}
.header {
width: 100%;
max-width: 85%;
margin: 0 auto;
min-height: 98px;
background-color: #fff;
border-radius: 26px;
position: absolute;
left: 0;
right: 0;
top: 40px;
padding: 15px 40px;
display: flex;
flex-wrap: wrap;
align-items: center;
z-index: 9;
transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Smooth transition for top, opacity, and transform properties */
opacity: 1; /* Ensure the header is fully visible initially */
transform: translateY(0); /* Ensure the header is fully visible initially */
}

.hidden-header {
opacity: 0; /* Make the header invisible */
transform: translateY(-20px); /* Move the header slightly upwards */
}

.fixed-header {
opacity: 1;
transform: translateY(0); /* Ensure the header is fully visible */
}
  .sub-text-banner {
      position: absolute;
      top: 78%;
      left: 60px;
      width: 17%;
}
.sub-text-banner span {
      font-size: 30px;
      line-height: 40px;
      color: #fff;
}
/*---home-feature pop up--*/
.features-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #DDDDDD;
        border: 1px solid #8b8b8b;
        padding: 20px 10px;
        width: 288px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 3;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
        border-radius: 6px;
}

.home-feature-box.first .features-popup {
    top: 100%;
    left: 40%;
}

.home-feature-box.second .features-popup {
    top: 100%;
    right: 0;
}

.home-feature-box.third .features-popup {
    right: 117px;
    top: -157px;
}

.home-green-inner{
background-image: url('https://zisifgrptank.com/storage/home_page_images/Green%20banner-min_0%20(1)_0.webp');

}
.home-feature-box:hover .features-popup {
    visibility: visible;
    opacity: 1;
}
.features-popup ul {
    padding-left: 20px; 
}

.features-popup ul li {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 5px;
    text-indent: 0px;
    margin-bottom: 10px;
    font-family: var(--font-primary);
        font-size: 16px;
}
.features-popup ul li::marker {
    color:#2EEAFF

}
.footer-logo img {
    width: 75%;
}
.counter-flex {
    display: flex;
    justify-content: space-between;
    width: 85%;
    padding-top: 30px;
}
.counter.col_fourth h2 {
    font-size: 124px;
    line-height: 150px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #2EEAFF;
}
.counter.col_fourth h2 b {
    font-weight: 500;
}
p.count-text {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
section.address-section {
    padding: 60px 0px;
}
.address-one {
    width: 50%;
    border-right: solid 1px #000000f7;
}
.address-two {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-sub {
    width: 50%;
    padding-bottom: 20px;
}
.address-two .text-sub {
    width: 75%;
}
section.address-section h3 {
    font-size: 46px;
    line-height: 78px;
    color: #2D2D30;
    text-transform: capitalize;
    font-weight: 500;
}
section.address-section iframe {
    height: 255px;
    border-radius: 15px;
    border: solid 2px #4b4b4b;
}
section.address-section iframe {
    height: 255px;
    border-radius: 15px;
    border: solid 2px #c6c6c6;
    width: 469px;
    margin-top: 20px;
}
section.address-section a {
    display: block;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}
section.address-section a img {
    width: 26px;
    padding-right: 7px;
}
.center-sub {
    width: 50%;
}
/*--banner heading--*/
.container-up {
    --headingSize: 55px;
    --background-color: black;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 75vh;
}

.container-up h1 {
    font-size: 130px;
    line-height: 150px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 140px;
}


.banner-text {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.banner-text span {
    display: inline-block;
    overflow: hidden;
    animation: .5s swift-up ease-in-out forwards;
}
.sub-text-banner span {
    display: inline-block;
    overflow: hidden;
    animation: .5s swift-up ease-in-out forwards;
}
.sub-text-banner h1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
}

.banner-text i {
    font-style: normal;
    position: relative;
    top: 200px; /* Start position fully below the view */
    animation: .8s swift-up ease-in-out forwards;
}

@keyframes swift-up {
    to {
        top: 0; /* Animate to its final position */
    }
}

.move-up {
    animation: move-up 2s forwards;
}

@keyframes move-up {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(-100px);
        opacity: 0;
    }
}

.new-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fade-in 2s forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.container-up  h1 span {
    padding-left: 3%;
}
.banner-text span:nth-of-type(2) {
    padding-left: 30%;
}
.home-application-section {
    width: 100%;
    background-color: #2D2D30;
    position: sticky;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.home-application-inner {
    display: flex;
    
}

.home-application-img {
    width: 45%;
    height: 100%;
    overflow: hidden;
}

.home-application-img img {
    width: 100%;
    height: auto;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.home-application-img img.active {
    display: block;
    opacity: 1;
}

.home-application-content {
    width: 55%;
    padding: 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.home-application-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.5s ease; /* Slow scrolling */
}

.home-application-content ul li {
    cursor: pointer;
    padding: 54px 0;
    font-size: 20px;
    color: #979797;
    position: relative;
    padding-left: 40px;
    border-bottom: solid 1px #8e8181;
    transition: color 0.3s ease;
    box-sizing: border-box; /* Ensure padding and border are included in the height calculation */
}

.home-application-content ul li.active {
    color:  #ffffff;
}
.home-application-content ul li.active span {
    color: #6EE2FA
}
.home-application-img img {
    height: 300px;
}
.home-application-content ul li span {
    display: block;
    position: absolute;
    top: 30px;
    left: 17px;
    font-size: 12px;
}
.home-about-lead-content p {
    text-align: justify;
}
.inner-container-up {
    --headingSize: 55px;
    --background-color: black;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-container-up h1, .inner-container-up h2 {
font-size: 75px;
        line-height: 100px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 140px;
}

.inner-container-up span {
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
}

.inner-container-up i {
    font-style: normal;
    position: relative;
    top: var(--headingSize);
    animation: .3s swift-up ease-in-out forwards;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}

.move-up {
    animation: move-up 2s forwards;
}

@keyframes move-up {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(-100px);
        opacity: 0;
    }
}

.inner-new-text {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    opacity: 0;
    animation: fade-in 2s forwards;
}

.inner-sub-up {
    width: 100%;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) {
    .inner-container-up {
        width: 100%;
        margin: 0 10%;
    }
}

.inner-container-up h1 span {
    display: block;
    padding-left: 9%;
}

.inner-container-up span:nth-of-type(2) {
    padding-left: 28%;
}
.banner-text.client-bg .inner-container-up span:nth-of-type(2) {
    padding-left: 15%;
}
.banner-text.contact-bg .inner-container-up span:nth-of-type(2) {
    padding-left: 20%;
}
.graph-box {
    transform-origin: left; 
    transition: all 0.3s ease-in-out; 
}

.graph-box.excellent {
    animation: animateGraph 1s forwards;
}

.graph-box.good {
    animation: animateGraph 1s forwards;
}

.graph-box.fair {
    animation: animateGraph 1s forwards;
}

.graph-box.poor {
    animation: animateGraph 1s forwards;
}

@keyframes animateGraph {
    from {
        transform: scaleX(0);
        opacity: 0;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}
.header.mobile-menu-open {
    max-width: 100%;
    border-radius: 0;
    padding: 15px 20px;
}
/* Display the mobile menu when active */
.navbar ul.mobile-nav {
    display: block;
    transform: translateX(0%);
}

/* Close button inside the ul */
.navbar ul .close-menu {
display: flex;
justify-content: center;
align-items: center;
font-size: 70px;
font-weight: 100;
color: #284fa9;
cursor: pointer;
background-color: #fff;
width: 50px;
height: 50px;
border-radius: 10px;
margin-left: auto;
margin-right: 20px;
}
span.num-app {
    position: absolute;
    top: 16px;
    left: -33px;
    font-size: 18px;
    line-height: 25px;
    color: #6EE2FA;
}


.application-left {
    width: 48%;
}  
.application-left img {
    border-radius: 10px;
}
.accordion .accordion-title {
    font-size: 28px;
    line-height: 50px;
    color: #f7f7f7 !important;
    font-weight: 400;
}
.applicat-faq {
width: 49%;
max-height: 445px;
overflow: auto;
}
.accordion .accordion-item {
    border-bottom: solid 1px #7a7a7a;
}

.accordion .accordion-item button[aria-expanded='true'] {
border-bottom: 1px solid var(--blue);
}

.accordion button {
position: relative;
display: block;
text-align: left;
width: 100%;
padding: 1em 0;
color: var(--text);
font-size: 1.15rem;
font-weight: 400;
border: none;
background: none;
outline: none;

}

.accordion button:hover,
.accordion button:focus {
cursor: pointer;
color: var(--blue);
}

.accordion button:hover::after,
.accordion button:focus::after {
cursor: pointer;
color: var(--blue);
border: 1px solid var(--blue);
}

.accordion .icon {
display: inline-block;
position: absolute;
top: 33px;
right: 0;
width: 22px;
height: 22px;
border: 1px solid;
border-radius: 22px;
background-color: #2EEAFF;

}

.accordion .icon::before {
display: block;
position: absolute;
content: '';
top: 9px;
left: 5px;
width: 10px;
height: 2px;
background: currentColor;
}

.accordion .icon::after {
display: block;
position: absolute;
content: '';
top: 5px;
left: 9px;
width: 2px;
height: 10px;
background: currentColor;
}

.accordion button[aria-expanded='true'] {
color: var(--blue);
}

.accordion button[aria-expanded='true'] .icon::after {
width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
opacity: 1;
max-height: 9em;
transition: all 200ms linear;
will-change: opacity, max-height;
overflow: auto;
padding-bottom: 15px;
}

.accordion .accordion-content {
opacity: 0;
max-height: 0;
overflow: hidden;
transition: opacity 200ms linear, max-height 200ms linear;
will-change: opacity, max-height;
}

.accordion .accordion-content p {
font-size: 18px;
line-height: 27px;
text-align: justify;
}
.graph-box.box2.good {
    background-color: #9a9aca !important;
}
.graph-box.box1.poor{
background-color: #9a9aca !important;
}
.graph-box.box2.fair {
    background-color: #9a9aca !important;
}
.graph-box.box1.good {
    background-color: #9a9aca !important;
}
div#tab4 .graph-box.box3.poor  
{
    background-color: #2EEAFF;
}
div#tab5 .graph-box.box3.poor{
    background-color: #9a9aca !important;
}
section.clients-section .element-item > div img {
    max-width: 62%;
}
.client-slider .item img {
    height: auto !important;
}
section.clients-section .grid > li {
    overflow: visible;
}  .container-up h2 {
        font-size: 130px;
        line-height: 150px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        padding-top: 140px;
}.container-up h2 span {
        padding-left: 3%;
}
.inner-container-up h2 span {
        display: block;
        padding-left: 9%;
}
        .banner-text h2 {
          font-size: 75px;
        line-height: 100px;
        }
.banner.home .banner-text h2 {
        font-size: 100px;
        line-height: 100px;
}
        
   .sub-text-banner span {
        display: inline-block;
        overflow: hidden;
        animation: .5s swift-up ease-in-out forwards;
}
.sub-text-banner h1 {
        font-size: 24px;
        line-height: 40px;
        color: #fff;
        padding-top:0px;
}
.banner.about-hd h1 {
        font-size: 40px;
        line-height: 50px;
        width: 70%;
}
.banner.about-hd h1.inner-new-text.inner-swift-up-text {
        padding-top: 228px !important;
}
.home-connect-section .alert{display: none;}

.foooter-location-inner ul > li:nth-child(1) {
  width: 32%;
}

.foooter-location-inner ul > li:nth-child(2) {
  width: 27%;
}

.foooter-location-inner ul > li:nth-child(3) {
  width: 30%;
}
ul.hd-text li a {
        font-size: 20px;
        font-weight: 500;
}
