/* Index Page */

@media (max-width: 768px) {
    .container {
        padding: 0 15px; /* Add padding for mobile */
    }

    h4, h5 {
        text-align: center; /* Center text on mobile */
    }

    .btn-one {
        width: 100%; /* Full width buttons */
        margin-bottom: 10px; /* Space between buttons */
    }

    .Or {
        text-align: center; /* Center the OR text */
    }
}


div.text {
    width: 90%;
}

div.heroContent {
    padding: 55px 0;
}

div.cardGroup {
    display: flex;
    flex-direction: column;
}


div.cardGroup div.card {
        width: 60%;
}


div.heroContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 50px;
    padding: 55px 50px;
}

    div.heroContent div.header {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        justify-content: center;
        align-items: center;
    }

div.card {
    margin-left: 10px;
}

div.heroContent div.header h3 {
    font-size: 2rem;
}

div.heroContent div.header p {
    font-size: 1.7rem;
}

div.cardGroup {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

    div.cardGroup div.card {
        width: 30%;
        height: auto;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 15px;
    }

        div.cardGroup div.card div.icon {
            width: 12%;
            height: auto;
        }

div.MainCard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.cardGroup div.card div.icon img {
    width: 100%;
    height: 40px;
}

div.card header p {
    font-size: 1.4rem;
    font-weight: 900;
}

div.card .texts {
    #9C853E font-size: 1.1rem;
}

#background {
    background-color: ##9C853E;
}

#need {
    text-align: center;
    color: white;
}

#help {
    text-align: center;
    margin-right: 5px;
    font-weight: light;
}

#para {
    margin-left: 390px;
    font-family: Arial, Helvetica, sans-serif;
}

#button {
    margin-left: 390px;
}

#custom-btn {
    background-color: #9C853E; /* Green background color */
    border-color: #989898; /* Green border color */
    padding: 30px;
}

    #custom-btn:hover {
        background-color: #9C853E; /* Darker green background color on hover */
        border-color: #989898; /* Darker green border color on hover */
    }

#custom2-btn {
    background-color: #9C853E; /* Green background color */
    border-color: white;
    padding: 10px;
}

div.heroContent {
    padding: 55px 0;
}

div.cardGroup {
    display: flex;
    flex-direction: column;
}

    div.cardGroup div.card {
        width: 60%;
    }

#background {
    /*background-color: #9C853E;*/
}

#need {
    /*text-align: center;*/
    color: white;
}

#help {
    left: 0;
    /*text-align: center;*/
    /*margin-right: 5px;
		font-weight: light;*/
}

#para {
    color: white;
    /*margin-left: 390px;
		font-family: Arial, Helvetica, sans-serif;*/
}

#button {
    /*margin-left: 390px;*/
}

#custom-btn {
    background-color: #9C853E; /* Green background color */
    border-color: #989898; /* Green border color */
    ;
}

    #custom-btn:hover {
        background-color: #9C853E; /* Darker green background color on hover */
        border-color: #989898; /* Darker green border color on hover */
    }

#custom2-btn {
    background-color: white; /* Green background color */
}



/* PolicyClaim Page */
.curved-border {
    border-radius: 70px 30px 0 0;
    overflow: hidden;
}


/* PolicyPurchase Page */
input[type="radio"] {
    transform: scale(1.5);
    margin: 0 5px;
}

.kd-image-wrapper > .k-icon {
    font-size: 72px;
}
/* Breakpoints for full screen demo: max:599px, min:759px and max: 959 */
@@media (max-width: 678px), (min-width: 838px) and (max-width: 1038px), (min-width: 1241px) and (max-width: 1328px) {
    .kd-image-wrapper {
        display: none !important;
    }

    .kd-actions div {
        width: auto;
        flex-grow: 1;
    }

    .kd-content {
        margin-top: 24px;
    }
}
/* Breakpoint for full screen demo: max:359px */
@@media (max-width: 476px) {
    .kd-header {
        height: 100%;
    }

    .kd-header-core {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .kd-actions {
        flex-direction: column;
    }

        .kd-actions > div {
            margin-left: 0;
            margin-top: 8px;
        }

    .kd-content {
        display: none;
    }
}