        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Montserrat', 'Arial', sans-serif;
            background: radial-gradient(ellipse at top left, #000000, #007164);
            color: #ffffff;
            min-height: 100vh;
            padding: 0px 0px;
        }

        .book-appointment {
            padding: 15px 30px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            border-radius: 30px;
            background: rgba(10, 9, 9, 0.392);
            color: white;
            font-size: 18px;
            cursor: pointer;
            display: none;
            align-items: center;
            gap: 10px;
            transition: 0.3s ease;
            backdrop-filter: blur(5px);

            /* Fixed Position Add */
            position: fixed;
            bottom: 30px;
            right: 35px;
            z-index: 1100;
        }

        .book-appointment:hover {
            background: rgba(12, 0, 0, 0.879);
            border-color: white;
            transform: scale(1.05);
        }

        .line {
            height: 1.5px;
            width: 100%;
            background: #f6f5f5;
            margin: 8px 0;
            box-sizing: border-box;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .header {
            margin-top: 160px;
            text-align: center;
            margin-bottom: 60px;
        }

        .header h2 {
            font-size: 60px;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .header h1 {
            font-size: 100px;
            font-weight: 800;
            letter-spacing: 3px;
        }

        .content-section {
            background: linear-gradient(90deg, #1a170e 0%, #17291f 50%, #224C3E 100%);
            border-radius: 30px;
            padding: 50px 60px;
            backdrop-filter: blur(10px);
        }

        .two {
            display: flex;
            align-items: center;
            gap: 80px;
            margin: 20px 0;
            flex-wrap: wrap;
        }

        .top-img {
            width: 60%;
        }

        .intro-text {
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 40px;
            color: #c5d3d0;
        }

        .highlight-text {
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: -8px;
            color: #c5d3d0;
        }

        .highlight-text strong {
            color: #FF991C;
            font-weight: 600;
        }

        .molecules-section {
            display: flex;
            align-items: center;
            margin-bottom: 50px;
            position: relative;
        }

        .molecules-section img {
            width: 600px;
            height: auto;
            border-radius: 10px;
        }

        .info-section {
            flex: 1;
        }

        .info-text {
            color: #c5d3d0;
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 1.9;
        }

        .info-text strong {
            color: #FF991C;
            font-weight: 600;
        }


        .bottom-text {
            font-size: 18px;
            line-height: 1.7;
            color: #c5d3d0;
            margin-top: 30px;
        }

        .bottom-text strong {
            color: #FF991C;
            font-weight: 600;
        }


        .dA {
            margin-top: 50px;
        }

        .A {
            color: white;
            font-size: 22px;
            font-weight: bold;
            text-decoration: underline;
            text-underline-offset: 5px;
        }

        .second-img {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 40px;
        }

        .second-img img {
            width: 1000px;
            max-width: 100%;
            height: auto;
        }

        .fr-text {
            color: #FF991C;
            font-size: 22px;
        }

        /* Style section ---------------------------------- */
        .gap2 {
            margin-top: 25px;
        }

        .show22 {
            display: none;
        }

        .page-box {
            max-width: fit-content;
            margin: 0 auto;
            background: #f5f5f5;
            border-radius: 30px;
            padding: 50px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .h1-2 {
            text-align: center;
            font-size: 45px;
            color: #333;
            font-weight: 300;
            margin-bottom: 5px;
        }

        .headline-text {
            text-align: center;
            font-size: 77px;
            font-weight: 700;
            color: #032d2d;
            margin-bottom: 30px;
        }

        .grid-layout {
            padding: 50px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 150px;
            position: relative;
        }

        .left-column {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .ul-img {
            display: flex;
            gap: 35px;
        }

        .disease-card {
            margin: 20px 20px;
            background: #033232;
            color: white;
            border-radius: 15px;
            padding: 25px;
            position: relative;
            width: 70%;
            height: auto;
        }

        .disease-card h2 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .disease-card p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 15px;
            color: #e0e0e0;
        }

        .disease-card ul {
            list-style: none;
            margin-bottom: 15px;
        }

        .disease-card ul li {
            padding-left: 15px;
            margin-bottom: 8px;
            position: relative;
            font-size: 13px;
            color: #e0e0e0;
        }

        .disease-card ul li:before {
            content: "◦";
            position: absolute;
            left: 0;
            color: #e0e0e0;
        }

        .image-box {
            width: 65%;
            height: 140px;
            background: #d4c5b9;
            border-radius: 10px;
            overflow: hidden;
        }

        .image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .right-column {
            display: flex;
            flex-direction: column;
            gap: 30px;
            align-items: end;
        }

        .molecule-graph {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 600px;
            height: 1000px;
            pointer-events: none;
        }

        .molecule-graph img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }


        .misc-diseases {
            background: transparent;
            padding: 20px 0;
            margin-right: 70px;
        }

        .misc-diseases h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #0a0a0a;
        }

        .misc-diseases ul {
            list-style: none;
        }

        .misc-diseases ul li {
            padding-left: 15px;
            margin-bottom: 8px;
            position: relative;
            font-size: 14px;
            color: #333;
        }

        .misc-diseases ul li:before {
            content: "◦";
            position: absolute;
            left: 0;
            color: #333;
        }




        .main {
            width: 100%;
            height: 100%;
            padding: 30px 15px;
        }

        .hero1 {
            width: 100%;
            height: 100vh;
            background-image: url("/assets/images/5.jpg");
            background-size: cover;
            background-position: center right;
            background-repeat: no-repeat;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 0 80px;
            border-radius: 50px;

        }

        .hero1 h1 {
            color: #fff;
            font-size: 44px;
            top: 20%;
            text-shadow:
                0 0 10px #160a1667,
                0 0 20px #183b3b58,
                0 0 30px #27271146;
        }

        .btn-explore1 {
            margin-top: 40px;
            padding: 15px 34px;
            font-weight: 700;
            font-size: 18px;
            border-radius: 40px;
            background-color: white;
            border: none;
            cursor: pointer;
            display: inline-flex;
            position: absolute;
            bottom: 15%;
            justify-content: center;
            left: 6%;
            align-items: center;
            gap: 115px;
            color: #063341;
            width: 330px;
            transition: 0.4s ease;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
            text-decoration: none !important;
        }

        .btn-explore1:hover {
            background-color: #f8ca4ac2;
        }

        .sp {
            font-size: 200px;
            letter-spacing: 40px;
        }

        .sp2 {
            font-size: 160px;
            letter-spacing: 30px;
        }

        .p {
            color: white;
            font-size: 32px;
            margin-top: 50px;
            font-weight: 340;
            line-height: 1.3;
            text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.704);
        }


        @media (max-width: 968px) {
            .grid-layout {
                grid-template-columns: 1fr;
                padding: 0px;
                gap: 25px;
            }

            .h1-2 {
                font-size: 25px;
            }

            .headline-text {
                text-align: center;
                font-size: 60px;
            }

            .molecule-graph {
                display: none;
            }

            .gap2 {
                display: none;
            }

            .show22 {
                display: block;
            }
        }


        @media (max-width: 1200px) {
            .molecules-section {
                flex-direction: column;
                gap: 40px;
            }

            .info-section {
                margin-left: 0;
            }

            .book-button {
                position: static;
                margin-top: 20px;
            }

            .two {
                display: grid;
            }

            .sp2 {
                font-size: 90px;
            }

            .sp {
                font-size: 100px;
            }

            .misc-diseases {
                margin-right: 0px;
            }
        }

        @media (max-width: 768px) {

            .header h1 {
                font-size: 60px;
            }

            .header h2 {
                font-size: 32px;
            }

            .content-section {
                padding: 30px 25px;
            }

            .top-img {
                width: 110%;
            }

            .molecules-section img {
                width: 280px;
            }

            .btn-explore1 {
                max-width: 200px;
                gap: 20px;
                width: 150px;
                padding: 10px 30px;
                font-size: 12px;
            }

            .hero1 h1 {
                padding: 0px 0px;
                font-size: 20px;
                left: 10px;
                position: absolute;
            }

            .main {
                padding: 12px 2px;
            }

            .book-appointment {
                display: flex;
                font-size: 12px;
                padding: 10px 15px;
                right: 7px;
            }

            .sp {
                font-size: 70px;
                letter-spacing: 10px;
            }

            .sp2 {
                font-size: 55px;
                letter-spacing: 7px;
            }

            .p {
                font-size: 15px;
                margin-top: 50px;
            }

            .hero1 {
                height: 50vh;
            }
        }




        :root {
            --primary-bg-mobile: #0f2b2a;
            --card-bg-mobile: #082a2a;
            --highlight-color-mobile: #74c7bd;
            --light-text-mobile: #b9d9d4;
            --pure-white-mobile: #ffffff;
            --page-bg-mobile: #f6f8f9;
        }

        .main-container-mobile {
            margin-top: 20px;
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 30px 16px;
            box-sizing: border-box;
        }

        .content-wrapper-mobile {
            width: 100%;
            background: linear-gradient(180deg, #f7fbfb, #f0f7f7);
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(6, 30, 30, 0.14);
            box-sizing: border-box;
        }

        /* Title */
        .heading-section-mobile {
            text-align: center;
            margin-bottom: 10px;
        }

        .sub-heading-mobile {
            margin-top: 20px;
            color: #0d2e2d;
            font-weight: 300;
            letter-spacing: 0.2px;
            font-size: 20px;
        }

        .main-heading-mobile {
            margin: 6px 0 0 0;
            font-size: 40px;
            color: #031312;
            line-height: 1.05;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .both {
            display: flex;
            justify-content: space-between;
        }

        /* container for cards */
        .cards-container-mobile {
            margin-top: 12px;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .disease-card-mobile {
            background: var(--primary-bg-mobile);
            border-radius: 14px;
            padding: 14px;
            color: var(--light-text-mobile);
            display: flex;
            gap: 12px;
            align-items: center;
            box-shadow: 0 6px 14px rgba(6, 30, 30, 0.18);
            border: 2px solid rgba(255, 255, 255, 0.03);
        }

        .icon-section-mobile {
            width: 84px;
            flex: 0 0 84px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: center;
        }

        .icon-container-mobile {
            width: 100%;
            height: 100%;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .icon-container-mobile img {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
        }

        .disease-card-mobile .card-title-mobile {
            margin: 0 0 6px 0;
            font-size: 15px;
            color: #e6f8f6;
            font-weight: 700;
        }

        .card-content-mobile {
            flex: 1;
        }

        .card-content-mobile .description-mobile {
            margin: 0 0 8px 0;
            font-size: 12px;
            color: #c7eae5;
            line-height: 1.28;
        }

        .disease-list-mobile {
            margin: 0;
            padding-left: 18px;
            color: #d9f3ef;
            font-size: 13px;
            line-height: 1.5;
        }

        .image-section-mobile {
            width: 50px;
            flex: 0 0 86px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border-radius: 8px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.02));
        }

        .image-section-mobile img {
            width: 90px;
            height: 90px;
            object-fit: cover;
            border-radius: 6px;
        }

        /* last small list card (OTHER DISEASES) */
        .additional-conditions-mobile {
            background: var(--primary-bg-mobile);
            padding: 14px;
            border-radius: 14px;
            color: var(--light-text-mobile);
            font-size: 13px;
        }

        .conditions-list-mobile {
            margin: 8px 0 0 12px;
            padding: 0;
            list-style: disc;
        }

        .conditions-list-mobile li {
            margin-bottom: 6px;
        }

        /* small footer spacing */
        .bottom-spacer-mobile {
            height: 8px;
        }

        /* responsive */
        @media (max-width:420px) {
            .main-container-mobile {
                padding: 0;
            }

            .icon-container-mobile {
                width: 80%;
                height: 80%;
            }

            .image-section-mobile {
                width: 72px;
            }

            .image-section-mobile img {
                width: 80px;
                height: 80px;
            }

            .disease-card-mobile {
                gap: 2px;
            }

            .fr-text {
                font-size: 18px;
            }
        }