.toast-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

.toast-error {
    background-color: #dc3545 !important;
    color: #fff !important;
}

.toast {
    border-radius: 6px;
    font-weight: 500;
    padding: 16px;
    font-size: 14px;
}

/* .kg-right-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 97vh;
} */

.why-choose-section{
  height: 97vh;
}

@media (max-width: 1024px) {
    .kg-right-img {
        padding: 40px 20px;
    }
}

.kg-button-message {
    float: right;
}

.bg-custom {
    background: url('/assets/images/logo/back_shap.png') no-repeat center center;
    background-size: cover;
}

.bg-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    /* adjust for darkness */
    z-index: 1;
}

.bg-custom>* {
    position: relative;
    z-index: 2;
}

@media screen and (max-width:991px) {
    .conatct-form .content {
        position: relative !important;
    }
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
}

/* .conatct-form .xyz {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
} */

.content-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 768px) {
    .content-box {
        text-align: center;
    }

    .title,
    .stat-number,
    .stat-description {
        text-align: center !important;
    }
}

.title {
    margin-top: -10px;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
}

.stat-block {
    opacity: 0;
    transform: translateY(30px);
    animation: slideFade 0.6s ease forwards;
}

.stat-block:nth-child(2) {
    animation-delay: 0.2s;
}

.stat-block:nth-child(3) {
    animation-delay: 0.4s;
}

.stat-block:nth-child(4) {
    animation-delay: 0.6s;
}

@keyframes slideFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-number {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 5px;
}

.stat-description {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
}

.group-ventures-title {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #8a8a8a;
}

.links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 768px) {
    .links {
        justify-content: center;
        gap: 20px;
    }

    .group-ventures-title {
        text-align: center;
        font-size: 18px;
        margin-top: 50px;
    }
}

.links li {
    display: inline-block;
}

.links img {
    height: 40px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.links img:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .title {
        font-size: 22px;
        margin-bottom: 30px;
        padding-top: 10%;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-description {
        font-size: 13px;
    }

    .group-ventures-title {
        font-size: 18px;
    }
}

@media (max-width: 992px) {

    .col-lg-8,
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

body {
    font-family: 'Arial', sans-serif;
}

.thankyou-card {
    background: #fff;
    max-width: 500px;
    margin: 0px auto;
    padding: 30px 30px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #ced4da;
    /* box-shadow: 0 8px 30px rgba(0, 109, 252, 0.2); */
}

.thankyou-card img {
    width: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    padding: 10px;
}

.thankyou-card h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.thankyou-card p {
    font-size: 14px;
    color: #555;
}

@media screen and (max-width:991px) {
    .thankyou-card {
        padding: 20px;
    }
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    margin: 0 8px;
    font-size: 20px;
    color: #3b3b3b;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #3d71ff;
}

.venture-img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.custom-button-color {
    background-color: #00a168 !important;
    border-color: #00a168 !important;
}

.custom-wellness-button-color {
    background-color: #0c6653 !important;
    border-color: #0c6653 !important;
}

.custom-crm-button-color {
    background-color: #068653 !important;
    border-color: #068653 !important;
}