     * {
            transition: background-color 300ms ease, color 300ms ease;
        }
        *:focus {
            background-color: rgba(221, 72, 20, .2);
            outline: none;
        }
        html, body {
            color: rgba(33, 37, 41, 1);
            font-family: Georgia;
            font-size: 16px;
            margin: 0;
            padding: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility;
        }
        header {
            background-color: rgba(247, 248, 249, 1);
            padding: .4rem 0 0;
        }
        .menu {
            padding: .4rem 2rem;
        }
        header ul {
            border-bottom: 1px solid rgba(242, 242, 242, 1);
            list-style-type: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
            text-align: right;
        }
        header li {
            display: inline-block;
        }
        header li a {
            border-radius: 5px;
            color: rgba(0, 0, 0, .5);
            display: block;
            height: 44px;
            text-decoration: none;
        }
        header li.menu-item a {
            border-radius: 5px;
            margin: 5px 0;
            height: 38px;
            line-height: 36px;
            padding: .4rem .65rem;
            text-align: center;
        }
        header li.menu-item a:hover,
        header li.menu-item a:focus {
            background-color: rgba(221, 72, 20, .2);
            color: rgba(221, 72, 20, 1);
        }
        header .logo {
            float: left;
            height: 44px;
            padding: .4rem .5rem;
        }
        header .menu-toggle {
            display: none;
            float: right;
            font-size: 2rem;
            font-weight: bold;
        }
        header .menu-toggle button {
            background-color: rgba(221, 72, 20, .6);
            border: none;
            border-radius: 3px;
            color: rgba(255, 255, 255, 1);
            cursor: pointer;
            font: inherit;
            font-size: 1.3rem;
            height: 36px;
            padding: 0;
            margin: 11px 0;
            overflow: visible;
            width: 40px;
        }
        header .menu-toggle button:hover,
        header .menu-toggle button:focus {
            background-color: rgba(221, 72, 20, .8);
            color: rgba(255, 255, 255, .8);
        }
        header .heroe {
            margin: 0 auto;
            max-width: 1100px;
            padding: 1rem 1.75rem 1.75rem 1.75rem;
        }
        header .heroe h1 {
            font-size: 2.5rem;
            font-weight: 500;
        }
        header .heroe h2 {
            font-size: 1.5rem;
            font-weight: 300;
        }
        section {
            margin: 0 auto;
            max-width: 1100px;
            padding: 2.5rem 1.75rem 3.5rem 1.75rem;
        }
        section h1 {
            margin-bottom: 2.5rem;
        }
        section h2 {
            font-size: 120%;
            line-height: 2.5rem;
            padding-top: 1.5rem;
        }
        section pre {
            background-color: rgba(247, 248, 249, 1);
            border: 1px solid rgba(242, 242, 242, 1);
            display: block;
            font-size: .9rem;
            margin: 2rem 0;
            padding: 1rem 1.5rem;
            white-space: pre-wrap;
            word-break: break-all;
        }
        section code {
            display: block;
        }
        section a {
            color: rgba(221, 72, 20, 1);
        }
        section svg {
            margin-bottom: -5px;
            margin-right: 5px;
            width: 25px;
        }
        .further {
            background-color: rgba(247, 248, 249, 1);
            border-bottom: 1px solid rgba(242, 242, 242, 1);
            border-top: 1px solid rgba(242, 242, 242, 1);
        }
        .further h2:first-of-type {
            padding-top: 0;
        }
        .svg-stroke {
            fill: none;
            stroke: #000;
            stroke-width: 32px;
        }
        footer {
            background-color: rgba(221, 72, 20, .8);
            text-align: center;
        }
        footer .environment {
            color: rgba(255, 255, 255, 1);
            padding: 2rem 1.75rem;
        }
        footer .copyrights {
            background-color: rgba(62, 62, 62, 1);
            color: rgba(200, 200, 200, 1);
            padding: .25rem 1.75rem;
        }
        @media (max-width: 629px) {
            header ul {
                padding: 0;
            }
            header .menu-toggle {
                padding: 0 1rem;
            }
            header .menu-item {
                background-color: rgba(244, 245, 246, 1);
                border-top: 1px solid rgba(242, 242, 242, 1);
                margin: 0 15px;
                width: calc(100% - 30px);
            }
            header .menu-toggle {
                display: block;
            }
            header .hidden {
                display: none;
            }
            header li.menu-item a {
                background-color: rgba(221, 72, 20, .1);
            }
            header li.menu-item a:hover,
            header li.menu-item a:focus {
                background-color: rgba(221, 72, 20, .7);
                color: rgba(255, 255, 255, .8);
            }
        }



        .desktop-menu{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:0px 0px;
        background:white;
}

