body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body.modal-open {
    overflow: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.7em;
}

.plm {
    text-transform: uppercase;
    color: #a7c4d4;
}

.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input , input#captcha-38 {
Position:absolute;
Left:10px;
}

.activeFeedbackDescription {
padding-top: 5px;
margin: 0;
}

.imageHover {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.imageHover::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    pointer-events: none;
}

.imageHover:hover::before {
    animation: shine 1s;
}

@keyframes shine {
    100% { left: 125%; }
}

.img-border img {
    outline: 2px solid #ccc;
    border: 5px solid #fff;
}

.content-container {
    
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto;
}

.new-featured {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.new-featured a:hover * {
    filter: brightness(0) invert(1);
}

.title-banner-container {
    position: relative;
    width: 100%;
    background-color: #a7c4d4 !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.title-banner-container p,  .title-banner-content {
    padding: 0; 
    margin: 0;
     text-align: center;
}

.centered-header {
    text-align: center;
}

.centered-header h3 {
    font-size: 26px;
    color: #000000;
}

.homepage .page-header {
    display: none;
}

.page-blog .title-banner-centered {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.flex-container-nowrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

.dm-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.col-2,
.col-3,
.col-4 {
    flex: 1 1 100%;
    min-width: 0;
}

.dm-third {
    flex: 1;
    max-width: calc(30% - 0);
    margin-bottom: 20px;
}

.dm-half {
    flex: 1;
    max-width: calc(50% - 15px);
}

.col-md-4 {
    flex: 1;
    min-width: 280px;
    max-width: calc(30% - 5px);
    float: left;
}

.flex-align-start { align-items: flex-start; }
.flex-align-center { align-items: center; }
.flex-align-end { align-items: flex-end; }
.flex-align-stretch { align-items: stretch; }
.flex-align-baseline { align-items: baseline; }

.flex-justify-start { justify-content: flex-start; }
.flex-justify-center { justify-content: center; }
.flex-justify-end { justify-content: flex-end; }
.flex-justify-between { justify-content: space-between; }
.flex-justify-around { justify-content: space-around; }
.flex-justify-evenly { justify-content: space-evenly; }

.flex-gap-none { gap: 0; }
.flex-gap-xs { gap: 0.25rem; }
.flex-gap-small { gap: 0.5rem; }
.flex-gap-medium { gap: 1rem; }
.flex-gap-large { gap: 2rem; }
.flex-gap-xl { gap: 3rem; }
.flex-no-gap { gap: 0; }

.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-column { flex-direction: column; }
.flex-column-reverse { flex-direction: column-reverse; }

.flex-order-1 { order: 1; }
.flex-order-2 { order: 2; }
.flex-order-3 { order: 3; }
.flex-order-4 { order: 4; }
.flex-order-first { order: -1; }
.flex-order-last { order: 999; }

.offset-up-5 { margin-top: -5px; }
.offset-up-10 { margin-top: -10px; }
.offset-up-15 { margin-top: -15px; }
.offset-up-20 { margin-top: -20px; }
.offset-up-30 { margin-top: -30px; }

.offset-down-5 { margin-top: 5px; }
.offset-down-10 { margin-top: 10px; }
.offset-down-15 { margin-top: 15px; }
.offset-down-20 { margin-top: 20px; }
.offset-down-30 { margin-top: 30px; }
.offset-down-50 { margin-top: 50px; }

.transform-up-5 { transform: translateY(-5px); }
.transform-up-10 { transform: translateY(-10px); }
.transform-up-15 { transform: translateY(-15px); }
.transform-up-20 { transform: translateY(-20px); }
.transform-up-30 { transform: translateY(-30px); }

.transform-down-5 { transform: translateY(5px); }
.transform-down-10 { transform: translateY(10px); }
.transform-down-15 { transform: translateY(15px); }
.transform-down-20 { transform: translateY(20px); }
.transform-down-30 { transform: translateY(30px); }

a.btn {
    background: #a7c4d4 !important;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    padding: 11px 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-block .btn {
    background: #fff !important;
    color: #2a3b35 !important;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 0px;
    display: inline-block;
}

.services-section {
    padding: 40px 0;
    line-height: 1.5em;
}

.services-section:has(.grey) {
    background: #EEE;
}

.services-section p {
    margin-bottom: 20px;
}

.services-section li {
    margin: 20px 0;
}

.services-section ul {
    margin: 0;
    margin-top: -20px;
}

.services-section a {
    color: #a7c4d4;
    text-decoration: underline;
}

.dm-third a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #333;
    background: white;
    padding: 25px 20px;
    transition: all 0.3s ease;
    min-height: 215px;
    gap: 20px;
    border-radius: 10px;
    box-shadow: 12px 9px 38px 0px rgba(0, 0, 0, 0.1);
}

.dm-third a:hover {
    background-color: #A8C4D4;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dm-third a:hover h3,
.dm-third a:hover p {
    color: white;
}

.dm-third h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
    color: #000000;
    transition: color 0.3s ease;
    font-family: "Montserrat", sans-serif;
}

.dm-third p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    transition: color 0.3s ease;
}

