/*Autonomous Services page */
.half-fluid .left-half,
.half-fluid .right-half {
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    padding: 0px;
}

.half-fluid .image {
    background-image: url("../images/Virtual-Showroom.webp");
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}



.subtitle{margin: 23px 0;background: rgb(13 110 253 / 10%);display: flex;align-items: center;justify-content: space-between;padding: 0 20px;}
.subtitle h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 13px;
    position: relative;
}

.subtitle h2:before {
    background-color: #0dcaf0;
    content: '';
    display: block;
    height: 3px;
    width: 90px;
    margin-bottom: 5px;
}

.subtitle h2:after {
    background-color: #0dcaf0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 90px;
    margin-bottom: 0;
}
.bggrey{
    background: #7ea7cf1f;
}
.feature-card {
    background-color: rgb(255 255 255);
    border-radius: 15px;
    padding: 17px;
    position: relative;
    min-height: 492px;
    max-height: 600px;
    text-align: justify;
}
.feature-icon-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 15%;
    left: 25%;
}
.feature-pattern-wrap {
    display: flex;
    position: absolute;
    inset: -2% auto auto -1%;
}
.feature-icon-wrap .imga{
    width:50px;
    height:50px;
    object-fit: contain;
}
.feature-card-title{
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}
.images{
    display: flex;
    align-items: center;
    justify-content: center;
}
.imga{

background: white;

width: 118px;

height: 118px;

padding: 11px;

object-fit: contain;

border-radius: 28px;
}
.themebtn1{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 35px;
    border-radius: 53px;
    color: #2e3092;
    background: #ffffff;
    transition: background 0.3s;
    border: 0px;
    border: 2px solid #2e3092;
}
.themebtn1:hover {
    background: #2e3092;
    color: white;
    border: 2px solid #0dcaf0;
}
.contbtn-btn{
    font-size: 16px;
    font-weight: bold;
    padding: 14px 45px;
    border-radius: 4px;
    color: white;
    background: #2e3092;
    transition: background 0.3s;
    border: 0px;
    text-decoration: none;
    width: max-content;
  }
  
 .contctbtnn{
    display: flex;
    justify-content: center;
    align-items: center;
 }
  
  .contbtn-btn:hover {
    background: #0ab8f6;
    color: white;
  }
@media (min-width: 992px) {
    .half-fluid .left-half {
        padding-left: 0 !important;
        position: absolute;
        left: 0;
        right: 50%;
        margin-left: auto;
        width: auto;
    }
    .half-fluid .right-half {
        padding-right: 0 !important;
        position: absolute;
        right: 0;
        left: 50%;
        margin-left: auto;
        width: auto;
    }
}
@media screen and (max-width: 768px) {
    
}

