    .leaf_heading {
        font-size: 40px;
        line-height: 50px;
        font-weight: bold;
    }
    /* Desktop Grid Override for Swiper */
    @media (min-width: 768px) {

        .mobile-swiper .swiper-wrapper {
            display: grid !important;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 1.5rem; /* 24px */
            transform: none !important;
            width: auto !important;
        }
    } 

    @media (max-width: 639px) {
        .leaf_heading {
            font-size: 30px;
            line-height: normal;
        }
    }   

.ipx-modal-close {
    position: inherit !important;
}
.ipx-field{
  margin-bottom: 15px !important;
}
button.ipx-submit {
    border-radius: 50px !important;
}
.secondButton button {
    width: 100% !important;
    font-weight: normal;
    font-size: 18px;
}
.herobutton button{
    font-weight: normal;
    font-size: 18px;  
}
.custom-let-talkbutton button {
    background: #090a0e !important;
    padding: 10px 30px;
    font-weight: normal;
    font-size: 18px;
}


.purple-bg-btn  button {   
            width: 100% !important;
            font-weight: normal;
            font-size: 18px;
            background: none !important;
        }