



    .previewBox{
    position:relative;

    }
    .previewBox .sr-only{
    display:none;
    }


    .wppro_slider_btn_container{
        display:flex;
    }

    .wpproSlider_gradient-text {
    color: #000; /* fallback for accessibility / forced styles */
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    }

    .wpproSlider_gradient-bg {
    color: #000; /* fallback for accessibility / forced styles */
    background: linear-gradient(90deg, #ff7e5f, #feb47b);

    }

    .sid-8IptYt2nl1jwpproSlider{
    ;
    }
    .sid-8IptYt2nl1jwpproSlider button:focus,
    .sid-8IptYt2nl1jwpproSlider a:focus,.wppro_slider_btn button:focus,.wppro_slider_btn a:focus {
    outline: 2px solid #007bff !important;
    outline-offset: 5px !important;
    border-radius: 5px;
    border: none !important;
    /*background-color: transparent !important;*/
    z-index: 999999999;
    }

    .thumbSwiper {
    margin-top:5px;

    box-sizing: border-box;
    padding: 10px 0;
    }
    .thumbSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    }
    .thumbSwiper .swiper-slide {
    width: 100px !important;
    height: auto;
    opacity: 0.4;
    }


    .thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    }
    .thumbSwiper .swiper-wrapper {
    display: flex !important;
    justify-content: center;
    }

    /* General styles */
    .paginationsid-8IptYt2nl1j .swiper-pagination-bullet{
    background-color: #ba2323 !important;
    height:25px !important;
    width:25px !important;
    border-radius:25px !important;
     }
    .paginationsid-8IptYt2nl1j .swiper-pagination-bullet-active{
    background-color: #ba2323 !important;
    }

    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-slider-desktopOnly{
    display: inherit !important;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-slider-mobileOnly{
    display: none !important;
    }

    .sid-8IptYt2nl1jswiper-container{
    position:relative;
    width:100% ;
    height:650px ;

    }
    /* Full‑height basics */
    .sid-8IptYt2nl1jswiper-container .swiper-button-prev, .sid-8IptYt2nl1jswiper-container .swiper-button-next{
    position: absolute !important;
    }

    .wps_sid-8IptYt2nl1j_wpproSlider{
    width:calc(100% - 120px) !important;
    height:100% !important;

    /*padding-right:60px !important;
    padding-left:60px !important;*/
    }
    .wps_sid-8IptYt2nl1j_wpproSlider, .wps_sid-8IptYt2nl1j_wpproSlider .swiper-wrapper, .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide { width:100%; height:100%; }

    /* Panel‑wipe effect */
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide {
    position:relative;
    /*overflow:hidden; */
    background:var(--panel,#333);
    /*background:#000;*/
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide::before {
    content:""; position:absolute; inset:0;
    background:var(--panel,#333);
    transform:scaleX(0); z-index:1;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide-active::before { transform:scaleX(1); }
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-col {
    display: flex;
    flex-direction: column;  /* ← this is required */
    flex: 1;                 /* or whatever your final flex value is */
    padding: .5rem;

    }

    /* Slide layout */
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-inner {
    height: 100%;
    display:flex; gap:2rem;
    position:relative; z-index:2;
    margin:auto; padding:0 6vw; height:auto;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-col-inner img{
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    }



    /* Alignment helpers */
    /*
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-left, .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-left > *  {  align-items:start;}
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-center, .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-center > * { align-items:center; }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-right, .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-right > *  { align-items:end; }
    */
    */
    /* Only target the flex container */
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-left   { align-items: flex-start; }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-center { align-items: center; }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-text-right  { align-items: flex-end; }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-justify-start  { justify-content:flex-start; }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-justify-center { justify-content:center; }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-justify-end    { justify-content:flex-end; }

    /* Play/Pause wrapper & button */
    .wppro-play-pause-wrapper {
    position:absolute; z-index:10;
    }
    .wppro-play-pause-button {
    background:rgba(0,0,0,0.5);
    color:#fff; border:none;
    padding:.5rem 1rem; cursor:pointer;
    border-radius:4px;
    }
    /* Horizontal presets */
    .wppro-pp-left     { left:0; right:auto; }
    .wppro-pp-center-h { left:50%; right:auto; }
    .wppro-pp-right    { right:0; left:auto; }
    /* Vertical presets */
    .wppro-pp-top      { top:0; bottom:auto; }
    .wppro-pp-center-v { top:50%; bottom:auto; }
    .wppro-pp-bottom   { bottom:0; top:auto; }

    /* Widget styles */
    .widget-group {
    display:flex;
    gap:1rem;
    margin-top:1rem;
    align-self: stretch;
    /*width: 100%;*/
    align-items: inherit;
    }
    .widget-text h1, .widget-text h2, .widget-text p {
    margin:0 0 .5rem; color:#fff;
    }
    .widget-button .btn {
    display:inline-block; padding:.5rem 1rem;
    background:#fff; color:#000; text-decoration:none;
    border-radius:.25rem; font-weight:bold;
    }
    .widget-image img {
    display:block; border-radius:.25rem;
    }


    /* Slide inner flex */
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-inner { display:flex; flex-wrap:wrap; height:100%; }

    /* Inner content container gets JSON width */
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-col-inner {

    box-sizing: border-box;


    width:100%;

    display:flex;
    flex-direction:column;
    gap:1rem;
    }
    .btn{
    width:auto;
    }
    /* Reset heading/paragraph margin */
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-col-inner h1, .wps_sid-8IptYt2nl1j_wpproSlider .slide-col-inner p { margin:0; }
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-col-inner .btn {
    lex: 0 0 auto;
    width: fit-content;
    min-width: 100px;
    }



    /* 1. Define the keyframes */
    @keyframes fadeUpIn {
    0% {
    opacity: 0;
    transform: translateY(20px);
    }
    100% {
    opacity: 1;
    transform: translateY(0);
    }
    }
    /* 2) Fade down & in */
    @keyframes fadeDownIn {
    0% {
    opacity: 0;
    transform: translateY(-20px);
    }
    100% {
    opacity: 1;
    transform: translateY(0);
    }
    }

    /* 3) Fade left & in */
    @keyframes fadeLeftIn {
    0% {
    opacity: 0;
    transform: translateX(-20px);
    }
    100% {
    opacity: 1;
    transform: translateX(0);
    }
    }

    /* 4) Fade right & in */
    @keyframes fadeRightIn {
    0% {
    opacity: 0;
    transform: translateX(20px);
    }
    100% {
    opacity: 1;
    transform: translateX(0);
    }
    }

    /* 2. Base state: widgets are hidden & ready to animate */
    .widget-instance {
    opacity: 0;
    }

    /* 3. When we add `.animate`, they’ll play the fade‐up‐in */
    .widget-instance.animateUpIn {
    animation-name: fadeUpIn;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; /* keep the end state */
    /* we’ll set a custom delay via inline style or JS */
    }
    .widget-instance.animateDownIn {
    animation-name: fadeDownIn;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; /* keep the end state */
    /* we’ll set a custom delay via inline style or JS */
    }
    .widget-instance.animateLeftIn {
    animation-name: fadeLeftIn;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; /* keep the end state */
    /* we’ll set a custom delay via inline style or JS */
    }
    .widget-instance.animateRightIn {
    animation-name: fadeRightIn;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; /* keep the end state */
    /* we’ll set a custom delay via inline style or JS */
    }
    @keyframes fadeIn {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
    }

    .widget-instance.animateFadeIn {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    }
    @keyframes zoomOut {
    0% {
    transform: scale(0); /* 0% */
    opacity: 0;
    }
    100% {
    transform: scale(1); /* normal */
    opacity: 1;
    }
    }

    .widget-instance.animateZoomOut {
    animation-name: zoomOut;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    }

    @keyframes zoomIn {
    0% {
    transform: scale(1.5);
    opacity: 0;
    }
    50% {
    opacity: 0; /* stay invisible while shrinking */
    }
    100% {
    transform: scale(1);
    opacity: 1;
    }
    }

    .widget-instance.animateZoomIn {
    animation-name: zoomIn;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    }



    /*testing styles*/
    /*testing styles*/
    .wps_sid-8IptYt2nl1j_wpproSlider,
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-wrapper,
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide,
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-inner,
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-col,
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-col-inner {
    height: 100%;
    box-sizing: border-box;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .slide-col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    }

    .wps_sid-8IptYt2nl1j_wpproSlider .widget-image {
    /*flex: 1 1 auto;*/
    display: flex;
    overflow: hidden;
    }





    /* define button style */
    /* Reset ALL button styles inside the slider
    .wps_sid-8IptYt2nl1j_wpproSlider button,
    .wps_sid-8IptYt2nl1j_wpproSlider  input[type="button"],
    .wps_sid-8IptYt2nl1j_wpproSlider  input[type="submit"],
    .wps_sid-8IptYt2nl1j_wpproSlider input[type="reset"],
    .wps_sid-8IptYt2nl1j_wpproSlider a.wppro_slider_btn {

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
padding:1.154em 1.538em !important;
    }
    */
    .swiper-button-prev,.swiper-button-next{


    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    padding:1.154em 1.538em !important;

    }

    /* Your custom slider button styles */
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro_slider_btn {
    padding: 0.5rem 1rem !important;
    border: 1px solid transparent !important;
    border-radius: 0.375rem !important;
    background: #fff !important;
    color: #111 !important;
    font: 600 1rem/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    text-decoration: none !important;
    }

    .wps_sid-8IptYt2nl1j_wpproSlider .wppro_slider_btn:hover {
    background: #f5f5f5 !important;
    }

    .wps_sid-8IptYt2nl1j_wpproSlider  .wppro_slider_btn:focus {
    outline: 2px solid #2563eb !important;
    outline-offset: 2px !important;
    }
    /*testing*/

    .fade-out {

    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
    }
    .fade-in {


    opacity: 1 !important;
    transition: opacity 0.5s ease !important;
    }

    .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--panel, #0058b0);

    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1s ease-out;
    z-index: 1;
    }
    .swiper-slide-active::before {
    transform: scaleX(1);
    }

    /*custom pagination */
    .wppro-prevsid-8IptYt2nl1j, .wppro-nextsid-8IptYt2nl1j {
    padding: 0.5rem 1rem !important;
    border: 1px solid transparent !important;
    border-radius: 0.375rem !important;
    background: #fff !important;
    color: #111 !important;
    font: 600 1rem / 1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    text-decoration: none !important;
    }
    .wppro-prevsid-8IptYt2nl1j,.wppro-nextsid-8IptYt2nl1j{
    background-color: #00000000 !important;
    color: #000000 !important;
    }
    .wppro-prevsid-8IptYt2nl1j:hover,.wppro-nextsid-8IptYt2nl1j:hover{
    background-color: #ffffff00 !important;
    color: #00a2ff !important;
    }

    .video-backgroundsid-8IptYt2nl1j {
    position: absolute;
    width: 100%;
    height: 100vh; /* full viewport */
    overflow: hidden;
    }

    .video-backgroundsid-8IptYt2nl1j video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1; /* keeps video behind content */
    }

    #toggleVideosid-8IptYt2nl1j {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    padding: 0.5rem 1rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    }
    #toggleVideosid-8IptYt2nl1j:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
    }

/* responsive styles */

    @media (max-width:900px) {

    /* next and previous buttons */
    .wppro-prevsid-8IptYt2nl1j, .wppro-nextsid-8IptYt2nl1j {
    }

    .sid-8IptYt2nl1jswiper-container{

    width:100% !important;
    height:100% !important;
    }

    .widget-group {
    flex-wrap:wrap;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-wrapper,
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide {
    height:100% !important;
    min-height: 100% !important;   /* But never be shorter than the tallest */
    box-sizing: border-box;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider{
    width:calc(100% - 120px) !important;
    height:100% !important;
    display: flex !important;
    /*padding-right:60px !important;*/
    /*padding-left:60px !important;*/
    }

    .wps_sid-8IptYt2nl1j_wpproSlider .slide-inner{
    display:grid !important;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide {
    display: flex !important;
    flex-direction: column;
    }



    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-wrapper,
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide {
    height:100% !important;
    min-height: 100% !important;   /* But never be shorter than the tallest */
    box-sizing: border-box;
    }


    .wps_sid-8IptYt2nl1j_wpproSlider .slide-inner{
    display:grid !important;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .swiper-slide {
    display: flex !important;
    flex-direction: column;
    }

    .wps_sid-8IptYt2nl1j_wpproSlider .widget-image img {
    max-height: 50vh; /* Allow shrinkage */
    height: auto;
    object-fit: contain;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-slider-desktopOnly{
    display: none !important;
    }
    .wps_sid-8IptYt2nl1j_wpproSlider .wppro-slider-mobileOnly{
    display: block !important;
    }
    .swiper-wrapper,
    .swiper-slide {
    height:100% !important;
    min-height: 100% !important;   /* But never be shorter than the tallest */
    box-sizing: border-box;
    }
    /*
    .swiper{
    width:100% !important;
    height:100% !important;
    display: flex !important;
    }*/

    .slide-inner{
    display:grid !important;
    }
    .swiper-slide {
    display: flex !important;
    flex-direction: column;
    }
    }

#sid-8IptYt2nl1j-wid-175797875220994 { color: #000000;}#subsid-8IptYt2nl1j-wid-175797875220994 { color: #c6c6c6;}
                #sid-8IptYt2nl1j-wid-1757978760808220 button, #sid-8IptYt2nl1j-wid-1757978760808220 a {
                    
                    background: linear-gradient(90deg, #336fb7, #336fb7) !important;
                    color: #f1f7ff !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                }
                #sid-8IptYt2nl1j-wid-1757978760808220 button:hover, #sid-8IptYt2nl1j-wid-1757978760808220 a:hover {
                    
                    background: linear-gradient(90deg, #f1f7ff, #f1f7ff) !important;
                    color: #00224f !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                    cursor: pointer !important;
                }
                #sid-8IptYt2nl1j-wid-1758149173876739 { color: #000000;}#subsid-8IptYt2nl1j-wid-1758149173876739 { color: #c6c6c6;}
                #sid-8IptYt2nl1j-wid-1759872918935929 button, #sid-8IptYt2nl1j-wid-1759872918935929 a {
                    
                    background: linear-gradient(90deg, #336fb7, #336fb7) !important;
                    color: #f1f7ff !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                }
                #sid-8IptYt2nl1j-wid-1759872918935929 button:hover, #sid-8IptYt2nl1j-wid-1759872918935929 a:hover {
                    
                    background: linear-gradient(90deg, #f1f7ff, #f1f7ff) !important;
                    color: #00224f !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                    cursor: pointer !important;
                }
                #sid-8IptYt2nl1j-wid-1758149304368363 { color: #000000;}#subsid-8IptYt2nl1j-wid-1758149304368363 { color: #c6c6c6;}
                #sid-8IptYt2nl1j-wid-1759872956022185 button, #sid-8IptYt2nl1j-wid-1759872956022185 a {
                    
                    background: linear-gradient(90deg, #336fb7, #336fb7) !important;
                    color: #f1f7ff !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                }
                #sid-8IptYt2nl1j-wid-1759872956022185 button:hover, #sid-8IptYt2nl1j-wid-1759872956022185 a:hover {
                    
                    background: linear-gradient(90deg, #f1f7ff, #f1f7ff) !important;
                    color: #00224f !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                    cursor: pointer !important;
                }
                #sid-8IptYt2nl1j-wid-1758149687346761 { color: #000000;}#subsid-8IptYt2nl1j-wid-1758149687346761 { color: #c6c6c6;}
                #sid-8IptYt2nl1j-wid-1759872988311375 button, #sid-8IptYt2nl1j-wid-1759872988311375 a {
                    
                    background: linear-gradient(90deg, #336fb7, #336fb7) !important;
                    color: #f1f7ff !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                }
                #sid-8IptYt2nl1j-wid-1759872988311375 button:hover, #sid-8IptYt2nl1j-wid-1759872988311375 a:hover {
                    
                    background: linear-gradient(90deg, #f1f7ff, #f1f7ff) !important;
                    color: #00224f !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                    cursor: pointer !important;
                }
                #sid-8IptYt2nl1j-wid-1758149775749605 { color: #000000;}#subsid-8IptYt2nl1j-wid-1758149775749605 { color: #c6c6c6;}
                #sid-8IptYt2nl1j-wid-1759873013717797 button, #sid-8IptYt2nl1j-wid-1759873013717797 a {
                    
                    background: linear-gradient(90deg, #336fb7, #336fb7) !important;
                    color: #f1f7ff !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                }
                #sid-8IptYt2nl1j-wid-1759873013717797 button:hover, #sid-8IptYt2nl1j-wid-1759873013717797 a:hover {
                    
                    background: linear-gradient(90deg, #f1f7ff, #f1f7ff) !important;
                    color: #00224f !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                    cursor: pointer !important;
                }
                #sid-8IptYt2nl1j-wid-1758149941277195 { color: #000000;}#subsid-8IptYt2nl1j-wid-1758149941277195 { color: #c6c6c6;}
                #sid-8IptYt2nl1j-wid-1759873039209932 button, #sid-8IptYt2nl1j-wid-1759873039209932 a {
                    
                    background: linear-gradient(90deg, #336fb7, #336fb7) !important;
                    color: #f1f7ff !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                }
                #sid-8IptYt2nl1j-wid-1759873039209932 button:hover, #sid-8IptYt2nl1j-wid-1759873039209932 a:hover {
                    
                    background: linear-gradient(90deg, #f1f7ff, #f1f7ff) !important;
                    color: #00224f !important;
                    border-radius: 1px !important;
                    border: 1px solid  !important;
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                    cursor: pointer !important;
                }
                /* Card */
.mva-card{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 390px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 14px;               /* global rounded corners */
  overflow: hidden;                  /* ensures children respect radius */
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.1);
  transition: transform .3s ease, box-shadow .3s ease;
}
.mva-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

/* Image wrapper keeps diagonal + radius */
.mva-card .mva-card-image{
  position: relative;
  height: 320px;
  overflow: hidden;
  border-top-left-radius: 14px;       /* match parent */
  border-top-right-radius: 14px;
  clip-path: polygon(0 0,100% 0,100% 100%,0 68%);
  -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 68%);
}

/* Image zoom stays clipped */
.mva-card .mva-card-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  transition: transform .45s ease;
}

.mva-card:hover .mva-card-image img{
  transform: scale(1.08);
}
.mva-card-content{
  position:relative;
  z-index:2;
  padding:1.5rem !important;
  margin-top:-70px !important;             /* your overlap */
  flex:1 1 auto;                 /* <-- makes this grow and push btn down */
  min-height:0;                  /* avoid overflow in flex context */
}

/* REMOVE absolute; let flex push this to the bottom */
.mva-card-btn-container{
  position:static !important;
  margin-top:auto;               /* <-- key: sticks to bottom */
  width:100% !important;         /* override inline width: 100$groupWidthType; */
  padding:0 1.5rem 1.5rem;       /* match content padding */
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
}

/* Ensure inner container and button fill full width */
.mva-card-btn-container .wppro_slider_btn_container{
  width:100% !important;
  display:flex;
}
.mva-card-btn{
  width:100%;
}

.mva-card-heading{
    font-size: 38px !important; 
    font-family: var(--mva-heading-font);
    padding: 0px;
    margin: 15 0 15 0;
    font-weight: 600;
}

.mva-card-body{
  font-size:16px;
}

