/* bnr */
.whtsapp-api-bnr-2 {
    padding: 55px 0;
    background-color: #ffffff;
    position: relative;
}

.whtsapp-api-bnr-2 .partner-badge,
.whtsap-api-inti-price .top-badge {
    background-color: #e8f5e9;
    color: #0fb45b;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.whtsapp-api-bnr-2 .main-heading {
    font-size: 38px;
    font-weight: 600;
    color: #111111d1;
    line-height: 54px;
}

.whtsapp-api-bnr-2 .main-heading span {
    color: #0fb45b;
    display: block;
}


.whtsapp-api-bnr-2 .description {
    font-size: 17px;
    color: #555555;
    margin-top: 15px;
    line-height: 29px;
}


.whtsapp-api-bnr-2 .feature-item {
    padding: 0 !important;
    width: 100%;
}

.whtsapp-api-bnr-2 .feature-item .icon-wrap {
    width: 58px;
    height: 58px;
    background-color: #f4f6f8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.whtsapp-api-bnr-2 .feature-item .icon-wrap i {
    font-size: 26px;
    color: #0fb45b;
}

.whtsapp-api-bnr-2 .feature-item p {
    font-size: 15.5px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 24px;
    text-align: center;
}

.whtsapp-api-bnr-2 .trust-text {
    font-size: 18px;
    color: #666666;
    width: 100%;
    margin: 15px 0 10px;
}

.whtsapp-api-bnr-2 .btn-group-wrap .btn {
    max-width: 214px !important;
}

.whtsapp-api-bnr-2 .rating-wrap img {
    width: 300px;
}

/* Responsive Optimization */
@media (max-width: 991px) {
    .whtsapp-api-bnr-2 .mockup-wrapper {
        padding-right: 0;
        margin-top: 40px;
    }
}

/* bnr */

/* features */

.whtsap-inti-fea-2 {
    background-color: #fafafa;
}

.whtsap-inti-fea-2 .industry-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whtsap-inti-fea-2 .industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(15, 180, 91, 0.1);
    border-color: #0fb45b;
}


.whtsap-inti-fea-2 .industry-card .icon-box {
    width: 60px;
    height: 60px;
    background-color: #e8f5e9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.whtsap-inti-fea-2 .industry-card .icon-box i {
    font-size: 27px;
    color: #0fb45b;
}

.whtsap-inti-fea-2 .industry-card h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 26px;
    margin: 0;
}

/* features */

/* price */


.whtsap-api-inti-price .price-card {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 1.4rem;
    padding: 0;
    box-shadow: none;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
}

.whtsap-api-inti-price .price-card:hover {
    transform: translateY(-3px);
}

.whtsap-api-inti-price .popular-card {
    border: 2px solid #0fb45b;
    animation: smoothGreenPulse 2s infinite linear;
}

.whtsap-api-inti-price .popular-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: #0fb45b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 50px;
    z-index: 2;
}

.whtsap-api-inti-price .card-header-part {
    padding: 28px 26px 18px;
    border-bottom: 1px solid #ececec;
}

.whtsap-api-inti-price .price-card h3 {
    font-size: 26px;
    font-weight: 500;
    color: #111111b5;
    margin-bottom: 10px;
    padding-top: 0;
}

.whtsap-api-inti-price .price-card p {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 16px;
    min-height: 48px;
}

.whtsap-api-inti-price .price-amount h2 {
    font-size: 36px;
    font-weight: 600;
    color: #111111ba;
    margin: 0;
    line-height: 1;
}

.whtsap-api-inti-price .price-amount h2 span {
    font-size: 16px;
    font-weight: 500;
    color: #7a7a7a;
}

.whtsap-api-inti-price .billing-cycle {
    font-size: 14px;
    color: #8a8a8a;
    display: block;
    margin-top: 8px;
    font-style: italic;
}

.whtsap-api-inti-price .btn-outline-custom,
.whtsap-api-inti-price .btn-filled-custom {
    margin: 22px 26px 0 !important;
    width: calc(100% - 52px) !important;
    max-width: calc(100% - 52px);
    border-radius: 0;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
}

.whtsap-api-inti-price .btn-outline-custom {
    border: 1px solid #dddddd;
    color: #0fb45b;
    background: #ffffff;
    transition: all 0.3s ease;
}

.whtsap-api-inti-price .btn-outline-custom:hover {
    background-color: #0fb45b;
    color: #ffffff;
    border-color: #0fb45b;
}

.whtsap-api-inti-price .btn-filled-custom {
    background-color: #0fb45b;
    color: #ffffff;
    border: 1px solid #0fb45b;
    transition: all 0.3s ease;
}

.whtsap-api-inti-price .btn-filled-custom:hover {
    background-color: #0c964b;
    border-color: #0c964b;
    color: #ffffff;
}

