#screen-nyc .section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 51px;
    color: #1c244b;
  }
  
  @media (max-width: 1024px) {
    #screen-nyc .section-title {
      font-size: 24px;
      line-height: normal;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-nyc .section-title {
      font-size: 28px;
      line-height: 39px;
    }
  }
  
  #screen-nyc .section-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #172640;
    margin-bottom: 16px;
  }
  
  @media (max-width: 1024px) {
    #screen-nyc .section-subtitle {
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  #screen-nyc .button-blue,
  #screen-nyc .button-outline {
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
  }
  
  @media (max-width: 767.98px) {
  
    #screen-nyc .button-blue,
    #screen-nyc .button-outline {
      line-height: 24px;
    }
  }
  
  #screen-nyc .button-blue {
    color: #fff;
  }
  
  #screen-nyc #google-reviews {
    padding: 44px 0px;
  }
  
  @media (max-width: 1024px) {
    #screen-nyc #google-reviews {
      padding: 50px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-nyc #google-reviews {
      background: #f6faff;
    }
  }
  
  #screen-nyc #google-reviews .reviews-wrapper {
    width: calc(100% + 40px);
    margin: 0 -20px 40px;
  }
  
  @media (max-width: 1024px) {
    #screen-nyc #google-reviews .reviews-wrapper {
      width: 100%;
      margin: 0 0 40px;
    }
  }
  
  #screen-nyc #google-reviews .button-blue {
    margin: 34px auto 0;
    max-width: 273px;
    min-height: 52px;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 26px;
    padding: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #screen-nyc #google-reviews .ti-header{
      display: none;
  }
  #screen-nyc #google-reviews .section-title{
      margin-bottom: 12px;
  }
  #screen-nyc #google-reviews .section-subtitle{
      margin-bottom: 46px;
  }
  @media (max-width: 1024px) {
    #screen-nyc #google-reviews .button-blue {
      max-width: 277px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-nyc #google-reviews .button-blue {
      line-height: 24px;
      max-width: 328px;
    }
  }
  .gallery-popup{
    display: none !important;
  }
  /* -- MAIN PAGE CSS END-- */
  
  /* -- INTRO CSS -- */
  #screen-intro {
    padding: 24px 0 45px;
  }
  
  @media (max-width: 1024px) {
    #screen-intro {
      padding: 0 0 27px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-intro {
      padding: 12px 0 19px;
    }
  }
  
  #screen-intro .section-container {
    display: flex;
    align-items: center;
  }
  
  @media (max-width: 1024px) {
    #screen-intro .section-container {
      flex-direction: column;
    }
  }
  
  /* #screen-intro .section-container .mob-title {
    display: none;
  }
   */
  @media (max-width: 767.98px) {
    #screen-intro .section-container .mob-title {
      display: block;
      color: #1c244b;
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      line-height: 50px;
    }
  }
