﻿@font-face {
    font-family: Oswald-Regular;
    src: url(../Fonts/Oswald/Oswald-Regular.ttf);
}
@font-face {
    font-family: Oswald-Medium;
    src: url(../Fonts/Oswald/Oswald-Medium.ttf);
}
@font-face {
    font-family: Oswald-SemiBold;
    src: url(../Fonts/Oswald/Oswald-SemiBold.ttf);
}
@font-face {
    font-family: Oswald-Bold;
    src: url(../Fonts/Oswald/Oswald-Bold.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-family: Oswald-Regular;
    letter-spacing: 0.05em;
    background:#fff;
}
.BgHeader {
    background:url(../Images/Slider/Slider1.jpg) no-repeat;
    background-size:cover;
    
}
.SliderHeight {
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.dropdown-toggle::after {
    visibility: hidden;
    display:none;
}

.dropdown-item {
    text-transform: uppercase;
    color:#fff;
}
    .dropdown-item:focus, .dropdown-item:hover {
        color: #49853D;
        background-color: #E5E9AD;
    }
.nav-link {
    color: #E4E4A4;
    font-size: clamp(15px,3vw,17px);
    gap: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald-Regular;
}
    .nav-link:hover, .nav-link:focus, .nav-link:active, .nav-item .active {
        color: #49833E;
    }
   
.animated-submit-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .animated-submit-btn:active {
        background: #ffd86f !important;
        color: #2c3216 !important;
    }

    .animated-submit-btn:hover {
        background: #fff !important;
        color: #7a0607 !important;
    }
/* Desktop only */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        background:#000;

    }

    .navbar .dropdown:hover > .nav-link.dropdown-toggle::after {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
}
@media(max-width:992px) {
    .nav-link {
        color: #49853D;
        font-size: 20px;
        gap: 10px;
        text-align: center;
        text-transform: uppercase;
    }

        .nav-link:hover {
            color: #000;
        }
    .dropdown-item {
        color:#49853D;
        font-size:17px;
    }
}

#myTabContent {
    display: block !important;
}
.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #49853D;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
    display:none !important;
}

.cart-item-number {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #49853D;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #49853D;
    border: 2px solid #fff;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}

.navbar-dark .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
    .bottomCart {
        display: none;
    }

    #floatingCart {
        display: none !important;
    }

    /*.Carttext {
        font-size: 18px;
        color: white;
        text-decoration: none !important;
    }

    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        left: 3px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 24px;
    }*/

    .HeaderRight, .HeaderLeft {
        display: none !important;
    }
}


.offcanvas-header .btn-close {
    filter: invert(1) brightness(0);
}





input[type=radio]:checked {
    background-color: #49853D !important;
    border: 2px solid #49853D !important;
}
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 150px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #092441;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 19px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: cornflowerblue;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
#content-footer-bottom-pp{
    border-top:1px solid #000;
}

.swiper-pagination {
    bottom: 0px !important;
    right : 19px;
    width: 20px !important;
    text-align: center;
    height: 100%;
    left: auto !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 8px !important;
    height: 23px !important;
    display: inline-block !important;
    background-color: #222 !important;
   
    background-position: center -48px !important;
    border-radius: 10px !important;
    opacity: 0.9 !important;
    margin-bottom: 5px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width: 8px !important;
    height: 40px !important;
    display: inline-block;
   
    background-color: #49853D !important;
    background-position: center 0px !important;
    
    border-radius: 10px !important;
}
.OnlineOrderBtn {
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    font-size: 15px;
    color: #49853D;
    background-color: #E5E9AD;
    padding: 10px 13px !important;
}
    .OnlineOrderBtn:hover {
        color: #E5E9AD !important;
        transform: translateY(-4px);
        box-shadow: 0px 3px 6px #959595;
        background: #49853D;
    }

.SliderTitle {
    text-align: center;
    color: white;
    font-size: clamp(45px,3vw,60px);
    margin: 0 ;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
    line-height: 1.1;
    font-family: Oswald-Medium;
    font-weight: normal;
}
.SliderOrderBtn {
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald-Medium;
    font-size: clamp(24px,3vw,30px);
    color: #E5E9AD;
    background-color: #49853D;
    padding: 16px 21px;
    text-decoration: none;
    font-weight: normal;
}
    .SliderOrderBtn:hover {
        background-color:#E5E9AD;
        color:#49853D;
        transition:0.3s ease-in-out;
    }

    .divHomeSlideContentContainer {
        position: fixed;
        top: 50%;
    }

.divHomeSlideContentContainer {
    width: 245px;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    overflow: hidden;
    background: #49853D;
    z-index:2;
}

