/* About Us page styles — extracted from template-about-us.php when the page
   was converted to block editing (loaded via the cb_page_assets meta). */

.cb-about-page {
    background: #fff;
}

/* Hero Section */
.cb-about-hero {
    padding: 100px 0 80px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.cb-about-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.1) 0%, rgba(248, 214, 90, 0.05) 100%);
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.cb-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.cb-breadcrumb a {
    color: #646767;
    text-decoration: none;
    transition: color 0.3s;
}

.cb-breadcrumb a:hover {
    color: #f2ac3c;
}

.cb-breadcrumb span {
    color: #a5a5a5;
    margin: 0 8px;
}

.cb-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #111111;
    position: relative;
    z-index: 1;
}

.cb-hero-subtitle {
    font-size: 24px;
    color: #f2ac3c;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.cb-hero-image-wrapper {
    position: relative;
    z-index: 1;
}

.cb-hero-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.cb-experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #f2ac3c 0%, #f8d65a 100%);
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(242, 172, 60, 0.3);
    color: #fff;
    text-align: center;
}

.cb-badge-number {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.cb-badge-text {
    font-size: 14px;
    font-weight: 500;
}

/* Company Overview */
.cb-company-overview {
    padding: 80px 0;
    background: #faf8f3;
}

.cb-overview-content {
    text-align: center;
    margin-bottom: 50px;
}

.cb-lead-text {
    font-size: 20px;
    line-height: 1.8;
    color: #646767;
}

.cb-stats-row {
    margin-top: 50px;
}

.cb-stat-box {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.cb-stat-box:hover {
    transform: translateY(-8px);
    border-color: rgba(242, 172, 60, 0.2);
    box-shadow: 0 15px 45px rgba(242, 172, 60, 0.15);
}

.cb-stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f2ac3c 0%, #f8d65a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.cb-stat-icon i {
    font-size: 32px;
    color: #fff;
}

.cb-stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #f2ac3c;
    margin-bottom: 8px;
}

.cb-stat-label {
    font-size: 16px;
    color: #646767;
    margin: 0;
}

/* Team Composition */
.cb-team-composition {
    padding: 80px 0;
    background: #fff;
}

.cb-composition-card {
    background: linear-gradient(135deg, #faf8f3 0%, #fff 100%);
    padding: 50px;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
}

.cb-composition-title {
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 20px;
    text-align: center;
}

.cb-composition-text {
    font-size: 18px;
    line-height: 1.8;
    color: #646767;
    text-align: center;
    margin-bottom: 30px;
}

.cb-team-type {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    border-left: 3px solid #f2ac3c;
    transition: all 0.3s;
}

.cb-team-type:hover {
    transform: translateX(8px);
    box-shadow: 0 5px 20px rgba(242, 172, 60, 0.15);
}

.cb-team-type i {
    font-size: 24px;
    color: #f2ac3c;
    flex-shrink: 0;
}

.cb-team-type span {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
}

/* Industries */
.cb-industries {
    padding: 80px 0;
    background: #faf8f3;
}

.cb-section-header {
    margin-bottom: 50px;
}

.cb-section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(242, 172, 60, 0.1);
    color: #f2ac3c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.cb-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.cb-industry-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.cb-industry-item:hover {
    border-color: #f2ac3c;
    box-shadow: 0 8px 25px rgba(242, 172, 60, 0.15);
    transform: translateY(-5px);
}

.cb-industry-item i {
    font-size: 28px;
    color: #f2ac3c;
    flex-shrink: 0;
}

.cb-industry-item span {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
}

/* Our Approach */
.cb-our-approach {
    padding: 80px 0;
    background: #fff;
}

.cb-approach-card {
    padding: 50px;
    background: linear-gradient(to bottom, #faf8f3 0%, #fff 100%);
    border-radius: 20px;
}

.cb-approach-text {
    font-size: 18px;
    line-height: 1.8;
    color: #646767;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cb-approach-step {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 2px solid #e1e1e1;
}

.cb-approach-step:hover {
    border-color: #f2ac3c;
    box-shadow: 0 10px 30px rgba(242, 172, 60, 0.15);
    transform: translateY(-8px);
}

.cb-step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f2ac3c 0%, #f8d65a 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.cb-approach-step h4 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
}

