@font-face {
    font-family: 'Avenir Regular';
    src: url('/fonts/Avenir Regular.ttf') format('truetype');
    font-weight: normal;
}

body, html {
    font-family: 'Avenir Regular', sans-serif;
}

.navbar img {
    height: 90px;
}

.text-green {
    color: #99c857;
}

.text-blue {
    color: #172e43;
}

.nav-link-custom {
    font-size: 19px;
}

.no-decoration {
    text-decoration: none;
}

.custom-hr {
    border: 0;
    height: 3px;
    background-color: #99c857;
    border-radius: 2px;
    opacity: 100 !important;
    width: 97%;
    display: block;
    margin: 20px auto;
}

.bg-green {
    background-color: #99c857;
}

.form {
    position: relative;
    display: flex;
    align-items: center;
}

.form .fa-search {
    position: absolute;
    left: 20px;
    color: #99c857;
}

.form .form-control {
    padding-left: 50px;
    border-radius: 30px;
}

.form-input {
    height: 40px;
    border-radius: 30px;
}

.form-input:focus {
    box-shadow: none;
    border: none;
}

body {
    overflow-x: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: start;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.def-border2 {
    border-radius: 20px;
    border: 4px solid #f5f5f5;
}

.def-border {
    border-radius: 20px;
    border: 3px solid #f5f5f5;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.def-border:hover {
    border-color: #99c857;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.def-border .card-title,
.def-border .card-text {
    transition: color 0.3s ease;
}

.def-border:hover .card-title,
.def-border:hover .card-text {
    color: #99c857;
}

.def-border .btn-primary {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, border-width 0.3s ease;
    border-width: 2px; /* Default border thickness */
}

.def-border:hover .btn-primary {
    color: #99c857;
    background-color: transparent;
    border-color: #99c857;
    border-width: 3px; /* Thicker border on hover */
}
.btn-primary {
    --bs-btn-color: #172e43;
    --bs-btn-bg: #99c857;
    --bs-btn-border-color: #99c857;
    --bs-btn-hover-color: #99c857;
    --bs-btn-hover-bg: #none;
    --bs-btn-hover-border-color: #99c857;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #99c857;
    --bs-btn-active-border-color: #99c857;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #99c857;
    --bs-btn-disabled-border-color: #99c857;
}
.top-50 {
    top: 50%;
}
.start-50 {
    left: 50%;
}

.translate-middle {
    transform: translate(-50%, -50%);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '';
}
.separator i {
    margin: 0;
    color: #99c857;
}
.bold {
    font-weight: bold;
}
.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

.service-card {
    display: flex;
    flex-direction: column;
    height: 100%s;
}

.service-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.service-card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex-grow: 1;
    height: 100%;
}

.service-card-img {
    height: 200px;
    object-fit: cover;
}

.service-card-title {
    font-weight: bold;
}
