.box-nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-right .box-nav-menu {
    justify-content: flex-end;
}

.item-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.sub-menu {
    min-width: 250px;
}

.video-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-content h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
}

.banner-content p {
    font-size: 20px;
    max-width: 700px;
}

.enquiry-form {
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    padding: 25px;
}

.enquiry-form h4 {
    margin-bottom: 20px;
}

.custom-input {
    height: 48px;
    background: rgba(255, 255, 255, .12) !important;
    border: 1px solid rgba(255, 255, 255, .15) !important;
    color: #fff !important;
    border-radius: 8px;
    margin-bottom: 12px;
}

.custom-input::placeholder {
    color: rgba(255, 255, 255, .75);
}

.custom-input:focus {
    background: #000000 !important;
    box-shadow: none;
}

.custom-input option {
    color: #000;
}

.btn-submit {
    width: 30%;
    height: 25px;
    margin-top: 8px;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-weight: 600;
    transition: .3s;
}

.btn-submit:hover {
    transform: translateY(-2px);
}

@media(max-width:991px) {
    .enquiry-form {
        margin-top: 20px;
    }
}

.custom-input,
.custom-input option,
.custom-input select {
    color: #fff !important;
}

.custom-input {
    background: rgba(255, 255, 255, .12) !important;
}

.custom-input::placeholder {
    color: #fff !important;
    opacity: 1;
}

select.custom-input {
    color: #fff !important;
    background: rgba(255, 255, 255, .12) !important;
}

select.custom-input option {
    background: #1a1a1a;
    color: #fff;
}

select.custom-input:invalid {
    color: rgba(255, 255, 255, .8) !important;
}

.flat-spacing {
    padding-top: 45px;
    padding-bottom: 45px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
    transition: .3s;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.benefit-card i {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
    color: #1c6b42;
}

.benefit-card h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

@media(max-width:767px) {

    .benefit-card {
        padding: 20px 10px;
    }

    .benefit-card i {
        font-size: 32px;
    }

    .benefit-card h6 {
        font-size: 14px;
    }
}


.footer-link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: .3s;
}

.footer-link:hover {
    color: #d6d6d6;
    padding-left: 5px;
}

.social-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    margin: 0 5px;
    transition: .3s;
}

.social-icon:hover {
    background: #fff;
    color: #000;
}

.text-white-50 {
    color: rgba(255, 255, 255, .75) !important;
}

.mobile-whatsapp {
    display: none;
}

@media(max-width:768px) {

    .mobile-whatsapp {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 10px;
        background: #fff;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, .15);
    }

    .mobile-whatsapp a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        height: 42px;
        background: #25D366;
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        border-radius: 10px;
        text-decoration: none;
    }

    .mobile-whatsapp a i {
        font-size: 22px;
    }

    body {
        padding-bottom: 80px;
    }

}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(37, 211, 102, .4);
    text-decoration: none;
}

@media(max-width:768px) {
    .whatsapp-float {
        display: none;
    }
}

@media (max-width: 768px) {

    .banner-content h1 {
        font-size: 25px !important;
        line-height: 1.2;
        font-weight: 700;
    }

}

/* Mobile Header */
@media (max-width: 991px) {

    .tf-header .header-inner {
        padding: 0px 0;
    }

    .tf-header .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Menu Column */
    .header-left {
        justify-content: flex-end;
        width: 100%;
    }

    /* Logo Left */
    .logo-site {
        display: flex;
        align-items: center;
    }

    .logo-site img {
        max-height: 50px !important;
        width: auto;
    }

    /* Logo Column */
    .col-lg-2.text-center {
        width: auto;
        flex: 1;
        text-align: left !important;
    }

    /* Menu Column */
    .col-lg-5 {
        width: auto;
    }

    /* Hamburger Right */
    .box-btn-open-menu,
    .header-left a[data-bs-toggle="offcanvas"] {
        margin-left: auto;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-OpenMenu {
        font-size: 30px !important;
        color: #fff;
    }

    /* Hide desktop menus */
    .box-navigation {
        display: none !important;
    }

}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.header-logo img {
    height: 70px;
    width: auto;
}

.header-menu ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu ul li {
    position: relative;
}

.header-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
}

.header-menu ul li a:hover {
    color: #d9d9d9;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #fff;
    padding: 15px;
    display: none !important;
    border-radius: 10px;
}

.dropdown:hover .submenu {
    display: block !important;
}

.submenu li {
    margin-bottom: 10px;
}

.submenu li a {
    color: #222 !important;
}

.mobile-menu-btn {
    color: #fff;
    font-size: 30px;
}

@media(max-width:991px) {

    .header-main {
        height: 75px;
    }

    .header-logo img {
        height: 55px;
    }

}

@media (min-width: 992px) {

    .header-logo img {
        height: 90px;
        width: auto;
        margin-top: 45px;
        border-radius: 3px;
    }

}


.about-image img {
    width: 60%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.sect-heading-v2.start {
    text-align: left;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 15px;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: .4s;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Tablet */
@media(max-width:991px) {

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* Mobile */
@media(max-width:767px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gallery-item img {
        height: 180px;
    }

}

.product-enquiry-form {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 15px;
    margin-top: 25px;
}

.product-enquiry-form .form-control {
    height: 52px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.product-enquiry-form .form-control:focus {
    box-shadow: none;
    border-color: #222;
}

.policy-btn{
    border:none;
    padding:12px 25px;
    border-radius:50px;
    margin:5px;
    background:#f1f1f1;
    font-weight:600;
    transition:.3s;
}

.policy-btn.active,
.policy-btn:hover{
    background:#000;
    color:#fff;
}

.policy-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.policy-card h3{
    margin-bottom:20px;
}

.policy-card ul{
    padding-left:20px;
}

.policy-card li{
    margin-bottom:12px;
    line-height:1.8;
}

.d-none{
    display:none;
}

.policy-card ul{
    list-style: disc !important;
    padding-left: 25px !important;
    margin-top: 15px;
}

.policy-card ul li{
    display: list-item !important;
    list-style: disc !important;
    margin-bottom: 12px;
    line-height: 1.8;
    color: #555;
}


.mobile-nav{
    list-style:none;
    padding:0;
    margin:0;
}

.mobile-nav li{
    border-bottom:1px solid #eee;
}

.mobile-nav li a{
    display:block;
    padding:15px 20px;
    color:#222;
    font-weight:500;
    text-decoration:none;
}

.mobile-submenu{
    display:none;
    background:#f8f8f8;
    padding-left:15px;
}

.mobile-submenu li a{
    padding:12px 20px;
    font-size:14px;
}