/*********************** WELCOME TO SOHANA HOSPITAL (A Super Specialty HOSPITAL) ****************************/

:root {
    --primary-clr: #2a308b;
    --secondary-clr: #899d24;    
    --primary-font: "Outfit", sans-serif;;
    --secondary-font: "Inter", sans-serif;;
    
}
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
    font-family: var(--primary-font);
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
    padding: 3px 0px;
}
h6{
	font-size: 18px;
	font-weight: 600;
}
img{
    width: 100%;
}
a {
	text-decoration: none;
    color: #222;
}
a:not(.btn) {
	text-decoration: none; 
}
a:hover,a:focus{
	text-decoration: none;
	outline: none;
    color: #555;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
p{
	margin: 0px;
	font-size: 16px;
	line-height: 25px;
    font-family: var(--secondary-font);
}
.t-50 {
    top: 50px;
}
.br-l{
    border-radius: 30px;
}
.br-m{
    border-radius: 20px;
}
.br-s{
    border-radius: 10px;
}
.bg{
    background-color: #f7f7f7;
}
.header {
    background: #ffffff;
    position: relative;
}
.header::before {
    content: "";
    position: fixed;
    top: -150px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: var(--primary-clr);
    border-radius: 50%;
    filter: blur(120px);
    opacity: .10;
}
.header::after {
    content: "";
    position: fixed;
    bottom: -150px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: var(--secondary-clr);
    border-radius: 50%;
    filter: blur(120px);
    opacity: .10;
}
.navbar {
    padding: 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background: rgba(255,255,255,.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 20px 40px rgba(0,0,0,.08),
        inset 0 1px 1px rgba(255,255,255,.8);
}
.navbar-brand h1 {
    font-weight: 800;
    font-size: 26px;
    text-align: center;
    color: var(--primary-clr);
}
.navbar-brand p {
    line-height: 20px;
    font-weight: 500;
}
.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
}
.navbar-brand img {
    width: auto;
    height: 54px;
}
.navbar-nav .nav-link{
    color:#222;
    font-weight:500;
    margin:0 10px;
    position:relative;
    transition:.3s;
}

/* Mobile */
.offcanvas{
    width: 280px;
}
.offcanvas-body .nav-link{
    padding: 12px 0;
    font-size:17px;
}
.navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
.navbar-toggler:focus{
    box-shadow:none;
}
:active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0;
}
.btn::before,.btn::after {
    position: absolute;
    content: "";
}
.btn {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
    padding: 5px;
}
.btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 11px 20px;
    transition: 0.3s;
    color: rgb(255, 255, 255);
    background-color: var(--secondary-clr);
}
.btn::before,.btn::after {
    background: transparent;
    z-index: 2;
}

/* 15. hover-border-5 */
.btn.hover-border-5::before,.btn.hover-border-5::after {
    width: 0%; height: 0%;
    opacity: 0;
}
.btn.hover-border-5::before {
    top: 0; right: 0;
    border-top: 1px solid var(--secondary-clr);
    border-left: 1px solid var(--secondary-clr);
    transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
}
.btn.hover-border-5::after {
    bottom: 0; left: 0px;
    border-bottom: 1px solid var(--secondary-clr);
    border-right: 1px solid var(--secondary-clr);
    transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
}
.btn.hover-border-5:hover::before,.btn.hover-border-5:hover::after {
    width: 100%; height: 96%;
    opacity: 1;
}
.btn.hover-border-5:hover::before {
    transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;   /* 1,2 */
}
.btn.hover-border-5:hover::after {
    transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s; 
} 

/* section-css-start */

.parent-gap{
    padding: 50px 0px;
}
.trending h4 {
    font-weight: 700;
}
.story-view{
    overflow: hidden;
}
.story-view-img {
    position: relative;
}
.story-view-img::after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s ease-in-out;
    border-radius: 50%;
}
.story-view:hover .story-view-img::after {
    border-radius: 0px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: 0.5s ease-in-out;
    transition-delay: 0.1s;
}
.shape {
    background: var(--secondary-clr);
    width: 60px;
    position: absolute;
    height: 60px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 12px solid #fff;
    z-index: 99;
}
.shape::before {
    width: 30px;
    height: 30px;
    box-shadow: rgb(255 255 255) 15px 15px 0px 0px;
    content: "";
    position: absolute;
    right: -2px;
    bottom: 47px;
    z-index: 9;
    border-radius: 50%;
}
.shape::after {
    width: 30px;
    height: 30px;
    box-shadow: rgb(255 255 255) 15px 15px 0px 0px;
    content: "";
    position: absolute;
    right: 47px;
    bottom: -2px;
    z-index: 9;
    border-radius: 50%;
}
.common-icon{
    color: var(--secondary-clr);
}
.tag {
    color: #899d24;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #899d24;
    padding: 4px 10px;
    border-radius: 50px;
}
.title {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 35px;
    line-height: 36px;
    color: #231F20;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.single-story-details h6 {
    font-family: var(--primary-font);
    line-height: 25px;
}
.owl-nav {
    position: absolute;
    top: -90px;
    right: 40px;
    transform: translate(0%, -50%);
}
.owl-dot{
    margin: 30px 0px 0px 0px;
}
.owl-dot.active span {
    width: 50px !important;
    background: var(--secondary-clr) !important;
}
.owl-nav .owl-prev span,.owl-nav .owl-next span {
    display: none;
}
.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -90px;
    color: rgb(255, 255, 255) !important;
    background: var(--secondary-clr) !important;
    margin: 0px !important;
    border-radius: 50% !important;
}
.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    color: rgb(255, 255, 255) !important;
    background: var(--secondary-clr) !important;
    border-radius: 50% !important;
    margin: 0px !important;
}
.explore .item img {
    max-height: 450px;
    object-fit: cover;
    object-position: center;
    min-height: 450px;
}
.light-gradient {
    background: linear-gradient(150deg, rgba(137, 157, 36,0.08) 0%, #DEEBF8 100%);
}
.dark-gradient {
    background: linear-gradient(180deg, var(--secondary-clr) 0%, rgba(137, 157, 36, 0.8) 100%);
}
.big-card p{
    width: 80%;
    margin: auto;
}
.card-icon a{
    height: 50px;
    width: 50px;
}
.inverse-btn span{
    color: var(--secondary-clr);
}
.inverse-btn.hover-border-5::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.inverse-btn.hover-border-5::after {
    bottom: 0;
    left: 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
}
.trust-img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:30px;
}
.timeline{
    display:flex;
    flex-direction:column;
    gap: 50px;
}
.timeline-item{
    display:flex;
    gap: 20px;
    align-items:flex-start;
    cursor:pointer;
    opacity:.45;
    transition:.4s ease;
    align-items: center;
}
.timeline-item:hover{
    opacity:1;
}
.timeline-item.active{
    opacity:1;
}
.timeline-item .line {
    width: 5px;
    height: 80px;
    background: #d7d7d7;
    border-radius: 30px;
    transition: .4s;
    flex-shrink: 0;
}
.timeline-item.active .line{
    background: var(--secondary-clr);
}
#trustSlider .owl-stage-outer{
    border-radius:30px;
}
#trustSlider .owl-item img{
    display:block;
    width:100%;
}