.dm-third div:last-child {
    flex: 1;
    text-align: left;
}

.dm-half li {
    list-style-type: none;
    margin: 10px 0;
}

.dm-half li::before {
    padding-right: 18px;
    font-family: 'Font Awesome 5 free';
    content: '\f14a';
}

.dm-half a {
    color: #97b2c2;
}

.dm-half a.btn {
    background: #a7c4d4 !important;
    min-width: 280px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    padding: 11px 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.dm-half a.btn:hover {
    color: #000; 
}

.dm-half a:hover {
    color: #a7c4d4;
}

.dm-half h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
    color: #333;
    transition: color 0.3s ease;
}

.dm-half p {
    margin-bottom: 20px;
    transition: color 0.3s ease;
    font-size: 19px;
    color: #000000;
}

.dm-half div:last-child {
    flex: 1;
    text-align: left;
}

.cube-image {
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-top: 5px;
}

.why-choose-us-block,
.our-podiatry-services-block {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
    margin-top: 60px;
}

.why-choose-us-block img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 4px;
}

.why-choose-us-block h2 {
    font-size: 35px;
    margin: 0 0 20px;
    font-weight: 700;
}

.new-welcome h2.plm {
    background: #fff;
    color: #a7c4d4;
    font-size: 22px;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 12px;
    display: inline-block;
    box-shadow: 12px 9px 38px 0px rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 5px 20px;
}

.get-in-touch-block {
    padding: 100px 20px 50px;
}

.get-in-touch-block h2 {
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 30px;
}

.get-in-touch-block .uk-width-1-3\@m,
.get-in-touch-block input {
    width: 100% !important;
}

.get-in-touch-block .uk-width-1-3\@m {
    margin-bottom: 20px;
}


.get-in-touch-block input,
.get-in-touch-block textarea {
    border: transparent;
    border-bottom: 1px solid #BDBDBD;
}

.get-in-touch-block .uk-form-label {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.get-in-touch-block strong.formRequired {
    color: #790000;
}

.get-in-touch-block button#submit {
    background: #a7c4d4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    height: 45px;
    width: 200px !important;
    border-radius: 4px;
    font-size: 24px !important;
    padding: 0px !important;
}

.ourServices h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000000;
}

.ourServices h3 {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    max-width: 310px;
    margin: 0 auto !important;
}

.ourServices .col-md-4 {
    margin-bottom: 25px;
    overflow: hidden;
    background: #ebf1f4;
    margin: 5px;
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #222;
    border-radius: 5px;
    min-height: 335px;
    box-sizing: border-box;
    max-width: 350px;
}

.ourServices .col-md-4 img {
    width: 325px;
    height: 215px !important;
    object-fit: cover; 
}

.services img {
    border-radius: 20px;
}

.testimonials-section {
    padding: 60px 0;
}

.testimonials-title {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-title h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.testimonials-title p {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin: 0;
}

.video-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.video-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.video-info {
    padding: 20px;
    text-align: center;
}

.video-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 10px 0;
}

.video-description {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin: 0;
    line-height: 1.5;
}

.our-blog-snippet.content-container {
    margin-top: 80px;
}

