.box-story * {
    background-color: transparent;
}

.box-story {
    background: #ffff !important;
}


.box-story {
  padding: 30px;
    border-radius: 8px;
}

/* Force white background for section */
.section.pt-100.pb-100.bg-2 {
    background-color: #ffffff !important;
    background-image: none !important;
}


.box-bg-term {
    background-color: #d07830 !important;
    color: #ffffff;
    padding: 20px;
}





/* for remove markers
/* Disable all list markers (bullets/numbers) */
.content-term .ck-content ul {
    list-style-type: none !important; /* Remove bullets/numbers */
    margin-left: 0 !important;        /* Optional: remove extra indentation */
    padding-left: 0 !important;       /* Optional: remove extra padding */
}



.btn.btn-brand-1 {
    color: #ffffff !important;
}




/* Force all content inside the shortcode to align left */
.everything-will-become-one,
.everything-will-become-one * {
    text-align: left !important;
}

/* If content is in right column or flex item */
.everything-will-become-one .content,
.everything-will-become-one .right,
.everything-will-become-one .box,
.everything-will-become-one .item {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}







/* Target DelightChat WhatsApp button */
.wa-chat-widget,
.wa-chat-widget * {
    transition: all 0.3s ease-in-out;
}

/* WhatsApp widget scale down to 40% */
[id*="wa-widget"],
[class*="wa-widget"],
iframe[src*="whatsapp"],
div[style*="z-index: 999999"] {
    transform: scale(0.9); /* 100% = ~100% smaller */
    transform-origin: bottom right;
}




/* Target the DelightChat WhatsApp button */
div[style*="z-index: 999999"] {
    position: fixed;
    bottom: 20px;   /* Adjust distance from bottom */
    left: 20px;     /* Adjust distance from left/right */
    z-index: 999999;
    transform-origin: bottom left;
    transition: all 0.3s ease-in-out;
}

/* Hover animation: scale + glow */
div[style*="z-index: 999999"]:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
    box-shadow: 0 12px 25px rgba(22, 190, 69, 0.45); /* Glow effect */
}

/* Pulse animation: subtle attention effect */
@keyframes waPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 190, 69, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(22, 190, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(22, 190, 69, 0);
    }
}

div[style*="z-index: 999999"] {
    animation: waPulse 2.5s infinite;
}






/* Hide the text inside h5.color-brand-1 only inside contact-page-banner */
.contact-page-banner h5.color-brand-1 {
    font-size: 0;      /* hide the text */
    line-height: 0;    /* remove vertical space */
    color: transparent; /* make text invisible if needed */
}














.box-radius-bottom {
    background-color: #ffffff;
}




.color-brand-2 {
    color: #ffff !important;
}





.box-banner-abs {
    background-color: #ffffff;
}




.card-offer-style-3 .card-head,
.head-bg-brand-2 .card-offer-style-3 .card-head,
.head-bg-5 .card-offer-style-3 .card-head,
.head-bg-2 .card-offer-style-3 .card-head {
    background-color: #def0ff;
    color: #def0ff;
}



.section.pt-0.pb-50.bg-core-value.bg-7.mb-40.mt-100 {
    background-color: #c6e4ff !important;
}











.header-nav .main-menu .active a {
  color: rgb(0 0 0);}
  
  
  
  
  
  
/*.box-info-banner11 {
    background-color: transparent !important;
    padding: 80px 50px !important;
}




.color-grey-500 {
  color: #ffff;}



.color-brand-1 {
    color: rgb(255 255 255) !important;
} */





.box-info-banner11 {
   
    background-color: rgb(255 255 255 / 50%) !important;
}







/*.box-story {
    margin: -20%;
    padding: 90px;
    border-radius: 12px;*/

}





.box-bg-term {
    background-color: #fff !important;
    color: #ffffff;
    padding: 20px;