/* WLD Builder Laravel custom Tailwind CSS.
   Add project-specific utility classes, component classes, or overrides here.
   This file is loaded on the public frontend after the builder frontend CSS. */
h2,h3,h4,h5,h1 {
text-transform: capitalize;
}

h2 {
font-weight: 600;
}
h3 {
font-size: 20px;
font-weight:500;
}

h4 {
font-size: 18px;
font-weight: 500;
}
.mgbt0 {
margin-bottom: 0;
}

/* icon */

.show-messageners-block .messanger.call-back.msg-item-phone svg {
margin-left: -10px;
}
.icons-line > span:nth-child(3) svg {
margin-left:3px;
}



/* bang gia */


 .wld-pricing-section {
            padding: 90px 20px;
            background:
                radial-gradient(circle at top left, rgba(242, 183, 5, 0.18), transparent 32%),
                radial-gradient(circle at bottom right, rgba(117, 146, 66, 0.22), transparent 34%),
                #f7f9f1;
        }

        .wld-pricing-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .wld-pricing-heading {
            max-width: 760px;
            margin: 0 auto 50px;
            text-align: center;
        }

        .wld-pricing-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 18px;
            margin-bottom: 16px;
            border-radius: 999px;
            background: #fff4c6;
            color: #8a6500;
            font-size: 14px;
            font-weight: 700;
        }

        .wld-pricing-heading h2 {
            margin: 0 0 16px;
            color: #374709;
            font-size: 42px;
            line-height: 1.2;
        }

        .wld-pricing-heading p {
            margin: 0;
            color: #5c6650;
            font-size: 17px;
            line-height: 1.7;
        }

      

        .wld-pricing-card {
            position: relative;
            display: flex;
           
            min-height: 100%;
            padding: 32px 24px 26px;
            border-radius: 26px;
            background: rgba(255, 255, 255, 0.95);
            border: 1px solid rgba(55, 71, 9, 0.10);
            box-shadow: 0 18px 45px rgba(55, 71, 9, 0.10);
            overflow: hidden;
            transition: 0.3s ease;
        }

        .wld-pricing-card::before {
            content: "";
            position: absolute;
            top: -70px;
            right: -70px;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background: rgba(242, 183, 5, 0.16);
        }

        .wld-pricing-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 26px 70px rgba(55, 71, 9, 0.16);
        }

        .wld-pricing-card.is-popular {
            border: 2px solid #f2b705;
            transform: translateY(-14px);
        }

        .wld-pricing-card.is-popular:hover {
            transform: translateY(-20px);
        }

        .wld-popular-label {
            position: absolute;
            top: 18px;
            right: 18px;
            z-index: 2;
            padding: 7px 13px;
            border-radius: 999px;
            background: #f2b705;
            color: #26310d;
            font-size: 13px;
            font-weight: 700;
        }

        .wld-pricing-icon {
            position: relative;
            z-index: 2;
            width: 58px;
            height: 58px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            border-radius: 18px;
            background: linear-gradient(135deg, #fff1ad, #e7f2d0);
            font-size: 28px;
        }

        .wld-pricing-card h3 {
            position: relative;
            z-index: 2;
            margin: 0 0 10px;
            color: #374709;
            font-size: 24px;
        }

        .wld-pricing-desc {
            position: relative;
            z-index: 2;
            min-height: 72px;
            margin: 0 0 22px;
            color: #616b55;
            font-size: 15px;
            line-height: 1.6;
        }

        .wld-pricing-price {
            position: relative;
            z-index: 2;
            margin-bottom: 22px;
            padding-bottom: 22px;
            border-bottom: 1px solid rgba(55, 71, 9, 0.12);
        }

        .wld-pricing-price span {
            display: block;
            margin-bottom: 6px;
            color: #7b846e;
            font-size: 14px;
        }

        .wld-pricing-price strong {
            display: block;
            color: #374709;
            font-size: 30px;
            line-height: 1.1;
        }

        .wld-pricing-price small {
            display: block;
            margin-top: 6px;
            color: #7b846e;
            font-size: 13px;
        }

        .wld-pricing-features {
            position: relative;
            z-index: 2;
            flex: 1;
            list-style: none;
            padding: 0;
            margin: 0 0 28px;
        }

        .wld-pricing-features li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 13px;
            color: #46503b;
            font-size: 15px;
            line-height: 1.5;
        }

        .wld-pricing-features li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 1px;
            width: 18px;
            height: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #759242;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
        }

        .wld-pricing-note {
            position: relative;
            z-index: 2;
            margin: 0 0 22px;
            padding: 12px 14px;
            border-radius: 14px;
            background: #f6f9ee;
            color: #5d674f;
            font-size: 13px;
            line-height: 1.5;
        }

        .wld-pricing-btn {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 48px;
            padding: 12px 18px;
            border-radius: 999px;
            background: #374709;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-weight: 700;
            transition: 0.3s ease;
        }

        .wld-pricing-btn:hover {
            background: #f2b705;
            color: #26310d;
        }

        .wld-pricing-card.is-popular .wld-pricing-btn {
            background: #f2b705;
            color: #26310d;
        }

        .wld-pricing-card.is-popular .wld-pricing-btn:hover {
            background: #374709;
            color: #fff;
        }

        @media (max-width: 1100px) {
           

            .wld-pricing-card.is-popular {
                transform: none;
            }

            .wld-pricing-card.is-popular:hover {
                transform: translateY(-8px);
            }
        }

        @media (max-width: 640px) {
            .wld-pricing-section {
                padding: 60px 16px;
            }

            .wld-pricing-heading {
                margin-bottom: 34px;
            }

            .wld-pricing-heading h2 {
                font-size: 30px;
            }

            .wld-pricing-heading p {
                font-size: 15px;
            }

         

            .wld-pricing-card {
                padding: 30px 22px 24px;
            }

            .wld-pricing-desc {
                min-height: auto;
            }

            .wld-pricing-price strong {
                font-size: 28px;
            }
        }