/*   
  #screen-intro .section-container .content-wrapper {
    display: flex;
    align-items: center;
    gap: 66px;
  }
  
  @media (max-width: 1280px) {
    #screen-intro .section-container .content-wrapper {
      gap: 40px;
    }
  }
  
  @media (max-width: 1024px) {
    #screen-intro .section-container .content-wrapper {
      flex-direction: column-reverse;
      gap: 32px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container .content-wrapper {
      width: 100%;
      gap: 0;
      order: 3;
    }
  } */
  
  #screen-intro .section-container  .intro-video {
    /* width: 50%; */
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: flex;
  }
  
  @media (max-width: 1024px) {
    #screen-intro .section-container  .intro-video {
      width: 100%;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-video {
      max-width: 600px;
    }
  }
  
  #screen-intro .section-container  .intro-video .mob-bg-img {
    display: none;
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-video .mob-bg-img {
      display: block;
      width: 100%;
      aspect-ratio: 1.2;
    }
  }
  
  #screen-intro .section-container  .intro-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-video video {
      display: none;
    }
  }
  
  #screen-intro .section-container  .intro-content {
    /* width: 50%; */
  }
  
  @media (max-width: 1024px) {
    #screen-intro .section-container  .intro-content {
      width: 100%;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-content {
      width: 100%;
      /* max-width: 330px; */
      padding: 0 14px;
    }
  }
  
  #screen-intro .section-container  .mob-title {
    color: #1c244b;
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 10px;
    font-family: Inter !important;
  }
  
  @media (max-width: 1024px) {
    #screen-intro .section-container  .mob-title {
      text-align: center;
      font-size: 40px;
      font-weight: 600;
      line-height: 56px;
      margin-bottom: 18px;
    }
  }
  
  /* @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-content .title {
      display: none;
    }
  } */
  #screen-intro .section-container  .intro-content .sub-title {
   color: #354156;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 24px;
  }
  @media (max-width: 1024px) {
    #screen-intro .section-container  .intro-content .sub-title {
      text-align: center;
      display: none;
    }
  }
  #screen-intro .section-container  .intro-content .sub-title span{
  font-weight: 600;
  }
  #screen-intro .section-container  .intro-content .sub-title a{
    color:#3578EA;
    text-decoration: underline;
  }
   #screen-intro .section-container  .intro-content .service-features {
    list-style           : none;
    margin-bottom        : 40px;
    display              : grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    column-gap           : 55px;
    row-gap              : 16px;
    max-width: 546px;
  }
  
  @media (max-width: 1024px) {
     #screen-intro .section-container  .intro-content .service-features {
      column-gap: 100px;
      max-width : 530px;
      margin    : 0 auto 44px;
    }
  }
  
  @media (max-width: 767.98px) {
     #screen-intro .section-container  .intro-content .service-features {
      max-width            : 280px;
      width                : calc(100% - 48px);
      margin               : -56px auto 36px;
      border-radius        : 8px;
      grid-template-columns: minmax(0, auto);
      row-gap              : 12px;
      position             : relative;
      z-index              : 2;
      border               : 1px solid #e6e8ea;
      background           : #fff;
      padding              : 16px 13px;
      box-shadow           : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    }
  }
  
   #screen-intro .section-container  .intro-content .service-features .feature {
    color       : #353535;
    font-family : "Poppins", sans-serif !important;
    font-size   : 16px;
    font-weight : 500;
    line-height : 24px;
    padding-left: 32px;
    position    : relative;
  }
  
  @media (max-width: 767.98px) {
     #screen-intro .section-container  .intro-content .service-features .feature {
      padding-left: 28px;
      color       : #1c244b;
      font-family : "Inter", sans-serif !important;
      font-size   : 20px;
    }
  }
  
   #screen-intro .section-container  .intro-content .service-features .feature:before {
    content          : "";
    position         : absolute;
    top              : 50%;
    transform        : translateY(-50%);
    left             : 0;
    background-image : url("/uploads/12037607/File/deco/emb-page/assets/icons/olive-check.svg");
    background-repeat: no-repeat;
    background-size  : contain;
    width            : 28px;
    height           : 28px;
  }
  
  @media (max-width: 767.98px) {
     #screen-intro .section-container  .intro-content .service-features .feature:before {
      background-image: url("/uploads/12037607/File/deco/emb-page/assets/dark-blue-tick.svg");
      width           : 16px;
      height          : 16px;
    }
  }
  
  #screen-intro .section-container  .intro-content .buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  @media (max-width: 1024px) {
    #screen-intro .section-container  .intro-content .buttons-wrapper {
      justify-content: center;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-content .buttons-wrapper {
      flex-direction: column-reverse;
    }
  }
  
  #screen-intro .section-container  .intro-content .buttons-wrapper a {
    padding: 14px;
    font-size: 20px;
    line-height: 22px;
    transition: 0.3s;
    border-radius: 26px;
    text-align: center;
    font-weight: 600;
    display: block;
    max-width: unset;
    text-decoration: none;
  }
  
  @media (max-width: 1024px) {
    #screen-intro .section-container  .intro-content .buttons-wrapper a {
      width: 254px !important;
      line-height: 20px;
      padding: 15px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-content .buttons-wrapper a {
      width: 292px !important;
      max-width: 100%;
      line-height: 24px;
      padding: 13px;
    }
  }
  
  #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    width: 273px;
    border: 1px solid #3578ea;
    background: #3578ea;
    color: #fff;
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue {
      border: 1.5px solid #3578ea;
      background: #fff;
      color: #3578ea;
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
      max-width: 100%;
    }
  }
  
  @media (hover: hover) and (pointer: fine) {
    #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue:hover {
      background: #1764e9;
      box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
        inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25) !important;
    }
  }
  
  #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue-outline {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    width: 216px;
    border: 1px solid #3578ea;
    background: #fff;
    color: #3578ea;
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue-outline {
      border: 1.5px solid #3578ea;
      background: #3578ea;
      color: #fff;
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    }
  }
  
  @media (hover: hover) and (pointer: fine) {
    #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue-outline:hover {
      color: #fff;
      background: #3578ea;
    }
  }
  
  #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue-outline.v-mob {
    display: none;
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue-outline.v-mob {
      display: block;
    }
  
    #screen-intro .section-container  .intro-content .buttons-wrapper a.btn-blue-outline.v-pc {
      display: none;
    }
  }
  
  #screen-intro .section-container  .intro-content .google-reviews {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
  }
  
  @media (max-width: 1024px) {
    #screen-intro .section-container  .intro-content .google-reviews {
      margin-top: 20px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-intro .section-container  .intro-content .google-reviews {
      margin: 0;
    }
  }
  
  @media (min-width: 1025px) {
    #screen-intro .section-container  .intro-content .google-reviews .ti-widget>.ti-widget-container {
      display: flex;
    }
  }
  
  @media (min-width: 1025px) {
    #screen-intro .section-container  .intro-content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
      flex-wrap: nowrap !important;
      padding-left: 0;
    }
  }
  
  /* -- INTRO CSS END -- */
  /* -- DELIVERY CSS -- */
  #screen-delivery {
    background: #f6faff;
    padding: 28px 0;
  }
  
  @media (max-width: 1024px) {
    #screen-delivery {
      padding: 24px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-delivery {
      padding: 40px 0 32px;
    }
  }
  
  #screen-delivery .delivery-title {
    color: #1c244b;
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 16px;
  }
  
  #screen-delivery .delivery-options {
    display: flex;
    padding: 10px 0;
  }
  
  @media (min-width: 767.98px) {
    #screen-delivery .delivery-options {
      border-radius: 6px;
      border: 1px solid #e8e9ea;
      background: #fff;
      box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    }
  }
  
  @media (max-width: 1024px) {
    #screen-delivery .delivery-options {
      padding: 7px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-delivery .delivery-options {
      flex-direction: column;
      border: none;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
    }
  }
  
  #screen-delivery .delivery-options .delivery-opt {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 0;
  }
  
  @media (max-width: 1024px) {
    #screen-delivery .delivery-options .delivery-opt {
      padding: 15px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt {
      width: 100%;
      padding: 8px 0;
      justify-content: flex-start;
    }
  }
  
  #screen-delivery .delivery-options .delivery-opt:not(:last-child) {
    border-right: 1px solid #f4f5f7;
  }
  
  @media (max-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt:not(:last-child) {
      border-bottom: 1px solid #f4f5f7;
      border-right: none;
    }
  }
  
  #screen-delivery .delivery-options .delivery-opt .photo {
    width: 65px;
    height: 65px;
    margin-right: 16px;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt .photo {
      width: 47px;
      height: 47px;
      margin-right: 8px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt .photo {
      width: 86px;
      height: 86px;
    }
  }
  
  #screen-delivery .delivery-options .delivery-opt .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  #screen-delivery .delivery-options .delivery-opt .content {
    max-width: calc(100% - 102px);
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt .content {
      max-width: calc(100% - 55px);
    }
  }
  
  #screen-delivery .delivery-options .delivery-opt .content .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
    color: #000;
    margin-bottom: 10px;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt .content .title {
      font-size: 12px;
      line-height: 17px;
      margin-bottom: 5px;
    }
  }
  
  #screen-delivery .delivery-options .delivery-opt .content .detail {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #555e6d;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt .content .detail {
      font-size: 10px;
      line-height: 12px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt .content .detail {
      font-size: 16px;
      line-height: 19px;
    }
  }
  
  #screen-delivery .delivery-options .delivery-opt .content .detail span,
  #screen-delivery .delivery-options .delivery-opt .content .detail a {
    font-weight: 600;
  }
  
  #screen-delivery .delivery-options .delivery-opt .content .detail span {
    color: #353535;
  }
  
  #screen-delivery .delivery-options .delivery-opt .content .detail a {
    color: #005eff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt .content .detail a {
      font-size: 10px;
      line-height: 12px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-delivery .delivery-options .delivery-opt .content .detail a {
      font-size: 16px;
      line-height: 19px;
    }
  }
  
  /* -- DELIVERY CSS END -- */
  
  /* -- PRODUCTS CSS -- */
  #screen-products {
    background: #f6faff;
    padding: 70px 0 50px;
  }
  
  @media (max-width: 1024px) {
    #screen-products {
      padding: 50px 0 40px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-products {
      padding: 50px 0 34px;
      background: #fff;
    }
  }
  
  #screen-products .title-wrapper {
    margin-bottom: 24px;
  }
  
  #screen-products .title-wrapper .section-title {
    margin-bottom: 12px;
  }
  
  @media (max-width: 1024px) {
    #screen-products .title-wrapper .section-title {
      margin-bottom: 4px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-products .title-wrapper .section-title {
      margin: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-products .title-wrapper .section-subtitle {
      display: none;
    }
  }
  
  #screen-products .products-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
  
  @media (max-width: 1024px) {
    #screen-products .products-list {
      width: calc(100% + 20px);
      margin: 0 -10px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-products .products-list {
      margin: 0;
      width: 100%;
    }
  }
  
  #screen-products .products-list .product-card {
    width: calc(100% / 4 - 24px);
    margin: 24px 12px;
    border-radius: 4px;
    border: 1px solid #f4f5f6;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    padding: 4px 4px 16px;
    transition: 0.3s;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #1c244b;
    text-align: center;
  }
  
  @media (hover: hover) and (pointer: fine) {
    #screen-products .products-list .product-card:hover {
      box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, 0.23);
    }
  }
  
  @media (max-width: 1024px) {
    #screen-products .products-list .product-card {
      width: calc(100% / 4 - 20px);
      margin: 10px;
      font-size: 16px;
      line-height: 20px;
      color: #0b1629;
      padding: 5px 4px 16px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-products .products-list .product-card {
      margin: 0 0 16px;
      width: 100%;
      background: #f6faff;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      font-size: 22px;
      line-height: normal;
      padding: 4px 4px 0 16px;
      text-align: left;
      box-shadow: none;
      font-weight: 500;
    }
  }
  
  #screen-products .products-list .product-card .photo {
    width: 100%;
    height: 295px;
  }
  
  @media (max-width: 1024px) {
    #screen-products .products-list .product-card .photo {
      height: 160px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-products .products-list .product-card .photo {
      height: 92px;
      max-width: 50%;
    }
  }
  
  #screen-products .products-list .product-card .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  @media (max-width: 767.98px) {
    #screen-products .products-list .product-card .photo img {
      object-position: right bottom;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-products .products-list .product-card span {
      display: block;
      margin-bottom: 4px;
    }
  }
  
  #screen-products .btn-more-products {
    color: #003ca3;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
    max-width: max-content;
    margin: 12px auto 0;
  }
  
  #screen-products .btn-more-products:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 1024px) {
    #screen-products .btn-more-products {
      font-size: 16px;
      margin-top: 6px;
    }
  }
  
  /* -- PRODUCTS CSS END -- */
  /* -- GALLERY CSS -- */
  #screen-gallery {
    padding: 70px 0;
    background-color: #F7F8FA;
  }
  
  @media (max-width: 1024px) {
    #screen-gallery {
      padding: 50px 0;
    }
  }
  
  #screen-gallery .section-title {
    margin-bottom: 8px;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-gallery .section-title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-gallery .section-title {
      margin-bottom: 20px;
    }
  }
  
  #screen-gallery .section-subtitle {
    margin-bottom: 36px;
    font-size: 16px !important;
    line-height: 23px !important;
  }
  
  @media (max-width: 1024px) {
    #screen-gallery .section-subtitle {
      margin-bottom: 28px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-gallery .section-subtitle {
      margin-bottom: 32px;
    }
  }
  
  #screen-gallery .gallery-section-box {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 24px;
    margin-bottom: 44px;
  }
  
  @media (max-width: 1024px) {
    #screen-gallery .gallery-section-box {
      grid-gap: 20px;
      margin: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-gallery .gallery-section-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      grid-gap: 0;
      row-gap: 16px;
    }
  }
  
  #screen-gallery .gallery-section-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  #screen-gallery .gallery-section-box .gallery-item {
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    border: 1px solid #e6e8ea;
    box-shadow: 0px 1px 2px 0px rgba(13, 16, 45, 0.1);
  }
  
  @media (max-width: 1024px) {
    #screen-gallery .gallery-section-box .gallery-item {
      height: 165px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-gallery .gallery-section-box .gallery-item {
      width: calc(50% - 8px);
      height: 154px;
    }
  }
  
  #screen-gallery .gallery-section-box .gallery-item:first-child,
  #screen-gallery .gallery-section-box .gallery-item:nth-child(2) {
    grid-row: 1/2;
  }
  
  @media (max-width: 767.98px) {
  
    #screen-gallery .gallery-section-box .gallery-item:first-child,
    #screen-gallery .gallery-section-box .gallery-item:nth-child(2) {
      grid-row: unset;
    }
  }
  
  #screen-gallery .gallery-section-box .gallery-item:nth-child(3) {
    height: 424px;
    grid-row: 1/3;
  }
  
  @media (max-width: 1024px) {
    #screen-gallery .gallery-section-box .gallery-item:nth-child(3) {
      height: 350px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-gallery .gallery-section-box .gallery-item:nth-child(3) {
      grid-row: unset;
      width: 100%;
      height: 204px;
    }
  }
  
  #screen-gallery .gallery-section-box .gallery-item:nth-child(4),
  #screen-gallery .gallery-section-box .gallery-item:nth-child(5) {
    grid-row: 2/3;
  }
  
  @media (max-width: 767.98px) {
  
    #screen-gallery .gallery-section-box .gallery-item:nth-child(4),
    #screen-gallery .gallery-section-box .gallery-item:nth-child(5) {
      grid-row: unset;
    }
  }
  
  #screen-gallery .button-outline {
    max-width: 232px;
    margin: 0 auto;
    line-height: 20px !important;
    min-height: 48px;
    font-weight: 500 !important;
  }
  
  @media (max-width: 1024px) {
    #screen-gallery .button-outline {
      display: none;
    }
  }
  /* -- GALLERY CSS END -- */
  /* CITY CONTACT SECTION */
  .screen-contact {
    padding: 70px 0;
    background-color: #F7F8FA;
  }
  
  @media (max-width: 1024px) {
    .screen-contact {
      padding: 50px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-contact {
      padding-bottom: 0;
    }
  
    .screen-contact .section-wrapper {
      padding: 0 !important;
    }
  
    .screen-contact .section-wrapper .section-title,
    .screen-contact .section-wrapper .section-subtitle,
    .screen-contact .section-wrapper .contact-options {
      padding: 0 16px;
    }
  }
  
  .screen-contact ul {
    list-style: none;
  }
  
  .screen-contact .section-title {
    color: #1c244b;
    text-align: center;
    font-family: Geologica !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 16px;
  }
  
  @media (max-width: 1024px) {
    .screen-contact .section-title {
      font-size: 24px;
      line-height: 36px;
    }
  }
  
  @media (max-width: 767.98) {
    .screen-contact .section-title {
      font-size: 28px;
      line-height: 42px;
    }
  }
  
  .screen-contact .section-subtitle {
    color: #1c244b;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
  }
  
  .screen-contact .section-subtitle span {
    color: #cd480e;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  
  .screen-contact .section-subtitle span a {
    color: #cd480e;
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 600;
  }
  
  @media (max-width: 1024px) {
    .screen-contact .section-subtitle {
      margin-bottom: 28px;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .section-subtitle {
      margin-bottom: 32px;
    }
  }
  
  .screen-contact .contact-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
  }
  
  .screen-contact .contact-options li {
    cursor: pointer;
  }
  
  @media (max-width: 1024px) {
    .screen-contact .contact-options {
      flex-wrap: wrap;
      margin-bottom: 36px;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .contact-options {
      flex-direction: column;
      margin-bottom: 0;
    }
  }
  
  .screen-contact .contact-options .option a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 16px;
  }
  
  .screen-contact .contact-options .option a .icon-container {
    padding: 14px;
    border-radius: 100%;
    display: flex;
  }
  
  .screen-contact .contact-options .option a .option-info > p:first-of-type {
    color: #4d4f53;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
  }
  
  .screen-contact .contact-options .option a .option-info > p:last-of-type {
    color: #232528;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  
  .screen-contact .contact-options .option:nth-of-type(1) > a .icon-container {
    background-color: #3578ea;
  }
  
  .screen-contact .contact-options .option:nth-of-type(2) > a > .icon-container {
    background-color: #17d24b;
  }
  
  .screen-contact .contact-options .option:nth-of-type(3) > a > .icon-container {
    background-color: #ef4444;
  }
  
  .screen-contact .contact-options .option:nth-of-type(4) > a .icon-container {
    background-color: #22c7de;
  }
  
  @media (max-width: 1024px) {
    .screen-contact .contact-options .option {
      width: calc(50% - 38px);
    }
  
    .screen-contact .contact-options .option:first-of-type {
      padding-bottom: 24px;
      border-bottom: 1px solid #cdced0;
      margin-right: 38px;
    }
  
    .screen-contact .contact-options .option:nth-of-type(2) {
      order: 3;
      padding-top: 24px;
    }
  
    .screen-contact .contact-options .option:nth-of-type(3) {
      order: 2;
      padding-bottom: 24px;
      border-bottom: 1px solid #cdced0;
      margin-left: 38px;
    }
  
    .screen-contact .contact-options .option:last-of-type {
      padding-top: 24px;
      order: 4;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .contact-options .option {
      width: 100%;
      order: 1;
      padding-bottom: 24px !important;
      padding-top: 24px;
      border-bottom: 1px solid #cdced0;
      margin: 0 !important;
    }
  
    .screen-contact .contact-options .option:first-of-type {
      padding-top: 0;
    }
  
    .screen-contact .contact-options .option:last-of-type {
      border: none;
      padding-bottom: 30px !important;
    }
  }
  
  .screen-contact .contact-options .line {
    width: 1px;
    background: #cdced0;
  }
  
  @media (max-width: 1024px) {
    .screen-contact .contact-options .line {
      display: none;
    }
  }
  
  .screen-contact .contact-dates {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f4f5f6;
    overflow: hidden;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .contact-dates {
      background: #f6faff;
      padding: 50px 16px;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }
  }
  
  .screen-contact .contact-dates .contact-dates-wrapper {
    display: flex;
    overflow: hidden;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .contact-dates .contact-dates-wrapper {
      flex-direction: column-reverse;
      border-radius: 8px;
    }
  }
  
  .screen-contact .contact-dates .contact-dates-wrapper .map-container {
    width: 60%;
    overflow: hidden;
  }
  
  @media (max-width: 1024px) {
    .screen-contact .contact-dates .contact-dates-wrapper .map-container {
      width: 50%;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .contact-dates .contact-dates-wrapper .map-container {
      width: 100%;
      height: 380px;
    }
  }
  
  .screen-contact .contact-dates .contact-dates-wrapper .map-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #f4f5f6;
  }
  
  .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
    width: 40%;
    padding: 40px 16px;
  }
  
  @media (max-width: 1024px) {
    .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
      width: 50%;
      padding: 50px 16px;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
      width: 100%;
      padding: 24px 16px 28px;
    }
  }
  
  .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3,
  .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper ul {
    max-width: 330px;
    margin: 0 auto;
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3,
    .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper ul {
      max-width: 100%;
    }
  }
  
  .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
    color: #1c244b;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
  }
  
  @media (max-width: 1024px) {
    .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
      font-size: 18px;
      line-height: 27px;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
      font-size: 20px;
      line-height: 30px;
    }
  }
  
  .screen-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list {
    padding-top: 20px;
    border-top: 1px solid #cdcecf;
  }
  
  .screen-contact
    .contact-dates
    .contact-dates-wrapper
    .dates-wrapper
    .date-list
    li {
    padding-left: 26px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  
  .screen-contact
    .contact-dates
    .contact-dates-wrapper
    .dates-wrapper
    .date-list
    li
    span {
    color: #232528;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  
  .screen-contact
    .contact-dates
    .contact-dates-wrapper
    .dates-wrapper
    .date-list
    li:last-of-type {
    margin-bottom: 0;
  }
  
  .screen-contact
    .contact-dates
    .contact-dates-wrapper
    .dates-wrapper
    .date-list
    li:last-of-type
    span:last-of-type {
    color: #ea3535;
  }
  
  .screen-contact
    .contact-dates
    .contact-dates-wrapper
    .dates-wrapper
    .date-list
    li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3578ea;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .screen-contact
    .contact-dates
    .contact-dates-wrapper
    .dates-wrapper
    .date-list
    li:last-of-type:before {
    background-color: #c0c3c8;
  }
  
  /* END OF CITY CONTACT SECTION */
  #screen-shirts-why-choose {
    background: #f6faff;
    padding: 70px 0;
  }
  
  @media (max-width: 1024px) {
    #screen-shirts-why-choose {
      padding: 50px 0;
    }
  }
  
  #screen-shirts-why-choose .section-title {
    text-align: center;
    margin-bottom: 16px;
  }
  
  @media (max-width: 1024px) {
    #screen-shirts-why-choose .secondary-title {
      margin-bottom: 32px;
    }
  }
  #screen-shirts-why-choose .section-subtitle {
    text-align: center;
    margin-bottom: 36px;
  }
  @media (max-width: 767.98px) {
    #screen-shirts-why-choose .secondary-title {
      text-align: left;
      margin-bottom: 24px;
    }
  }
  
  #screen-shirts-why-choose .feature-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  
  @media (max-width: 1024px) {
    #screen-shirts-why-choose .feature-list {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-auto-rows: 1fr;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-shirts-why-choose .feature-list {
      grid-template-columns: minmax(0, 1fr);
      grid-auto-rows: 1fr;
    }
  }
  
  #screen-shirts-why-choose .feature-list .feature {
    border-radius: 4px;
    border: 1px solid #e8e9ea;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    padding: 51px 74px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  @media (max-width: 767.98px) {
    #screen-shirts-why-choose .feature-list .feature {
      padding: 16px 20px;
    }
  }
  
  #screen-shirts-why-choose .feature-list .feature .f-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }
  
  #screen-shirts-why-choose .feature-list .feature .f-title {
    color: #1c244b;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
  }
  
  #screen-shirts-why-choose .feature-list .feature .f-content {
    color: #1c244b;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
  }
  
  #screen-shirts-why-choose .button-outline {
    width: 290px;
    margin: 32px auto 0;
  }
  
  @media (min-width: 767.98px) and (max-width: 1024px) {
    #screen-shirts-why-choose .button-outline {
      width: 230px;
      min-height: 44px !important;
      padding: 10px;
      font-size: 16px !important;
      line-height: 22px !important;
    }
  }
  
  /* END OF POLO SHIRTS WHY CHOOSE CSS */
  /* -- FEATURE CSS -- */
  
  .screen-feature {
    padding: 70px 0;
    background-color: #F6FAFF;
  }
  
  @media (max-width: 1024px) {
    .screen-feature {
      padding: 50px 0;
    }
  }
  
  .screen-feature .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  @media (max-width: 767.98px) {
    .screen-feature .content-wrapper {
      flex-direction: column;
    }
  }
  
  @media (max-width: 1024px) {
  
    .screen-feature .content-wrapper .content,
    .screen-feature .content-wrapper .photo-box {
      width: calc(50% - 10px);
    }
  }
  
  @media (max-width: 767.98px) {
  
    .screen-feature .content-wrapper .content,
    .screen-feature .content-wrapper .photo-box {
      width: 100%;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-feature .content-wrapper .content {
      order: 2;
    }
  }
  
  .screen-feature .content-wrapper .content .section-title {
    margin-bottom: 24px;
  }
  .screen-feature .content-wrapper .content .section-subtitle {
  font-family: Inter !important;
  font-size: 16px !important;
  }
  
  .screen-feature .content-wrapper .content .button-wrapper {
    display: flex;
    gap: 16px;
  }
  
  @media (max-width: 767.98px) {
    .screen-feature .content-wrapper .content .button-wrapper {
      flex-direction: column;
      margin: 0 auto;
      max-width: 328px;
    }
  
    .screen-feature .content-wrapper .content .button-wrapper .button-blue,
    .screen-feature .content-wrapper .content .button-wrapper .button-outline {
      width: 100%;
    }
  
    .screen-feature .content-wrapper .content .button-wrapper .button-outline {
      background-color: #fff;
    }
  }
  
  .screen-feature .content-wrapper .content .button-outline {
    min-height: 52px;
    width: 196px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .screen-feature .content-wrapper .content .button-outline {
      min-height: 48px;
      font-size: 16px !important;
    }
  }
  
  .screen-feature .content-wrapper .content .button-blue {
    width: 273px;
    min-height: 52px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .screen-feature .content-wrapper .content .button-blue {
      width: 196px;
      min-height: 48px;
      font-size: 16px !important;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-feature .content-wrapper .content .button-blue {
      width: 328px;
      max-width: 100%;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-feature .content-wrapper .photo-box {
      order: 1;
    }
  }
  
  .screen-feature .photo {
    width: 100%;
  }
  
  .screen-feature .photo img {
    width: 100%;
    object-fit: contain;
  }
  
  .screen-feature .feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }
  
  @media (max-width: 767.98px) {
    .screen-feature .feature-list {
      margin-bottom: 36px;
    }
  }
  
  .screen-feature .feature-list .feature {
    color: #172640;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .screen-feature .feature-list .feature span{
    font-weight: 600;
  }
  @media (max-width: 767.98px) {
    .screen-feature .feature-list .feature {
      line-height: 24px;
    }
  }
  .feature-title li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top:10px
  }
  
  
  .screen-feature .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  
  .screen-feature .text-wrap p {
    color: #172640;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
  }
  .screen-feature .text-wrap p a {
     color: #172640;
     text-decoration:underline;
  }
  @media (max-width: 1024px) {
    .screen-feature .text-wrap p {
      font-size: 14px;
      line-height: 22px;
    }
  }
  
  @media (max-width: 767.98px) {
    .screen-feature .text-wrap p {
      font-size: 16px;
      line-height: 26px;
    }
  }
  .screen-feature .button-blue{
    /* margin-top: 46px; */
  }
  #screen-about {
    background-color: #f6faff;
  }
  
  @media (max-width: 767.98px) {
    #screen-about {
      background-color: #fff;
    }
  }
  
  @media (min-width: 1025px) {
  
    #screen-about .content,
    #screen-about .photo-box {
      width: 50%;
    }
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-about .content .section-title {
      font-size: 24px;
      line-height: 38px;
    }
  }
  
  #screen-about .content .section-subtitle {
    /* margin-bottom: 46px; */
  }
  
  #screen-about .content .section-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  #screen-about .content .section-subtitle span{
    font-weight: 600;
  }
      
  @media (max-width: 1024px) {
    #screen-about .content .section-subtitle {
      font-size: 16px;
      line-height: 26px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-about .content .section-subtitle {
      margin-bottom: 24px;
    }
  }
  
  #screen-about .photo-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  @media (min-width: 1025px) {
    #screen-about .photo-box {
      padding-left: 155px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-about .photo-box {
      margin-bottom: 24px;
    }
  }
  
  #screen-about .photo-box .photo-col {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  @media (max-width: 767.98px) {
    #screen-about .photo-box .photo-col {
      width: calc(50% - 14px);
    }
  }
  
  #screen-about .photo-box .photo-col:first-child .photo:first-child {
    height: 194px;
  }
  
  @media (max-width: 1024px) {
    #screen-about .photo-box .photo-col:first-child .photo:first-child {
      height: 145px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-about .photo-box .photo-col:first-child .photo:first-child {
      height: 134px;
    }
  }
  
  #screen-about .photo-box .photo-col:first-child .photo:last-child {
    height: 250px;
  }
  
  @media (max-width: 1024px) {
    #screen-about .photo-box .photo-col:first-child .photo:last-child {
      height: 186px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-about .photo-box .photo-col:first-child .photo:last-child {
      height: 172px;
    }
  }
  
  #screen-about .photo-box .photo-col:last-child .photo:first-child {
    height: 250px;
  }
  
  @media (max-width: 1024px) {
    #screen-about .photo-box .photo-col:last-child .photo:first-child {
      height: 186px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-about .photo-box .photo-col:last-child .photo:first-child {
      height: 172px;
    }
  }
  
  #screen-about .photo-box .photo-col:last-child .photo:last-child {
    height: 194px;
  }
  
  @media (max-width: 1024px) {
    #screen-about .photo-box .photo-col:last-child .photo:last-child {
      height: 145px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-about .photo-box .photo-col:last-child .photo:last-child {
      height: 134px;
    }
  }
  
  #screen-about .photo-box .photo-col .photo {
    border-radius: 14px;
    overflow: hidden;
  }
  
  #screen-about .photo-box .photo-col .photo img {
    height: 100%;
    object-fit: cover;
  }
  
  /* -- DESIGN PRODUCTS CSS -- */
  #design-products {
    background: #003ca3;
    padding: 38px 0;
  }
  
  @media (max-width: 1024px) {
    #design-products {
      padding: 60px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #design-products {
      padding: 40px 0;
    }
  }
  
  #design-products .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 36px;
    color: #fff;
    text-align: center;
  }
  
  @media (max-width: 1024px) {
    #design-products .title {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 32px;
    }
  }
  
  @media (max-width: 767.98px) {
    #design-products .title {
      margin-bottom: 36px;
    }
  }
  
  #design-products .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  @media (max-width: 767.98px) {
    #design-products .button-wrapper {
      max-width: 400px;
      margin: 0 auto;
    }
  }
  
  #design-products .button-wrapper .button-white,
  #design-products .button-wrapper .button-outline {
    font-weight: 600;
    line-height: 20px;
    border: 1px solid #f6faff;
    border-radius: 26px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    width: 223px;
    padding: 14px;
    font-size: 20px;
  }
  
  @media (max-width: 1024px) {
  
    #design-products .button-wrapper .button-white,
    #design-products .button-wrapper .button-outline {
      font-size: 16px;
      line-height: 14px;
      width: 156px;
    }
  }
  
  @media (max-width: 767.98px) {
  
    #design-products .button-wrapper .button-white,
    #design-products .button-wrapper .button-outline {
      padding: 11px 8px;
      width: calc(50% - 8px);
      line-height: 20px;
    }
  }
  
  #design-products .button-wrapper .button-white {
    background: #f6faff;
    color: #3578ea;
  }
  
  @media (hover: hover) and (pointer: fine) {
    #design-products .button-wrapper .button-white:hover {
      background-color: transparent;
      color: #f6faff;
    }
  }
  
  #design-products .button-wrapper .button-outline {
    background-color: transparent;
    color: #f6faff;
  }
  
  @media (hover: hover) and (pointer: fine) {
    #design-products .button-wrapper .button-outline:hover {
      background: #f6faff;
      color: #3578ea;
    }
  }
  
  @media (max-width: 767.98px) {
    #design-products .button-wrapper .button-outline {
      font-weight: 500;
    }
  }
  
  /* -- DESIGN PRODUCTS CSS END -- */
  /* -- QUOTE CSS -- */
  #screen-quote {
    background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
    padding: 62px 0;
  }
  
  @media (max-width: 1024px) {
    #screen-quote {
      padding: 50px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-quote {
      padding: 0;
      background: #f6faff;
    }
  }
  
  #screen-quote .title-wrapper {
    margin-bottom: 24px;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-quote .title-wrapper .section-title {
      font-weight: 600;
    }
  }
  
  @media (min-width: 767.98px) {
    #screen-quote .title-wrapper .section-title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 10px;
    }
  }
  #screen-quote ul.feature-title {
      margin-top:-15px ;
      padding-left:20px;
      list-style:none;
  }
  #screen-quote .title-wrapper .quote-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #34a853;
    font-size: 13px;
    font-weight: 500;
  }
  
  #screen-quote .title-wrapper .quote-subtitle img {
    width: 19px;
    height: 19px;
    object-fit: contain;
  }
  
  #screen-quote .quote-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper {
      flex-direction: column;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content {
    width: calc(100% - 600px);
    position: relative;
  }
  
  @media (max-width: 1440px) {
    #screen-quote .quote-content-wrapper .screen-content {
      width: calc(100% - 500px);
    }
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper .screen-content {
      width: 100%;
      margin-bottom: 110px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-quote .quote-content-wrapper .screen-content {
      background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
      width: calc(100% + 32px);
      margin: 0 -16px;
      padding: 50px 16px;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content .photo {
    position: absolute;
    right: 0;
    top: 30%;
  }
  
  @media (max-width: 1100px) {
    #screen-quote .quote-content-wrapper .screen-content .photo {
      width: 130px;
    }
  
    #screen-quote .quote-content-wrapper .screen-content .photo img {
      width: 100%;
      object-fit: contain;
    }
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper .screen-content .photo {
      top: 100%;
      transform: rotate(110deg);
      right: 32px;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content .title {
    color: #fff;
    font-family: "Poppins" !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 24px;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-quote .quote-content-wrapper .screen-content .title {
      text-align: center;
      font-size: 24px;
      line-height: 38.4px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-quote .quote-content-wrapper .screen-content .title {
      font-size: 24px;
      line-height: 38.4px;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content .title .text-highlight {
    color: #68c0fe;
  }
  
  @media (min-width: 1025px) {
    #screen-quote .quote-content-wrapper .screen-content .title .text-highlight {
      display: block;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content .feature-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 28px;
    max-width: 640px;
  }
  @media (max-width: 1024px) {
  #screen-quote .quote-content-wrapper .screen-content .feature-title {
    margin: 0 auto;
    text-align: center;
  }
  }
  @media (max-width: 768px) {
  #screen-quote .quote-content-wrapper .screen-content .feature-title {
    text-align: left;
  }
  }
  #screen-quote .quote-content-wrapper .screen-content .feature-title span{
    font-weight: 600;
  }
  #screen-quote .quote-content-wrapper .screen-content .features-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    margin-bottom: 40px;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-quote .quote-content-wrapper .screen-content .features-list {
      flex-direction: row;
      justify-content: center;
    }
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper .screen-content .features-list {
      gap: 16px;
      margin: 0;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content .features-list .feature {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    padding-left: 46px;
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper .screen-content .features-list .feature {
      font-size: 14px;
      padding-left: 38px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-quote .quote-content-wrapper .screen-content .features-list .feature {
      font-size: 16px;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content .features-list .feature:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: -4px;
    background-image: url("/uploads/12037607/File/embroidery/assets/tick-navy-circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #screen-quote .quote-content-wrapper .screen-content .features-list .feature:before {
      width: 24px;
      height: 24px;
      top: 0;
      transform: unset;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper .screen-content .reviews-box {
      display: none;
    }
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .t_logo {
    height: 65px;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .t_logo img {
    height: 100%;
    object-fit: contain;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews {
    height: 65px;
    padding: 9px 14px;
    background: #fff;
    border-radius: 4px;
    border-top: 2px solid #34a853;
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .g_logo {
    width: 35px;
    height: 35px;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .g_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .content .title {
    font-size: 10px;
    font-weight: 700;
    color: #6a6a6a;
    line-height: 10px;
    margin: 0;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .content .rating {
    display: flex;
    align-items: center;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .content .rating .rate-no {
    margin: 0;
    color: #fea500;
    font-size: 14px;
    font-weight: 800;
    line-height: 15px;
    margin-right: 8px;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .content .rating .icon {
    height: 15px;
    display: flex;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .content .rating .icon img {
    height: 100%;
    object-fit: contain;
  }
  
  #screen-quote .quote-content-wrapper .screen-content .reviews-box .g_reviews .content .text {
    font-size: 8px;
    font-weight: 500;
    color: #353535;
    line-height: 10px;
    margin: 0;
  }
  
  #screen-quote .quote-content-wrapper .screen-form {
    width: 444px;
    background: #fff;
    border: 1px solid #e8e9ea;
    border-radius: 4px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2),
      0px 12px 24px 0px rgba(13, 16, 45, 0.1);
    padding: 20px 40px;
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper .screen-form {
      width: 100%;
      max-width: 520px;
      padding: 24px 40px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-quote .quote-content-wrapper .screen-form {
      background: transparent;
      max-width: unset;
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding: 50px 0px;
    }
  }
  
  #screen-quote .quote-content-wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper {
    margin-bottom: 16px;
    width: 100%;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.mb-s>label {
    display: block;
  }
  
  @media (min-width: 1025px) {
    #screen-quote .quote-content-wrapper form .input-wrapper.mb-s {
      margin-bottom: 8px;
    }
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper .input-box {
    position: relative;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper .input-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    width: 20px;
    height: 20px;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper .input-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper form .input-wrapper.upload-file {
      margin-bottom: 24px;
    }
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file label {
    font-size: 14px;
    font-weight: 500;
    color: #555e6d;
    line-height: 17px;
    background: #e8e9ea;
    border-radius: 4px;
    padding: 11px 14px;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 16px;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file label:hover {
    background: #3578ea;
    color: #fff;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file input {
    display: none;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #172640;
    display: inline-block;
    padding: 8px 0;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name span {
    display: none;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name span.active {
    display: flex;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name .error {
    color: #ef4d61;
    position: relative;
    padding-left: 26px;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name .error:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("/uploads/12037607/File/embroidery/assets/info-red.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper input,
  #screen-quote .quote-content-wrapper form .input-wrapper textarea {
    width: 100%;
    transition: 0.3s;
    outline: none;
    color: #1c244b;
    border-radius: 4px;
    border: 1px solid #c5cad1;
    background: #fafafa;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper input:focus,
  #screen-quote .quote-content-wrapper form .input-wrapper textarea:focus {
    border-color: #3578ea;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper input::placeholder,
  #screen-quote .quote-content-wrapper form .input-wrapper textarea::placeholder {
    color: #666;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper input {
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 14px 0 40px;
  }
  
  @media (max-width: 1024px) {
    #screen-quote .quote-content-wrapper form .input-wrapper input {
      height: 52px;
    }
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper textarea {
    height: 70px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper textarea::placeholder {
    font-size: 14px;
  }
  
  #screen-quote .quote-content-wrapper form .input-wrapper label {
    color: #0d1c2c;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    display: unset;
  }
  
  #screen-quote .quote-content-wrapper form .button-orange {
    padding: 10px;
    width: 100%;
    min-height: 52px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ff551d;
    background: linear-gradient(90deg,
        #ff551d 0.01%,
        #ff551d 104.37%,
        #ff551d 104.37%);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
  }
  
  #screen-quote .quote-content-wrapper form .button-orange span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  
  @media (max-width: 767.98px) {
    #screen-quote .quote-content-wrapper form .button-orange {
      border-radius: 26px;
      background: #3578ea;
      border: none;
    }
  }
  
  @media (hover: hover) and (pointer: fine) {
    #screen-quote .quote-content-wrapper form .button-orange:hover {
      border-color: #e04826;
      background: linear-gradient(90deg,
          #e04826 0.01%,
          #e04826 104.37%,
          #e04826 104.37%);
    }
  }
  
  #screen-quote .quote-content-wrapper form .note {
    margin: 12px auto 0;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
  }
  
  @media (max-width: 767.98px) {
    #screen-quote .quote-content-wrapper form .note {
      font-size: 15px;
    }
  }
  
  /* -- QUOTE CSS END -- */
  /* BRANDS */
  #screen-brands {
    background: #f6faff;
    padding   : 24px 0;
  }
  
  
  @media (max-width: 767.98px) {
    #screen-brands {
      padding: 50px 0;
    }
  }
  
  #screen-brands .title {
    color        : #333;
    font-family  : Inter !important;
    font-size    : 18px;
    font-style   : normal;
    font-weight  : 500;
    line-height  : 26.46px;
    margin-bottom: 16px;
    text-align   : center;
  }
  
  
  @media (max-width: 767.98px) {
    #screen-brands .title {
      margin-bottom: 10px;
    }
  }
  
  #screen-brands .brands-list {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    width          : calc(100% + 24px);
    margin         : 0 -12px;
  }
  
  @media (max-width: 1024px) {
    #screen-brands .brands-list {
      width : calc(100% + 16px);
      margin: 0 -8px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-brands .brands-list {
      width          : calc(100% + 14px);
      margin         : 0 -7px;
      justify-content: center;
    }
  }
  
  #screen-brands .brands-list .brand-item {
    width        : calc(100% / 8 - 24px);
    height       : 80px;
    margin       : 0 12px;
    border-radius: 4px;
    background   : #fff;
    box-shadow   : 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
    padding      : 8px 4px;
  }
  
  @media (max-width: 1024px) {
    #screen-brands .brands-list .brand-item {
      width : calc(100% / 8 - 16px);
      margin: 0 8px;
      height: 64px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-brands .brands-list .brand-item {
      width    : calc(100% / 3 - 14px);
      margin   : 0 7px 16px;
      max-width: 100px;
    }
  }
  
  #screen-brands .brands-list .brand-item img {
    width     : 100%;
    height    : 100%;
    object-fit: contain;
  }
  
  @media (max-width: 767.98px) {
    #screen-brands .brands-list .brand-item img.v_desk {
      display: none;
    }
  }
  
  @media (min-width: 767.98px) {
    #screen-brands .brands-list .brand-item img.v_mobile {
      display: none;
    }
  }
  
  /* BRANDS END */
  /*#region HOODIES WHY CHOOSE CSS */
  #screen-why-choose {
    padding   : 70px 0;
    background: #F7F8FA;
  }
  
  @media (max-width: 1024px) {
    #screen-why-choose {
      padding: 50px 0;
    }
  }
  
  #screen-why-choose .secondary-title {
    color:  #1C244B;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height:51.2px;
    margin-bottom: 28px;
  }
  
  @media (max-width: 1024px) {
    #screen-why-choose .secondary-title {
      margin-bottom: 10px;
    }
  
    #screen-why-choose .secondary-title.v-desktop {
      display: none !important;
    }
  
    #screen-why-choose .secondary-title.v-mob {
      display: block !important;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-why-choose .secondary-title {
      margin   : 0 auto 24px;
      max-width: 625px;
    }
  }
  
  #screen-why-choose .content-wrapper {
    display    : flex;
    align-items: center;
    gap        : 70px;
  }
  
  @media (max-width: 1024px) {
    #screen-why-choose .content-wrapper {
      gap: 20px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-why-choose .content-wrapper {
      flex-direction: column;
      gap           : 24px;
    }
  }
  
  #screen-why-choose .content-wrapper .section-photo {
    width: 45%;
  }
  
  @media (max-width: 1024px) {
    #screen-why-choose .content-wrapper .section-photo {
      width: 47%;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-why-choose .content-wrapper .section-photo {
      width          : 100%;
      display        : flex;
      justify-content: center;
      max-width      : 350px;
    }
  }
  
  #screen-why-choose .content-wrapper .section-photo img {
    max-width: 100%;
  }
  
  #screen-why-choose .content-wrapper .section-content {
    width: 55%;
  }
  
  @media (max-width: 1024px) {
    #screen-why-choose .content-wrapper .section-content {
      width: 53%;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-why-choose .content-wrapper .section-content {
      width: 100%;
    }
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list {
    display       : flex;
    flex-direction: column;
    gap           : 12px;
  }
  
  @media (max-width: 767.98px) {
    #screen-why-choose .content-wrapper .section-content .feature-list {
      max-width: 625px;
      margin   : 0 auto;
    }
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature {
    border-radius: 4px;
    border       : 1px solid #e8e9ea;
    background   : #fff;
    overflow     : hidden;
    list-style: none;
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    color        : #1c244b;
    font-size    : 16px;
    font-weight  : 700;
    line-height  : 26px;
    padding      : 12px;
    padding-right: 56px;
    cursor       : pointer;
    position     : relative;
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before,
  #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
    content      : "";
    position     : absolute;
    width        : 14px;
    height       : 2px;
    border-radius: 2px;
    background   : #131740;
    top          : 50%;
    right        : 16px;
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before {
    transform: translateY(-50%);
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
    transform : rotate(90deg) translateX(-1px);
    transition: transform 0.3s;
  }
  
  @media (max-width: 1024px) {
    #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
      font-size  : 14px;
      line-height: 22px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
      font-size  : 17px;
      line-height: 26px;
    }
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    max-height : 0;
    box-sizing : content-box !important;
    overflow   : hidden;
    transition : 0.5s;
    color      : #1c244b;
    font-size  : 15px;
    font-weight: 400;
    line-height: 24px;
    padding    : 0 12px;
  }
  
  @media (max-width: 1024px) {
    #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
      font-size  : 14px;
      line-height: 22px;
    }
  }
  
  @media (max-width: 767.98px) {
    #screen-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
      font-size  : 17px;
      line-height: 27px;
    }
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading {
    background: #3578ea;
    color     : #fff;
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::before,
  #screen-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
    background: #fff;
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
    transform: rotate(0deg);
  }
  
  #screen-why-choose .content-wrapper .section-content .feature-list .feature.active .f-content {
    margin: 8px 0;
  }
  
  
  /*#endregion END OF HOODIES WHY CHOOSE CSS */
  /* SCREEN SERVICES */
  .screen-services {
    padding: 70px 0;
  }
  
  @media only screen and (max-width: 768px) {
    .screen-services {
      padding: 50px 0;
    }
  }
  
  .screen-services .section-title {
    font-size     : 36px;
    font-weight   : 700 !important;
    text-transform: capitalize;
    line-height   : normal;
    text-align    : center;
    margin-bottom : 12px;
    font-family   : "Geologica", sans-serif !important;
  }
  
  @media only screen and (max-width: 768px) {
    .screen-services .section-title {
      font-size  : 28px;
      font-weight: 600 !important;
    }
  }
  
  .screen-services .section-subtitle {
    color         : #172640;
    text-align    : center;
    font-size     : 16px;
    font-weight   : 400;
    line-height   : 22.4px;
    letter-spacing: -0.24px;
    width         : 63%;
    margin        : 0 auto 50px;
  }
  
  @media only screen and (max-width: 768px) {
    .screen-services .section-subtitle {
      width : 100%;
      margin: 0 auto 40px;
    }
  }
  
  .screen-services .service-container {
    overflow-x: auto;
  }
  
  .screen-services .service-container::-webkit-scrollbar-track {
    background: transparent !important;
  }
  
  .screen-services .service-container::-webkit-scrollbar-thumb {
    background: transparent !important;
  }
  
  .screen-services .service-container::-webkit-scrollbar {
    width : 12px;
    height: 5px;
  }
  
  .screen-services .service {
    display        : flex;
    justify-content: space-between;
    gap            : 22px;
    min-width      : max-content;
    border-bottom  : 5px solid #e8e9ea;
    position       : relative;
    margin-bottom  : 25px;
  }
  
  .screen-services .service::before {
    content         : '';
    height          : 5px;
    width           : var(--before-width, 50px);
    background-color: #3578ea;
    position        : absolute;
    bottom          : -5px;
    left            : var(--before-left, 0);
    transition      : left 0.3s ease;
  }
  
  .screen-services .service-type {
    color      : #172640;
    font-size  : 17px;
    font-weight: 500;
    line-height: 23.8px;
    text-align : center;
    padding    : 15px 0;
    cursor     : pointer;
  }
  
  @media only screen and (max-width: 768px) {
    .screen-services .service-type {
      font-size  : 14px;
      font-weight: 700;
      line-height: 20px;
    }
  }
  
  .screen-services .service-type.active p{
    color: #003ca3;
    font-weight:600
  }
  
  .screen-services .content-item {
    display   : flex;
    gap       : 14px;
    opacity   : 0;
    height    : 0;
    overflow  : hidden;
    transition: opacity 0.5s ease;
  }
  
  .screen-services .content-item-text {
    width        : calc((100% - 14px) * 0.62);
    padding      : 24px 20px;
    border-radius: 4px;
    background   : #ebf2fe;
    height       : max-content;
  }
  
  @media only screen and (max-width: 768px) {
    .screen-services .content-item-text {
      width  : 100%;
      padding: 20px;
    }
  }
  
  .screen-services .content-item-text .desc {
    display       : flex;
    flex-direction: column;
    gap           : 14px;
    margin-bottom : 24px;
  }
  
  .screen-services .content-item-text .desc p {
    color      : #1c244b;
    font-family: "Georgia", sans-serif !important;
    font-size  : 15px;
    font-style : normal;
    font-weight: 400;
    line-height: 21px;
  }
  
  .screen-services .content-item-text .desc b,
  .screen-services .content-item-text .desc em {
    font-family: "Georgia", sans-serif !important;
    font-size  : 15px;
  }
  
  .screen-services .content-item-text .desc em {
    font-style: italic !important;
  }
  
  .screen-services .content-item-text .desc a {
    text-decoration: underline;
    color          : #1c244b !important;
    font-family    : "Georgia", sans-serif !important;
  }
  
  .screen-services .content-item-text a.btn {
    width      : 270px;
    font-size  : 20px;
    font-weight: 600;
    line-height: 22px;
    padding    : 14px;
    box-shadow : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  }
  
  @media only screen and (max-width: 768px) {
    .screen-services .content-item-text a.btn {
      width: 100%;
    }
  }
  
  .screen-services .content-item .photo {
    width           : calc((100% - 14px) * 0.38);
    padding         : 18px;
    background-color: #ffe1b1;
    border-radius   : 4px;
    display         : flex;
    align-items     : center;
  }
  
  @media only screen and (max-width: 768px) {
    .screen-services .content-item .photo {
      display: none;
    }
  }
  
  .screen-services .content-item .photo img {
    width: max-content;
    margin: 0 auto;
    object-fit: cover;
    max-height: 300px;
  }
  
  .screen-services .content-item.active {
    opacity: 1;
    height : auto;
  }
  
  
  /* END OF SCREEN SERVICES */
  /*TABLE CSS -- */
  .service-table {
    padding   : 70px 0;
    overflow-x: auto;
  }
  
  .service-table::-webkit-scrollbar-track {
    background: transparent !important;
  }
  
  .service-table::-webkit-scrollbar-thumb {
    background: transparent !important;
  }
  
  .service-table::-webkit-scrollbar {
    width : 12px;
    height: 5px;
  }
  
  @media (max-width: 1024px) {
    .service-table {
      padding: 50px 0;
    }
  }
  
  .service-table .section-subtitle {
   
    margin-bottom: 48px;
  }
  
  .service-table-container {
    width          : 1310px;
    border-collapse: collapse;
    margin         : 0 auto;
    table-layout   : fixed;
  }
  
  th,
  td {
    padding       : 15px;
    text-align    : left;
    border        : 1px solid #E5E5E5;
    white-space   : nowrap;
    vertical-align: middle;
  }
  
  th {
    background-color: #1C244B;
    color           : #FFF;
    font-family     : Inter, sans-serif;
    font-size       : 24px;
    font-weight     : 600;
    line-height     : 35.52px;
  }
  
  th:nth-child(1) {
    width: 25%;
  }
  
  th:nth-child(2) {
    width: 30%;
  }
  
  th:nth-child(3) {
    width: 45%;
  }
  
  td:nth-child(1) {
    color      : #1C244B;
    font-family: Geologica, sans-serif !important;
    font-size  : 16px;
    font-weight: 600;
    line-height: 23.68px;
    width      : 25%;
  }
  
  td:nth-child(2) {
    background-color: #FCFCFC;
    color           : #666;
    font-family     : Geologica, sans-serif !important;
    font-size       : 16px;
    font-weight     : 600;
    line-height     : 23.68px;
    width           : 30%
  }
  
  td:nth-child(3) {
    background-color: #F0F4FF;
    color           : #666;
    font-family     : Geologica, sans-serif !important;
    font-size       : 16px;
    font-weight     : 600;
    line-height     : 23.68px;
    width           : 45%
  }
  
  td img {
    display       : inline-block;
    vertical-align: middle;
    max-height    : 24px;
    margin-right  : 8px;
  }
  
  @media (max-width: 768px) {
    .service-table-container {
      width: 1200px;
    }
  
    .service-table .title {
      font-size  : 28px;
      font-weight: 600;
    }
  
    td {
      font-size: 14px;
      padding  : 10px;
    }
  
    th:nth-child(2) {
      width: 27%;
    }
  
    th:nth-child(3) {
      width: 48%;
    }
  
    td:nth-child(2) {
      width: 27%;
    }
  
    td:nth-child(3) {
      width: 48%;
    }
  }
  
  /* TABLE CSS END-- */
  /*#region Faq Start*/
  #faq.faq {
      padding   : 70px 0;
      background: #fff;
  }
  
  @media (max-width: 1024px) {
      #faq.faq {
          padding: 50px 0;
      }
  }
  
  #faq.faq ul {
      list-style: none;
  }
  
  #faq.faq .section-wrapper {
      max-width: 1440px;
      padding  : 0 64px;
      margin   : 0 auto;
  }
  
  @media (max-width: 1280px) {
      #faq.faq .section-wrapper {
          padding: 0 24px;
      }
  }
  
  @media (max-width: 1024px) {
      #faq.faq .section-wrapper {
          padding: 0 16px;
      }
  }
  
  #faq.faq .section-wrapper .faq-container {
      width : 80%;
      margin: 0 auto;
  }
  
  @media (max-width: 1280px) {
      #faq.faq .section-wrapper .faq-container {
          width: 100%;
      }
  }
  
  @media (max-width: 1024px) {
      #faq.faq .section-wrapper .faq-container {
          padding    : 0;
          padding-top: 32px;
          max-width  : 625px;
      }
  }
  
  @media (min-width: 0) {
      #faq.faq .section-wrapper .faq-container {
          padding-top: 24px;
          max-width  : 100%;
      }
  }
  
  #faq.faq .section-wrapper .faq-container .section-title {
      font-size    : 36px;
      margin-bottom: 24px;
      text-align   : center;
      width        : 72%;
      font-family  : "Geologica", sans-serif !important;
      margin       : 0 auto 30px;
      line-height  : normal;
  }
  
  @media (max-width: 1024px) {
      #faq.faq .section-wrapper .faq-container .section-title {
          font-size  : 24px;
          line-height: 34px;
      }
  }
  
  @media (min-width: 0) {
      #faq.faq .section-wrapper .faq-container .section-title {
          display: none;
      }
  }
  
  #faq.faq .section-wrapper .faq-container .mob-v {
      display: none;
  }
  
  @media (min-width: 0) {
      #faq.faq .section-wrapper .faq-container .mob-v {
          display    : block;
          color      : #1c244b;
          font-family: "Geologica", sans-serif !important;
          font-size  : 28px;
          font-weight: 600;
          line-height: normal;
          text-align : center;
      }
  }
  
  #faq.faq .section-wrapper .faq-container .section-subtitle {
      display: none;
  }
  
  @media (min-width: 0) {
      #faq.faq .section-wrapper .faq-container .section-subtitle {
          display      : block;
          color        : #213343;
          text-align   : center;
          font-size    : 16px;
          font-weight  : 400;
          line-height  : 24px;
          margin-top   : 14px;
          margin-bottom: 24px;
      }
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item {
      border-radius: 4px;
      border-bottom: 1px solid #E8E9EA;
      padding      : 16px 0;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item:last-of-type {
      margin-bottom : 0;
      border-bottom : 0px;
      padding-bottom: 0px;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item:first-of-type {
      padding-top: 0px;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
      color       : #353535;
      font-size   : 16px;
      font-style  : normal;
      font-weight : 500;
      line-height : 24px;
      position    : relative;
      cursor      : pointer;
      padding-left: 33px;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item .tab-title::before {
      content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      position  : absolute;
      top       : 0;
      left      : 0;
      transition: 0.3s;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
      content         : '';
      position        : absolute;
      top             : 7px;
      left            : 11px;
      height          : 10px;
      width           : 1.5px;
      transform-origin: center;
      background-color: #666666be;
      border-radius   : 2px;
      transition      : all 0.3s;
      transform       : rotate(0deg);
  }
  
  @media (max-width: 1024px) {
      #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
          font-size  : 16px;
          line-height: 26px;
      }
  
      #faq.faq .section-wrapper .faq-container .tab-item .tab-title::before,
      #faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
          right: 0px;
      }
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item .tab-content {
      max-height  : 0;
      overflow    : hidden;
      color       : #475467;
      font-size   : 16px;
      font-style  : normal;
      font-weight : 400;
      line-height : 24px;
      transition  : margin 0.3s;
      padding-left: 33px;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item .tab-content a {
      color          : #3578ea;
      text-decoration: underline !important;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item .tab-content ul {
      list-style-type: decimal;
      padding-left   : 30px;
      margin         : 16px 0;
      display        : flex;
      flex-direction : column;
      gap            : 6px;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item .tab-content ul ul {
      list-style-type: circle;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::before {
      content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::after {
      transform       : rotate(90deg);
      background-color: #3578ea;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
      font-weight: 500;
  }
  
  @media (min-width: 0) {
      #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
          border-bottom: none;
      }
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item.active {
      max-height: unset;
  }
  
  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
      margin-top: 16px;
  }
  
  @media (max-width: 0) {
      #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
          margin: 8px 0 16px;
      }
  }
  
  #faq.faq .section-wrapper .section-img {
      width       : 45%;
      padding-left: 50px;
      height      : 400px;
  }
  
  @media (max-width: 1024px) {
      #faq.faq .section-wrapper .section-img {
          width    : 100%;
          max-width: 100%;
          padding  : 0;
      }
  }
  
  @media (min-width: 0) {
      #faq.faq .section-wrapper .section-img {
          height: 320px;
      }
  }
  
  #faq.faq .section-wrapper .section-img img {
      width          : 100%;
      height         : 100%;
      object-fit     : cover;
      object-position: center center;
      border-radius  : 8px;
  }
  
  #faq.faq .order {
      display      : flex;
      width        : 100%;
      border-bottom: 5px solid #E8E9EA;
      position     : relative;
  }
  
  @media only screen and (min-width: 0) {
      #faq.faq .order {
          display: none;
      }
  }
  
  #faq.faq .order::before {
      content         : '';
      height          : 5px;
      width           : calc(100% / 3);
      background-color: #3578EA;
      position        : absolute;
      bottom          : -5px;
      left            : var(--before-left, 0);
      transition      : left 0.3s ease;
  }
  
  #faq.faq .order-type {
      width          : calc(100% / 3);
      padding        : 15px 0;
      color          : #7E899B;
      font-family    : Inter;
      font-size      : 17px;
      font-weight    : 500;
      display        : flex;
      justify-content: center;
      gap            : 11px;
      cursor         : pointer;
      transition     : all 0.8s ease;
  }
  
  #faq.faq .order-type.active {
      color: #003CA3;
  }
  
  #faq.faq .order-type.active svg {
      fill: #3578EA;
  }
  
  #faq.faq .order-type.active svg path {
      fill: #3578EA;
  }
  
  #faq.faq .faq {
      padding         : 16px;
      background-color: #fff;
      border-radius   : 4px;
      overflow        : hidden;
  }
  
  @media only screen and (max-width: 992px) {
      #faq.faq .faq {
          background-color: transparent;
          padding         : 0;
      }
  }
  
  #faq.faq .faq-accordian {
      opacity         : 0;
      height          : 0;
      overflow        : hidden;
      transition      : opacity 0.8s ease;
      background-color: #F7F8FA;
      cursor: pointer;
  }
  
  @media only screen and (min-width: 0) {
      #faq.faq .faq-accordian {
          opacity      : 1;
          height       : auto;
          margin-bottom: 16px;
          border-radius: 4px;
          border       : 1px solid #E1E1E1;
          padding      : 16px 16px 0 16px;
      }
  
      #faq.faq .faq-accordian-text {
          border-radius: 4px;
          border       : 0.5px solid #E8E9EA;
          background   : #FFF;
          opacity      : 0;
          max-height   : 0;
          overflow     : hidden;
          transition   : opacity 0.3s ease, max-height 0.1s ease;
          margin-top   : 16px;
      }
  
      #faq.faq .faq-accordian ul {
          padding: 20px 16px;
      }
  }
  
  #faq.faq .faq-accordian .order-mob-item {
      display        : flex;
      justify-content: flex-start;
      gap            : 12px;
      align-items    : center;
      position       : relative;
  }
  
  #faq.faq .faq-accordian .order-mob-item p {
      color      : #213343;
      font-size  : 18px;
      font-weight: 500;
  }
  
  #faq.faq .faq-accordian .order-mob-item::before {
      content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      position  : absolute;
      top       : 50%;
      right     : 0;
      transition: 0.3s;
      transform : translateY(-50%);
      width     : 24px;
      height    : 24px;
  }
  
  #faq.faq .faq-accordian .order-mob-item::after {
      content         : '';
      position        : absolute;
      top             : 50%;
      right           : 11px;
      height          : 11px;
      width           : 2px;
      transform-origin: center;
      background-color: #666666cb;
      border-radius   : 2px;
      transition      : all 0.3s;
      transform       : rotate(0deg) translate(0, -50%);
  }
  
  @media only screen and (max-width: none) {
      #faq.faq .faq-accordian .order-mob-item {
          display: none;
      }
  }
  
  #faq.faq .faq-accordian.active {
      opacity: 1;
      height : auto;
      padding: 20px;
  }
  
  @media only screen and (min-width: 0) {
      #faq.faq .faq-accordian.active {
          padding   : 16px;
          background: #F6F9FC;
          border    : 1px solid #3578EA;
      }
  
      #faq.faq .faq-accordian.active .order-mob-item {
          margin-bottom: 16px;
      }
  
      #faq.faq .faq-accordian.active .order-mob-item p {
          color: #3578EA;
      }
  
      #faq.faq .faq-accordian.active .order-mob-item::before {
          content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      }
  
      #faq.faq .faq-accordian.active .order-mob-item::after {
          transform       : translate(0, -50%) rotate(90deg);
          background-color: #3578ea;
      }
  
      #faq.faq .faq-accordian.active .faq-accordian-text {
          max-height: 100vh;
          opacity   : 1;
      }
  }
  
  /*#endregion Faq End */
  /*#region CITY DESIGN PRODUCT CSS */
  
  #service-design-product {
    padding   : 70px 0;
    background: #F7F8FA;
  }
  
  @media (max-width: 1024px) {
    #service-design-product {
      padding: 50px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #service-design-product {
      padding-bottom: 30px;
    }
  }
  
  #service-design-product .content-wrapper {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
  }
  
  @media (max-width: 767.98px) {
    #service-design-product .content-wrapper {
      flex-direction: column-reverse;
    }
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
  
    #service-design-product .content-wrapper .content,
    #service-design-product .content-wrapper .photo {
      width: calc(50% - 28px);
    }
  }
  
  @media (min-width: 1025px) {
    #service-design-product .content-wrapper .content {
      width: 50%;
    }
  }
  
  #service-design-product .content-wrapper .content .title-wrapper .section-title {
    color         : #1C244B;
    font-family   : Inter !important;
    font-size     : 36px;
    font-style    : normal;
    font-weight   : 700;
    line-height   : normal;
    text-transform: capitalize;
    margin-bottom : 16px;
  }
  
  @media (max-width: 767.98px) {
  
    #service-design-product .content-wrapper .content .title-wrapper .section-title,
    #service-design-product .content-wrapper .content .title-wrapper .section-subtitle {
      text-align: center;
    }
  
    #service-design-product .content-wrapper .content .title-wrapper .section-title {
      font-size  : 28px;
      font-weight: 600;
    }
  }
  
  #service-design-product .content-wrapper .content .button-wrapper {
    display   : flex;
    gap       : 16px;
    margin-top: 32px;
  }
  
  @media (max-width: 767.98px) {
    #service-design-product .content-wrapper .content .button-wrapper {
      flex-direction: column;
      max-width     : 350px;
      margin        : 32px auto 0;
    }
  }
  
  #service-design-product .content-wrapper .content .button-wrapper .button-blue,
  #service-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size  : 20px;
    font-weight: 600;
    line-height: 32px;
    padding    : 10px 50px;
    text-align : center;
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
  
    #service-design-product .content-wrapper .content .button-wrapper .button-blue,
    #service-design-product .content-wrapper .content .button-wrapper .button-outline {
      font-size  : 14px;
      font-weight: 500;
      line-height: 22px;
      padding    : 6px 16px;
    }
  }
  
  @media (max-width: 767.98px) {
  
    #service-design-product .content-wrapper .content .button-wrapper .button-blue,
    #service-design-product .content-wrapper .content .button-wrapper .button-outline {
      font-size  : 18px;
      line-height: 30px;
    }
  }
  
  #service-design-product .content-wrapper .content .google-reviews {
    margin-top: 8px;
  }
  
  @media (max-width: 767.98px) {
    #service-design-product .content-wrapper .content .google-reviews {
      margin-top: 12px;
    }
  }
  
  #service-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    display: flex;
  }
  
  @media (max-width: 767.98px) {
    #service-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
      justify-content: center;
    }
  }
  
  #service-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    padding: 20px 0;
  }
  
  @media (min-width: 768px) {
    #service-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
      flex-wrap: nowrap !important;
    }
  }
  
  #service-design-product .content-wrapper .photo {
    border-radius: 4px;
    overflow     : hidden;
  }
  
  @media (min-width: 1025px) {
    #service-design-product .content-wrapper .photo {
      width: calc(50% - 100px);
    }
  }
  
  @media (max-width: 767.98px) {
    #service-design-product .content-wrapper .photo {
      margin-bottom: 32px;
    }
  }
  
  #service-design-product .content-wrapper .photo img {
    width     : 100%;
    object-fit: contain;
  }
  /*#region CITY BLOG start*/
  .service-blog {
    padding         : 70px 0;
    background-color: #fff;
  }
  
  @media only screen and (max-width: 768px) {
    .service-blog {
      padding: 50px 0;
    }
  }
  
  .service-blog .blog-container {
    overflow-x: auto;
  }
  
  .service-blog .blog-container::-webkit-scrollbar-track {
    background: transparent !important;
  }
  
  .service-blog .blog-container::-webkit-scrollbar-thumb {
    background: transparent !important;
  }
  
  .service-blog .blog-container::-webkit-scrollbar {
    width : 12px;
    height: 5px;
  }
  
  .service-blog .section-title {
    font-family  : "Geologica", sans-serif !important;
    font-size    : 36px;
    font-weight  : 700;
    text-align   : center;
    margin-bottom: 30px;
  }
  
  @media only screen and (max-width: 768px) {
    .service-blog .section-title {
      font-size  : 28px;
      font-weight: 600;
    }
  }
  
  .service-blog .blog-boxs {
    display: flex;
    gap    : 16px;
  }
  
  .service-blog .blog-boxs-item {
    min-width    : 316px;
    border-radius: 4px;
    border       : 1px solid #e8e9ea;
    background   : #fff;
    box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    overflow     : hidden;
    max-width    : calc((100% - 3 * 16px) / 4);
  }
  
  @media only screen and (max-width: 768px) {
    .service-blog .blog-boxs-item {
      min-width: 284px;
    }
  }
  
  .service-blog .blog-boxs-item .photo {
    width : 100%;
    height: 210px;
  }
  
  .service-blog .blog-boxs-item .photo img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
  }
  
  .service-blog .blog-boxs-item .text {
    padding: 15px;
  }
  
  .service-blog .blog-boxs-item .text .title {
    color             : #1c244b;
    font-size         : 17px;
    font-weight       : 600;
    line-height       : 25.16px;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    text-overflow     : ellipsis;
    line-clamp        : 1;
    -webkit-line-clamp: 1;
  }
  
  .service-blog .blog-boxs-item .text .desc {
    margin            : 10px 0;
    color             : #1c244b;
    font-size         : 17px;
    font-style        : normal;
    font-weight       : 400;
    line-height       : 25.16px;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    text-overflow     : ellipsis;
    line-clamp        : 2;
    -webkit-line-clamp: 2;
  }
  
  .service-blog .blog-boxs-item .text a {
    color                    : #3578ea;
    font-size                : 14px;
    font-weight              : 500;
    line-height              : 20.72px;
    text-decoration-line     : underline;
    text-decoration-style    : solid;
    text-decoration-skip-ink : none;
    text-decoration-thickness: auto;
    text-underline-offset    : auto;
    text-underline-position  : from-font;
  }
  
  /*#endregion CITY BLOG end*/
  /*#region Design Area Start*/
  .landing-design {
    padding         : 70px 0;
    background-color: #fff;
  }
  
  @media (max-width: 1024px) {
    .landing-design {
      padding: 50px 0;
    }
  }
  
  .landing-design .design-content-boxs-item {
    padding      : 16px;
    border-bottom: 1px solid #E8E9EA;
  }
  
  .landing-design .design-content-boxs-item .title {
    color         : #1C244B;
    font-family   : Inter;
    font-size     : 20px;
    font-style    : normal;
    font-weight   : 500;
    line-height   : 29.6px;
    text-transform: capitalize;
    position      : relative;
    cursor        : pointer;
    padding-right : 35px;
  }
  
  @media (max-width: 1024px) {
    .landing-design .design-content-boxs-item .title {
      font-size  : 16px;
      line-height: 24px;
    }
  }
  
  .landing-design .design-content-boxs-item .title::before {
    content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    position  : absolute;
    right     : 0;
    top       : 50%;
    transform : translateY(-50%);
    transition: all 0.3s;
  }
  
  .landing-design .design-content-boxs-item-content {
    height    : 0;
    overflow  : hidden;
    transition: all 0.3s ease;
  }
  
  .landing-design .design-content-boxs-item-content .subtitle {
    color      : #354156;
    font-family: Inter;
    font-size  : 14px;
    font-style : normal;
    font-weight: 400;
    line-height: 19.6px;
    margin     : 16px 0;
  }
  
  .landing-design .design-content-boxs-item-content .cards {
    display  : flex;
    gap      : 16px;
    flex-wrap: wrap;
  }
  
  @media only screen and (max-width: 992px) {
    .landing-design .design-content-boxs-item-content .cards {
      gap: 4px;
    }
  }
  
  .landing-design .design-content-boxs-item-content .cards-item {
    padding         : 20px;
    background-color: #fff;
    border-radius   : 4px;
    border          : 1px solid #E8E9EA;
    width           : calc((100% - 16px * 4) / 5);
  }
  
  @media only screen and (max-width: 992px) {
    .landing-design .design-content-boxs-item-content .cards-item {
      width  : calc((100% - 4px) / 2);
      padding: 10px;
    }
  }
  
  .landing-design .design-content-boxs-item-content .cards-item-photo {
    height         : 210px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    border         : 1px solid #E8E9EA;
    border-radius  : 2px;
  }
  
  .landing-design .design-content-boxs-item-content .cards-item-photo img {
    max-height: 100%;
    max-width : 100%;
    object-fit: contain;
  }
  
  .landing-design .design-content-boxs-item-content .cards-item-text {
    margin-top: 16px;
    text-align: center;
  }
  
  .landing-design .design-content-boxs-item-content .cards-item-text-title {
    color      : #354156;
    font-size  : 18px;
    font-style : normal;
    font-weight: 500;
    line-height: 25.2px;
  }
  
  .landing-design .design-content-boxs-item-content .cards-item-text-desc {
    color      : #354156;
    font-size  : 14px;
    font-style : normal;
    font-weight: 500;
    line-height: 19.6px;
    margin-top : 16px;
  }
  
  .landing-design .design-content-boxs-item.active {
    background-color: #F3F8FF;
    /* background-color: #fff; */
    border-radius   : 8px;
    border          : 1px solid #e0e2e4;
    margin          : 24px 0;
  }
  
  .landing-design .design-content-boxs-item:first-of-type.active {
    margin-top: 0px !important;
  }
  
  .landing-design .design-content-boxs-item:last-of-type.active {
    margin-bottom: 0px !important;
  }
  
  .landing-design .design-content-boxs-item.active .design-content-boxs-item-content {
    height: auto;
  }
  
  .landing-design .design-content-boxs-item.active .title {
    color: #3578EA;
  }
  
  .landing-design .design-content-boxs-item.active .title::before {
    content  : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    transform: translateY(-50%) rotate(180deg);
  }
  
  .landing-design .design-content-boxs-item-content .description {
    display       : flex;
    flex-direction: column;
    gap           : 10px;
  }
  
  .landing-design .design-content-boxs-item-content .description .description-item .description-item-title {
    color         : #354156;
    font-size     : 18px;
    font-style    : normal;
    font-weight   : 500;
    line-height   : 25.2px;
    padding-bottom: 8px;
  }
  
  .landing-design .design-content-boxs-item-content .description .description-item .description-item-text {
    color         : #354156;
    font-size     : 14px;
    font-style    : normal;
    font-weight   : 500;
    line-height   : 19.6px;
  }
  .landing-design .design-content-boxs-item-content .description .description-item .description-item-text a{
        color: #3578ea;
      text-decoration: underline !important;
  }
  
  /*#endregion Design Area End */
  /* -- GALLERY POPUP CSS -- */
  .gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232528e6;
    z-index: 10000000000;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    display: none;
    overflow-y: auto;
  }
  
  .gallery-popup.active {
    display: flex;
    animation: fadeIn 0.5s forwards;
  }
  
  .gallery-popup .g_popup--header {
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  @media (max-width: 1024px) {
    .gallery-popup .g_popup--header {
      padding: 14px 16px;
    }
  }
  
  .gallery-popup .g_popup--header .image-count {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #d6d7d9;
  }
  
  .gallery-popup .g_popup--header .close-g_popup {
    background: transparent;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    padding: 0;
  }
  
  .gallery-popup .g_popup--header .close-g_popup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .gallery-popup .g_popup--body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    height: calc(100% - 200px);
  }
  
  @media (max-width: 1440px) {
    .gallery-popup .g_popup--body {
      height: calc(100% - 120px);
    }
  }
  
  @media (max-width: 1024px) {
    .gallery-popup .g_popup--body {
      padding: 16px;
      justify-content: space-between;
      gap: 12px;
    }
  }
  
  @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body {
      gap: 0;
      padding: 16px 0;
    }
  }
  
  .gallery-popup .g_popup--body .gallery-image {
    width: calc(100% - 64px);
    max-width: 1000px;
    height: 100%;
  }
  
  @media (max-width: 1440px) {
    .gallery-popup .g_popup--body .gallery-image {
      max-width: 750px;
    }
  }
  
  @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body .gallery-image {
      width: 100%;
      max-width: unset;
    }
  }
  
  .gallery-popup .g_popup--body .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
  }
  
  .gallery-popup .g_popup--body .g_nav--button {
    min-width: 56px;
    width: calc((100% - 1000px) / 2);
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media (max-width: 1440px) {
    .gallery-popup .g_popup--body .g_nav--button {
      width: calc((100% - 750px) / 2);
    }
  }
  
  @media (max-width: 1024px) {
    .gallery-popup .g_popup--body .g_nav--button {
      min-width: unset;
      width: 36px;
      height: 36px;
      background: #000 80;
      border-radius: 2px;
    }
  }
  
  @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body .g_nav--button {
      position: absolute;
      z-index: 4;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  
  .gallery-popup .g_popup--body .g_nav--button.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  
  @media (min-width: 1025px) {
    .gallery-popup .g_popup--body .g_nav--button.g_nav-next {
      padding-right: 24px;
    }
  }
  
  @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body .g_nav--button.g_nav-next {
      right: 16px;
    }
  }
  
  @media (min-width: 1025px) {
    .gallery-popup .g_popup--body .g_nav--button.g_nav-prev {
      padding-left: 24px;
    }
  }
  
  @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body .g_nav--button.g_nav-prev {
      left: 16px;
    }
  }
  
  .gallery-popup .g_popup--body .g_nav--button svg {
    width: 32px;
    height: 32px;
  }
  
  .gallery-popup .g_popup--body .g_nav--button svg g rect {
    transition: 0.3s;
  }
  
  .gallery-popup .g_popup--body .g_nav--button:hover svg g rect {
    fill: #fff;
  }
  
  /* -- GALLERY POPUP CSS END -- */





