/* Custom CSS for Fajer Al-Sama Contracting Company Website */

/* Timeline/Milestone Styles */
.milestone-item {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.milestone-item:hover {
    background-color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.milestone-year {
    transition: all 0.3s ease;
}

.milestone-item:hover .milestone-year {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* About Page Styles */
.card {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-title {
    font-weight: 700;
    color: #333;
}

.card-title span:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #f39c12;
    bottom: 0;
    right: 0;
}

.value-item {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.value-item:hover {
    background-color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-item {
    transition: all 0.3s ease;
    border: 1px solid #eee;
    border-radius: 10px;
}

.service-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-box {
    width: 80px;
    height: 80px;
    background-color: rgba(243, 156, 18, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.service-item:hover .icon-box {
    background-color: rgba(243, 156, 18, 0.2);
    transform: scale(1.1);
}

/* Footer Contact Info Styles */
.contact-info-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-box h4 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-info-box p {
    color: #333;
    margin-bottom: 5px;
}

.contact-info-box i {
    color: #f39c12;
    margin-left: 10px;
    width: 20px;
    text-align: center;
}

footer .contact-info li {
    color: #333;
}

footer .contact-info a {
    color: #333;
}

footer .contact-info a:hover {
    color: #f39c12;
}
