.hero:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 50%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.vision-card {
    background-size: cover !important;
    height: 550px;
    border: none;
    position: relative;
}

.vision-text {
    background: linear-gradient(to right, rgba(40, 167, 69, 1), rgba(133, 224, 133, 0.8));
    border-top-right-radius: 10px;
    max-width: 80%;
}

.vision-text h5 {
    color: #ffffff;
}

.vision-text p {
    color: #e0f7e9;
    margin: 0;
}

.call-to-action:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* carousel nav butto */

.custom-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1000;
    left: 0;
}

.custom-carousel .owl-nav button.owl-prev,
.custom-carousel .owl-nav button.owl-next {
    background: #ffffff82 !important;
    border: 1px solid #696868 !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none !important;
    transition: transform 0.2s ease;
}

.custom-carousel .owl-nav i {
    color: #696868 !important;
    font-size: 100%;
}

.custom-md-carousel .owl-dots {
    text-align: center;
}

.custom-md-carousel .owl-dots .owl-dot span {
    width: 37px !important;
    height: 5px !important;
    margin: 15px 3px !important;
    background: #d6d6d6;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity 0.2s ease;
    border-radius: 0 !important;
}

.custom-md-carousel .owl-dots .owl-dot.active span {
    background: rgb(147, 162, 157) !important;
}

/* .owl-carousel .owl-stage {
  cursor: grab;
} */

/* testimonial */

.testimonial-card {
    background-color: #ffffff;
    border: none;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.quote-icon {
    font-size: 2rem;
    color: #28a745; /* Bootstrap green or close match */
}

.testimonial-text {
    margin: 1rem 0;
    color: #333;
}

.testimonial-author {
    color: #555;
    margin-top: auto;
}

.arrow-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.arrow-buttons button {
    background: #ffffff82 !important;
    border: 1px solid #696868 !important;
    width: 50px;
    height: 50px;
    border-radius: 5% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none !important;
    transition: transform 0.2s ease;
}

.arrow-buttons button i {
    color: #696868 !important;
    font-size: 100%;
    cursor: pointer;
}

.arrow-buttons button:hover {
    background-color: #f0f0f0;
}

.line-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}

.line-heading::before,
.line-heading::after {
    content: "";
    flex: 1;
    border-bottom: 1.5px solid #4caf50;
    margin: 0 10px;
}

.line-heading span {
    font-weight: bold;
    color: #222;
}

.policy-card {
    background: var(--gr-green-blue);
    width: 95%;
    height: 100%;
    padding: 20px 10px 20px 30px;
    border-radius: 0 20px 0 0;
    display: flex;
    align-items: center;
}

.number-box {
    position: absolute;
    left: -14%;
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.number-text {
    position: absolute;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom:0 !important;
    font-family: var(--heading-font) !important;
}

@media screen and (max-width:370px){
    .col-box{
        padding-right: 0px !important;
        padding-left: calc(var(--bs-gutter-x) * .7);
    }
}

