/*================================================*/
/*              Lawyer Registration               */
/*  using as seperate css file to reuse in homepage and contact us page  */
/* ===============================================*/

/* 			Display for Desktop 		*/
/* ---------------------------- */
@media screen and (min-width: 578px) {
  .homepage_lawyers_register {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 48px;
  }
  .homepage_lawyers_register_mobile {
    display: none;
  }
  .tbl_main_register {
    margin: 0 auto;
    width: 1280px;
    height: 362px;
    background: #004e9c;
    border-collapse: collapse;
    border-style: hidden;
    border-radius: 16px;
  }
  .register_main_title {
    width: 670px; /* include padding width */
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: white;
    padding-left: 64px;
  }
  .register_main_subtitle {
    width: 670px; /* include padding width */
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    padding-left: 64px;
  }
  .btn_register {
    width: 242px;
    height: 48px;
    background-color: white;
    color: #205e9c;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 64px;
    border-radius: 8px;
    border: 0px;
  }
  .btn_register::before {
    content: url(/wp-content/themes/dlawyers-child/bul_icons/homepage/arrow_increase_register.svg);
    vertical-align: middle;
    width: 20px;
    float: right;
    margin-top: 1px;
    padding-right: 20px;
  }
  .td_img_register {
    display: flex;
    width: 480px;
    height: 362px;
    padding: 0px;
    border-top-right-radius: 16px;
    border: 0px;
    padding: 0px;
  }
}

/* 		Lawyers Register -- > 	Display for Mobile 		*/
/* ---------------------------- */
@media screen and (max-width: 578px) {
  .homepage_lawyers_register {
    display: none;
  }
  .homepage_lawyers_register_mobile {
    width: 91%;
    height: 475px;
    margin-left: 16px;
    margin-top: 47px;
    background-color: #004e9c;
    border-radius: 16px;
    position: relative;
    overflow: hidden; /* Allows images to go outside */
  }
  .register_main_title {
    width: 91%; /* include padding width */
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: white;
    margin-left: 16px;
    padding-top: 16px;
  }
  .register_main_subtitle {
    width: 91%; /* include padding width */
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #bed9f4;
    margin-left: 16px;
    padding-top: 8px;
  }
  .btn_register {
    width: 91%;
    height: 48px;
    background-color: white;
    color: #205e9c;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 16px;
    margin-top: 24px;
    border-radius: 8px;
    border: 0px;
  }
  .btn_register::before {
    content: url(/wp-content/themes/dlawyers-child/bul_icons/homepage/arrow_increase_register.svg);
    vertical-align: middle;
    width: 20px;
    float: right;
    margin-top: 1px;
    padding-right: 20px;
  }

  .register_imgaes {
    position: absolute;
    bottom: 0px; /* Moves the images outside the container */
    left: 10%;
    width: 91%;
    display: flex;
    justify-content: center;
  }

  .register_imgaes img {
    max-width: 230px; /* Prevents them from being too large */
    border-radius: 10px;
  }
  .img_left {
    z-index: 2;
    margin-left: -20px;
  }
  .img_right {
    z-index: 3;
    margin-left: -70px;
  }
}

/* ======== footer - mobile =============== */
@media screen and (max-width: 578px) {
  .footer_mobile {
    margin-left: 16px;
    margin-top: 48px;
  }
}