/* Footer */

.footer {
    padding: 20px 20px 0px 20px;
    background: var(--primary-clr);
    border-radius: 40px 40px 0px 0px;
}
.glass-footer {
    position: relative;
    padding: 0px 40px 10px;
    border-radius: 30px 30px 0px 0px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 20px 60px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.15);
    overflow: hidden;
}
.glass-footer::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: var(--primary-clr);
    filter: blur(130px);
    opacity: .25;
    top: -120px;
    left: -80px;
}
.glass-footer::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background: var(--primary-clr);
    filter:blur(120px);
    opacity:.18;
    right:-80px;
    bottom:-120px;
}
.glass-footer>*{
    position:relative;
    z-index:2;
}
.footer-logo {
    height: 100px;
    width: auto;
    background: #fff;
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 20px 60px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.15);
    padding: 25px;
    border-radius: 0px 0px 50% 50%;
}
.footer-text{
    color:#cbd5e1;
    line-height:30px;
    font-size:16px;
}
.footer-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:20px;
}
.footer-links a{
    color:#fff;
    text-decoration:none;
    font-weight:500;
    position:relative;
    transition:.35s;
}
.footer-links a::after{
    content:"";
    position:absolute;
    width:0;
    height:2px;
    background: #fff;
    left:0;
    bottom:-6px;
    transition:.35s;
    border-radius: 50px;
}
.footer-links a:hover{
    color: #fff;
}
.footer-links a:hover::after{
    width:100%;
}
.social-icons{
    display:flex;
    gap:15px;
}
.social-icons a{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    transition:.4s;
}
.social-icons a:hover{
    background: var(--secondary-clr);
    transform:translateY(-6px);
}
.footer-bottom{
    margin-top: 15px;
    padding-top: 15px;
    border-top:1px solid rgba(255,255,255,.12);
    text-align:center;
    color:#94a3b8;
}
.glass-footer h5{
    color:#fff;
    font-weight:700;
}
.similar-blog .single-story-details h6 {
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.social-links a {
    font-size: 18px;
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    padding: 8px 0px;
    border-radius: 50%;
    transition: 0.3s;
    margin: 0px 2px 0px;
    background: var(--secondary-clr);
}
.reviewer {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 20px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
}
.reviewer-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.reviewer-content h6{
    color: var(--secondary-clr);
    font-size: 14px;
    font-weight: 500;
}
.reviewer-content i {
    width: 25px;
    background: rgba(137, 157, 36, 0.2);
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: var(--secondary-clr);
}
.date {
    position: absolute;
    right: 0;
    background: rgba(137, 157, 36, 0.07);
    padding: 3px 11px;
    border-radius: 50px;
    transform: translate(0%, -50%);
    top: 50%;
    font-size: 14px;
}
.blog-img img{
    height: 300px;
    object-fit: cover;
    object-position: center;
}

/* Login Form-styling */
.main {
    background: linear-gradient(135deg, rgba(90, 50, 150, 0.85), rgba(20, 20, 50, 0.95));
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrapper {
    width: clamp(340px, 90vw, 500px);
    padding: 20px;
    margin: 0 auto;
}
.login-card {
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}
.login-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 30px;
}
.login-title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}
.login-subtitle {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin-bottom: 30px;
}
.form-label {
    color: #fff;
    font-weight: 500;
}
.input-group-text {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 0;
    color: #fff;
}
.form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    border-left: 0;
}
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.55);
}
.form-control:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: none;
}
.form-check-label {
    color: rgba(255, 255, 255, 0.8);
}
.forgot-link {
    color: #fff;
    text-decoration: none;
}
.forgot-link:hover {
    text-decoration: underline;
}
.login-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: #fff;
    color: #000;
    font-weight: 700;
    transition: 0.3s ease;
}
.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}
.signup-text {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .login-card {
        padding: 30px 20px;
    }
}