@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    overflow-x: hidden;
}

body {
    line-height: inherit;
    overflow-x: hidden !important;
    overflow: visible;
    position: relative;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
.nav-item{
    padding: 5px;
}
.nav-item:hover{
    background-color: #ddd;
    border-radius: 10px;
}
.dropdown-menu{
    border-radius: 0 !important;
}
.dropdown-menu li:hover{
    background-color: transparent !important;
}
.dropdown-item:hover {
    color: #4b6507 !important;
    background-color: transparent !important;
}
.get-in-touch-btn{
    border: navajowhite;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
}

.pn-text-yellow{
    color: #4b6507 !important;
}
.pn-bg-yellow{
    background-color: #4b6507 !important;
}
.pn-border-color{
    border-color: #4b6507 !important;
}
.about-background{
    color: #ddd;
    border-radius: 20px;
    line-height: 25px;
    background-image: url('../../images/about-backgound.jpg');
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
.about-text{
    padding: 15px;
    background-color: #00000085;
    color: #fff;
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.counter-box {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    gap: 2rem;
}

.section-header {
    background: linear-gradient(135deg, #000000, #4b6507);
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* breadcrums */
    .breadcrumbs {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0;
      justify-content: center;
      align-items: center;
    }
    .breadcrumbs li {
      margin-right: 8px;
      color: #cac4c4f0;
      font-size: 13px;
    }
    .breadcrumbs li::after {
      content: ">";
      margin-left: 8px;
      color: #888;
    }
    .breadcrumbs li:last-child::after {
      content: "";
    }
    .breadcrumbs a {
      text-decoration: none;
      color: #cac4c4f0;
    }
    .breadcrumbs a:hover {
      text-decoration: underline;
    }

.bannerContent{
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    color: #000;
    text-align: center;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    background-color: #f8f9fa;
}
.fs-14{
    font-size: 14px;
}
.icons{
    display: flex;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    font-size: 20px;
}
.banner-arrow{
    top:-9px; 
    left: 0;
}