
     .doz-subtitle-dev {
         font-size: 25px;
         font-weight: 700;
         color: #4b4b4b;
         font-family: "Source Sans 3", sans-serif !important;
         display: flex;
         align-items: center;
         flex-wrap: wrap;
         gap: 7px;
     }

     .doz-subtitle-dev .am-dot {
         color: #ffdc44;
         font-size: 12px;

     }

     .healthcare-img {
         width: 100%;
         /* height: auto; */
         /* filter: drop-shadow(0 12px 25px rgba(207, 207, 201, 1)); */
     }

     .am-wdhm-card {
         max-width: 300px;
         padding: 15px;
         border-radius: 12px;
         box-shadow: 3px -2px 3px 4px #d9d9d9;
         transition: all 0.3s linear;
     }
     .am-wdhm-card:hover {
         transform: translateY(-10px);
     }

     .am-wdhm-card .icon {
         font-size: 30px;
         margin-bottom: 20px;
         color: #008b93;
     }

     .am-oda-card {
         width: 300px;
         height: 100%;
         border-radius: 12px;
         box-shadow: 3px 0px 8px 2px #d9d9d9;
         transition: all 0.3s linear;
         overflow: hidden;
     }

     .am-oda-card .up-part,
     .am-oda-card .low-part {
         padding: 15px;
     }
     .am-oda-card:hover {
         transform: translateY(-10px);
     }

     .am-oda-card .icon {
         font-size: 30px;
         margin-bottom: 20px;
         color: #008b93;
     }

     .healthcare-approach-section {
         position: relative;
         overflow: hidden;
         background: linear-gradient(180deg, #ffffff 0%, #f4fbfd 100%);
     }

     .healthcare-approach-section .dfz-content {
         margin-bottom: 0;
     }

     .healthcare-approach-grid {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
         gap: 26px;
     }

     .healthcare-approach-section .am-oda-card {
         position: relative;
         width: 100%;
         min-height: 285px;
         display: flex;
         flex-direction: column;
         overflow: hidden;
         border: 1px solid rgba(0, 139, 147, .12) !important;
         border-radius: 18px !important;
         background: #ffffff;
         box-shadow: 0 16px 38px rgba(24, 41, 57, .10) !important;
         transition: transform .28s ease, box-shadow .28s ease;
     }

     .healthcare-approach-section .am-oda-card::before {
         content: "";
         position: absolute;
         inset: 0 0 auto;
         height: 7px;
         background: var(--approach-color);
     }

     .healthcare-approach-section .am-oda-card::after {
         content: "";
         position: absolute;
         right: -38px;
         top: -38px;
         width: 112px;
         height: 112px;
         border-radius: 50%;
         background: var(--approach-bg);
     }

     .healthcare-approach-section .am-oda-card:hover {
         transform: translateY(-8px);
         box-shadow: 0 24px 46px rgba(24, 41, 57, .16) !important;
     }

     .healthcare-approach-section .approach-step {
         position: absolute;
         right: 18px;
         top: 18px;
         z-index: 2;
         display: inline-flex;
         align-items: center;
         justify-content: center;
         width: 44px;
         height: 44px;
         border-radius: 50%;
         color: #ffffff;
         background: var(--approach-color);
         font-size: 15px;
         font-weight: 900;
         box-shadow: 0 10px 22px rgba(24, 41, 57, .16);
     }

     .healthcare-approach-section .am-oda-card .up-part,
     .healthcare-approach-section .am-oda-card .low-part {
         position: relative;
         z-index: 1;
         padding: 0;
     }
     .doz-para-our-approach{
        font-size: 16px;
        font-weight: 500;
        color: #5f6f7d;
     }

     .healthcare-approach-section .am-oda-card .up-part {
         min-height: 162px;
         padding: 34px 24px 18px;
         background: linear-gradient(145deg, var(--approach-bg), #ffffff);
     }

     .healthcare-approach-section .am-oda-card .low-part {
         flex: 1;
         padding: 20px 24px 24px;
         background: #ffffff;
     }

     .healthcare-approach-section .am-oda-card .icon {
         width: 58px;
         height: 58px;
         display: inline-flex;
         align-items: center;
         justify-content: center;
         border-radius: 18px;
         color: #ffffff;
         background: var(--approach-color);
         font-size: 25px;
         margin: 0 0 22px;
         box-shadow: 0 14px 24px rgba(24, 41, 57, .16);
     }

     .healthcare-approach-section .am-oda-card h4 {
         color: #213244;
         font-size: 20px;
         font-weight: 850;
         line-height: 1.28;
         margin: 0;
         padding-right: 36px;
     }

     .healthcare-approach-section .am-oda-card p {
         color: #5f6f7d;
         font-size: 15px;
         font-weight: 500;
         line-height: 1.7;
         margin: 0;
     }

     .wsut-card {
         width: 300px;
         display: flex;
         border-radius: 12px;
         padding: 20px;
         gap: 5px;
         background: var(--bg);
         box-shadow: inset -4px -4px 10px 6px var(--shadow);
         transition: all 0.5s ease;
     }

     .wsut-card:hover {
         transform: translateY(-10px);
         box-shadow: -4px -4px 10px 6px var(--shadow);

     }

     .wsut-card p {
         font-size: 18px;
         font-weight: 600;
         color: #030303;
     }

     .wsut-card img {
         width: 100px !important;
         height: auto;
     }

     .wsut-card1 {
         --bg: #ffd4e9;
         --shadow: #e6a3c3;
     }

     .wsut-card2 {
         --bg: #dbe6fd;
         --shadow: #b3c5ec;
     }

     .wsut-card3 {
         --bg: #ddff98;
         --shadow: #b4d76e;
     }

     .wsut-card4 {
         --bg: #81d5fa;
         --shadow: #55b1d9;
     }

     .wsut-card5 {
         --bg: #ffffb2;
         --shadow: #eded8d;
     }

     .healthcare-users-section {
         background: #ffffff;
     }

     .healthcare-users-section .dfz-content {
         margin-bottom: 0;
     }

     .healthcare-users-grid {
         display: grid;
         grid-template-columns: repeat(3, minmax(280px, 1fr));
         gap: 24px 28px;
         max-width: 960px;
         margin: 0 auto;
     }

     .healthcare-users-grid .wsut-card {
         position: relative;
         isolation: isolate;
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: space-between;
         gap: 18px;
         overflow: hidden;
         padding: 5px 15px;
         border: 0;
         border-radius: 14px;
         background: var(--bg);
         box-shadow: 0 12px 24px rgba(24, 41, 57, .12) !important;
         transition: transform .28s ease, box-shadow .28s ease;
     }
     .doz-c-span{
        color: #008b93;
     }

     .healthcare-users-grid .wsut-card::before {
         content: "";
         position: absolute;
         right: 0;
         top: 0;
         inset: 0;
         z-index: -1;
         background: linear-gradient(108deg, rgba(255,255,255,.18) 0 48%, rgba(255, 255, 255, 0.466) 48.4% 69%, rgba(255, 255, 255, 0.466) 69.4% 100%);
     }

     .healthcare-users-grid .wsut-card:hover {
         transform: translateY(-6px);
         box-shadow: 0 18px 32px rgba(24, 41, 57, .18) !important;
     }

     .healthcare-users-grid .wsut-text {
         flex: 1 1 auto;
         min-width: 0;
         max-width: 58%;
     }

     .healthcare-users-grid .wsut-card p {
         color: #333;
         font-size: 16px;
         font-weight: 500;
         line-height: 1.18;
         margin: 0;
     }

     .healthcare-users-grid .wsut-image {
         flex: 0 0 38%;
         display: flex;
         align-items: center;
         justify-content: flex-end;
         min-height: 82px;
     }

     .healthcare-users-grid .wsut-card img {
         width: 150px !important;
         max-width: 100%;
         height: 90px;
         object-fit: contain;
         margin: 0;
         filter: drop-shadow(0 8px 10px rgba(24, 41, 57, .16));
     }

     .healthcare-users-grid .wsut-card1 {
         --bg: #7fcaef;
     }

     .healthcare-users-grid .wsut-card2 {
         --bg: #ffb25f;
     }

     .healthcare-users-grid .wsut-card3 {
         --bg: #8bdccb;
     }

     .healthcare-users-grid .wsut-card4 {
         --bg: #f4887c;
     }

     .healthcare-users-grid .wsut-card5 {
         --bg: #b7e9c5;
     }

     .why-cus-card {
         max-width: 250px;
         padding: 15px;
         border-radius: 12px 39px 0px 40px;
         box-shadow: -20px -20px 0px 4px var(--shadow);
         transition: all 0.3s linear;
         text-align: center;
         background: var(--bg);
     }

     .why-cus-card:hover {
         transform: translateY(-7px);
     }

     .why-cus-card1 {
         --bg: #ddff98;
         --shadow: #acd062;
     }

     .why-cus-card2 {
         --bg: #bfffdd;
         --shadow: #7dc9a0;
     }

     .why-cus-card3 {
         --bg: #ffffb2;
         --shadow: #dada73;
     }

     .why-cus-card4 {
         --bg: #c0ffb7;
         --shadow: #77ce6a;
     }

     .why-cus-card5 {
         --bg: #bcc7ff;
         --shadow: #818fd4;
     }

     .healthcare-why-section {
         position: relative;
         overflow: hidden;
         background: linear-gradient(180deg, #eefcff 0%, #ffffff 100%);
     }

     .healthcare-why-section::before {
         content: "";
         position: absolute;
         right: -120px;
         top: 70px;
         width: 310px;
         height: 310px;
         border-radius: 50%;
         background: rgba(0, 139, 147, .10);
     }

     .healthcare-why-section .container {
         position: relative;
         z-index: 1;
     }

     .healthcare-why-visual {
         position: relative;
         overflow: hidden;
         padding: 24px;
         border-radius: 24px;
         background: #ffffff;
         border: 1px solid rgba(0, 139, 147, .14);
         box-shadow: 0 22px 48px rgba(24, 41, 57, .12);
     }

     .healthcare-why-visual::before {
         content: "";
         position: absolute;
         inset: 18px;
         border-radius: 18px;
         background: linear-gradient(135deg, rgba(0, 139, 147, .12), rgba(255,255,255,0));
     }

     .healthcare-why-visual img {
         position: relative;
         z-index: 1;
         width: 100%;
         display: block;
         object-fit: contain;
         filter: drop-shadow(0 16px 22px rgba(24, 41, 57, .16));
     }

     .healthcare-why-grid {
         display: grid;
         grid-template-columns: repeat(2, minmax(0, 1fr));
         gap: 18px;
     }

     .healthcare-why-grid .why-cus-card {
         --why-color: #008b93;
         position: relative;
         max-width: none;
         min-height: 178px;
         padding: 22px 22px 22px 24px;
         overflow: hidden;
         text-align: left;
         background: #ffffff;
         border: 1px solid rgba(24, 41, 57, .10);
         border-radius: 18px;
         box-shadow: 0 14px 34px rgba(24, 41, 57, .10) !important;
         transition: transform .28s ease, box-shadow .28s ease;
     }

     .healthcare-why-grid .why-cus-card::before {
         content: "";
         position: absolute;
         left: 0;
         top: 0;
         width: 6px;
         height: 100%;
         background: var(--why-color);
     }

     .healthcare-why-grid .why-cus-card::after {
         content: "";
         position: absolute;
         right: -42px;
         bottom: -42px;
         width: 120px;
         height: 120px;
         border-radius: 50%;
         background: rgba(0, 139, 147, .08);
     }

     .healthcare-why-grid .why-cus-card:hover {
         transform: translateY(-7px);
         box-shadow: 0 22px 42px rgba(24, 41, 57, .16) !important;
     }

     .healthcare-why-grid .why-icon {
         position: relative;
         z-index: 1;
         width: 46px;
         height: 46px;
         display: inline-flex;
         align-items: center;
         justify-content: center;
         margin-bottom: 16px;
         border-radius: 15px;
         color: #ffffff;
         background: var(--why-color);
         font-size: 20px;
         box-shadow: 0 12px 22px rgba(24, 41, 57, .15);
     }

     .healthcare-why-grid .why-cus-card h4,
     .healthcare-why-grid .why-cus-card p {
         position: relative;
         z-index: 1;
     }

     .healthcare-why-grid .why-cus-card h4 {
         color: #203244;
         font-size: 18px;
         font-weight: 850;
         line-height: 1.28;
         margin: 0 0 10px;
     }

     .healthcare-why-grid .why-cus-card p {
         color: #647482;
         font-size: 14px;
         font-weight: 500;
         line-height: 1.65;
         margin: 0;
     }

     .healthcare-why-grid .why-cus-card1 { --why-color: #95bf3f; }
     .healthcare-why-grid .why-cus-card2 { --why-color: #35bd76; }
     .healthcare-why-grid .why-cus-card3 { --why-color: #c6a315; }
     .healthcare-why-grid .why-cus-card4 { --why-color: #00a8b5; }
     .healthcare-why-grid .why-cus-card5 {
         --why-color: #4b5ba9;
         grid-column: 1 / -1;
     }

     .healthcare-modern-hero {
         position: relative;
         overflow: hidden;
         background: linear-gradient(135deg, #f3fbff 0%, #e4efff 48%, #ffffff 100%) !important;
         padding-top: 130px !important;
     }

     .healthcare-modern-hero::before {
         content: "";
         position: absolute;
         inset: 22px;
         border: 1px solid rgba(0, 139, 147, 0.14);
         border-radius: 32px;
         pointer-events: none;
     }

     .healthcare-modern-hero .container {
         position: relative;
         z-index: 1;
     }

     .healthcare-modern-hero .doz-head {
         color: #063f52 !important;
         font-size: 54px;
         line-height: 1.1;
     }

     .healthcare-modern-hero .doz-subtitle-dev {
         color: #008b93 !important;
         line-height: 1.35;
     }

     .healthcare-modern-hero p:not(.doz-subtitle-dev) {
         color: #526a72;
         font-size: 18px;
         line-height: 1.7;
         max-width: 620px;
     }

     .healthcare-modern-hero .sec-btn {
         border-radius: 999px;
         box-shadow: 0 18px 42px rgba(0, 139, 147, 0.18);
     }

     .am-wdhm-card,
     .am-oda-card,
     .wsut-card,
     .why-cus-card {
         border: 1px solid rgba(0, 139, 147, 0.12);
         box-shadow: 0 16px 42px rgba(0, 55, 80, 0.08) !important;
     }

     .am-wdhm-card,
     .am-oda-card {
         background: #ffffff;
         border-radius: 22px;
     }

     .healthcare-faq-modern {
         background: linear-gradient(180deg, #ffffff 0%, #f4fbfd 100%);
     }

     .healthcare-faq-head {
         max-width: 820px;
         margin: 0 auto 34px;
         text-align: center;
     }

     .healthcare-faq-head span {
         display: inline-flex;
         color: #008b93;
         background: rgba(0, 139, 147, 0.1);
         border: 1px solid rgba(0, 139, 147, 0.16);
         border-radius: 999px;
         font-size: 14px;
         font-weight: 800;
         padding: 8px 15px;
         margin-bottom: 12px;
     }

     .healthcare-faq-head h2 {
         color: #063f52;
         font-size: 42px;
         font-weight: 800;
         line-height: 1.15;
         margin-bottom: 12px;
     }

     .healthcare-faq-head p {
         color: #60727a;
         font-size: 18px;
         line-height: 1.65;
         margin: 0;
     }

     .healthcare-faq-modern .accordion {
         display: grid;
         gap: 16px;
     }

     .healthcare-faq-modern .accordion-item {
         overflow: hidden;
         border: 1px solid rgba(0, 139, 147, 0.13);
         border-radius: 18px;
         box-shadow: 0 14px 38px rgba(0, 55, 80, 0.08);
     }

     .healthcare-faq-modern .accordion-button {
         color: #063f52;
         background: #ffffff;
         font-weight: 800;
         box-shadow: none;
         padding: 18px 22px;
     }

     .healthcare-faq-modern .accordion-button:not(.collapsed) {
         color: #ffffff;
         background: linear-gradient(135deg, #006f78, #00a7a0);
     }

     .healthcare-faq-modern .accordion-body {
         color: #5d6e75;
         font-size: 16px;
         line-height: 1.7;
         background: #ffffff;
         padding: 20px 22px;
     }

     @media (max-width: 991px) {
         .healthcare-modern-hero {
             padding-top: 110px !important;
         }

         .healthcare-modern-hero .doz-head {
             font-size: 42px;
         }
     }

     @media (max-width: 575px) {
         .healthcare-modern-hero::before {
             inset: 10px;
             border-radius: 22px;
         }

         .healthcare-modern-hero .doz-head,
         .healthcare-faq-head h2 {
             font-size: 31px;
         }

         .healthcare-modern-hero p:not(.doz-subtitle-dev),
         .healthcare-faq-head p {
             font-size: 16px;
         }

         .healthcare-users-grid {
             grid-template-columns: 1fr;
             gap: 18px;
         }

         .healthcare-users-grid .wsut-card5 {
             width: 100%;
          }

         .healthcare-users-grid .wsut-card {
             min-height: 104px;
             padding: 18px 18px 18px 22px;
             border-radius: 14px;
         }

         .healthcare-users-grid .wsut-card p {
             font-size: 19px;
         }

         .healthcare-users-grid .wsut-image {
             flex-basis: 36%;
         }

         .healthcare-users-grid .wsut-card img {
             width: 118px !important;
             height: 76px;
         }

         .healthcare-approach-grid {
             grid-template-columns: 1fr;
             gap: 20px;
         }

         .healthcare-approach-section .am-oda-card {
             min-height: auto;
         }

         .healthcare-approach-section .am-oda-card .up-part {
             min-height: 142px;
             padding: 30px 22px 16px;
         }

         .healthcare-approach-section .am-oda-card .low-part {
             padding: 18px 22px 22px;
         }

         .healthcare-approach-section .am-oda-card h4 {
             font-size: 18px;
         }

         .healthcare-why-visual {
             padding: 16px;
             border-radius: 18px;
         }

         .healthcare-why-grid {
             grid-template-columns: 1fr;
             gap: 16px;
         }

         .healthcare-why-grid .why-cus-card {
             min-height: auto;
             padding: 20px 20px 20px 22px;
             border-radius: 16px;
         }

         .healthcare-why-grid .why-cus-card5 {
             grid-column: auto;
         }
     }

     .am-wdhm-card {
         border: none;
         border-radius: 12px;
         box-shadow: 3px -2px 3px 4px #d9d9d9 !important;
     }

     .am-ohds-item {
         border-radius: 12px;
         box-shadow: 2px 2px 2px 1px #a19d9d;
     }

     .am-oda-card {
         border: none;
         border-radius: 12px;
         box-shadow: 3px 0px 8px 2px #d9d9d9 !important;
     }

     .wsut-card {
         border: none;
         border-radius: 12px;
         box-shadow: inset -4px -4px 10px 6px var(--shadow) !important;
     }

     .why-cus-card {
         border: none;
         border-radius: 12px 39px 0px 40px;
         box-shadow: -20px -20px 0px 4px var(--shadow) !important;
     }
.doz-faq-people .accordion-button:not(.collapsed){
    font-size: 17px;
    font-weight: 600;
}
.doz-faq-people .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.doz-frame-section{
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.doz-frame-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.85) 45%,
        rgba(0,139,147,.45) 100%
    );
}

.doz-frame-section .container{
    position: relative;
    z-index: 2;
}

.health-content{
    max-width: 560px;
}

.health-tag{
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(0,139,147,.12);
    color: #008b93;
    font-weight: 600;
    margin-bottom: 20px;
}

.health-content h2{
    font-size: 48px;
    font-weight: 700;
    color: #073B4C;
    line-height: 1.2;
    margin-bottom: 20px;
}

.health-content p{
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.health-btns{
    margin-top: 35px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sec-btn{
    padding: 14px 30px;
    border-radius: 50px;
}

.outline-btn{
    padding: 14px 30px;
    border:2px solid #008b93;
    border-radius:50px;
    color:#008b93;
    text-decoration:none;
    transition:.3s;
}

.outline-btn:hover{
    background:#008b93;
    color:#fff;
}

.hero-img{
    width:100%;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 20px 35px rgba(0,0,0,.18));
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
}

@media(max-width:991px){
    .health-content{
        text-align:center;
        margin:auto;
    }

    .health-btns{
        justify-content:center;
    }

    .health-content h2{
        font-size:34px;
    }

    .hero-img{
        margin-top:40px;
    }
}

.service-tag-zox{
   display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:7px 18px;
    border-radius:50px;
    background: rgba(0, 139, 147, .12);
    color: #008b93;
    font-size:13px;
    font-weight:800;
    letter-spacing:.6px;
    text-transform:uppercase;
    box-shadow:0 8px 22px rgba(30,40,52,.08); 
}

/* Our Healthcare Services */
#healthcare-service .service-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:7px 18px;
    border-radius:50px;
    background: rgba(0, 139, 147, .12);
    color: #008b93;
    font-size:13px;
    font-weight:800;
    letter-spacing:.6px;
    text-transform:uppercase;
    box-shadow:0 8px 22px rgba(30,40,52,.08);
}

#healthcare-service .doz-head{
    color:#1d2530;
    font-size:40px;
    font-weight:800;
}

#healthcare-service .service-subtitle{
    color:#7a8794;
    font-size:17px;
    margin:0;
}

.healthcare-service-flow{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(255px,1fr));
    gap:36px 30px;
    align-items:stretch;
}

.healthcare-step-card{
    --step-color:#13c6d7;
    --step-rgb:19,198,215;
    position:relative;
    width:100%;
    min-height:255px;
    padding:0 24px 22px 0;
    border-radius:8px;
    background:var(--step-color);
    box-shadow:
        0 18px 30px rgba(34,43,55,.16),
        inset 0 -38px 52px rgba(255,255,255,.14);
    transition:transform .28s ease, box-shadow .28s ease;
}

.healthcare-step-card:hover{
    transform:translateY(-8px);
    box-shadow:
        0 24px 34px rgba(34,43,55,.20),
        inset 0 -34px 46px rgba(255,255,255,.18);
}

.healthcare-step-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:8px;
    background:linear-gradient(135deg, rgba(255,255,255,.22), transparent 45%);
    pointer-events:none;
}

.healthcare-step-inner{
    position:relative;
    z-index:2;
    width: 260px;
    left: -20px;
    top: 8px;
    height:100%;
    box-sizing:border-box;
    padding: 34px 27px 88px;
    background:#ffffff;
    border:1px solid rgba(34,43,55,.13);
    border-radius:8px 8px 60% 8px;
    overflow:hidden;
    box-shadow:
        0 4px 12px rgba(34,43,55,.18),
        inset 0 1px 0 rgba(255,255,255,.95);
}

.healthcare-step-inner > *{
    position:relative;
    z-index:2;
}

.healthcare-step-number{
    position:absolute;
    right:11px;
    bottom:14px;
    z-index:5;
    color:#ffffff;
    font-size:20px;
    font-weight:900;
    line-height:1;
    letter-spacing:.3px;
    text-shadow:0 2px 8px rgba(0,0,0,.28);
}

.healthcare-step-card .icon-box{
    position:absolute;
    left:27px;
    bottom:31px;
    width: 50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:25px;
    margin:0;
    border-radius:50%;
    background: linear-gradient(135deg, rgba(var(--step-rgb)), rgba(var(--step-rgb)) 45%);
    box-shadow:none;
    transition:transform .28s ease, color .28s ease;
}

.healthcare-step-card:hover .icon-box{
    color:var(--step-color);
    transform:translateY(-3px);
    background: transparent;
    border: 2px solid var(--step-color);
}

.healthcare-step-card h4{
    color:#29313d;
    font-size:20px;
    font-weight:900;
    line-height:1.32;
    text-transform:uppercase;
    margin:0 0 14px;
}

.healthcare-step-card p{
    color:#5d6671;
    font-size:16px;
    font-weight:500;
    line-height:1.65;
    margin:0;
}

@media(max-width:1199px){
    .healthcare-service-flow{
        grid-template-columns:repeat(3,minmax(255px,1fr));
    }
}

@media(max-width:991px){
    .healthcare-service-flow{
        grid-template-columns:repeat(2,minmax(255px,1fr));
    }
}

@media(max-width:575px){
    #healthcare-service{
        padding:65px 0;
    }

    #healthcare-service .doz-head{
        font-size:30px;
    }

    .healthcare-service-flow{
        grid-template-columns:1fr;
        gap:24px;
    }

    .healthcare-step-inner{
        min-height:235px;
    }
}

/* Refined Why Choose section */
.healthcare-why-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(0,139,147,.08) 0 34%, transparent 34.2%),
        linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.healthcare-why-section .dfz-content {
    margin-bottom: 0;
}

.healthcare-why-visual {
    position: sticky;
    top: 110px;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 18%, rgba(0,139,147,.16), transparent 34%),
        linear-gradient(145deg, #ffffff, #eaf9fb);
    border: 1px solid rgba(0,139,147,.16);
    box-shadow: 0 24px 54px rgba(24,41,57,.13);
}

.healthcare-why-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 20px 26px rgba(24,41,57,.18));
}

