@media only screen and (max-width: 769px) 
{
    .tentArea p.white {
        background: #00000085;
    }
}

.home2-pmv-section .pmv-bottom .pmv-nav ul li {
  width: 16%;
} 
.home2-pmv-section .pmv-bottom .pmv-nav ul::after{
    display: none;
}
.home2-pmv-section .pmv-bottom .pmv-nav ul li a::after {
    bottom: 0px;
}

#homeOneBanner.home2-pmv-section .pmv-bottom .pmv-nav ul li {
    width: fit-content;
    padding-right: 30px;
} 
a.animateme {
    display: grid !important;
}
a.animateme i.fa.fa-angle-down {
    font-size: 22px;
    margin-bottom: -12px;
}
#homeOneBanner.home2-pmv-section.bg-blue .pmv-bottom .pmv-nav ul li a.active {
    width: fit-content;
}
#para21{background-image: linear-gradient(to right, #000000, #00000000), url(../img/banner2.webp); background-position: right;background-size: cover;}
#para22{background-image: linear-gradient(to right, #000000, #00000000), url(../img/banner2.webp); background-position: center;background-size: cover;}
#para23{background-image: linear-gradient(to right, #000000, #00000000), url(../img/banner4.webp); background-position: center;background-size: cover;}
#para24{background-image: linear-gradient(to right, #000000, #00000000), url(../img/banner4.webp); background-position: center;background-size: cover;}

#homeOneBanner .pmv-bottom {
    margin-top: -72px;
    margin-bottom: 24px;
}
#homeOneBanner.home2-pmv-section .pmv-bottom .pmv-nav ul li a {
    font-weight: 800;
}
.boxsl1, .boxsl2, .boxsl3, .boxsl4, .boxsl5, .boxsl6 {
    height: auto;
    min-height: max(680px, 82vh);
}
#homeOneBanner .tab-pane {
    position: relative;
}
#homeOneBanner .tab-pane::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.35) 100%);
    z-index: 1;
    pointer-events: none;
}
#homeOneBanner .tab-pane .container {
    position: relative;
    z-index: 2;
}
.tentArea {
    padding: 90px 0 12px;
}
#homeOneBanner.home2-pmv-section .pmv-bottom .pmv-nav ul li a {
    padding-bottom: 12px;
    color: #ffffff;
    position: relative;
}
.home2-pmv-section .pmv-bottom .pmv-nav ul li a.active::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 100%;
    height: 4px;
    background-color: rgb(0 96 57);
    z-index: 2;
    transition: 0.3s ease-in;
    border-bottom: 1px solid gray;
}
p.gold {
    color: #006039;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}
span.line {
    border: 2px solid #f19c31;
    width: 80px;
    display: -webkit-inline-box;
    text-align: center;
}
.tentArea h2.text-white {
    font-size: 36px;
    font-weight: 800;
}
.tentArea p.text-white {
    margin: 15px 0 30px;
}
.showcase_tabs_btns .active {
    border-bottom: 2px solid #006039 !important;
    border-radius: 0 !important;
}
i.icon-quote {
    transform: translateY(-30px);
}

/* Testimonials: readable subtitle (replaces theme watermark small_text_sub) */
.testimonial-section .testimonial-section-subtitle {
    position: static;
    display: block;
    margin: 14px auto 0;
    padding: 0 16px;
    max-width: 720px;
    font-size: 1.125rem;
    line-height: 1.65;
    font-weight: 500;
    color: #475569;
    opacity: 1;
    -webkit-text-stroke: 0;
    text-shadow: none;
}
#homeOneBanner .tab-pane {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s;
    position: absolute;
    width: 100%;
  }

  #homeOneBanner .tab-pane.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }


#homeOneBanner .nav {
    justify-content: flex-start;
}
@media only screen and (max-width: 769px) {
    #homeOneBanner .nav {
        justify-content: space-around !important;
        display: flex
;
    }
}
@media (max-width: 460px) {
    .home2-pmv-section .pmv-bottom .pmv-nav ul {
        display: block;
        text-align: center;
    }
}

/* Mirashka header v13: single-row primary nav (desktop), menu left in bar, wider gaps */
@media (min-width: 1201px) {
    .header.header_v13 .navbar_outer .inner_box > .header_content.header_content_collapse {
        flex: 1;
        min-width: 0;
        justify-content: space-around;
        align-items: center;
    }
    .header.header_v13 .header_content_collapse .header_menu_box {
        display: block;
        flex: 0 1 auto;
        padding-left: 12px;
    }
    .header.header_v13 .header_content_collapse .navigation_menu {
        float: none !important;
    }
    .header.header_v13 .header_content_collapse .navigation_menu .navbar_nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .header.header_v13 .header_content_collapse .navigation_menu .navbar_nav > li {
        display: block;
        flex-shrink: 0;
        margin-right: 24px;
    }
    .header.header_v13 .header_content_collapse .navigation_menu .navbar_nav > li.dropdown {
        margin-right: 28px;
    }
    .header.header_v13 .header_content_collapse .navigation_menu .navbar_nav > li.dropdown.mega_menu {
        margin-right: 22px;
    }
    .header.header_v13 .header_content_collapse .navigation_menu .navbar_nav > li:last-child {
        margin-right: 0;
    }
    .header.header_v13 .header_content_collapse .navigation_menu .navbar_nav > li > a.nav-link {
        font-size: 15px;
        white-space: nowrap;
    }
    .header.header_v13 .navbar_outer .navbar_right {
        padding-left: 24px;
        flex-shrink: 0;
    }
}