body {
    overflow-y: auto;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.divider {
    font-size: 24px;
    display: flex;
    align-items: center;
}

.divider::before {
    flex: 1;
    content: "";
    padding: 2px;
    /* background-color: #ffc800; */
    background: linear-gradient(to left, white, white, transparent);
    margin: 5px;
}

.divider::after {
    flex: 1;
    content: "";
    padding: 2px;
    /* background-color: #ffc800; */
    background: linear-gradient(to right, white, white, transparent);
    margin: 5px;
}

.card {
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
    transition: 0.2s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
        0.3s box-shadow,
        0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
    /* overflow: hidden; */
}
.card .card-title {
    text-align: start;
}
.card .card-text {
    text-align: start;
}
/* Assigning properties to inner 
            content of card  */
.card__inner {
    color: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 1;
    padding: 2rem 1.3rem 2rem 2rem;
    transition: 0.3s ease-in-out 0s;
}
/* On hovering card opacity of 
                content must be 1*/
.card__inner {
    opacity: 1;
}

/* General property for heading 
                and paragraph*/
.card__inner h2 {
    margin-top: 1rem;
    color: white;
}

.card__inner p {
    /* overflow-y: scroll; */
    height: 100%;
    padding-right: 1rem;
    font-weight: 200;
    line-height: 2.5rem;
    margin-top: 1.5rem;
    transition: all 0.4s ease 0s;
}
.card:hover {
    /* transform: scale(1.01); */
    transform: translatey(2%);
    border: 1px solid #018004;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.map-responsive {
    overflow: hidden;
    /* padding-bottom: 50%; */
    position: relative;
    height: 70vh;
    width: 100%;
}
.map-responsive iframe {
    /* overflow: hidden; */
    /* padding-bottom: 50%; */
    /* position: relative; */
    height: 70vh;
    width: 100%;
}

.rounded {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: white;
    padding: 1px;
    margin: mx-auto;
    /* width: 2px;
    height: 2px; */
}

/* slide ladning page */

.step-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-img-box::before,
.step-img-box::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-img-box::before {
    padding-bottom: 60%;
    background-color: #018001;
    width: 60%;
    z-index: -2;
}

.step-img-box::after {
    padding-bottom: 45%;
    background-color: #05c069;
    width: 45%;
    z-index: -1;
}

.step-img {
    width: 35%;
    z-index: 10;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-sectionnm,
.hero-sectionnn > .container > .row {
    height: 100vh;
    /* min-height: 880px; */
}
.hero-sectionnn {
    background: #017200;
    position: relative;
}
.hero-sectionnn h1,
.hero-sectionnn h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
    .hero-sectionnn h1,
    .hero-sectionnn h2 {
        font-size: 2.5rem;
        text-align: center;
        color: #fff;
        margin-top: 40px;
    }
}
.hero-sectionnn p {
    font-size: 18px;
    color: #fff;
}

/*  */
.hero-sectionn {
    background: linear-gradient(
            to right,
            rgba(30, 41, 59) 0%,
            /* rgba(37,211,102, 0.8) 0%, */ rgba(1, 128, 1, 0.8) 100%
        ),
        url(../img/hero-bg.jpg);
    position: relative;
}
.container {
    z-index: 2;
    position: relative;
}
section {
    overflow: hidden;
}
.hero-sectionn .wave {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: -150px;
}

@media screen and (max-width: 992px) {
    .hero-sectionn .wave {
        bottom: -180px;
    }
}

.hero-sectionn .wave svg {
    width: 100%;
}

.hero-sectionn,
.hero-sectionn > .container > .row {
    height: 100vh;
    min-height: 880px;
}

.hero-sectionn.inner-page {
    height: 60vh;
    min-height: 0;
}

.hero-sectionn.inner-page .hero-text {
    transform: translateY(-150px);
    margin-top: -120px;
}

@media screen and (max-width: 992px) {
    .hero-sectionn.inner-page .hero-text {
        margin-top: -80px;
    }
}

.hero-sectionn h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .hero-sectionn h1 {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    .hero-sectionn .hero-text-image {
        margin-top: 4rem;
    }
}

.hero-sectionn p {
    font-size: 18px;
    color: #fff;
}

.hero-sectionn .iphone-wrap {
    position: relative;
}

@media screen and (max-width: 992px) {
    .hero-sectionn .iphone-wrap {
        text-align: center;
    }
}

.hero-sectionn .iphone-wrap .phone-2,
.hero-sectionn .iphone-wrap .phone-1 {
    position: absolute;
    top: -50%;
    overflow: hidden;
    left: 0;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .hero-sectionn .iphone-wrap .phone-2,
    .hero-sectionn .iphone-wrap .phone-1 {
        position: relative;
        top: 0;
        max-width: 100%;
    }
}

.hero-sectionn .iphone-wrap .phone-2,
.hero-sectionn .iphone-wrap .phone-1 {
    width: 250px;
}

@media screen and (max-width: 992px) {
    .hero-sectionn .iphone-wrap .phone-1 {
        margin-left: -150px;
    }
}

.hero-sectionn .iphone-wrap .phone-2 {
    margin-top: 50px;
    margin-left: 100px;
    width: 250px;
}

@media screen and (max-width: 992px) {
    .hero-sectionn .iphone-wrap .phone-2 {
        width: 250px;
        position: absolute;
        margin-top: 0px;
        margin-left: 100px;
    }
}

/* SOCIAL ICONS */
/* /////////////////// */
.section-featured {
    padding: 4.8rem 0 3.2rem 0;
}
.icon-bar {
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    font-size: 4rem;
    text-align: center;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    /* padding-left: 0.75rem; */
    /* padding-right: 0.75rem; */
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    color: white;
}

.icon-bar a:hover {
    color: #000;
}

.phone {
    background: #495057;
    color: white;
}
/* services */
.bsb-service-8 {
    background-position: 50%;
    background-size: cover;
}
@media (min-width: 768px) {
    .bsb-service-8 > .row {
        min-height: 600px;
    }
}
@media (min-width: 1200px) {
    .bsb-service-8 > .row {
        min-height: 715px;
    }
}
.bsb-service-8 .text-shadow-head {
    text-shadow: 3px 3px 2px #fff;
}
.bsb-service-8 .text-shadow-body {
    text-shadow: 1px 1px 1px #fff;
}

#verticalCarousel {
    height: 500px; /* Adjust based on your needs */
    overflow: hidden;
}

#verticalCarousel .carousel-inner {
    height: 100%;
}

#verticalCarousel .carousel-item {
    transition: transform 1s ease-in-out;
    height: 100%;
}

#verticalCarousel .carousel-item-next:not(.carousel-item-start),
#verticalCarousel .active.carousel-item-end {
    transform: translateY(100%);
}

#verticalCarousel .carousel-item-prev:not(.carousel-item-end),
#verticalCarousel .active.carousel-item-start {
    transform: translateY(-100%);
}

/* Optional: Custom indicator styling */
.carousel-indicators-vertical {
    right: 20px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators-vertical [data-bs-target] {
    margin: 5px 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}