.whtsap-api-inti-price .feature-list {
    margin: 0;
    padding: 0 20px 16px;
    list-style: none;
}

.whtsap-api-inti-price .feature-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 6px;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.whtsap-api-inti-price .feature-list li:last-child {
    border-bottom: none;
}

.whtsap-api-inti-price .feature-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.whtsap-api-inti-price .feature-left span {
    font-size: 17px;
    line-height: 1.45;
    color: #111111;
    font-weight: 500;
}

.whtsap-api-inti-price .feature-right {
    flex-shrink: 0;
    text-align: right;
    font-size: 15px;
    line-height: 1.45;
    color: #7c7c7c;
    font-style: italic;
    font-weight: 400;
}

.whtsap-api-inti-price .feature-right.no-cost {
    color: #7c7c7c;
    font-style: italic;
}

.whtsap-api-inti-price .feature-info-icon,
.whtsap-api-inti-price .api-icon {
    font-size: 17px;
    color: #a5a5a5;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.whtsap-api-inti-price .feature-info-icon:hover,
.whtsap-api-inti-price .api-icon:hover {
    color: #0fb45b;
}

.whtsap-api-inti-price .status-check,
.whtsap-api-inti-price .status-cross {
    font-size: 20px;
    line-height: 1;
}

.whtsap-api-inti-price .status-check {
    color: #0fb45b;
}

.whtsap-api-inti-price .status-cross {
    color: #111111;
}

.whtsap-api-inti-price .tooltip .tooltip-inner {
    background-color: #111111;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 12px;
    max-width: 260px;
    text-align: left;
    border-radius: 6px;
}

.whtsap-api-inti-price .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #111111;
}

@keyframes smoothGreenPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(15, 180, 91, .35);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(15, 180, 91, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(15, 180, 91, 0);
    }
}


.whtsap-api-inti-price .custom-tooltip-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}


.whtsap-api-inti-price .custom-tooltip-text {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    background-color: #111111;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 6px;
    width: 220px;
    white-space: normal;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-weight: 400;
}


.whtsap-api-inti-price .custom-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #111111 transparent transparent transparent;
}


.whtsap-api-inti-price .custom-tooltip-wrapper:hover .custom-tooltip-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-10px);
    color: var(--white) !important;
    font-size: 14px;
    line-height: 23px;
}

/* price */

/* fea-2 */

.wts-ap-api-fea-3 {
    background: #f5f6fa;
}

.wts-ap-api-fea-3 .fea-title-line {
    width: 4rem;
    height: 0.3rem;
    background-color: #25d366;
    border-radius: 0.2rem;
}

.wts-ap-api-fea-3 .fea-card-box {
    background-color: #ffffff;
    border: 0.1rem solid #f0f2f5;
    border-radius: 1.6rem;
    box-shadow: 0 1rem 3rem rgba(0, 8, 27, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 1rem;
}

.wts-ap-api-fea-3 .fea-card-box:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.5rem 4rem rgba(0, 8, 27, 0.08);
}


.wts-ap-api-fea-3 .fea-icon-box {
    width: 5rem;
    height: 5rem;
    border-radius: 1.6rem;
    font-size: 2rem;
    box-shadow: inset 0 -0.4rem 0.6rem rgba(0, 0, 0, 0.1), 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
}