.cb-approach-step p {
    font-size: 15px;
    color: #646767;
    margin: 0;
}

/* Partners */
.cb-partners {
    padding: 80px 0;
    background: linear-gradient(135deg, #f2ac3c 0%, #f8d65a 100%);
}

.cb-partners .cb-section-tag {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.cb-partners .cb-section-title {
    color: #fff;
}

.cb-partner-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    transition: all 0.4s;
}

.cb-partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.cb-partner-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faf8f3;
    padding: 20px;
}

.cb-partner-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: transform 0.4s;
}

.cb-partner-card:hover .cb-partner-image img {
    transform: scale(1.1);
}

.cb-partner-info {
    padding: 30px;
    text-align: center;
}

.cb-partner-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}

.cb-partner-role {
    font-size: 16px;
    color: #f2ac3c;
    font-weight: 600;
    margin: 0;
}

/* Vision Mission */
.cb-vision-mission {
    padding: 80px 0;
    background: #faf8f3;
}

.cb-vm-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    height: 100%;
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
    border: 2px solid transparent;
}

.cb-vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #f2ac3c 0%, #f8d65a 100%);
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.4s;
}

.cb-vm-card:hover::before {
    opacity: 1;
}

.cb-vm-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(242, 172, 60, 0.2);
    border-color: rgba(242, 172, 60, 0.3);
}

.cb-vm-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.cb-vm-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f2ac3c 0%, #f8d65a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s;
    box-shadow: 0 8px 25px rgba(242, 172, 60, 0.3);
}

.cb-vm-card:hover .cb-vm-icon {
    transform: scale(1.1) rotateY(360deg);
    box-shadow: 0 12px 35px rgba(242, 172, 60, 0.5);
}

.cb-vm-icon i {
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.cb-vm-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
    transition: color 0.3s;
}

.cb-vm-card:hover h3 {
    color: #f2ac3c;
}

.cb-vm-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #f2ac3c 0%, #f8d65a 100%);
    margin: 0 auto 20px;
    border-radius: 2px;
    transition: width 0.4s;
}

.cb-vm-card:hover .cb-vm-divider {
    width: 80px;
}

.cb-vm-card p {
    font-size: 17px;
    color: #646767;
    line-height: 1.8;
    margin: 0;
}

/* Work Culture */
.cb-work-culture {
    padding: 80px 0;
    background: #fff;
}

.cb-culture-card {
    padding: 50px;
    background: linear-gradient(to bottom, #faf8f3 0%, #fff 100%);
    border-radius: 20px;
}

.cb-culture-text {
    font-size: 18px;
    line-height: 1.8;
    color: #646767;
    text-align: center;
}

.cb-value-box {
    text-align: center;
    padding: 35px 25px;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #e1e1e1;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.cb-value-box:hover {
    border-color: #f2ac3c;
    box-shadow: 0 10px 30px rgba(242, 172, 60, 0.15);
    transform: translateY(-8px);
}

.cb-value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(242, 172, 60, 0.1) 0%, rgba(248, 214, 90, 0.05) 100%);
    border: 3px solid #f2ac3c;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s;
}

.cb-value-box:hover .cb-value-icon {
    background: linear-gradient(135deg, #f2ac3c 0%, #f8d65a 100%);
    transform: scale(1.1) rotate(5deg);
}

.cb-value-icon i {
    font-size: 32px;
    color: #f2ac3c;
    transition: color 0.4s;
}

.cb-value-box:hover .cb-value-icon i {
    color: #fff;
}

.cb-value-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
}

.cb-value-box p {
    font-size: 15px;
    color: #646767;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .cb-hero-title {
        font-size: 36px;
    }
    
    .cb-hero-subtitle {
        font-size: 20px;
    }
    
    .cb-section-title {
        font-size: 28px;
    }
    
    .cb-badge-number {
        font-size: 28px;
    }
    
    .cb-badge-text {
        font-size: 12px;
    }
    
    .cb-stat-number {
        font-size: 30px;
    }
    
    .cb-composition-card {
        padding: 30px 20px;
    }
    
    .cb-approach-card {
        padding: 30px 20px;
    }
    
    .cb-culture-card {
        padding: 30px 20px;
    }
    
    .cb-partner-image {
        height: 280px;
    }
}
