/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0;
    background: #fdbe33;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #fdbe33;
    background: #030f27;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}

/**********************************/
/***** About Detailed Page CSS ****/
/**********************************/
.about-detailed {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about-detailed .section-header {
    margin-bottom: 20px;
}

.about-detailed p {
    font-size: 16px;
    margin-bottom: 15px;
}

.about-detailed img {
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
}

.services-list {
    list-style: none;
    padding-left: 0;
}

.services-list li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.services-list li::before {
    content: '\f00c'; /* Font Awesome check icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    color: #fdbe33; /* Theme accent color */
}

/**********************************/
/***** TenderStaff Advantage CSS **/
/**********************************/
.tenderstaff-advantage {
    position: relative;
    padding: 45px 0;
    background: #f3f6ff; /* A light background to stand out */
}

.tenderstaff-advantage .advantage-intro {
    text-align: center;
    max-width: 700px;
    margin: -20px auto 30px auto;
    font-size: 17px;
}

.tenderstaff-advantage img {
    display: block;
    margin: 0 auto 45px auto;
    max-width: 500px;
    width: 100%;
    border-radius: 5px;
}

.advantage-card {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: 100%;
}

.advantage-card i {
    font-size: 45px;
    color: #fdbe33;
    margin-bottom: 20px;
}

.advantage-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #030f27;
}

.advantage-card p {
    font-size: 16px;
}

/* Page-Specific Styles from why-choose-us.html */
.page-header {
    padding: 120px 0;
    background: linear-gradient(rgba(3, 15, 39, 0.7), rgba(3, 15, 39, 0.7)), url('../Assets/why Header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header h2,
.page-header a {
    color: #ffffff;
}

.page-header h2::after {
    background: #fdbe33;
}

.page-header a::after {
    color: #fdbe33;
}

.page-header a:hover {
    color: #fdbe33;
}

.why-us {
    position: relative;
    padding: 60px 0 30px 0;
    background: #1a1a3a;
    color: #ffffff;
}

.why-us .section-header {
    margin-bottom: 60px;
}

.why-us .section-header h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 45px;
}

.why-us .section-header p {
    color: #cccccc;
    font-size: 16px;
    font-weight: 300;
    max-width: 800px;
    margin: 15px auto 0 auto;
    line-height: 1.6;
}

.why-us-item {
    background: rgba(255, 255, 255, 0.07);
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.why-us-icon {
    margin-bottom: 15px;
}

.why-us-icon i {
    font-size: 45px;
}

.why-us-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.why-us-item p {
    color: #dddddd;
    margin-bottom: 0; 
    font-weight: 300;
}
/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fdbe33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #fdbe33;
    background: #030f27;
}

.fact .fact-right {
    color: #030f27;
    background: #fdbe33;
}

.fact .fact-left h2 {
    color: #fdbe33;
}