:root {
    --ink: #102b3a;
    --muted: #5d7180;
    --paper: #ffffff;
    --mist: #f3f9fb;
    --line: #d7e8ee;
    --cyan: #0a8fa3;
    --cyan-dark: #086c7b;
    --navy: #12324a;
    --leaf: #41a986;
    --amber: #efb05f;
    --rose: #d66b6b;
    --shadow: 0 22px 50px rgba(18, 50, 74, 0.13);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(180deg, #f8fcfd 0, #fff 360px),
        var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.72;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--cyan);
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a:focus {
    outline: 3px solid rgba(10, 143, 163, 0.24);
    outline-offset: 3px;
}

a:hover {
    color: var(--cyan-dark);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 18px;
    color: var(--muted);
    font-family: inherit;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 18px;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.16;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

.container {
    max-width: 1160px;
}

.section_padding {
    padding: 82px 0;
}

#preloader {
    display: none;
}

#header_area {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 22px 0 0;
    background:
        radial-gradient(circle at 84% 28%, rgba(65, 169, 134, 0.2), transparent 28%),
        radial-gradient(circle at 8% 22%, rgba(10, 143, 163, 0.16), transparent 24%),
        linear-gradient(135deg, #effaff 0%, #f8fcfd 48%, #e9f6f2 100%);
}

#header_area:before {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border: 72px solid rgba(10, 143, 163, 0.08);
    border-radius: 48% 52% 55% 45%;
    transform: rotate(-18deg);
}

#header_area:after {
    content: "\f0f1  \f0f8  \f21e";
    position: absolute;
    left: 7%;
    bottom: 42px;
    color: rgba(18, 50, 74, 0.08);
    font-family: FontAwesome;
    font-size: 92px;
    letter-spacing: 28px;
    pointer-events: none;
}

#header_area .container {
    position: relative;
    z-index: 1;
}

#header_area .row:first-child {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 12px 18px;
    border: 1px solid rgba(215, 232, 238, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 36px rgba(18, 50, 74, 0.08);
    backdrop-filter: blur(12px);
}

.logo {
    margin: 0;
}

.site-logo {
    margin: 0;
    display: inline-flex;
    align-items: center;
    color: var(--navy);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.site-logo:before {
    content: "\f0f1";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--cyan), var(--leaf));
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    box-shadow: 0 12px 24px rgba(10, 143, 163, 0.24);
}

.mainmenu {
    margin-top: 0;
}

.navbar {
    min-height: 0;
    margin: 0;
    border: 0;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-nav > li > a {
    margin-left: 6px;
    padding: 11px 12px;
    border-radius: 8px;
    color: var(--navy);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus {
    color: var(--cyan-dark);
    background: #e9f8fa;
}

.navbar-nav > li:nth-child(3) > a {
    background: var(--navy);
    color: #fff;
}

.navbar-nav > li:nth-child(3) > a:hover,
.navbar-nav > li:nth-child(3) > a:focus {
    background: var(--cyan-dark);
    color: #fff;
}

.header_area_text {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    column-gap: 58px;
    align-items: center;
    min-height: 500px;
    padding: 78px 0 90px;
}

.header_area_text:before {
    content: "Urology specialist care";
    grid-column: 1;
    align-self: end;
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(10, 143, 163, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--cyan-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.header_area_text:after {
    content: "Kidney stone care\a Laser prostate surgery\a Renal transplant";
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    min-height: 390px;
    padding: 260px 28px 28px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background:
        linear-gradient(180deg, transparent 26%, rgba(18, 50, 74, 0.86) 100%),
        url(../images/dr-deepak.jpg) center top / cover no-repeat;
    color: #fff;
    white-space: pre-line;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.9;
    box-shadow: var(--shadow);
}

.header_area_text h1,
.header_area_text p,
.header_area_text a {
    grid-column: 1;
}

.header_area_text h1 {
    max-width: 720px;
    margin-bottom: 20px;
    color: var(--navy);
    font-size: 58px;
    line-height: 1.02;
}

.header_area_text p {
    max-width: 650px;
    margin: 0 0 30px;
    color: #4c6575;
    font-size: 18px;
    line-height: 1.82;
}

.header_area_text a,
.story_text a,
.experience a,
.call_project a,
input[type="submit"],
input[type="reset"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-height: 46px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--cyan), var(--leaf));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(10, 143, 163, 0.2);
}

.header_area_text a:hover,
.story_text a:hover,
.experience a:hover,
.call_project a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background: linear-gradient(135deg, var(--cyan-dark), #287f68);
    color: #fff;
    transform: translateY(-1px);
}

#features_area {
    position: relative;
    background: var(--paper);
}

#features_area:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 160px;
    background: linear-gradient(180deg, rgba(226, 244, 248, 0.6), transparent);
    pointer-events: none;
}

#features_area h2,
#clients_say_area h2 {
    margin-bottom: 38px;
    color: var(--navy);
    text-align: center;
}

#features_area .col-md-12 > p,
#features_area .col-md-12 > h3,
#features_area .col-md-12 > ul,
#features_area .col-md-12 > ol {
    max-width: 870px;
}

.single_feature {
    position: relative;
    min-height: 100%;
    margin-top: 12px;
    padding: 34px 28px 32px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(18, 50, 74, 0.09);
}

