/* banner */
.chatgpt_page .industries_realestate_header_banner {
    background-image: url("../images/indsutries-real-estateBg1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90vh;
    width: 100%;
  }
  .industries_realestate_header_banner .industries_realestate_header_container {
    padding-left: 120px;
    width: 58%;
    display: flex;
    align-items: center;
  }
  .chatgpt_page .industries_realestate_img {
    display: flex;
    align-items: flex-end;
    width:65%
  }
  .chatgpt_page .industries_realestate_img img {
    width: 100%;
  }
  .industries_realestate_header_banner .industries_realestate_header_left h1 {
    color: #fff;
    font-family: "Commissioner", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
  }
  .industries_realestate_header_banner .industries_realestate_header_left p {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    margin-top: 32px;
    padding-right: 35px;
  }
  .industries_realestate_header_banner .industries_realestate_header_btn {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px 33px;
    background: #2a8d95;
    border-radius: 15px;
    margin-top: 48px;
    border: none;
  }
  .industries_realestate_chip_btn {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 7px 14px;
    background: #2a8d95;
    border-radius: 8px;
    border: none;
  }
/* endbanner */
.chip_btn, .btn.btn_head, .btn.btn_head:hover {
    background: #2a8d95;
    color: #ffff !important;
    font-size: 16px;
    outline: none;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    text-align: center;
    border: none;
    padding: 7px 14.5px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}
/* About Section */

#About
{
    width: 100%;
    padding: 70px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_head
{
    width: 100%;
    text-align: center;
}
.btn_head
{
    padding: 4px 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    background-color: #2A8D95;
    border-radius: 8px;
    margin-bottom: 8px;
}
.about_head h2 
{
    font-size: 56px;
    font-weight: 700;
    line-height: 64.96px;
    color: #000;
    font-family: "Commissioner";
    width: 80%;
    margin: 0px auto;
}
.about_head p
{
    font-size: 18px;
    font-weight: 500;
    line-height: 28.6px;
    color: #494B50;
    padding: 0px 30px;
    margin-top: 32px;
    font-family: "Poppins", sans-serif;
    padding: 0 5%;
}

.about_img
{
    width: 100%;
    height: 100%;
}
.about_img img
{
    width: 100%;
    height: 640px;
    object-fit: cover;
    aspect-ratio: 1 / 1;   
}
.img_wrapper
{
    width: 100%;
    height: 640px;
    border-radius: 15px;
}
.col-lg-6:nth-child(1) img
{
    padding-right: 8px;
    padding-left: 0px!important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.col-lg-6:nth-child(1) .img_wrapper
{
    background-image: linear-gradient(180deg, #AA00FF 0%, #FF00D6 45.5%, #128807 100%);
}
.col-lg-6:nth-child(4) img
{
    /* width: 100%;
    padding-left: 8px; */
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.about_img.ps-lg-5 .img_wrapper{
    background-image: linear-gradient(180deg, #B66D00 0%, #CB001C 54.5%, #00BC8F 100%);
    margin-top: -35px
}
.about_img.ps-lg-5 .img_wrapper img{
    width: 100%;
    padding-left: 8px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.col-lg-6:nth-child(4) .img_wrapper
{
    background-image: linear-gradient(180deg, #B66D00 0%, #CB001C 54.5%, #00BC8F 100%);
    margin-top: -35px;
}
.col-lg-6:nth-child(2) .gen_ai_dev_ser_right_wrp
{
    padding-right: 100px;
}
.col-lg-6:nth-child(3) .gen_ai_dev_ser_right_wrp
{
    padding-left: 120px;
}
.chatgpt_box_1{
    background: #ff00d6;
     box-shadow: 0px 14px 20px #fc4bff80
}
.chatgpt_box_2{
    background:  #AA00FF;
    box-shadow: 0px 14px 20px rgb(170 0 255 / 50%);
}
.chatgpt_box_3{
    background: #128807; 
    box-shadow: 0px 14px 20px rgba(18,	136,7, 0.6);
}
.chatgpt_box_4{
    background: #CB001C; 
    box-shadow: 0px 14px 20px rgb(203 0 28 / 50%);
}
.chatgpt_box_5{
    background: #B66D00;
    box-shadow: 0px 14px 20px rgba(182, 109, 0, 0.5);
}
.chatgpt_box_6{
    background: #00BC8F;
    box-shadow: 0px 14px 20px rgb(0 188 143 / 50%);
}
.service_section .d-flex{
    align-items: stretch;
}
.service_section .gen_ai_ser_sec_card{
    height: 100%;
}
.gen_ai_dev_ser_right_wrp 
{
    width: 100%;
    row-gap: 35px;   
}
.gen_ai_dev_ser_text_box h3 
{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0px;
}
.gen_ai_dev_ser_text_box p 
{
    color: #494b50;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1%;
    margin-top: 12px;
}
.logo_wrp 
{
    gap: 16px;
}
.logo_box_common 
{
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_box_common img 
{
    width: 40px;
    height: 40px;
}
.gen_ai_dev_ser_logo1 
{
    background: #a0f;
}

.gen_ai_dev_ser_logo2 
{
    background: #ff00d6;
}

.gen_ai_dev_ser_logo3 
{
    background: #128807;
}

.gen_ai_dev_ser_logo4 
{
    background: #B66D00;
}
.gen_ai_dev_ser_logo5
{
    background: #CB001C;
}
.gen_ai_dev_ser_logo6
{
    background: #00BC8F;
}

/* Our_exp_sec */

#Our_exp_sec
{
    width: 100%;
    padding: 40px 0px;    
    background-repeat: no-repeat;
    background-size: cover;
}
.gen_ai_row
{
    row-gap: 36px;
}
.gi_ai_expertise_text_logo
{
    gap: 32px;
}
.ml_expertise_logo_box
{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.ml_expertise_logo_box img
{
    width: 48px;
    height: 48px;
}

/* Gen_Ai_Banner 2.0  */

.gen_ai_sec
{
    width: 100%;
    height: 480px;    
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_head .sub_head
{
    color: #fff;
    line-height: 48px;    
}
.about_head .sub_para
{
    color: #FFFFFFE5;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    width: 80%;
    margin: 32px auto 0px;
    font-family: "Poppins", sans-serif;
}
.about_head .sub_para p{
    color: #FFFFFFE5;
}
.gen_ai_sec .about_head .sub_para
{
    margin-bottom: 24px!important;
}
.gen_ai_sec .about_head .gen_ai_btn
{
    width: 100px;
    height: 100px;
    background-color: #1ABC9C;
    color: #fff;
    border-radius: 50%;
    border: none;
    margin-top: 1.5rem;
}

/* Gen_Ai_Model */

#Ai_model_sec
{
    width: 100%;
    padding: 70px 0px 50px; 
    background-repeat: no-repeat;
    background-size: cover;
}
.chatgpt_service_modals
{
    padding-top: 64px;
}
.ai_model_ser
{
    gap: 30px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 25px;
}
.ai_model_ser a
{
    font-size:  18px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    font-family: "Poppins", sans-serif;
}
.ai_model_logo_box
{
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai_model_logo_box img
{
    width: 55px;
    height: 55px;
}

/* Service Section */

#service_section
{
    width: 100%;
    max-width: 100%;
    padding: 30px 0px 70px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.hire_developer_wrp
{   
    padding-top: 80px;
}
.hire_developer_wrp .row {
    row-gap: 60px;
}
.hire_developer_card 
{
    padding: 0px 17px;
    height: 100%;
}
.gen_ai_ser_sec_card
{
    padding: 10px 15px 10px 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;   
    padding: 15px;
    height: 100%;
}

.service_cont
{
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
    position: relative;
    height: 100%;
}
.service_cont span
{
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 75px;   
    color: #fff;
    position: absolute;
    border-radius: 50%;
    top: -33px;
    left: -30px;
    font-size: 40px;
    font-weight: 400;
    font-family: Concert One;
}
.service_cont h3
{
    font-size: 24px;
    font-weight: 700;
    line-height: 32.4px;
    color: #000;
    font-family: "Poppins", sans-serif;
}
.service_cont p 
{
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    margin-top: 12px;
    color: #494B50;
    font-family: "Poppins", sans-serif;
}

/*  Gen Ai Industrties Section  */

#gen_ai_indus_dev_sec
{
    width: 100%;
    padding: 120px 0px; 
    background-repeat: no-repeat;
    background-size: cover;
}

#gen_ai_indus_dev_sec .about_head p 
{
    color: #FFFFFFCC!important;
    margin-top: 32px!important;
}
.indus_cont
{
    margin-top: 70px;
}
.indus_faci
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 40px;
    margin-top: 80px!important;
    column-gap: 96px;
}
.indus_faci li 
{
    list-style: none;
}
.indus_faci li a 
{
    text-decoration: none;
    font-size: 32PX;
    line-height: 48px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}
.indus_faci li a:hover
{
    color: #FFFFFF!important;
}

/* Stack Table */

#stack_sect
{
    width: 100%;
    padding: 100px 0px; 
    background-repeat: no-repeat;
    background-size: cover;
}

#stack_sect .stack_table
{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}
#stack_sect .stack_table:first-child
{
    margin-top: 64px;
}
.stack_table .stack_body
{
    display: grid;
    grid-template-columns: 2fr repeat(7, minmax(0, 1fr));
    height: 120px;
    border-radius: 24px;
    border: 1px solid #e3e3e3;
}

.stack_table .stack_body .stack_heading
{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px 0px 0px 24px;
    font-size: 24px;
    font-weight: 600;
    padding: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.stack_table:nth-child(odd) .stack_body .stack_heading
{
    background-color: #171717;
    color: #fff;
}
.stack_table:nth-child(even) .stack_body .stack_heading
{
    background-color: #1ABC9C;
}
.stack_body .stack_icon
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.stack_body .stack_icon .stack_img
{
    width: 100%;
    max-width: 80px;
    min-width: 40px;
}


/* Our Process section */

#process_sec
{
    width: 100%;
    padding: 120px 0px; 
    background-repeat: no-repeat;
    background-size: cover;
}

.card_group
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    gap: 19px;
    flex-wrap: wrap;
}
.card_group .step_card
{
    flex-basis: 18%;
    text-align: center;
}
.step_cont h5
{
    margin-top: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34.4px;
    color: #ffff;
    font-family: "Poppins", sans-serif;
}
.step_card p 
{
    font-size: 16px;
    font-weight: 500;
    line-height: 27.20px;
    color: #FFFFFFCC;
    margin-top: 16px;
    font-family: "Poppins", sans-serif;
}

/* Media Quary  */
@media (max-width:1600px) {

    .about_head h2 
    {
        font-size: 42px;
        line-height: 52px;
    }
    .about_head p
    {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    .indus_faci li a 
    {
        font-size: 24px;
        line-height: 44px;
    }
    .gen_ai_ser_sec_card
    {
        padding: 15px;
    }
    .about_img img, .img_wrapper {
        height: 550px;
    }
    .gen_ai_dev_ser_text_box h3 , .service_cont h3, .step_cont h5
    {
        font-size: 20px;
        line-height: 26px;
    }
    .gen_ai_dev_ser_text_box p , .service_cont p, .step_card p
    {
        font-size: 16px;
        line-height: 160%;
    }
    .about_head .sub_para
    {
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .service_cont {
        padding: 40px 20px 20px 40px;
    }
    .service_cont span
    {
        width: 70px;
        height: 70px;
        font-size: 32px;
        line-height: 64px;
    }
    .stack_table .stack_body 
    {
        height: 110px;
    }
    .stack_table .stack_body .stack_heading
    {
        height: 109px;
        font-size: 20px;
    }
    .industries_realestate_header_banner .industries_realestate_header_left h1 {
        font-size: 56px;
    }
    .industries_realestate_header_banner .industries_realestate_header_left p {
      font-size: 18px;
    }
    .industries_realestate_header_banner .industries_realestate_header_btn {
      font-size: 18px;
    }
    .industries_realestate_header_banner .industries_realestate_header_container {
      padding-left: 80px
    }
}

@media screen and (max-width: 1410px) {
    
    .industries_realestate_header_banner .industries_realestate_header_left h1 {
        font-size: 48px;
    }
    .industries_realestate_header_banner .industries_realestate_header_left p {
      font-size: 16px;
      margin-top: 24px;
    }
    .industries_realestate_header_banner .industries_realestate_header_btn {
      margin-top: 42px;
    }
    .service_cont h3
    {
        font-size: 18px;
        line-height: 24px;
    }
    
    .gen_ai_dev_ser_right_wrp 
    {
        row-gap: 25px;   
        height: auto;
    }
    .col-lg-6:nth-child(2) .gen_ai_dev_ser_right_wrp
    {
        padding-right: 30px;
    }
    .col-lg-6:nth-child(3) .gen_ai_dev_ser_right_wrp
    {
        padding-left: 30px;
    }
    .logo_box_common 
    {
        width: 50px;
        height: 50px;   
        min-width: 50px;
        min-height: 50px;    
    }
    .logo_box_common img {
        width: 35px;
        height: 35px;
    }
    .ml_expertise_logo_box
    {
        width: 80px;
        height: 80px;
    }
    .ml_expertise_logo_box img
    {
        width: 40px;
        height: 40px;
    }
    #Our_exp_sec
    {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .gen_ai_sec .about_head .sub_head
    {
        font-size: 36px;
        line-height: 44px;
    }
    .gen_ai_sec .about_head .sub_para
    {
        line-height: 24px;
        width: 90%;
    }
    .indus_faci li 
    {
        margin: 0px 30px;
    }
    
    .card_group .step_card
    {
        flex-basis: 20%;
    }
    .card_group
    {
        margin-top: 50px;
    }
    .indus_faci
    {
        column-gap: 30px;
    }
    .card_group .step_card {
        flex-basis: 31%;
    }
    
}

@media screen and (max-width: 1200px) {
    .gen_ai_dev_ser_text_box p
    {
        font-size: 14px;
    }
    .hire_developer_card 
    {
        padding: 0px 8px;
    }
    .industries_realestate_header_banner .industries_realestate_header_btn {
      margin-top: 42px;
    }
    .industries_realestate_header_banner .industries_realestate_header_container {
      padding-left: 20px;
    }
    .industries_realestate_page_wrp .industries_realestate_header_banner {
      height: unset;
    }
    .industries_realestate_header_banner .industries_realestate_header_container {
      padding:80px 0px 80px 20px;
    }
    .industries_realestate_header_banner .industries_realestate_header_left h1 {
      font-size: 42px;
    }
    .card_group .step_card
    {
        flex-basis: 28%;
    }
    .ai_model_ser a
    {
        font-size: 16px;
    }
}
@media (max-width:1024px) {
    .industries_realestate_page_wrp .industries_realestate_header_banner {
        flex-direction: column;
        justify-content: center;
      }
      .industries_realestate_header_banner .industries_realestate_header_container {
        width: 100%;
        padding:80px 20px 80px;
    }
    .industries_realestate_header_banner .industries_realestate_header_left {
      display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .industries_realestate_header_banner .industries_realestate_header_left p {
      text-align: center;
      padding-right: unset;
    }
    .industries_realestate_header_banner .industries_realestate_header_left h1 {
      text-align: center;
    }
}
@media screen and (max-width: 992px) {
    .chatgpt_page .industries_realestate_header_banner 
    {
        flex-direction: column;
        height: auto;
    }
    .chatgpt_page .industries_realestate_img {
        width: 100%;
    }
    .chatgpt_page .industries_realestate_img img {
        width: 90%;
        margin: 0px auto;
    }
    .about_head h2 
    {
        font-size: 36px;
        line-height: 50px;
    }
    .indus_faci li a {
        font-size: 22px;
        line-height: 40px;
    }
    .gi_ai_expertise_text_logo
    {
        gap: 26px;
    }
    .industries_realestate_header_banner .industries_realestate_header_container {
        padding: 50px 20px 50px;
    }
    .col-lg-6:nth-child(2) .gen_ai_dev_ser_right_wrp
    {
        margin: 40px 0;
        padding: 0px 20px;
    }
    .col-lg-6:nth-child(4) .img_wrapper
    {
        margin-top: 0px!important;
    }      
    .about_img img, .img_wrapper
    {
        width: 100%;
        min-width: 100%;
        height: 550px;
    }    
    
    .col-lg-6:nth-child(3) .gen_ai_dev_ser_right_wrp
    {
        padding: 0px 20px;
    }   
    #service_section
    {
        padding: 0px 0px 50px;
    }
    #gen_ai_indus_dev_sec
    {
        padding: 70px 0px;
    }
    .stack_table .stack_body
    {
        height: 100px;
    }
   
    .indus_cont
    {
        margin-top: 50px;
    }
    .card_group .step_card
    {
        flex-basis: 30%;
    }
    #process_sec
    {
        padding: 60px 0px;
    }
    .indus_faci
    {
        grid-row-gap: 30px;
        margin-top: 50px!important;
    }    
    .stack_table .stack_body .stack_heading {
        padding: 0px 16px;
        font-size: 16px;
        height: 99px;
    }
    #stack_sect .stack_table{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 24px;
    }
    #stack_sect .stack_table:first-child
    {
        margin-top: 30px;        
    }
    .chatgpt_service_modals
    {
        padding-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    #About
    {
        padding: 40px 0px;
    }
    .gen_ai_row
    {
        row-gap: 24px;
    }
    .about_head h2 
    {
        font-size: 25px;
        line-height: 36px;
        width: 100%;
    }
    .indus_faci li a {
        font-size: 20px;
        line-height: 36px;
    }
    .btn.btn_head
    {
        font-size: 12px;
        padding: 5px 14px;
    }
    .gen_ai_sec
    {
        height: 400px;
    }
    .gen_ai_sec .about_head .sub_head
    {
        font-size: 28px;
        line-height: 36px;
    }
    .about_head p 
    {
        margin-top: 18px;
        padding: 0px;
    }
    .gen_ai_sec .about_head .sub_para
    {
        margin-bottom: 10px!important;
        margin-top: 10px!important;
    }
    #gen_ai_indus_dev_sec .about_head p 
    {
        margin-top: 18px!important;
    }
    .about_img img, .img_wrapper
    {
        height: 400px;
    }    
    .gen_ai_dev_ser_right_wrp 
    {
        row-gap: 18px;   
    }
    .gi_ai_expertise_text_logo
    {
        gap: 22px;
    }
    .hire_developer_wrp 
    {
        padding-top: 30px;
    }
    #Ai_model_sec 
    {
        padding: 50px 0px 30px;
    }
    .ai_model_ser
    {
        gap: 24px;
    }
    .logo_box_common img 
    {
        width: 30px;
        height: 30px;
    }
    .gen_ai_dev_ser_text_box h3 , .service_cont h3, .step_cont h5
    {
        font-size: 18px;
        line-height: 25px;
    }
    .gen_ai_dev_ser_text_box p , .service_cont p, .step_card p
    {
        font-size: 14px;
    }
    .gen_ai_ser_sec_card
    {
        width: 60%;
        margin: 10px auto;
    }
    .indus_faci
    {
        grid-row-gap: 20px;
        margin-top: 35px!important;
    }
    #stack_sect 
    {
        padding: 50px 0px;
    }
    .stack_body .stack_icon .stack_img
    {
        min-width: 60px;
        max-width: 60px;
    }
    .gi_ai_expertise_text_logo
    {
       text-align: center;
    }
    .ml_expertise_logo_box
    {
        margin: auto;
    }
    .gen_ai_sec .about_head .gen_ai_btn
    {
        width: 80px;
        height: 80px;
    }
    .gen_ai_sec .about_head .gen_ai_btn img
    {
        width: 25px;
        height: 20px;
    }
    
    #gen_ai_indus_dev_sec .about_head .sub_para 
    {
        width: 100%;
        margin-top: 20px;
    }
   
    .stack_table .stack_body
    {
        height: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .stack_table .stack_body .stack_heading
    {
        grid-column: 1 / span 3;
        padding: 10px;
        border-radius: 12px;
        font-size: 18px;
        height: 60px;
    }
    #gen_ai_indus_dev_sec
    {
        padding: 50px 0px;
    }    
   
    .card_group .step_card
    {
        flex-basis: 44%;
    }
    #process_sec
    {
        padding: 40px 0px;
    }
}
@media (max-width: 649px) {
    .industries_realestate_header_banner .industries_realestate_header_left h1 {
        font-size: 40px;
    }
    .chatgpt_page .industries_realestate_img img {
      justify-content: center;
      width: 90%;
    }
    .industries_realestate_header_banner .industries_realestate_header_btn {
      font-size: 16px;
      padding: 12px 28px;
    }
}
@media screen and (max-width: 600px) {

    .about_head p 
    {
        font-size: 14px;
        line-height: 22px;
        padding: 0 1%;
    }
    .indus_faci
    {
        text-align: center;
    }
   
    .indus_faci li a
    {
        font-size: 18px;
    }
    .card_group .step_card
    {
        flex-basis: 50%;
    }
    .step_cont h5 
    {
        margin-top: 18px;
    }
    .step_card
    {
        margin-top: 20px;
    }
    .card_group 
    {
        margin-top: 20px;
    }
    .service_cont span
    {
        width: 60px;
        height: 60px;
        font-size: 26px;
        line-height: 55px;
    }
   
}
@media screen and (max-width: 500px) {
    
    .about_img img, .img_wrapper
    {
        height: 350px;
    }    
    .gen_ai_ser_sec_card
    {
        width: 80%;
        padding: 12px;
    }   
    .ml_expertise_logo_box
    {
        width: 70px;
        height: 70px;
    }
    .about_head .sub_head
    {
        font-size: 28px;
        line-height: 38px;
    }    
    .ai_model_logo_box
    {
        width: 65px;
        height: 65px;
    }
    .ai_model_logo_box img
    {
        width: 40px;
        height: 40px;
    }
    .indus_faci li 
    {
        margin: 7px 16px;
    }    
    .card_group .step_card
    {
        flex-basis: 55%;
    }   
    .indus_faci
    {
        margin-top: 5px!important;
        flex-direction: column;
        grid-row-gap: 5px;
    }
    .indus_faci li a 
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .card_group .step_card
    {
        flex-basis: 75%;
    }
    .step_cont h5 
    {
        margin-top: 12px;
    }
    .gen_ai_ser_sec_card
    {
        width: 90%;
    }
    .service_cont 
    {
        padding: 30px 20px 15px 20px;
    }
    .service_cont span
    {
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 45px;
    }
   
}