﻿/*------------------------------------------------------------------
Project:Team
Author: The_Krishna        
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.Default css
2.layout-1 section
---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                     
Background: #FFFFFF
Content: #9B2541
Text: #4A4A4A
-------------------------------------------------------------------*/
:root {
    --primary: #9B2541;
    --primary-dark: #772530;
    --text: #4A4A4A;
    --text-muted: #6B7280;
    --surface: #FFFFFF;
    --surface-soft: #FAFAFA;
    --border: #EEEEEE;
    --icon-bg: #FDF2F4;
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.12);
    --font-primary: "Libre Franklin", sans-serif;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background-color: #777777;
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
svg {
    vertical-align: middle;
}
input {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    border: none;
    outline: none;
    width: 100%;
}
textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body {
    font-family: var(--font-primary);
    font-weight: 400;
    background-color: #e9e9eb;
    background-image: linear-gradient(rgba(233, 233, 235, 0.88), rgba(233, 233, 235, 0.88)), url("../images/background-rocio2025.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100%;
    color: var(--text);
}
.row {
    --bs-gutter-x: 30px;
}
.team-section-1 {
    padding: 80px 0 100px;
    background-color: transparent;
}
.back-btn {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    color: var(--primary);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(155, 37, 65, 0.12);
    line-height: 1;
    transition: transform .3s ease, box-shadow .3s ease;
}
.back-btn i {
    font-size: 18px;
    line-height: 1;
    color: var(--primary);
}
.back-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
.heading-title {
    text-align: center;
    margin-bottom: 48px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    background: var(--surface);
    padding: 28px 36px;
    border-radius: 15px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border);
}
.heading-title p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.4;
    color: var(--primary);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.heading-title h1 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    line-height: 1.15;
    color: var(--primary-dark);
    display: block;
    letter-spacing: -0.01em;
}
.team-sticky {
    position: sticky;
    top: 20px;
    left: 0;
}
.about-box,
.about-box-contact,
.docter-detail,
.spec {
    background-color: var(--surface);
    box-shadow: var(--shadow-card);
    border-radius: 15px;
    border: 1px solid var(--border);
}
.about-box {
    margin-bottom: 24px;
    overflow: hidden;
}
.box-img {
    overflow: hidden;
    line-height: 0;
    margin: 24px auto 0;
    padding: 0;
    width: 78%;
    max-width: 260px;
    aspect-ratio: 4 / 5;
    border-radius: 12px;
}
.box-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center 18%;
    filter: none;
    transition: transform 0.5s ease-in-out;
}
.box-img:hover img {
    transform: scale(1.1);
}
.about-box .box-content {
    padding: 32px 36px 36px;
}
.box-content a {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    color: var(--primary-dark);
    display: block;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}
.role-label {
    display: block;
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.box-content span:not(.role-label) {
    color: var(--text-muted);
    font-size: 16px;
}
.box-content .desc {
    margin-top: 16px;
    line-height: 1.65;
    text-align: left;
    font-size: 15px;
    color: var(--text-muted);
}
.about-box-contact {
    padding: 32px 36px 36px;
}
.section-label,
.box-content p.section-label {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--primary-dark);
    display: block;
    letter-spacing: -0.01em;
}
.box-content ul {
    list-style: none;
    margin: 0;
    gap: 14px;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.box-content ul li {
    color: var(--text);
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.box-content ul li i {
    height: 38px;
    width: 38px;
    background-color: var(--icon-bg);
    color: var(--primary);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(155, 37, 65, 0.1);
    margin-right: 0;
    font-size: 18px;
    flex-shrink: 0;
}
.box-content ul li a {
    all: unset;
    cursor: pointer;
    color: var(--text);
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
    min-width: 0;
}
.box-content ul li a:hover {
    color: var(--primary);
}
.manage-social .social-th {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.social-th li a {
    width: 42px;
    height: 42px;
    background-color: var(--surface-soft);
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid var(--border);
    box-shadow: none;
}
.social-th li a:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.docter-detail,
.spec {
    padding: 32px 40px;
    margin-bottom: 24px;
}
.section-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary-dark);
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 2px solid rgba(155, 37, 65, 0.15);
    letter-spacing: -0.01em;
}
.docter-detail p,
.spec p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    padding-bottom: 14px;
    line-height: 1.65;
    text-align: left;
}
.docter-detail p:last-of-type {
    padding-bottom: 8px;
}
.mail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mail-list li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 4px;
    align-items: start;
}
.mail-list li > i {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: start;
}
.mail-list li > span,
.mail-list li > strong,
.mail-list li > .mail-list-text {
    grid-column: 2;
    min-width: 0;
}
.profile-meta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}
.profile-meta li > strong {
    display: block;
    margin-bottom: 2px;
}
.main .mail-list {
    margin: 0;
    padding: 0;
}
.main .mail-list li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
}
.mail-list li i {
    background-color: var(--icon-bg);
    color: var(--primary);
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 400;
    font-size: 17px;
    flex-shrink: 0;
    border: 1px solid rgba(155, 37, 65, 0.08);
}
.mail-list li strong {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
}
.mail-list li span {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--text-muted);
    line-height: 1.55;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.contact-block {
    margin-bottom: 0;
}
.contact-block p {
    margin-bottom: 20px;
}
.objective-quote {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: var(--primary-dark);
    padding: 16px 20px;
    background: var(--surface-soft);
    border-left: 4px solid var(--primary);
    border-radius: 0 10px 10px 0;
    margin-bottom: 0;
    line-height: 1.55;
}
.closing-signature {
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.6;
}
.docter-detail .profile-meta {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.spec p strong,
.docter-detail p strong {
    font-weight: 700;
}
.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: var(--primary);
    transition: all .3s ease;
    border: 1px solid var(--primary);
}
.contact-btn:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
}
.contact-btn i {
    font-size: 18px;
}
html, body {
    background-color: #e9e9eb !important;
}
.team-section-1 {
    background-color: transparent !important;
}
.box-img img {
    filter: none !important;
}