.why-visual-badge {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: 2px;
    min-width: 148px;
    padding: 13px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,139,147,.12);
    box-shadow: 0 14px 28px rgba(24,41,57,.13);
}

.why-visual-badge strong {
    color: #123746;
    font-size: 16px;
    line-height: 1;
}

.why-visual-badge span {
    color: #667887;
    font-size: 13px;
    font-weight: 600;
}

.why-visual-badge-one {
    left: 22px;
    top: 28px;
}

.why-visual-badge-two {
    right: 22px;
    bottom: 28px;
}

.healthcare-why-grid {
    display: grid;
    gap: 16px;
}

.healthcare-why-grid .why-cus-card {
    --why-color: #008b93;
    position: relative;
    max-width: none;
    min-height: auto;
    display: grid;
    grid-template-columns: 54px 58px 1fr;
    align-items: start;
    column-gap: 16px;
    overflow: hidden;
    padding: 22px 24px;
    text-align: left;
    background: #ffffff;
    border: 1px solid rgba(24,41,57,.10);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(24,41,57,.08) !important;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.healthcare-why-grid .why-cus-card:hover {
    transform: translateX(8px);
    border-color: rgba(0,139,147,.22);
    box-shadow: 0 18px 34px rgba(24,41,57,.13) !important;
}

.healthcare-why-grid .why-cus-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--why-color);
}

