/* Home Banner Css */

.hero-section {
    text-align: left;
    padding: 90px 0;
}

.hero-section h1 {
    font-family: "Manrope", sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
    text-align: left;
}

.hero-section p {
    font-size: 16px;
    margin: 20px 0;
    font-family: "Manrope", sans-serif;
}

.btn-contact {
    background-color: #F77900;
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    text-align: center;
    border-radius: 8px;
    padding: 15px 25px;
}

.btn-contact:hover{
    color: #ffffff !important;
}

.robot-image {
    max-width: 100%;
    height: auto;
}

@media(max-width: 992px){
    .hero-section h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media(max-width: 768px){
    .banner-img-div{
        justify-content: center !important;
    }

    .hero-section {
        padding: 60px 0;
    }

    @media(max-width: 568px){
        .hero-section h1 {
            font-size: 45px;
            line-height: 55px;
        }
    }
}

/* Adress Section CSS */

.address-section {
    text-align: center;
    background: #122312;
    padding: unset;
}

.address-container{
    padding: 90px 0;
    background-image: url(../images/address-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
}

.address-section h2 {
    margin-bottom: 20px;
    font-family: "Manrope", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    text-align: center;
}

.address-container-main-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 15px;
    border: 7px solid #034D39;
    margin: 50px 0 20px 0;
}

.address-form-group-input {
    background: transparent;
    border: 1px solid #FFFFFF33;
    border-radius: 50px !important;
    padding: 40px;
    color: #999999 !important;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    text-align: left;

}

.address-form-group-input:focus{
    background-color: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
}

.address-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1E1E1E;
    padding: 40px;
    border-radius: 0 0 10px 10px;
}

.address-form input {
    border: 1px solid #FFFFFF33;    
    border-radius: 5px 0 0 5px;
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    text-align: left;

}

.search-address-button-div{
    text-align: right;
}

.form-field-button{
    border-radius: 100px;
    border: 1px solid #FFFFFF33;
    padding: 15px 15px 15px 50px !important;
}

.address-form button {
    border-radius: 0 5px 5px 0;
    padding: 10px 20px;
    background-color: #ff8200;
    border: none;
    color: white;
}

.search-address-button{
    padding: 20px 40px !important;
    border-radius: 100px !important;
}

.green-layout-form-address{
    background-color: #159A3A;
    border-radius: 10px 10px 0 0;
    padding: 40px 0 !important;
}

@media(max-width: 768px){
    .address-container {
        padding: 60px 0;
    }

    .form-field-button {
        padding: 10px 10px 10px 15px !important;
    }

    .search-address-button {
        padding: 15px 30px !important;
    }

    .address-form {
        padding: 15px;
    }

    .btn-login {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 50px;
    }
}

@media(max-width: 568px){
    .form-field-button .input-group{
        flex-direction: column;
    }

    .address-form input {
        width: 90% !important;
        border: 1px solid;
        margin-bottom: 20px;
        padding: 16px;
    }

    .form-field-button {
        border-radius: 15px;
    }

    .address-section h2 {
        font-size: 33px;
        line-height: 45px;
    }
}

/* Video Section */

.video-example-section {
    background-color: #1e372b;
    padding: 100px 0;
    color: white;
}

.video-example-section .btn {
    background-color: #f26f21;
    color: white;
    border: none;
}

.video-heading {
    font-family: "Manrope", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    text-align: left;
    color: #ffffff;
}

.video-content {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: left;
    color: #E0E0E0;
}

.video-find-button {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    background-color: #F77900;
    padding: 13px 15px;
}

.video-example-section .btn:hover {
    background-color: #d95e1d;
}

.video-thumbnail-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: url('../images/video-thumbnail.png') center center/cover no-repeat;
    cursor: pointer;
}

.video-thumbnail-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 768px){
    .video-example-section {
        padding: 60px 0;
    }

    .video-example-section .container-custom .row .col-md-6{
        margin-top: 20px;
    }
}

@media(max-width: 568px){
    .video-heading {
        font-size: 33px;
        line-height: 45px;
    }

    .video-content {
        font-size: 16px;
        line-height: 22.59px;
    }

    .video-find-button {
        font-size: 16px;
        line-height: 22.59px;
    }
}

/* AI Solutions CSS */
.ai-solution-section{
    padding: 100px 0px;
}

.custom-ai-sec-header h2{
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    text-align: center;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
}

.custom-ai-sec-header p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #E0E0E0;
}

.info-cards {
    margin: 60px 0;
}

.info-card {
    padding: 20px;
    background-color: #D9D9D9;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    color: #1E1E1E;
}

.info-card-orange {
    background-color: #f26f21;
    color: #ffffff;
}

.stepper-content-div {
    margin-left: 35px;
}

.info-card-orange h3{
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    font-family: "Manrope", sans-serif;
    text-align: left;
    color: #ffffff !important;
}

.info-card-orange p{
    font-size: 26px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    line-height: 35.52px;
    text-align: left;
    color: #ffffff !important;
}

.info-card h3 {
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    text-align: left;
    font-family: "Manrope", sans-serif;
    color: #034D39;
}

.info-card p {
    font-size: 26px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    line-height: 35.52px;
    text-align: left;
    color: #1E1E1E;
}

.content-section {
    display: flex;
    align-items: center;
}

.content-text h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    margin-bottom: 20px;
}

.content-text h3{
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    font-family: "Manrope", sans-serif;
    text-align: left;
    color: #ffffff;
}

.content-text p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    margin-bottom: 10px;
}

.content-text ul {
    list-style: none;
    padding: 0;
}

.content-text ul li {
    font-size: 18px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.content-text ul li img {
    margin-right: 10px;
}

.stepper {
    margin-top: 80px;
    .line {
      width: 3px;
      background-color: #159A3A !important;
    }
    .lead {
      font-size: 1.1rem;
    }
  }

.stepper-content-div h5{
    font-size: 26px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    line-height: 35.52px;
    text-align: left;
}

.stepper-content-div p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Manrope", sans-serif;
    text-align: left;
    color: #E0E0E0;
}
  
.doc-img-div{
    background-color: #F77900;
}

@media(max-width: 768px){
    .ai-solution-section {
        padding: 60px 0px;
    }
}

@media(max-width: 568px){
    .custom-ai-sec-header h2 {
        font-size: 33px;
        line-height: 45px;
    }

    .custom-ai-sec-header p {
        font-size: 16px;
        line-height: 22px;
    }

    .content-text h3 {
        font-size: 33px;
        line-height: 45px;
    }
}

/* Gallery Images CSS */

.gallery-image-main {
    padding-bottom: 100px;
}

.gallery-image{
    margin-top: 60px;
}

.custom-gallery-image h2{
    font-size: 46px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    line-height: 62.84px;
    text-align: center;
    color: #ffffff;
}

.gallery-image-class{
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.gx-5 > .col, .gx-5 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 768px){
    .gallery-image-main {
        padding-bottom: 60px;
    }
}

@media(max-width:568px){
    .custom-gallery-image h2 {
        font-size: 33px;
        font-weight: 600;
        font-family: "Manrope", sans-serif;
        line-height: 45px;
        text-align: center;
        color: #ffffff;
    }
}