/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

/* Achievements Header Section */
.achievements-header {
    padding: 30px 0 0px;
}

.trophy-icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.main-title {
    font-family: Oxanium, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
}

/* Stats Section */
.stats-section {
    padding: 40px 0;
    border-bottom: 1px solid #f0f0f0;
}

.stat-card {
    padding: 20px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #c9a445;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.stat-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
    font-weight: 400;
}

/* Trusted Brands Section */
.trusted-brands {
    padding: 60px 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.brand-card {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.brand-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.brand-logo {
    font-size: 1.2rem;
    font-weight: 600;
    color: #999;
    letter-spacing: 1px;
}

/* Testimonials and Timeline Section */
.testimonials-timeline {
    padding: 60px 0;
}

/* Testimonials */
.testimonial-card {
    border: 2px solid #c9a445;
    border-radius: 12px;
    padding: 30px;
    background-color: #ffffff;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}

.testimonial-company {
    font-size: 0.9rem;
    color: #666;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Timeline */
.timeline {
    position: relative;
}

.timeline-item {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    font-size: 1.5rem;
    font-weight: 600;
    color: #c9a445;
    min-width: 80px;
    padding-right: 20px;
}

.timeline-content {
    position: relative;
    flex: 1;
    padding-left: 30px;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #c9a445;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #c9a445;
    z-index: 2;
}

.timeline-line {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 2px;
    height: calc(100% + 30px);
    background-color: #c9a445;
    z-index: 1;
}

.timeline-item:last-child .timeline-line {
    display: none;
}

.timeline-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 0px 0;
}

.cta-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

.cta-button {
    background: linear-gradient(135deg, #d4af37 0%, #c9a445 100%);
    color: #ffffff;
    border: none;
    padding: 18px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(201, 164, 69, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 164, 69, 0.4);
    background: linear-gradient(135deg, #c9a445 0%, #b8933d 100%);
}

/* Responsive Design */
@media (max-width: 991px) {
    .main-title {
        font-size: 3rem;
    }

    .stat-number {
        font-size: 3rem;
    }

    .section-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .main-title {
        font-size: 4rem;
    }

    .trusted-brands {
    padding: 16px 0;
}

    .stat-number {
        font-size: 5.5rem;
    }

    .section-title {
        font-size: 3rem;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .cta-button {
        padding: 15px 35px;
        font-size: 1rem;
    }

    .timeline-year {
        min-width: 60px;
        font-size: 1.2rem;
    }

    .stat-text {
    font-size: 2.95rem;
    color: #333;
    line-height: 1.5;
    font-weight: 400;
}
}

.cup-head {
    width: 200px;
}

@media(max-width:768px) {
    .cup-head {
        width: 160px;
    }

    .subtitle {
    font-size: 2.1rem;
    color: #666;
    font-weight: 300;
}
}