.navbar-nav .nav-link {
    transition: background 0.3s
}

.navbar-nav .nav-link:hover,
.dropdown:hover .dropdown-toggle {
    background-color: #f8f9fa
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0
}

.dropdown:hover .dropdown-menu {
    display: block
}

.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.dropdown:hover .submenu {
    display: block
}

.offcanvas {
    width: 70%
}

@media (max-width:991px) {
    .desktop-menu {
        display: none
    }

    .mobile-menu {
        display: block
    }

}

@media (min-width:992px) {
    .desktop-menu {
        display: flex
    }

    .mobile-menu {
        display: none
    }

}

.main-slider img {
    height: 450px;
    object-fit: cover
}

.owl-nav button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000
}

.owl-nav .owl-prev {
    left: -30px
}

.owl-nav .owl-next {
    right: -30px
}

.owl-nav button:hover {
    background: #0056b3
}

.site-footer {
    background: #f3f4f6;
    color: #212121;
    position: relative;
    overflow: hidden
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(to right, #3498db, #2ecc71)
}

.site-footer h5 {
    color: #212121;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative
}

.site-footer h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #3498db
}

.site-footer a {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer li {
    margin-bottom: 12px
}

.site-footer a {
    color: #0077b5;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block
}

.site-footer a:hover {
    color: #000;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px
}

.social-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease
}

.social-icon i {
    font-size: 1.4rem;
    transition: color 0.3s ease
}

.facebook-icon i {
    color: #3b5998
}

.linkedin-icon i {
    color: #0077b5
}

.youtube-icon i {
    color: #ff0000
}

.instagram-icon i {
    color: #C13584
}

.socse a {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease
}

.socse a:hover {
    color: #fff;
    transform: scale(1.2)
}

.socse a.facebook:hover {
    background-color: #3b5998
}

.socse a.twitter:hover {
    background-color: #1da1f2
}

.socse a.youtube:hover {
    background-color: #ff0000
}

.socse a.instagram:hover {
    background-color: #e1306c
}

:root {
    --primary: #00b050;
    --bs-primary: #00b050;
    --primary-color: #00b050;
    --color-primary: #00b050
}

.text-primary {
    color: #00b050 !important
}

.bg-primary {
    background-color: #00b050 !important
}

.btn-primary {
    background-color: #00b050 !important;
    border-color: #00b050 !important;
    color: #fff !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #00b050 !important;
    border-color: #00b050 !important;
    color: #fff !important
}

.btn-outline-primary {
    background-color: transparent !important;
    border-color: #00b050 !important;
    color: #00b050 !important
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #00b050 !important;
    border-color: #00b050 !important;
    color: #fff !important
}

@media (max-width:768px) {
    .showPricing table {
        font-size: 12px
    }

    .showPricing .bttnTxt {
        display: none
    }

    .search_section h3 {
        font-size: 17px;
        text-align: center
    }

    .banner-section .card.h-100.bg-transparent {
        border: none;
        padding: 0 !important
    }

    .banner-section .card.h-100.bg-transparent > .card-body {
        padding: 0 !important
    }

    .category-slider {
        position: relative;
        padding-top: 40px
    }

    .category-slider .owl-theme .owl-nav {
        position: absolute;
        top: -45px;
        right: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 10
    }

    .category-slider .owl-theme .owl-nav .owl-prev,
    .category-slider .owl-theme .owl-nav .owl-next {
        background: #00b050;
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        transition: background 0.3s ease, transform 0.2s ease
    }

    .category-slider .owl-theme .owl-nav .owl-prev {
        margin-left: -30px
    }

    .category-slider .owl-theme .owl-nav .owl-next {
        margin-right: 15px
    }

    .category-slider .owl-theme .owl-nav .owl-prev i,
    .category-slider .owl-theme .owl-nav .owl-next i {
        font-size: 18px
    }

    .section-title,
    .sis-fs {
        font-size: 17px !important;
        font-weight: bold
    }

    small,
    .small {
        font-size: 11px !important
    }

    .category-item .card-body {
        padding: 7px !important
    }

    .widget h3 {
        font-size: 17px;
        font-weight: bold
    }

    .widget {
        margin-bottom: 10px
    }

    .widget a,
    .widget li,
    .widget p {
        font-size: 17px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        word-break: break-all
    }

    button {
        font-size: 13px !important
    }

    .site-footer .col-md-3:nth-child(1) {
        text-align: center
    }

    .site-footer .col-md-3:nth-child(4) {
        text-align: center
    }

    .site-footer .col-md-3:nth-child(4) p {
        padding: 0;
        margin: 0
    }
     table, p, span, a, li, .widget a, label, select, input {
         font-size: 13px !important;
     }
     .widget p {
      color: #909090;
    }
}
