* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-primary-rgb: 137, 137, 137;
    --bs-secondary-rgb: 251, 189, 35;
    --bs-success-rgb: 108, 108, 108;
    --bs-dark-rgb: 30, 130, 76;
}

/* ==================== Start Kashtbhanjan Daily Darshan Web ==================== */

.problem_bg {
    font-family: "Roboto", sans-serif;
    background: #FBBD23;
    max-width: 80%;
    margin-left: auto;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
}

.problem_text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #B42805;
}

.problem_text p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.solution_text {
    font-family: "Roboto", sans-serif;
    background: #FBBD23;
    max-width: 80%;
    margin-right: auto;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    padding: 20px 0;
}

.kashtbhanjan_fonts {
    background: #BE4324;
    color: #fff;
    padding: 80px 40px;
    font-family: "Poppins", sans-serif;
}

.kashtbhanjan_fonts .fonts_wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.kashtbhanjan_fonts .big_font {
    font-size: 500px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 4px #ffffff;
}

.kashtbhanjan_fonts .color_text {
    margin-top: 40px;
    font-size: 180px;
    font-weight: 800;
    opacity: 0.2;
    letter-spacing: 25px;
}

.kashtbhanjan_fonts .font_title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.kashtbhanjan_fonts .font_desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
}

.kashtbhanjan_fonts .alphabet {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 25px;
}

.kashtbhanjan_fonts .numbers {
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.kashtbhanjan_fonts .color_palette {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.color_palette {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.kashtbhanjan_fonts .color_box {
    width: 70px;
    height: 140px;
    border-radius: 40px;
    border: 4px solid #fff;
}

.color_box {
    flex: 1;
    min-width: 140px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}

.kashtbhanjan_fonts .color1 {
    background: #BE4324;
}

.kashtbhanjan_fonts .color2 {
    background: #FBBD23;
}

.kashtbhanjan_fonts .color3 {
    background: #ffffff;
}

.kashtbhanjan_fonts .color4 {
    background: #2F2F2F;
}

.kashtbhanjan_powered {
    position: absolute;
    left: 40%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.features_wrapper {
    position: relative;
}

.features_card {
    background-color: #b32600;
    color: #ffffff;
    border-radius: 24px;
    padding: 40px 35px;
    position: relative;
    z-index: 2;
}

.features_card h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.features_card p {
    font-size: 14px;
    line-height: 1.6;
}

.features_shape {
    width: 120px;
    height: 120px;
    background-color: #ffc107;
    border-radius: 24px;
    position: absolute;
    z-index: 1;
}

.shape_top {
    top: -20px;
    right: -20px;
}

.shape_bottom {
    bottom: -20px;
    left: -20px;
}

.kashtbhanjan_thank_you span {
    border-radius: 30px;
    color: #09012E;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    border: 1px solid #B42805;
}

/* ==================== End Kashtbhanjan Daily Darshan Web ==================== */
