.morphbutton.big-button{
    display: block !important;
}

body.woocommerce-page .morphbutton.big-button{
    display: none !important;
}

.morphbutton-content {
  background-color:#0234D5;
  position: fixed;
  z-index: 801;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
  pointer-events: none;
  transform: translate(0%, 0%);
  overflow-y: auto; border-radius: 10px; }
  body.morphbutton-modal-active .morphbutton-content.active {
    top: 0     !important;
    left: 0     !important;
    bottom: 0;
    width: 100%  !important;
    max-height: 100%  !important;
    pointer-events: auto;
    visibility: visible; }

    @media (min-width: 600px) {
      body.morphbutton-modal-active .morphbutton-content.active {
        width:calc(100% - 30px);
        max-width:calc(800px - 30px) !important;
        top: 50%          !important;
        left: 50%         !important;
        bottom: inherit;
        transform: translate(-50%, -50%); } 
    .image_cards {
        padding: 70px 15px 40px !important;
    }
    }
  .morphbutton-content.active {
    opacity: 1; }

body::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 800;
  opacity: 0;
  transition: opacity .5s .2s;
  pointer-events: none; }

body.morphbutton-modal-active::before {
  opacity: 0.1;
  pointer-events: auto; }

.morphbutton-close {
  top: 0;
  right: 0;
  background: none;
  border: none;
  position: absolute; }

.morphbutton-content > * {
  opacity: 0;
  transition: opacity 0.5s; }

.morphbutton-content.active > * {
  opacity: 1; }

.morphbutton-cascade * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.4s; }

.morphbutton-content.active .morphbutton-cascade > * {
  opacity: 1;
  transform: translateY(0); }

.morphbutton-cascade > *:first-child {
  transition-delay: 0.4s; }

.morphbutton-cascade > *:nth-child(2) {
  transition-delay: 0.45s; }

.morphbutton-cascade > *:nth-child(3) {
  transition-delay: 0.5s; }

.morphbutton-cascade > *:nth-child(4) {
  transition-delay: 0.55s; }

.morphbutton-cascade > *:nth-child(5) {
  transition-delay: 0.6s; }

.morphbutton-cascade > *:nth-child(6) {
  transition-delay: 0.65s; }

.morphbutton-cascade > *:nth-child(7) {
  transition-delay: 0.7s; }

.morphbutton-cascade > *:nth-child(8) {
  transition-delay: 0.75s; }


.image_cards { display: grid; padding: 70px 40px; gap: 0 40px; grid-template-columns: repeat(2, auto); }
.image_cards .image_card { text-align: center; }
.image_cards .image_card h2 { color: #fff; font-size: 80px; }
.image_cards .image_card h3 { color: #fff; font-size: 30px; }
.image_cards .image_card .short_text { font-family: 'Poppins'; font-size: 18px; line-height: 28px; color: #fff; }
.image_cards .image_card .default_btn { margin-top: 30px; }
.image_cards .image_card .default_btn a { font-family: 'Poppins'; display: inline-block; padding: 20px 35px; font-size: 14px; background-color: #FF55B0; border-radius: 0px; color: #fff; font-weight: 700; text-transform: uppercase;
  transition: all 0.2s ease-in-out; overflow: hidden; position: relative; }


.morphbutton-content.active .morphbutton-close { border: none; padding: 0; width: 40px; height: 40px; background: #fff; border-radius: 50%; right: 20px; top: 20px; }
.morphbutton-content.active .morphbutton-close:after { position: absolute; left: 10px; top: 20px; display: block; content: ''; border: 0; height: 2px; width: 20px; background: #FF55B0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.morphbutton-content.active .morphbutton-close:before { position: absolute; left: 10px; top: 20px; display: block; height: 2px; content: ''; background: #FF55B0; width: 20px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg); transform: rotate(-45deg); }


@media (max-width:767px) {
  .image_cards { padding: 70px 15px; grid-template-columns: repeat(1, auto); }
  .image_cards .image_card { margin-bottom: 30px; }
}
@media (min-width: 600px) {
	.morphbutton-content{ 
		width: calc(100% - 30px);
		max-width: calc(800px - 30px) !important;
	}
} 

#test2, #test3 {
    /* background-color: #Ff55B0 !important; */
}



.image_cards {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.image_card {
    background-color: #0234D5;
    border-radius: 200px;
    padding-top: 75px;
    padding-bottom: 75px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .image_cards { gap: 15px; padding: 70px 15px 0; }
    .image_cards .image_card { border-radius: 10px; padding-top: 40px; padding-bottom: 40px; margin-bottom: 0; }
    .image_cards .image_card h2 { font-size: 50px; }
    .image_cards .image_card h3 { font-size: 20px; }

    .image_cards .image_card .short_text { font-size: 14px; line-height: 1.571; }

    .image_cards .image_card .default_btn a { padding: 15px 25px; }
}

@media only screen and (max-width: 599px) {
    body.morphbutton-modal-active .morphbutton-content.active { top: 10% !important; max-height: 80% !important; height: fit-content;}
    body.morphbutton-modal-active .image_cards { padding: 70px 15px 70px; }
}

@media only screen and (min-width: 1400px) {
    .morphbutton.big-button {
        right: calc((100vw - 1360px) / 2) !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .morphbutton.big-button {
        right: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .morphbutton.big-button {
        width: 100% !important;
        text-align: center;
        right: 0 !important;
    }
}

/* 2025 new style */
.morphbutton-content-container{
    display: flex;
    column-gap: 30px;
    padding: 30px;
}

@media(max-width: 768px){
    .morphbutton-content-container{
        padding: 15px;
    }
}

.morphbutton-content-container h2,
.morphbutton-content-container p    {
    color: #fff;
}

.morphbutton-content-container img{
    border-radius: 10px;
    object-fit: cover;
}

.morphbutton-content-container a{
    background-color: #FF55B0;
    border: none;
    border-radius: 0px;
    color:  #fff;
    padding: 6px 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    position: relative;
    display: block;
    width: fit-content;
}

.morphbutton-content-container a:visited,
.morphbutton-content-container a:hover{
    color: #fff;
}

@media (min-width: 992px){
    .morphbutton-content-container a{
        padding: 10px 30px;
        font-size: 15px;
        font-weight: 700;
    }

    .morphbutton-content-container a::after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: 1;
    }

    .morphbutton-content-container a:hover::after {
        left: 120%;
        transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
    }
}