:root {
    --primaryColor: #048340;
    --secondaryColor: #9BCB3D;
    --lightBg: #F2FFD8;
    --blackColor: #000;
    --whiteColor: #fff;
    --smPadding: 2rem .5rem;
    --lgPadding: 4rem 0
}


/* scroll */
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background: var(--whiteColor);
}

::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primaryColor);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* scroll */


/* start font family */
@font-face {
    font-family: 'Lufga_Medium';
    src: url('../font/Lufga-Medium.eot');
    src: url('../font/Lufga-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Lufga-Medium.woff2') format('woff2'),
        url('../font/Lufga-Medium.woff') format('woff'),
        url('../font/Lufga-Medium.ttf') format('truetype'),
        url('../font/Lufga-Medium.svg#Lufga-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga_Bold';
    src: url('../font/Lufga-ExtraBold.eot');
    src: url('../font/Lufga-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Lufga-ExtraBold.woff2') format('woff2'),
        url('../font/Lufga-ExtraBold.woff') format('woff'),
        url('../font/Lufga-ExtraBold.ttf') format('truetype'),
        url('../font/Lufga-ExtraBold.svg#Lufga-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* end font family */

body {
    font-family: 'Lufga_Medium';
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5.h6 {
    font-family: 'Lufga_Bold';
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    line-height: 1.5;
    margin-bottom: 0;
}

header,
section,
footer {
    padding: var(--smPadding);
}

.owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 2rem;
    gap: 10px;
}

.owl-carousel .owl-dot {
    background-color: var(--secondaryColor);
    width: 30px;
    height: 10px;
    border-radius: 100px;
}

.owl-carousel .owl-dot.active {
    width: 60px;
}

.text-primary {
    color: var(--primaryColor) !important;
}

.text-secondary {
    color: var(--secondaryColor) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.w-fit {
    width: fit-content;
}

.light-bg {
    background-color: var(--lightBg);
}

.object-cover {
    object-fit: cover;
}

.shadow {
    box-shadow: 0 0rem 25px rgba(0, 0, 0, 0.15) !important;
}

.btn-primary {
    background-color: var(--primaryColor) !important;
    border-radius: 7px;
    padding: .4rem 1.5rem;
    border: 0;
}

.form-label {
    font-size: 18px;
    font-weight: bold;
}

.form-control {
    border: 0;
    border-radius: 100px;
    padding: .7rem 1rem;
    border: 1px solid var(--secondaryColor);
}

/* start header section */
header .navbar-brand {
    width: 150px;
}

/* end header section */

/* start banner section */
.banner {
    background: url('../img/banner-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/* end banner section */

/* start testimonial section */
.testimonial {
    background: url('../img/testimonial-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
}

/* end testimonial section */

/* start cta section */
.cta-box {
    background: url('../img/cta-bg.png') no-repeat;
    background-position: right;
    background-size: cover;
    padding: 3rem;
    border-radius: 25px;
}

/* end cta section */

/* start inner banner section */
.inner-banner {
    background: url('../img/inner-banner.png') no-repeat;
    background-size: cover;
    background-position: bottom;
}

.contact-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #048340;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 999999;
}

.contact-widget:hover {
    transform: translateY(-5px);
}

.contact-widget .details {
    /* display: none; */
    margin-top: 8px;
}

.contact-widget:hover .details {
    display: block;
}

.contact-widget a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

.contact-widget a:hover {
    text-decoration: underline;
}

.progress-container {
    position: relative;
    width: 120px;
    height: 120px;
}

.progress-circle {
    transform: rotate(-90deg);
}

circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease-out;
}

.bg-circle {
    stroke: #e6e6e6;
}

.fg-circle {
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
}

.circle1 .fg-circle { stroke: #28a745; }
.circle1 .progress-text span { color: #28a745; }

.circle2 .fg-circle { stroke: #28a745; }
.circle2 .progress-text span { color: #28a745; }

.circle3 .fg-circle { stroke: #28a745; }
.circle3 .progress-text span { color: #28a745; }

/* end inner banner section */