  .about-section {
      padding: 60px 0;
    }
    .about-text h2 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .about-text p {
      color: #555;
    }
    .about-list {
      list-style: none; 
      padding: 0;
    }
    .about-list li {
      margin-bottom: 15px;
      font-size: 16px;
    }
    .about-list li i {
      color: #f5f9ff;
      margin-right: 10px;
    }
    .btn-appointment {
      margin-top: 20px;
    }
    .about-img img {
      width: 100%;
      height:100%;
      border-radius: 8px;
    }
    
    .about-img:after{
        content:"";
        width:40px;
        height:40px;
    }
    
    .diagnostic-facilities{
        padding:50px 0px;
    }
    
    .d-faci{
        
    }
    
    .contact-section {
      background-color: #f5f9ff; /* Bootstrap primary blue */
      padding: 60px 0;
      color: #fff;
    }
    .contact-section h2{
      color:#000;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .contact-section h5 {
      color:#000;
      font-weight: 400;
    }
    .contact-box {
      background: #fff;
      color: #333;
      border-radius: 8px;
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease;
    }
    .contact-box:hover {
      transform: translateY(-5px);
    }
    .contact-box i {
      font-size: 30px;
      color: #237d9e;
      margin-bottom: 15px;
    }
    .contact-box h4 {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .contact-box p {
      margin: 0;
      font-size: 15px;
    }
    .diagnostic-services{
        padding:60px 0px;
    }
    .d-services{
        padding-bottom:50px !important;
    }
    
    .faci-text-styled{
        margin-top: 16px;
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
    }
    
.card-custom {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    overflow-x: auto;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.services-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
}

.service-box {
    min-width: 140px;
    text-align: center;
    padding: 18px 12px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.3);
    transition: 0.3s ease;
}

.service-box:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background: rgba(255,255,255,0.6);
}

.service-box:hover {
    background: #eaf2ff;
    transform: translateY(-5px);
}

/* Zig-Zag Effect */
.service-box:nth-child(even) {
    margin-top: 30px;
}

.icon-box {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin: 0 auto 10px;
}

/* Gradient Icons */
.service-box:nth-child(1) .icon-box { background: linear-gradient(45deg, #ff7e5f, #feb47b); }
.service-box:nth-child(2) .icon-box { background: linear-gradient(45deg, #6a11cb, #2575fc); }
.service-box:nth-child(3) .icon-box { background: linear-gradient(45deg, #11998e, #38ef7d); }
.service-box:nth-child(4) .icon-box { background: linear-gradient(45deg, #fc466b, #3f5efb); }
.service-box:nth-child(5) .icon-box { background: linear-gradient(45deg, #f7971e, #ffd200); }
.service-box:nth-child(6) .icon-box { background: linear-gradient(45deg, #00c6ff, #0072ff); }
.service-box:nth-child(7) .icon-box { background: linear-gradient(45deg, #ff416c, #ff4b2b); }

.service-text {
    font-size: 14px;
    font-weight: 600;
}

/* Mobile scroll */
@media (max-width: 768px) {
    .services-row {
        overflow-x: auto;
    }
}

.diagnostic-test{
    padding: 60px 0px;
    background-color: #f5f9ff;
}
    .d-test h2 {
      color:#000;
      font-weight: bold;
      margin-bottom: 40px;
    }
.diagnostic-card {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.diagnostic-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Tabs */
.test-pills .d-test-link {
    padding: 12px 20px;
    gap: 10px;
    align-items: center;
    display: flex;
    border-radius: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    transition: 0.3s;
}

.test-pills li a {
    padding: 6px 10px;
    background: #f7f7f7;
    border-radius: 20px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #f1f1f1;
}

.test-pills .d-test-link.active {
    background: linear-gradient(45deg, #237d9e, #00c6ff);
    color: #fff;
}

.test-pills .d-test-link:hover {
    transform: translateX(5px);
}

/* Tab Animation */
.tab-pane {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
}

.tab-pane.active {
    opacity: 1;
    transform: translateX(0);
}

/* Content Box */
.diagnostic-content {
    background: rgb(253 233 233 / 50%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
}

.diagnostic-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.diagnostic-item:hover {
    background: rgba(255,255,255,0.7);
    transform: translateX(5px);
}

.diagnostic-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(45deg,#ff7e5f,#feb47b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
}

.why-card {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.why-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: linear-gradient(45deg,#237d9e,#00c6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.why-card h5 {
    font-weight: 600;
    margin-top: 10px;
}

.why-card p {
    font-size: 14px;
    color: #555;
}

.cta-section-final {
    background: transparent;
}

.cta-character {
    max-width: 180px;
    transition: 0.4s;
}

.cta-character:hover {
    transform: translateY(-10px) scale(1.05);
}

.cta-content-box {
    background: #237d9e;
    color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    position: relative;
}

.cta-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-text {
    color:#fff;
    font-size: 15px;
    opacity: 0.95;
}

.cta-strip {
    margin-top: 15px;
    background: rgba(255,255,255,0.15);
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
}

.cta-buttons a {
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    background: white !important;
    border: none !important;
    margin-top: 20px;
}

.cta-buttons a:hover{
    cursor:pointer;
    background:#FFC107;
}

@media(max-width:768px){
    .cta-content-box {
        margin-top: 20px;
        text-align: center;
    }
}

@media(max-width:768px){
    /*.test-pills {*/
    /*    display:flex;*/
    /*    overflow-x:auto;*/
    /*    flex-wrap:nowrap;*/
    /*}*/
    .test-pills .nav-item {
        flex: 0 0 auto;
    }
}


/* Icon Click Animation */
.diagnostic-icon i {
    transition: transform 0.3s ease;
}

.diagnostic-icon.animate i {
    transform: scale(1.3) rotate(10deg);
}


