.text-center{
    text-align: center !important;
}

.metrics-section{
    background: #f7ede3 !important;
}
.metrics-section h2{
    font-weight: 700 !important;
    color: #000000 !important;
}
.metrics-section h2 span{
    color: #f77e0b!important;
}

.metrics-number {
    font-size: 2rem;
    color: #f57c00; /* Orange */
    transition: all 0.3s ease-in-out;
}
.metrics-text {
    font-size: 1rem;
    color: #333;
}

#ai-solutions p{
    color: #000000!important;
}

.bold-text {
    font-weight: 500 !important;
}
.text-orange {
    color: #f57c00;
}
.lead {
    font-size: 1.2rem;
    color: #555;
}
ul {
    list-style: disc;
    padding-left: 1.2rem;
}

.para-content span{
    color: #f77e0b!important;
}

.main-content-div{
    background: #f7ede3 !important;
    padding: 100px 0!important;
}

.column-content-div{
    padding: 100px 0;
}

.column-content-div h4{
    color: #000000!important;
}

.premium-list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.premium-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #000 !important;
    display: flex;
    align-items: flex-start;
}

.premium-list .list-icon {
    position: absolute;
    left: 0;
    top: 2px;
    /*color: #f57c00 !important;*/
    color: #f57c00 !important;
    font-size: 1.2rem;
    font-weight: 900;
}
.two-columns{
    text-align: left !important;
}
.two-columns img{
    min-height: 500px;
    object-fit: cover;
}

.heading{
    margin-bottom: 50px !important;
}

.contact-button{
    border: 2px solid #f77e0b;
    color: #f77e0b !important;
}

.light-orange{
    background: #f7ede3 !important;
}

#ai-solutions .section.row:last-child {
    background: #f7ede3;
    color: white;
    padding: 50px 30px;
    border-radius: 20px;
}
#ai-solutions .section.row:last-child h3,
#ai-solutions .section.row:last-child p {
    color: white;
}
#ai-solutions .section.row:last-child .btn-dark {
    background: white;
    color: #f57c00;
    font-weight: bold;
}
#ai-solutions .section.row:last-child .btn-dark:hover {
    background: #fff3e0;
}


.badge {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.badge div {
    background-color: #f7ede3;
    color: #333;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ccc;
    display: inline-block;
    white-space: nowrap;
}

@media only screen and (max-width: 600px) {
    .two-columns img {
        min-height: auto !important;
        object-fit: cover;
    }

    .column-content-div .container  .two-columns .col-md-6 img{
        width: 100% !important;
    }

    .contact-button {
        font-size: 12px !important;
    }
}