.menu-links{
display:flex;
gap:15px;
list-style:none;
margin:0;
padding:0;
flex-wrap:nowrap;
}

.menu-links li{
white-space:nowrap;
}
.menu-links a{
font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;

}

.btn-book{
background:#1b7f4f;
color:white;
padding:8px 15px;
border-radius:6px;
}

.mobile-menu-icon{
font-size:28px;
cursor:pointer;
display:none;
}

/* slide menu */

.side-menu{
position:fixed;
top:0;
left:-280px;
width:280px;
height:100%;
background:#1f8a92;
transition:0.4s;
z-index:1000;
padding-top:60px;
}

.overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
display:none;
z-index:999;
}

.side-menu ul{
list-style:none;
padding:0;
}

.side-menu li{
padding:15px 20px;
color:white;
border-bottom:1px solid rgba(255,255,255,0.2);
}

.close-btn{
position:absolute;
top:15px;
right:20px;
font-size:22px;
color:white;
cursor:pointer;
}

@media (max-width:991px){

.menu-links{
display:none;
}

.mobile-menu-icon{
display:block;
}

}
/*index page*/


 .clinic-banner {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .clinic-banner img {
        width: 100%;
        height: auto;
        display: block;
    }

    .banner-text {
        position: absolute;
        bottom: 18%;
        left: 20%;
        transform: translateX(-50%);

        font-family: "Raleway", sans-serif;
        font-weight: 600;
        letter-spacing: 4px;

        font-size: clamp(10px, 2vw, 22px);
        color: #8a6d3b;
    }

    .card-background {
        /* background: linear-gradient(#14899b, #37c0c3); */
        background-color: #37b7b7;
        padding: 5px;
        color: white;
        border-radius: 14px;
        margin: 10px;
        height: 100%;
        /* opacity: 0.9; */
    }

    .card-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    
}
.card-text{
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.2;
    margin-top: 10px;
    padding:0px 12px;
}
    .card-divider{
    width: 120px;
    height: 1px;
    background: white;
    margin: 15px auto;
    border: none;
    opacity:.7
}
.card-icon{
    width: 80px;

}
    .service-section {
        margin: 20px 0;
    }

    .service-content {
        background: rgba(20, 137, 155, 0.24);
        padding: 10px 30px;
        position: relative;
    }

    .service-header {
        display: flex;
        align-items: flex-end;
        position:relative;
        top:-50px;
        gap: 20px;
    }

    .service-number {
        /* position: absolute; */
        font-size: clamp(130px, 11vw, 190px);
        font-weight: 700;
        color: #1c7f89;
        font-family:'Playfair Display', serif;;
        line-height: 1;
        left: 34px;
        top: -60px
    }

    .dot {
        width: 20px;
        height: 20px;
        background: #1c7f89;
        border-radius: 50%;
    }

    .service-header h2 {
        /* padding-left: 138px; */
        font-family: sans-serif;
        font-weight: 900;
        color: #1c7f89;
        font-size: clamp(26px, 3vw, 36px);
    }

    .service-content p {
        font-family: Georgia, serif;
        font-size:clamp(18px, 2vw, 20px);
        color: #205d63;
        line-height: 1.6;
        padding: 0px 20px 10px;
    }

    .service-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .services-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 18px 40px;
        background: #1f7f8a;
        color: white;
        font-size: clamp(18px, 2vw, 22px);
        font-weight: 600;
        text-decoration: none;
        border-radius: 20px;
        transition: 0.3s;
    }

    .services-btn:hover {
        background: #176a73;
        color: white;
    }

    .services-btn .arrow {
        font-size: 26px;
    }


    .quote-section {
        display: flex;
        /* align-items: center; */
        justify-content: center;
        gap: 20px;
        max-width: 100%;
        margin: auto;
    }

    .quote-left,
    .quote-right {
        padding: 23px 0px;
        font-size: 120px;
        color: #1c6f75;
        line-height: 0.5;
        font-family: Georgia, serif;
    }
    .quote-right{
        padding: 40px 0px;
    }

    .quote-text {
        font-size: 22px;
        color: #1c6f75;
        text-align: center;
        font-family: Georgia, serif;
        line-height: 1.6;
    }

    .quote-left,
    .quote-right {
        font-size: clamp(60px, 10vw, 140px);
    }

    .quote-text {
        font-size: clamp(18px, 2vw, 22px);
    }





    .contact-section {
        text-align: center;
        padding: 20px;
        font-family: Georgia, serif;
    }

    .contact-heading {
        font-size: clamp(18px, 2vw, 22px);
        color: #1c6b73;
        margin-bottom: 30px;
    }

    .contact-box {
        border: 2px solid #1c8a96;
        border-radius: 35px;
        padding: 10px;
        max-width: 900px;
        margin: auto;
    }

    .contact-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
        margin-bottom: 4px;
        color: #1c6b73;
        font-size: clamp(16px, 2vw, 20px);
    }

    .contact-info {
        gap: 10px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .icon {
        font-size: 28px;
    }

    .appointment-btn {
        display: inline-block;
        background: #14899b;
        color: white;
        padding: 14px 30px;
        border-radius: 10px;
        font-size: 20px;
        text-decoration: none;
        margin-top: 15px;
        transition: 0.3s;
    }

    .appointment-btn:hover {
        background: #15565c;
    }


    .title-style {
    text-align: center;
    color: #1c7f89;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(28px, 4vw, 60px);
    margin-bottom: 28px;
    position: relative;
    opacity: .9;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* Left line */
.title-style::before,
/* Right line */
.title-style::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #14899b;
    opacity: 0.5;
}

    .custom-line{
border: none;
height: 2px;
background-color: #bfbfbf;
margin: 20px 0;
}


@media (max-width: 992px) {
    .service-number {
        left: 20px;
        top: -40px;
    }
}

/* Mobile devices */
@media (max-width: 576px) {
    .service-number {
        left: 10px;
        top: -10px;
    }
}



/*Footer*/
.clinic-footer{
background: linear-gradient(90deg, #14899B 0%, #37C0C3 100%);;
color:white;
padding-top:20px;
}

.footer-main{
padding-bottom:20px;
}

.footer-col{
padding: 0px 15px;
border-right:1px solid rgba(255,255,255,0.4);
}

.footer-col:last-child{
border-right:none;
}

.footer-title{
font-weight:700;
margin-bottom:15px;
border-bottom:1px solid rgba(255,255,255,0.5);
padding-bottom:10px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:1px;
}

.footer-links a{
color:white;
text-decoration:none;
}

.footer-links a:hover{
text-decoration:underline;
}

.footer-col i{
margin-right:8px;
}

.footer-bottom{
background: rgba(255, 255, 255, 0.24);
padding:15px 0;

}

.footer-bottom p{
margin:0;
}


 
/*About Doctor page*/

 .aboutdoctor-contact-box {
    border: 2px solid #1c8a96;
    border-radius: 35px;
    padding: 10px 20px;
    margin: auto;
  }

  .aboutdoctor-contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 4px;
    color: #1c6b73;
    font-size: 15px;
    font-family: Georgia;
  }

  .aboutdoctor-contact-row {
    gap: 10px;
  }

  .aboutdoctor-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /*old*/

  .heading-underline{
    
    border: none;
    height: 2px;
    background: black; /* soft grey */
    padding: 0px;
    margin: 0px 10px;
    width: 98%;

  }
  .heading-AD{
    font-weight:bolder;
    color: #14899b;
    margin-bottom: 4px;
    font-family: 'Raleway', sans-serif;

  }

  .area-of-specialisation-div {
    display: flex;
    position: relative;
    margin: 20px 0px;
  }
  .area-of-specialisation-num {
    font-size: 70px;
    font-weight: 900;
    color: #1c7f89;
    font-family: "Playfair Display", serif;
    line-height: 0.7;
    /* transform: translateY(10px);  */
    margin-right: 10px;
    z-index: 2;
  }
  .area-of-specialisation-content {
    transform: skewX(-36deg);
    line-height: 1.2;
    font-family: Georgia;
    font-size: 18px;
    position: relative;
    top: 16px;
    left: -18px;
    z-index: 10;
    background: white;
    box-shadow: -2px 0 0px rgba(0, 0, 0, 0.12);
  }
  .area-of-specialisation-p1 {
    transform: skewX(36deg);
    padding: 0px;
    margin: 0px;
    padding-left: 18px;
  }

  .area-of-specialisation-p2 {
    transform: skewX(36deg);
    padding: 0px;
    margin: 0px;
    padding-left: 18px;
  }
  .about-doctor-lists{
        border-left: 9px solid #14899b;
        width: 98%;
    border-radius: 30px;
    font-size: clamp(14px,2vw,18px);
    background: #fff8f3;
    padding: 10px 15px;
    font-family: Georgia;
    margin: 0px 10px;
  }

.zoom-box {
    transform: scale(0.3);
    opacity: 0;
    animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.scroll-animate {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease;
}

.scroll-animate.show {
    opacity: 1;
    transform: scale(1);
}


/* CLinic Page */

     .title-style-type2 {
    text-align: center;
    color: #1c7f89;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(28px, 4vw, 50px);
    margin-bottom: 28px;
    position: relative;
    opacity: .9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

/* Left line */
.title-style-type2::before,
/* Right line */
.title-style-type2::after {
    content: "";
    flex: 1;
    height: 8px;
    background: #14899b;
    opacity: 1;
}

.title-style-withoutline{
    text-align: center;
    color: #1c7f89;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(28px, 4vw, 50px);
    margin-bottom: 28px;
}

.card-background-clinic {
        background-color: #14899b;
        padding: 15px 5px;
        color: white;
        border-radius: 14px;
        margin: 10px;
        height: 100%;
       opacity: 1;
}

.card-title-clinic{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(16px,2vw,20px);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    
}

.card-text-clinic{
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    padding:0px 30px 20px 30px;
}

.card-divider-clinic{
    width: 40%;
    height: 1.5px;
    background: white;
    margin: 15px auto;
    border: none;
    opacity:.7
}

.clinic-hours-title{
font-size: clamp(18px,2vw,22px); font-family: Georgia; display:flex;gap:10px;font-weight:700
}
.clinic-hours{
    font-size: clamp(17px,2vw,20px); font-family: Georgia; display:flex;gap:10px;margin-bottom: 5px;
}

.clinic-information-contact{
color:#205d63;font-size: clamp(18px,2vw,22px); font-family: Georgia; display:flex;gap:10px
}


.basic-content-text{
    font-size: 18px; 
    font-family: Georgia;
    text-align: justify
}


/* Blogs Page*/
.title-style-type3 {
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 50px);
  color: #1c7f89;
  margin-bottom: 28px;
}

/* Remove left line */
.title-style-type3::before {
  content: none;
}

/* Right line only */
.title-style-type3::after {
  content: "";
  flex: 1;
  height: 4px;
  background: #14899b;
  margin-left: 20px;
}

/*Homoeopathy Care*/
.homeopathycar-title{
    color: #1c7f89;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(24px, 4vw, 45px);
    border-left: 4px solid #1c7f89;
    padding-left: 15px;
}
.homeopathycar-title-text{
font-size: clamp(18px,2vw,22px); font-family: Georgia;text-align: justify;
}

.homeopathycare-type-div-styles{
 font-size: clamp(18px,2vw,24px);
    background: #0b5b63;
    font-family: Georgia;
    color: white;
    border-radius: 29px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-align: center;
    padding: 15px;
    line-height: 1.1;
}