@media only screen and (min-width:1024px) {
  #screen-intro  .section-container {
    display: grid !important;
    grid-template-areas: "a c" "b c" !important;
    grid-template-columns: 49% 48% !important;
    column-gap: 3%;

  }

  #screen-intro  .intro-content {
    grid-area: b !important;
    align-self: start;
  }

  #screen-intro  .intro-video {
    grid-area: c !important;


  }

  #screen-intro  h1.mob-title {
    grid-area: a !important;
    align-self: end;


  }
}

@media only screen and (max-width:1023.98px) and (min-width:768px) {
  #screen-intro .section-container {
    display: grid !important;
    grid-template-areas:
      "a"
      "b"
      "c" !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  #screen-intro h1.mob-title {
    grid-area: b !important;
    padding-top: 32px !important;


  }

  #screen-intro .intro-content {
    grid-area: c !important;
  }

  #screen-intro .intro-video {
    grid-area: a !important;


  }
  #screen-intro .intro-video img{
    margin: 0 auto;
  }
}


@media only screen and (max-width:767.98px) {
  #screen-intro  .section-container {
    display: grid !important;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d" !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  #screen-intro  h1.mob-title {
    grid-area: a !important;
    margin-bottom: 0px !important;

  }

  #screen-intro  .intro-content {
    grid-area: d !important;
  }

  #screen-intro  .intro-video {
    grid-area: c !important;
    margin: 0 auto;

  }

  #screen-intro  .google-reviews {
    grid-area: b !important;

  }
   #screen-intro .intro-video img{
    margin: 0 auto;
  }
}