/* CSS specifically for About Us Page */

.page-header-banner {
    position: relative;
    background: url("https://images.unsplash.com/photo-1599661046289-e31897846e41?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
    padding: 180px 5% 100px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
}

.page-header-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(17, 30, 56, 0.85),
        rgba(197, 160, 89, 0.4) /* Elegant gold/amber tint overlay */
    );
    z-index: -1;
}

.page-header-banner h1 {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
    animation: fadeInDown 1s ease forwards;
}

.page-header-banner p {
    font-size: 1.2rem;
    color: #f1f5f9;
    max-width: 700px;
    margin: 0 auto 30px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease 0.2s forwards;
    opacity: 0;
}

/* Breadcrumb Glassmorphic Styling */
.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    animation: fadeInUp 1s ease 0.4s forwards;
    opacity: 0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}

.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb a:hover {
    color: var(--color-accent, #c5a059);
}

.breadcrumb .separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.breadcrumb .current {
    color: rgba(255, 255, 255, 0.85);
}

/* Classy About Us Main Section */
.about-us-section {
    padding: 100px 5%;
    background-color: #fbfbfb;
}

.about-us-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Image Collage styling */
.about-collage {
    position: relative;
    height: 520px;
}

.collage-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 72%;
    height: 75%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.collage-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collage-fg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    height: 80%;
    border-radius: 24px;
    overflow: hidden;
    border: 8px solid #ffffff;
    box-shadow: 0 20px 40px rgba(9, 14, 26, 0.12);
}

.collage-fg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlapping client ratings badge */
.collage-rating-badge {
    position: absolute;
    top: 15%;
    left: -20px;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(9, 14, 26, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    border: 1px solid rgba(197, 160, 89, 0.1);
    animation: fadeInUp 1s ease 0.6s both;
}

.rating-avatars {
    display: flex;
}

.rating-avatars img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2.5px solid #ffffff;
    margin-left: -12px;
    object-fit: cover;
}

.rating-avatars img:first-child {
    margin-left: 0;
}

.rating-text {
    display: flex;
    flex-direction: column;
}

.rating-text .stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #fca311;
    font-size: 0.85rem;
}

.rating-text .rating-num {
    color: #111e38;
    font-weight: 700;
    margin-left: 6px;
    font-size: 0.9rem;
}

