* {
    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 Quick Tools Web ==================== */
.protool_typography {
    background: #0e0e0e;
    padding-top: 80px;
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
}

.typography span {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #444;
    border-radius: 25px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.protool_text {
    font-size: 300px;
    font-weight: 300;
}

.protool_weights p {
    list-style: none;
    font-size: 24px;
    margin: 3px 0;
}

.protool_para {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 15px;
    max-width: 500px;
}

.protool_alphabets p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: "Bricolage Grotesque", sans-serif;
}

.protool_font_img {
    text-align: right;
    position: relative;
}

.protool_num_font {
    font-size: 170px;
    font-weight: 700;
}

.protool_font_name {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 1px;
}

.protool_color_shape {
    margin-top: 80px;
    position: relative;
    display: inline-block;
}

.protool_color_bg {
    width: 220px;
    height: 250px;
    border: 1px solid #777;
    position: absolute;
    top: 30px;
    right: 50px;
}

.protool_shape_gradient {
    width: 220px;
    height: 250px;
    background: linear-gradient(140.39deg, #A17FD6 3.39%, #C68FC7 96.61%);
    position: relative;
    z-index: 2;
}

.protool_color {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0;
    width: 100%;
    padding: 50px 0;
}

.protool_color .color-box {
    height: 350px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.protool_color .color-box span {
    margin-top: 15px;
    margin-left: 15px;
    padding: 6px 18px;
    border: 2px solid white;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.1);
}

.smart_tech_img_1 img {
    position: absolute;
    top: 1%;
    left: 0;
    z-index: 1;
}

.tech_title h2 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    line-height: normal;
}

.smart_technology p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}

.smart_tech_img img {
    position: absolute;
    top: 1%;
    right: 0;
    z-index: 1;
}

.product-content h2 {
    font-family: "Nosifer", sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #D85594;
}

.product-content p, .product-content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
}

.product-content ul {
    padding-left: 20px !important;
}

.product-content ul li {
    list-style: disc;
}

.product-vector img {
    position: absolute;
    top: 0;
    right: 0;
}

.protool_section {
    background: #f6f7ff;
}

.protool_card {
    position: relative;
    background: linear-gradient(135deg, #f7f8ff, #ffffff);
    border-radius: 28px;
    padding: 50px;
    /*overflow: hidden;*/
}

.protool_title {
    font-size: 40px;
    font-weight: 700;
    color: #333349;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.protool_desc {
    font-size: 20px;
    color: #333349;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 1.7;
    margin-bottom: 16px;
}

.protool_list {
    padding-left: 0;
    margin: 20px 0;
    list-style: unset;
}

.protool_list li {
    list-style: none;
    font-size: 20px;
    color: #333349;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.protool_blob {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 30%,
        #7f8cff,
        #c77dff,
        #ffd6a5
    );
    filter: blur(60px);
    margin-left: auto;
}

.protool_Problem h5 {
    color: #A581D4;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.protool_Problem p {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    color: #333349;
}

.protool_Problem ul li {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    color: #333349;
}

.protool_thank_you span {
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background-color: #000;
}

/* ==================== End Quick Tools Web ==================== */