.wts-ap-api-fea-3 .box-green {
    background: linear-gradient(135deg, #e8f7ee, #25d366);
    color: #ffffff;
}

.wts-ap-api-fea-3 .box-purple {
    background: linear-gradient(135deg, #f3effc, #7f56da);
    color: #ffffff;
}

.wts-ap-api-fea-3 .box-orange {
    background: linear-gradient(135deg, #fff6e9, #ffa826);
    color: #ffffff;
}

.wts-ap-api-fea-3 .box-navy {
    background: linear-gradient(135deg, #f0f4f8, #1e3a8a);
    color: #ffffff;
}

.wts-ap-api-fea-3 .box-blue {
    background: linear-gradient(135deg, #e6f0ff, #0066ff);
    color: #ffffff;
}

.wts-ap-api-fea-3 .box-sky {
    background: linear-gradient(135deg, #e3f2fd, #0288d1);
    color: #ffffff;
}

.wts-ap-api-fea-3 .fea-item-title {
    color: #00081be0;
    font-size: 1.92rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.wts-ap-api-fea-3 .fea-item-desc {
    color: #5d6778c9;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

/* fea-2 */

/* wts-app-api-htl-futre */

.wts-ap-futre-htl-run {
    background: #fdf8f5;
}

.wts-ap-futre-htl-run .icon-check-wrapper {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e2f7ea;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.wts-ap-futre-htl-run .icon-check-wrapper i {
    color: #0cb55a;
    font-size: 2rem;
}

.wts-ap-futre-htl-run .checklist-text {
    color: #555555;
    font-size: 17px;
    line-height: 30px;
}

.wts-ap-futre-htl-run .btn-enquiry {
    background-color: #03230a;
    box-shadow: 0 0.4rem 1.2rem rgba(3, 35, 10, 0.15);
    transition: all 0.3s ease;
    /* margin-top: 2rem !important; */
}

.wts-ap-futre-htl-run .btn-enquiry:hover {
    background-color: #0cb55a;
    color: #ffffff;
    border-color: #0cb55a;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.6rem 1.6rem rgba(12, 181, 90, 0.25);
}

.wts-ap-futre-htl-run .mini-feature-card {
    background-color: #ffffff;
    border: 0.1rem solid #f1f3f0;
    border-radius: 1.2rem;
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.wts-ap-futre-htl-run .mini-feature-card:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 1.2rem 3rem rgba(12, 181, 90, 0.06);
    border-color: #e2f7ea;
}

.wts-ap-futre-htl-run .mini-icon-box {
    width: 4.7rem;
    height: 4.7rem;
    border-radius: 1rem;
    background-color: #f3fdf6;
    color: #0cb55a;
    font-size: 2.2rem;
    flex-shrink: 0;
}

.wts-ap-futre-htl-run .mini-card-title {
    color: #1a4d2e;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.wts-ap-futre-htl-run .mini-card-desc {
    color: #777777;
    font-size: 1.3rem;
    line-height: 1.4rem;
    padding-top: .5rem !important;
}

.wts-ap-futre-htl-run .futre-wtsap-rt-tle {
    font-size: 30px;
    color: #010101d6;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 37px;
}

/* wts-app-api-htl-futre */

/* 6-way-wtsapp-inti */

.six-way-wts-inti {
    background: #f5f6fa;
}

.six-way-wts-inti .benefit-item {
    margin-bottom: 22px;
    cursor: pointer;
}

.six-way-wts-inti .benefit-title {
    font-weight: 600;
    color: #0b2545;
    font-size: 20px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.six-way-wts-inti .benefit-number {
    color: #25d366;
    font-weight: 800;
}
.six-way-wts-inti .benefit-text {
    color: #475569;
    line-height: 1.6;
    padding-left: 25px;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease;
}

.six-way-wts-inti .benefit-text li {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 1.6rem;
}

.six-way-wts-inti .benefit-item:hover .benefit-text {
    max-height: 300px; 
    opacity: 1;
    padding-top: 5px;
    padding-bottom: 10px;
}

/* 6-way-wtsapp-inti */

/* wtsapp-busin-frm */

.ato-wts-ap-busin-sec .feature-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px 25px;
    margin-bottom: 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    max-width: 450px;
    border: 1px solid #f0f0f0;
}

.ato-wts-ap-busin-sec h2 {
    line-height: 48px;
}

.ato-wts-ap-busin-sec .icon-wrapper {
    background-color: #ff4e1d;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 0 15px rgba(255, 78, 29, 0.4);
    flex-shrink: 0;
}

.ato-wts-ap-busin-sec .icon-wrapper i {
    color: #ffffff;
    font-size: 20px;
}

.ato-wts-ap-busin-sec .feature-title {
    font-size: 17px;
    font-weight: 600;
    color: #444444cf;
    margin: 0;
}

.ato-wts-ap-busin-sec .form-container {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.ato-wts-ap-busin-sec .form-label {
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 9px;
}

.ato-wts-ap-busin-sec .form-label span {
    color: #ff4e1d;
}

.ato-wts-ap-busin-sec .form-control, .ato-wts-ap-busin-sec .form-select {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 15px;
}

.ato-wts-ap-busin-sec .form-control:focus,
.ato-wts-ap-busin-sec .form-select:focus {
    border-color: #ff4e1d;
    box-shadow: 0 0 0 0.2rem rgba(255, 78, 29, 0.15);
}

.ato-wts-ap-busin-sec .phone-input-group {
    display: flex;
    gap: 10px;
}

.ato-wts-ap-busin-sec .phone-country {
    width: 35%;
}

.ato-wts-ap-busin-sec .phone-number {
    width: 65%;
}

.ato-wts-ap-busin-sec .form-check-label {
    font-size: 1.4rem;
    color: #666666;
    line-height: 24px;
}

.ato-wts-ap-busin-sec .form-check-label a {
    color: #ff4e1d;
    text-decoration: none;
}

.ato-wts-ap-busin-sec .form-check-input:checked {
    background-color: #ff4e1d;
    border-color: #ff4e1d;
}

.ato-wts-ap-busin-sec .btn-submit {
    background-color: #ff4e1d;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 12px;
    border: none;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
    transition: background-color 0.2s ease;
}

.ato-wts-ap-busin-sec .btn-submit:hover {
    background-color: #e23e12;
    color: #ffffff;
}

/* wtsapp-busin-frm */