/*
Theme Name: Nandi Medical
Theme URI: https://click4technologies.com/
Author: Click 4 Technologies
Author URI: https://click4technologies.com/
Description: CMS Management
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: CMS Management
Tags: CMS Management
*/
.why-choose {
      padding: 60px 0;
      background-color: #f9f9f9;
    }
    .why-choose h2 {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 30px;
      text-align: center;
      color: #0b4d5b;
    }
    .why-choose .icon {
      font-size: 40px;
      color: #e6a893;
      margin-bottom: 15px;
    }
    .why-choose .card {
      border: none;
      background: #0b4d5b;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      border-radius: 15px;
      transition: all 0.3s ease-in-out;
      padding: 25px;
      height: 100%;
    }
    .why-choose .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }
    .why-choose .card h5 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #fff;
    }
    .why-choose .card p {
      font-size: 0.95rem;
      color: #fff;
      line-height: 1.6;
    }
    .why-choose img {
      max-width: 100%;
      border-radius: 15px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }
 .testimonial-card {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      text-align: center;
      margin: 10px;
    }
    .testimonial-card img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin-bottom: 10px;
    }