.healthcare-why-grid .why-cus-card::after {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(0,139,147,.06);
}

.healthcare-why-grid .why-count {
    position: relative;
    z-index: 1;
    color: var(--why-color);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.healthcare-why-grid .why-icon {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 16px;
    color: #ffffff;
    background: var(--why-color);
    font-size: 20px;
    box-shadow: 0 12px 22px rgba(24,41,57,.13);
}

.healthcare-why-grid .why-cus-card h4,
.healthcare-why-grid .why-cus-card p {
    position: relative;
    z-index: 1;
}

.healthcare-why-grid .why-cus-card h4 {
    color: #1f3142;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.25;
    margin: 0 0 7px;
}

.healthcare-why-grid .why-cus-card p {
    color: #617281;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.healthcare-why-grid .why-cus-card1 { --why-color: #008b93; }
.healthcare-why-grid .why-cus-card2 { --why-color: #35bd76; }
.healthcare-why-grid .why-cus-card3 { --why-color: #c6a315; }
.healthcare-why-grid .why-cus-card4 { --why-color: #3f68ff; }
.healthcare-why-grid .why-cus-card5 { --why-color: #6c5ce7; }

@media(max-width:991px) {
    .healthcare-why-visual {
        position: relative;
        top: auto;
        min-height: 360px;
    }
}

@media(max-width:575px) {
    .healthcare-why-visual {
        min-height: 300px;
        padding: 18px;
        border-radius: 20px;
    }

    .why-visual-badge {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        min-width: 0;
        margin: 8px;
    }

    .healthcare-why-grid .why-cus-card {
        grid-template-columns: 42px 48px 1fr;
        gap: 12px;
        padding: 18px;
    }

    .healthcare-why-grid .why-count {
        font-size: 22px;
    }

    .healthcare-why-grid .why-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}

