
/* health care section */
.specialize-section {
  padding: 80px 0;
   
}

.sub-head {
  font-size: 18px;
  font-weight: 600;
  color: #0072ff;
  margin-bottom: 10px;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.highlight-text {
  color: #0072ff;
  font-weight: 700;
}

.grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.card4 {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.card4:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.card-body .icon-text {
  display: flex;
  align-items: center;
}

.card-body img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.icon-text h5 {
  margin-left: 15px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}


 /* service plan css */

 .service-plans {
    padding: 80px 0;
     
}

.sub-head {
    font-size: 18px;
    font-weight: 600;
    color: #0072ff;
    margin-bottom: 10px;
}

.main-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

.highlight-text {
    color: #0072ff;
}

.pricing-table {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.table thead th {
    background: #0072ff;
    color: #fff;
    border: none;
    font-size: 17px;
}

.table td, .table th {
    padding: 14px;
    vertical-align: middle;
    font-size: 15px;
}

.table tbody tr:nth-child(even) {
    background-color: #f8faff;
}

.equipment-list {
    margin-top: 10px;
}

.equipment-list p {
    margin-bottom: 8px;
    font-size: 15px;
}

.ser-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.othrs {
    font-size: 14px;
    color: #444;
    margin: 4px 0;
}

/* our other Specialized section */

.service-cards-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
   
}

.service-card-item {
    flex: 1;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card .card-body {
    padding: 20px;
}

.service-card img {
    width: 100%;
    display: block;
    border-radius: 0 0 12px 12px;
}

/* physical and virtual section */

.vice {
     
    padding: 60px 0;
}

.vice_wrapper .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.vice_wrapper .dio {
    color: #0a69c7;
    font-weight: 700;
}

.para.nw {
    font-size: 15px;
    color: #444;
}

.phys {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.e1 {
    width: 100%;
    border-radius: 12px;
}

/* ---- Card Section Styling ---- */

/* ---- Card Section Styling (Isolated) ---- */

.ban1 {
    
    padding: 60px 0;
}

.ban1 .ban1-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ban1 .ban1-col {
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
}

.ban1 .card2 {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.ban1 .card2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.ban1 .ban1-txt {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ban1 .ban1-mg {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.ban1 .sub-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.ban1 .para {
    margin-top: 15px;
    font-size: 15px;
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .ban1 .ban1-col {
        flex: 1 1 100%;
    }
}

/* banner section */
/* BAN4 SECTION */
.ban4 {
    padding: 60px 0;
    
}

.ban4-img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: auto;
}

.ban4-text {
    padding-left: 20px;
}

.ban4-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.ban4-title span {
    color: #007bff;
}

.ban4-para {
    font-size: 16px;
    margin: 15px 0 20px;
    line-height: 1.6;
    color: #444;
}

.ban4-point {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: #333;
}

.ban4-point strong {
    color: #000;
    font-weight: 700;
}

/* RESPONSIVE FIXES – SAFE */
@media (max-width: 768px) {
    .ban4-text {
        padding-left: 0;
        margin-top: 20px;
    }

    .ban4-title {
        font-size: 32px;
        text-align: center;
    }

    .ban4-para,
    .ban4-point {
        text-align: left;
        font-size: 15px;
    }

    .ban4-img {
        max-width: 180px;
    }
}