.our-blog-snippet .flex-container-nowrap {
    margin-top: 90px;
}

/* .our-blog-snippet .col-3 {
    background: #FAFAFA;
} */

.our-blog-snippet h2 {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
}

.blog_dm_content {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    text-align: left;
}

.content-blog {
    padding: 20px;
}

.content-blog h3 {
    color: #000;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}

.blog_dm_image {
    background-size: cover;
    width: 100%;
    height: 300px;
    background-position: 50%;
}

.item-page {
    margin-top: 70px;
}

.blog-item {
    display: inline-block;
    margin-bottom: 60px;
}

.blog-item h2 {
    text-align: left !important;
}

.blog-item h2 a {
    font-size: 28px !important;
}

.blog-item .item-content {
    margin-bottom: 60px !important;
    display: inline-block;
    border-bottom: 1px dotted #A8C4D4;
}

.item-content .content-container img,
.blog-item img {
    width: 350px !important;
    height: 350px !important;
    float: left;
    margin-right: 40px !important;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.page-blog .item-page img {
    max-width: 500px !important;
    margin-right: 40px !important;
    display: inline-block;
    clear: both;
}

.blog-entry .article-content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.blog-entry .article-layout-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
}

.blog-entry .article-sidebar-panel {
    flex: 0 0 25%;
    min-width: 250px;
    background: #A8C4D4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog-entry .article-main-panel.with-sidebar {
    flex: 1;
    min-width: 0; 
}

.blog-entry .article-main-panel.full-width {
    flex: 1;
    width: 100%;
}

.blog-entry .article-content-area {
    background: #ffffff;
    padding: 0 30px 0 0;
    border-radius: 8px;
    line-height: 1.6;
}

.blog-entry .article-content-area h1,
.blog-entry .article-content-area h2,
.blog-entry .article-content-area h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #333;
}

.blog-entry .article-content-area h1:first-child,
.blog-entry .article-content-area h2:first-child {
    margin-top: 0;
}

.blog-entry .article-content-area p {
    margin-bottom: 1em;
}

.blog-entry .article-sidebar-panel h3,
.blog-entry .article-sidebar-panel h4 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #555;
}

.category-module.mod-list {
    padding: 0;
}

.category-module.mod-list li {
    list-style-type: none;
}

a.mod-articles-category-title {
    color: #fff !important; 
    text-transform: uppercase !important;
    font-weight: bold;
}

.article-sidebar-panel h2 {
    text-transform: uppercase;
}

.footer-block {
    background: #9DABB3;
    color: #fff;
    padding: 40px 0;
    margin-top: 40px;
}

.footer-block a {
    color: #fff;
}

.footer-block p {
    margin-bottom: 10px;
}

.footer-block h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 18px;
}

.social-icons .fab {
    font-size: 27px;
    margin: 0 10px;
}

.nepla {
    padding: 0px;
    background: #fafafa;
    max-width: 400px;
    margin: auto;
}

.inner-logo img {
    width: 365px;
}

.meetdoc,
section.meetdoc {
    position: relative;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    padding: 60px 0;
}

.meetdoc {
    background: linear-gradient(180deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url('../images/podiatry5-2200-1.jpg');
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
}

.page-meet-our-doctor .meetdoc {
    padding: 0;
}

.meetdoc h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.staff-grid-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.staff-grid-container .content-container {
    /*display: flex;
    grid-template-columns: 1fr 1fr; */ 
    gap: 30px;
    width: 100%;
    max-width: 1000px;
    align-items: flex-start;
    justify-content: center;
}

.staff-grid {
    /* background: white; */
    border-radius: 10px;
    padding: 30px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    text-align: center;
    transition: transform 0.3s ease;

} 

.page-meet-our-doctor .staff-grid {
    width: 60%;
    margin: 0 auto;
}

/* .staff-grid:hover {
    transform: translateY(-5px);
} */

.staff-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 20px;
    /* border: 5px solid #f0f0f0; */
}

.staff-grid h2 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 10px;
    text-shadow: none;
    font-weight: 700;
    margin: 0 auto;
}

.staff-grid h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    margin: 15px auto;
}

