﻿

/*
    .tab-group a:not(.tab-image) .tab-label, .tab-group button:not(.tab-image) .tab-label {
    max-width: none; 
    white-space: nowrap; 
}*/


.card-background {
    border-radius: 15px;
    overflow: hidden;
    
   
}


.card {
    border-radius: 15px !important;
    
    
}

    .card img {
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        display: flex;
        flex-direction: column;
    }

.depth-8-hover::before {
    border-radius: 16px !important;
}



/*section4 .card {
    border-radius: 15px !important;
    overflow: hidden;
}*/


.card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}


.link-group {
    margin-top: auto; 
}

.bg-gray-100 {
    border-radius: 15px !important;
}

.btn-primary {
    border-radius: 50px;
}



.gradient-bg {
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.4) 0%, rgba(183, 239, 176, 0.4) 20%, rgba(255, 255, 255, 0.4) 30%, rgba(116, 182, 230, 0.4) 40%, rgba(183, 239, 176, 0.4) 60%, rgba(255, 255, 255, 0.4) 70%, rgba(116, 182, 230, 0.4) 80%, rgba(255, 255, 255, 1) 100%);
}

 @media (forced-colors: active), (-ms-high-contrast: active) { 

    * {
        forced-color-adjust: auto !important;
    }
  }

#dummy {
    display: none;
}