.businessHourHeading {
    text-transform: uppercase;
    font-family: Oswald-Regular;
    background-color: #E4E4A4;
    color: #49853D;
    height: 44px;
    padding: 12px 0px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
.divBusinessHourDay {
    text-align: center;
    text-transform: capitalize;
    font-family: Oswald-Regular;
    font-size: 14px;
    font-weight: 100;
    color: #E5E9AD;
    margin: 10px 45px 10px 56px;
}
.divHomeSlideContentDetail {
    line-height: 11.5px;
}
#tblDisplayBusinessHours {
    margin: 0 auto;
    text-align: center;
}
#DisplayBusinessHoursTitle {
    text-align: center;
    text-transform: capitalize;
    font-family: "OpenSans-Regular";
    font-size: 20px;
    background-color: transparent;
    color: #595758;
    padding: 5px 0px 10px 0px;
    display: none;
}
.tdDisplayBusinessHours .divBusinessHourTime {
    text-align: center;
    font-family: "OpenSans-Regular";
    font-size: 20px;
    color: white;
    margin: 5px 0px 5px 0px;
}
.NavBackground {
    background-color: rgba(16, 13, 8, 0.67);
}
.LeftService {
    background:url(../Images/LeftSide-Image.jpg) no-repeat;
    background-size:cover;
    position:relative;
    z-index:1;
    left:-8px
}
.RightService {
    background: url(../Images/RightSide-Image.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    right: -8px
}
.LeftService2 {
    background: url(../Images/Testimonials-background.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    left: -8px
}
.RightService2 {
    background: url(../Images/Contact-us-background.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    right: -8px
}
.GallerySection {
    background: url(../Images/Gallery-background.jpg) no-repeat;
    background-size: cover;
}
.ServiceTitle {
    margin-top: 25%;
    text-align: center;
    color: white;
    font-size: clamp(30px,3vw,39px);
    
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
    line-height: 1.1;
    font-family: Oswald-Regular;
    font-weight: normal;
}
.ServiceOrderBtn {
    margin-bottom: 5%;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    font-size: clamp(24px,3vw,30px);
    color: #E5E9AD;
    background-color: #49853D;
    padding: 16px 21px;
    text-decoration: none;
    font-weight: normal;
}
    .ServiceOrderBtn:hover {
        background-color:#E5E9AD;
        color:#49853D;
        transition:0.3s ease-in-out;
    }
    .ServiceTitle1 {
        margin-top: 10%;
        text-align: center;
        color: white;
        font-size: clamp(30px,3vw,39px);
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding-bottom: 20px;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
        line-height: 1.1;
        font-family: Oswald-Regular;
        font-weight: normal;
    }
.ServiceOrderBtn1 {
    margin-bottom: 7%;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    font-size: clamp(24px,3vw,30px);
    color: #E5E9AD;
    background-color: #49853D;
    padding: 16px 21px;
    text-decoration: none;
    font-weight: normal;
}
.ServiceOrderBtn1:hover {
    background-color: #E5E9AD;
    color: #49853D;
    transition: 0.3s ease-in-out;
}

/* Custom properties for consistency */
:root {
    --kibberia-green: #89b34a; /* Matches the vibrant green background */
    --kibberia-dark-green: #6d9333; /* For focus & hover states */
    --kibberia-light-green: #b9d885; /* For secondary interactions */
}

/* Footer Wrapper */
.kibberia-footer {
    background-color: #95AC3A;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Logo Sizing */
.footer-logo {
    max-width: 220px;
    height: auto;
    filter: drop-shadow(1px 2px 4px rgba(0,0,0,0.15));
}

/* Navigation Links */
.footer-nav .nav-link {
    color: #ffffff;
    font-family:Oswald-Regular;
   
    font-size: clamp(22px,3vw,25px);
    letter-spacing: 1px;
    transition: color 0.3s ease;
    padding: 0.5rem 0.8rem;
}

    .footer-nav .nav-link:hover {
        color: var(--kibberia-light-green);
    }

/* Login/Register Panel */
.footer-account a {
    color: #4A853D;
    font-family: Oswald-Regular;
    font-size: 25px;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .footer-account a:hover {
        color: #ffffff;
    }

/* Social Media & Contact Links */
.footer-socials a i {
    transition: transform 0.2s ease, color 0.2s;
}

.footer-socials a:hover i {
    color: #49853D;
    transform: scale(1.1);
}

.footer-contact a {
    height: 32px;
    padding-left: 5px;
    font-family: oswald-regular;
    font-size: 22px;
}

    .footer-contact a:hover {
        color: var(--kibberia-light-green) !important;
    }

/* Copyright line */
.footer-copyright {
    font-size: 15px;
    font-family: Oswald-Regular;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.5px;
}

    .footer-copyright a {
        transition: color 0.2s ease;
    }

        .footer-copyright a:hover {
            color: #ffffff !important;
            text-decoration: underline !important;
        }

/* Responsive adjustments for mobile viewports */
@media (max-width: 576px) {
    .footer-nav {
        flex-direction: column;
        gap: 0.5rem;
    }

        .footer-nav .nav-link {
            padding: 0.25rem 0;
            font-size: 1rem;
        }

    .footer-contact {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem !important;
    }

    .footer-copyright {
        font-size: 0.75rem;
    }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow:none !important;
    outline:0;
}
@media (max-width:768px) {
    .divHomeSlideContentContainer {
        display: none;
    }

    .LeftService, .RightService, .LeftService2, .RightService2 {
        left: 0;
        right: 0;
    }

    .SliderHeight {
        height: 40vh;
    }

    .ServiceTitle, .ServiceOrderBtnHolder, .ServiceTitle1 {
        width: 100% !important;
    }
}
a {
    text-decoration:none !important;
}