.rating-text .reviews-count {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

/* About Content Text Block */
.about-content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(217, 63, 33, 0.08);
    color: var(--color-secondary, #d93f21);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-badge-tag .dot {
    width: 6px;
    height: 6px;
    background-color: var(--color-secondary, #d93f21);
    border-radius: 50%;
    display: inline-block;
}

.about-content-block h2 {
    font-family: var(--font-heading);
    color: var(--color-primary, #111e38);
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 20px 0;
}

.about-intro-desc {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 25px;
}

/* Two Column Key Features */
.about-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 35px;
    width: 100%;
}

.feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-icon {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 2px;
}

.feature-icon.icon-green {
    color: #10b981;
}

.feature-icon.icon-orange {
    color: var(--color-secondary, #d93f21);
}

.feature-text h3 {
    font-size: 1.1rem;
    color: var(--color-primary, #111e38);
    margin-bottom: 6px;
    font-weight: 700;
}

.feature-text p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

/* Buttons Container */
.about-cta-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.cta-btn-primary {
    background: linear-gradient(135deg, var(--color-primary, #111e38), #1e2e4e);
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(17, 30, 56, 0.15);
}

.cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(17, 30, 56, 0.25);
}

.cta-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #25D366;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s;
}

.whatsapp-btn-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(37, 211, 102, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #25D366;
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.2);
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.cta-btn-whatsapp:hover {
    color: #128C7E;
}

.cta-btn-whatsapp:hover .whatsapp-btn-circle {
    background: #128C7E;
    color: #ffffff;
    border-color: #128C7E;
    box-shadow: 0 8px 20px rgba(18, 140, 126, 0.3);
}

/* Stats Counter Cards Grid */
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.stat-card {
    background: #ffffff;
    padding: 22px 15px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(9, 14, 26, 0.02);
    border: 1px solid rgba(17, 30, 56, 0.05);
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(197, 160, 89, 0.3);
    box-shadow: 0 15px 35px rgba(9, 14, 26, 0.06);
}

.stat-card h3 {
    font-size: 2.1rem;
    color: var(--color-secondary, #d93f21);
    font-family: var(--font-heading);
    font-weight: 800;
    margin-bottom: 4px;
}

.stat-card p {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .about-us-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .about-collage {
        height: 480px;
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
    .collage-rating-badge {
        left: 20px;
    }
}

@media (max-width: 600px) {
    .about-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .about-stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .about-content-block h2 {
        font-size: 1.9rem;
    }
    .about-collage {
        height: 380px;
    }
}

/* Keyframe animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Core Pillars Section Styles */
.about-pillars-section {
    padding: 100px 5%;
    background-color: #ffffff;
    text-align: center;
}

.about-pillars-section .section-title {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pillars-sub-title {
    color: var(--color-secondary, #d93f21);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
}

.about-pillars-section h2 {
    font-family: var(--font-heading);
    color: var(--color-primary, #111e38);
    font-size: 2.5rem;
    font-weight: 800;
}

.title-divider {
    width: 60px;
    height: 3px;
    background-color: var(--color-accent, #c5a059);
    margin-top: 15px;
    border-radius: 2px;
}

.pillars-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.pillar-card {
    background: #ffffff;
    border: 1px solid rgba(17, 30, 56, 0.05);
    border-radius: 20px;
    padding: 50px 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(9, 14, 26, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pillar-icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: rgba(197, 160, 89, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: var(--color-accent, #c5a059);
    font-size: 2rem;
    transition: all 0.4s ease;
}

.pillar-card h3 {
    font-size: 1.35rem;
    color: var(--color-primary, #111e38);
    margin-bottom: 15px;
    font-weight: 800;
}

.pillar-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.65;
}

/* Hover effects */
.pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(9, 14, 26, 0.08);
    border-color: rgba(197, 160, 89, 0.2);
}

.pillar-card:hover .pillar-icon-wrapper {
    background-color: var(--color-accent, #c5a059);
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

/* Decorative absolute border element */
.pillar-card-hover-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent, #c5a059), var(--color-secondary, #d93f21));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.pillar-card:hover .pillar-card-hover-border {
    transform: scaleX(1);
}

/* Responsive */
@media (max-width: 992px) {
    .pillars-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .pillar-card {
        padding: 40px 30px;
    }
}

/* Curation Process Section Styles */
.about-process-section {
    padding: 100px 5%;
    background-color: #faf0ec; /* Soft luxury beige tint matching homepage */
    text-align: center;
}

.about-process-section .section-title {
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-sub-title {
    color: var(--color-secondary, #d93f21);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
}

.about-process-section h2 {
    font-family: var(--font-heading);
    color: var(--color-primary, #111e38);
    font-size: 2.5rem;
    font-weight: 800;
}

/* Horizontal Timeline Grid */
.process-timeline {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

/* Connection line between steps on desktop */
.process-timeline::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        rgba(197, 160, 89, 0.3) 0,
        rgba(197, 160, 89, 0.3) 8px,
        transparent 8px,
        transparent 16px
    );
    z-index: 1;
}

.timeline-step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border: 3px solid var(--color-accent, #c5a059);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-primary, #111e38);
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.15);
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.step-card-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(9, 14, 26, 0.02);
    border: 1px solid rgba(17, 30, 56, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.step-icon-box {
    font-size: 1.8rem;
    color: var(--color-secondary, #d93f21);
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.step-card-content h3 {
    font-size: 1.3rem;
    color: var(--color-primary, #111e38);
    margin-bottom: 12px;
    font-weight: 800;
}

.step-card-content p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

/* Hover effects */
.timeline-step:hover .step-number {
    background-color: var(--color-accent, #c5a059);
    color: #ffffff;
    transform: scale(1.08);
}

.timeline-step:hover .step-card-content {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(9, 14, 26, 0.07);
    border-color: rgba(197, 160, 89, 0.15);
}

.timeline-step:hover .step-icon-box {
    transform: translateY(-4px) scale(1.1);
}

/* Responsive */
@media (max-width: 992px) {
    .process-timeline {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .process-timeline::before {
        display: none; /* Hide horizontal connector on mobile */
    }
    .timeline-step {
        flex-direction: row;
        gap: 30px;
        align-items: flex-start;
        text-align: left;
    }
    .step-number {
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .step-card-content {
        padding: 30px;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .timeline-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .step-card-content {
        text-align: center;
    }
}

/* Heritage Ethos Section Styles */
.about-ethos-section {
    padding: 100px 5%;
    background-color: #ffffff;
}

.ethos-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.ethos-portrait-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(9, 14, 26, 0.12);
    border: 1px solid rgba(197, 160, 89, 0.15);
    aspect-ratio: 4/5;
    height: 550px;
}

.ethos-portrait-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ethos-portrait-box:hover img {
    transform: scale(1.03);
}

.portrait-signature-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: rgba(17, 30, 56, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 20px 25px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-align: center;
}

.portrait-signature-badge h4 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.portrait-signature-badge p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Ethos Content Box */
.ethos-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ethos-sub-title {
    color: var(--color-secondary, #d93f21);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

.ethos-content-box blockquote {
    position: relative;
    padding-left: 20px;
    border-left: 4px solid var(--color-accent, #c5a059);
    margin-bottom: 35px;
}

.quote-icon-bg {
    position: absolute;
    top: -20px;
    left: -10px;
    font-size: 4rem;
    color: rgba(197, 160, 89, 0.08);
    z-index: -1;
}

.ethos-quote-main {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-primary, #111e38);
    margin-bottom: 8px;
    line-height: 1;
}

.ethos-content-box blockquote cite {
    font-style: italic;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.6;
    display: block;
    font-weight: 500;
}

.ethos-letter p {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 20px;
}

.ethos-letter p:last-child {
    margin-bottom: 35px;
}

.ethos-signature-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sig-name {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-size: 1.8rem;
    font-style: italic;
    color: var(--color-primary, #111e38);
    font-weight: 600;
}

.sig-line {
    width: 80px;
    height: 2px;
    background-color: var(--color-accent, #c5a059);
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 992px) {
    .ethos-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .ethos-portrait-box {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
        height: 500px;
    }
}

/* Trust Partners Section Styles */
.about-partners-section {
    padding: 60px 5%;
    background-color: #faf0ec; /* Soft beige matching theme */
    border-top: 1px solid rgba(17, 30, 56, 0.05);
    border-bottom: 1px solid rgba(17, 30, 56, 0.05);
    overflow: hidden;
}

.partners-container {
    max-width: 1200px;
    margin: 0 auto;
}

.partners-track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.partner-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #94a3b8; /* Grayscale mute color */
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s ease;
    cursor: default;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.partner-logo i {
    font-size: 1.8rem;
    color: #64748b;
    transition: color 0.4s ease;
}

/* Light up on hover */
.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    color: var(--color-primary, #111e38);
    transform: translateY(-2px);
}

.partner-logo:hover i {
    color: var(--color-accent, #c5a059);
}

/* Responsive */
@media (max-width: 768px) {
    .partners-track {
        justify-content: center;
        gap: 30px;
    }
    .partner-logo {
        font-size: 0.85rem;
    }
}
