body {
    font-family: Arial, sans-serif;
}

.hero-section {
    background-color: #f8f9fa;
    padding: 20px 0;
}

.hero-section img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.wh-title {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
    color: rgb(0, 162, 255);
    text-transform: uppercase;
    /* Text shadow effect */
}

.peragraph {
    font-size: 16px;
    margin: 10px 0 30px;
    color: #222;
    font-weight: 400;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    align-content: center;
}

.content-section {
    background-color: #ffffff;
    padding: 20px 0;
}

.container h2 {
    font-weight: bold;
}

.point-box {
    background-color: #f1f4f8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.point-box h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.point-box p {
    font-size: 16px;
    margin: 10px 0 30px;
    color: #222;
    font-weight: 200;
}

.number-box {
    background-color: green;
    color: white;
    width: 40px;
    padding: 13px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 50%;
    margin-right: 15px;
}

.point-container {
    display: flex;
    margin-bottom: 30px;
}

.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-widget img {
    height: 50px;
    width: 50px;
}

.hero-section p {
    font-size: 16px;
    color: #555555;
    margin-top: 20px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.p-text {
    line-height: 1.8;
    font-size: 18px;
    color: #555555;
}