/*
Theme Name:  Salient
Version:     17.0.2
Description: An Ultra Responsive Multi-Purpose Theme.
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
License:     Custom license
License URI: http://themeforest.net/licenses/terms/regular
Text Domain: salient
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
.dooxcrm-plans-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px;
}
.dooxcrm-plan-card {
    width: 100% !important;
}
}



@media only screen and (max-width: 767px) {
    .dooxcrm-plan-card {
        width: 100% !important;
    }
    .dooxcrm-plans-container {
    display: grid !important;
    grid-template-columns: 1fr  !important;
    gap: 15px;
}

}


.dooxcrm-plan-card p {
    color: #555;
    font-size: 16px;
}

.dooxcrm-plan-card ul {
    margin-left: 0 !important;
    text-align: left;
    color: #555;
}

.dooxcrm-plan-card ul li {
    padding-bottom: 15px;
}

.dooxcrm-plan-card strong {
    color: #000;
}
 .dooxcrm-plans-container {
            display: flex;
           
            gap: 10px;
            justify-content: center;
        }
        .dooxcrm-plan-card {
            transition: transform 0.2s ease-in-out;
        }
        .dooxcrm-plan-card:hover {
            transform: scale(1.05);
        }
      .dooxcrm-plans-container {
    display: flex;
    width: 100%;
}

        .dooxcrm-button:hover {
            background: #005f87;
        }


        .dooxcrm-table th {
            border: unset !important;
            border-bottom: 1px solid #ececec !important;
        }
        
        .dooxcrm-table td {
            border: unset !important;
            border-bottom: 1px solid #ececec !important;
        }
        
        table.dooxcrm-table {
            background: transparent !important;
        }
        
         .dooxcrm-table th {
            border: unset !important;
            border-bottom: 1px solid #ececec !important;
        }
        
        .dooxcrm-table td {
            border: unset !important;
            border-bottom: 1px solid #ececec !important;
        }
        
        .dooxcrm-table table.dooxcrm-table {
            background: transparent !important;
        }
        
        .dooxcrm-table tr {
            background: transparent !important;
        } 
        h3.dooxcrm-title {
            text-align: center;
            margin-bottom: 30px;
            font-weight: bold;
        }
        .dooxcrm-plan-card p.price {
            color: #3452ff;
            background: linear-gradient(to bottom right, #32aaff, #3452ff);
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.03em;
            font-size: 70px;
            line-height: 70px;
            font-weight: 400;
            margin-top: 25px;
        }
        
        .dooxcrm-plan-card h3 {
            font-size: 16px !important;
            line-height: 20px !important;
            font-weight: 600 !important;
        }
        
 
        .dooxcrm-plan-card a.dooxcrm-button {
            background: linear-gradient(to bottom right, #32aaff, #3452ff);
            color: #fff;
            padding: 12px 40px;
            width: 100% !important;
            max-width: 100% !important;
            border-radius: 50px;
        }
        
        .dooxcrm-plan-card {
            padding: calc(1245px * 0.04);
            width: 33.33%;
            box-shadow: 0 0 10PX #dddddd54;
            background-color: #ffffff;
            position: relative;
            text-align: center;
            border-bottom: 1px solid #ddd;
        }
        .pricing_sec h2 {
            letter-spacing: -0.03em;
            font-size: 44px;
            line-height: 54px;
            font-weight: 500;
            text-align: center;
        }
        
        .pricing_sec p {
            color: #999999;
            text-align: center;
            font-size: 17px;
        }
        
        .pricing_sec {
            margin-bottom: 50px !important;
        }
/*24-02-2025*/