.single_feature:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(65, 169, 134, 0.18), transparent 70%);
}

.single_feature h3 {
    margin: 20px 0 12px;
    color: var(--navy);
}

.single_feature i {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 0;
    border-radius: 8px;
    background: #eef9f8;
    color: var(--cyan);
    font-size: 26px;
}

.single_feature:nth-child(2n) i,
.col-sm-4:nth-child(2n) .single_feature i {
    background: #fff5e8;
    color: #c47a21;
}

.col-sm-4:nth-child(3n) .single_feature i {
    background: #eef2ff;
    color: #4766b0;
}

#story_area {
    background:
        linear-gradient(90deg, #f5fbfd 0%, #fff 56%),
        var(--mist);
}

.story_image {
    position: relative;
}

.story_image:before {
    content: "Consultant Urologist";
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
    padding: 9px 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(18, 50, 74, 0.12);
}

.story_image img,
.single_blog img {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.story_text {
    padding: 12px 0 0 22px;
}

.story_text h2,
.experience h2,
.skills h2 {
    margin-bottom: 22px;
}

.story_text p,
.experience p {
    margin-bottom: 18px;
}

.story_text a {
    margin-top: 8px;
}

#clients_say_area {
    position: relative;
    background: #fff;
}

.clients_say {
    position: relative;
    height: 100%;
    margin-bottom: 28px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, #fff 0, #f6fbfc 100%);
}

.clients_say:before {
    content: "\f0f8";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #e9f8fa;
    color: var(--cyan);
    font-family: FontAwesome;
    font-size: 19px;
}

.clients_say p {
    margin: 0;
    padding: 0;
    border: 0;
}

.clients_say_list {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.say {
    width: auto;
    flex: 1;
    margin-top: 0;
    text-align: left;
}

.say h5 {
    margin: 0;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.42;
}

.say h6 {
    margin: 0;
    color: var(--muted);
}

.c_img {
    width: 48px;
    flex: 0 0 48px;
    text-align: right;
}

.c_img img {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(18, 50, 74, 0.14);
}

#Experience_area {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 18%, rgba(65, 169, 134, 0.2), transparent 30%),
        linear-gradient(135deg, #102b3a 0%, #173d5a 100%);
    color: #fff;
}

#Experience_area:before {
    content: "\f21e";
    position: absolute;
    right: 9%;
    bottom: -38px;
    color: rgba(255, 255, 255, 0.06);
    font-family: FontAwesome;
    font-size: 220px;
}

#Experience_area h2,
#Experience_area p {
    color: #fff;
}

#Experience_area p {
    color: rgba(255, 255, 255, 0.78);
}

.skills {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.progress {
    height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.progress-bar {
    background: linear-gradient(90deg, var(--leaf), var(--cyan));
    color: #fff;
    font-weight: 800;
    line-height: 32px;
    box-shadow: none;
}

#blog_area {
    background: var(--mist);
}

.single_blog {
    position: relative;
    height: 100%;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 15px 34px rgba(18, 50, 74, 0.08);
}

.single_blog:before {
    content: "\f0fa";
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--cyan);
    font-family: FontAwesome;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(18, 50, 74, 0.14);
}

.single_blog img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    box-shadow: none;
}

.single_blog h2 {
    margin: 0;
    padding: 24px 24px 12px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
}

.single_blog p {
    margin: 8px 0;
    font-size: 14px;
}

.comment_area {
    padding: 0 24px 22px;
    color: var(--muted);
}

.date i,
.comment i {
    margin-right: 8px;
    color: var(--amber);
}

#caal_to_action_area {
    padding: 40px 0;
    background:
        linear-gradient(135deg, var(--cyan), var(--navy));
    color: #fff;
}

.call_to_action_text h2 {
    margin: 0 0 8px;
    color: #fff;
}

.call_to_action_text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.call_project a {
    margin-top: 8px;
    border-color: rgba(255, 255, 255, 0.58);
    background: #fff;
    color: var(--navy);
    box-shadow: none;
}

.call_project a:hover {
    border-color: #fff;
    background: #f2fbfc;
    color: var(--navy);
}

#footer_area {
    padding: 48px 0;
    background: #0d2430;
    color: #fff;
}

.company_logo {
    margin-top: 8px;
}

.company_logo h2 {
    color: #fff;
    font-size: 24px;
}

.company_address {
    padding: 0 10px;
}

.company_address h2 {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
}

.company_address p,
.company_address h3 {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 400;
}

table#Form-Details,
#Form-Details {
    width: 100%;
    max-width: 720px;
    border-collapse: separate;
    border-spacing: 0 10px !important;
}

#Form-Details td {
    padding: 6px 10px !important;
    color: var(--ink);
    vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="datetime-local"],
textarea,
select {
    width: 100%;
    max-width: 440px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #cbdde4;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="datetime-local"]:focus,
textarea:focus,
select:focus {
    border-color: var(--cyan);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(10, 143, 163, 0.16);
}

input[type="reset"] {
    margin-left: 8px;
    background: #e7f0f3;
    color: var(--ink);
    box-shadow: none;
}

input[type="reset"]:hover {
    background: #d8e6ea;
    color: var(--ink);
}

.wow {
    visibility: visible !important;
}