.staff-grid p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.staff-grid span {
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: #5186b5;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.staff-grid span:hover {
    transform: translateY(-2px);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: white;
    max-width: 800px;
    width: 90%;
    max-height: 50vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(50px);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    scrollbar-width: thin;
    scrollbar-color: #4E6C77 #A9C5D5;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #007cba;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #005a8a;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-header {
    background: #ffffff;
    color: #000000;
    padding: 25px 30px;
    position: relative;
    padding-bottom: 0;
}

.modal-header h3 {
    margin: 0 0 5px 0;
    font-size: 1.8rem;
}

.modal-header h4 {
    margin: 0;
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: normal;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    color: #000000;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.modal-body {
    padding: 30px;
}

.modal-body p {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
    font-size: 1.05rem;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.bio-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bio-modal-overlay.bio-modal-active {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.bio-modal-content {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-50px);
    transition: transform 0.3s ease;
}

.bio-modal-content::-webkit-scrollbar {
    width: 8px;
}

.bio-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bio-modal-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.bio-modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bio-modal-overlay.bio-modal-active .bio-modal-content {
    transform: translateY(0);
}

.bio-modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.bio-modal-title {
    margin: 0 0 10px 0;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.2;
}

.bio-modal-subtitle {
    margin: 0;
    font-size: 1.1em;
    opacity: 0.9;
    font-weight: 300;
}

.bio-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 1.5em;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.bio-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.bio-modal-body {
    padding: 30px;
    line-height: 1.7;
    color: #333;
}

.bio-modal-body p {
    margin: 0 0 20px 0;
    font-size: 1.05em;
}

.bio-modal-body p:last-child {
    margin-bottom: 0;
}

.doctor-showcase {
    background: #f8f9fa;
    padding: 60px 0;
    min-height: 100vh;
}

.doctor-content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.doctor-flex-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.doctor-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.doctor-image-container {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.doctor-image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
}

.doctor-info {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.doctor-name {
    margin: 0 0 10px 0;
    font-size: 1.8em;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.doctor-specialty {
    margin: 0 0 20px 0;
    font-size: 1.1em;
    color: #7f8c8d;
    font-weight: 500;
}

.doctor-preview {
    margin: 0 0 25px 0;
    line-height: 1.6;
    color: #555;
    flex-grow: 1;
    font-size: 1.05em;
}

.doctor-read-more {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 10px;
}

.doctor-read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.doctor-read-more i {
    font-size: 0.9em;
}

.doctor-bio-hidden {
    display: none;
}

.page-title {
    text-align: center;
    margin-bottom: 50px;
}

.page-title h1 {
    font-size: 3em;
    color: #2c3e50;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.page-title p {
    font-size: 1.2em;
    color: #7f8c8d;
    margin: 0;
}

.pagination__wrapper {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.pagination {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}

.page-item {
    display: block;
    margin: 0;
    padding: 0;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 8px 12px;
    text-decoration: none;
    color: #fff !important;
    background-color: #4E6C77;
    border: 1px solid #4E6C77;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}

.page-item:not(.disabled):not(.active) .page-link:hover {
    background-color: #A8C4D4;
    border-color: none;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: none;
}

.page-item.active .page-link {
    background-color: #A8C4D4;
    border: none;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
}

.page-item.active .page-link:hover {
    background-color: #A8C4D4;
    border-color: #A8C4D4;
    transform: none;
}

.page-item.disabled .page-link {
    color: #fff;
    background-color: #4E6C77;
    border-color: #4E6C77;
    cursor: not-allowed;
    opacity: 0.5;
}

.page-item.disabled .page-link:hover {
    background-color: #4E6C77;
    border-color: #4E6C77;
    color: #fff;
    transform: none;
    box-shadow: none;
}

.page-link:focus {
    outline: 2px solid #A8C4D4;
    z-index: 1;
}

.page-link [class*="icon-"] {
    font-size: 14px;
    line-height: 1;
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
}

.icon-angle-left:before {
    content: "‹";
    font-size: 18px;
    font-weight: bold;
}

.icon-angle-right:before {
    content: "›";
    font-size: 18px;
    font-weight: bold;
}

.icon-angle-double-left:before {
    content: "«";
    font-size: 16px;
    font-weight: bold;
}

.icon-angle-double-right:before {
    content: "»";
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .col-2 {
        flex: 1 1 calc(50% - 1rem);
    }
    
    .col-3 {
        flex: 1 1 calc(33.333% - 3rem);
    }
    
    .col-4 {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media (min-width: 992px) {
      
    #rsform_3_page_0 input, #rsform_3_page_0 textarea{width:90% !important}
    .col-4 {
        flex: 1 1 calc(25% - 2rem);
    }
}

/* @media (max-width: 999px) {
    .services-section{padding:15px;}
    .dm-third {
        flex: 1 1 100%;
        width: 100%;
    }
} */

@media (max-width: 768px) {
       .dm-half a.btn {
    background: #a7c4d4 !important;
    min-width: fit-content;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    padding: 11px 25px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
     .copyrights{padding:15px;}
    .testimonials-title h2 {
        font-size: 2rem;
    }
    
    .video-wrapper {
        padding-bottom: 60%;
    }
    
    .staff-grid-container .content-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .modal-header {
        padding: 20px;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .bio-modal-content {
        width: 95%;
        margin: 20px;
    }

    .bio-modal-header {
        padding: 20px;
    }

    .bio-modal-title {
        font-size: 1.8em;
    }

    .bio-modal-subtitle {
        font-size: 1em;
    }

    .bio-modal-body {
        padding: 20px;
    }

    .doctor-content-container {
        padding: 0 15px;
    }

    .doctor-info {
        padding: 20px;
    }

    .doctor-name {
        font-size: 1.5em;
    }
    
    .meetdoc,
    section.meetdoc {
        background-attachment: scroll;
    }

    .blog-entry .article-layout-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .blog-entry .article-sidebar-panel {
        flex: none;
        width: 100%;
        min-width: auto;
        order: 2; 
    }
    
    .blog-entry .article-main-panel.with-sidebar,
    .blog-entry .article-main-panel.full-width {
        flex: none;
        width: 100%;
        order: 1;
    }
    
    .blog-entry .article-content-wrapper {
        padding: 15px;
    }
    
    .blog-entry .article-content-area {
        padding: 20px;
    }

    .page-link {
        min-height: 40px;
        min-width: 40px;
        padding: 6px 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

     .copyrights div{padding:10px;}
    .copyrights .btn{width:auto; padding:10px;}
        a.btn {
        max-width:min-content ;

  font-size: 16px;
 




  padding: 11px 2px;
  text-transform: uppercase;
  text-decoration: none;
}
    
    .testimonials-title h2 {
        font-size: 1.8rem;
    }
    
    .video-wrapper {
        padding-bottom: 65%;
    }
    
    .video-info {
        padding: 15px;
    }
    
    .dm-flex {
        flex-direction: column;
        gap: 20px;
    }
    
    .dm-third,
    .dm-half {
        max-width: 100%;
    }
    
    .dm-third a,
    .dm-half a {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        align-items: center;
    }
    
    .cube-image {
        margin-top: 0;
    }
    
    .dm-third div:last-child {
        text-align: center;
    }
    
    .new-featured {
        padding: 20px 15px;
    }
    
    .staff-grid {
        padding: 20px;
    }
    
    .page-meet-our-doctor .staff-grid {
        padding: 10px;
        width: 90%;
        margin: 0 auto;
    }
    

    .staff-image {
        width: 150px;
        height: 150px;
    }
    
    .meetdoc h2 {
        font-size: 2rem;
    }
    
    .staff-grid h2 {
        font-size: 1.5rem;
    }

    .blog-entry .article-content-wrapper {
        padding: 10px;
    }
    
    .blog-entry .article-content-area {
        padding: 15px;
    }
    
    .blog-entry .article-sidebar-panel {
        padding: 15px;
    }
}


.uk-button-primary {
  background-color:#A8C4D4 !important;;
  color:#fff;
  
    text-transform: uppercase !important;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color:#4E6C77 !important;
  color:#fff
}
#contactus-form input{width:100% !important; }
#request-appointment-form{margin-top:60px;}