  :root {
    --primaryColor: #2fa9e8;
    --themecolor: #2fa9e8;
    --whiteColor: white;
    --blackColor: black;
    --primaryColor2: #e8f6dc;
    --themecolor2: #e8f6dc;
    --primaryColor3: #f3faff;
    --themecolor3: #f3faff;
  }
@media print {
  .hidden-print {
	display: none !important;
  }
}


.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.one-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.two-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.three-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}



	.btn-app, .btn-app:hover, .btn-app:active, a.btn-app, a.btn-app:hover, a.btn-app:active{
		background-color: var(--primaryColor);
		color: #fff;
		border:0px;
	}
	
	.btn-app2, .btn-app2:hover, .btn-app2:active, a.btn-app2, a.btn-app2:hover, a.btn-app2:active{
		background-color: var(--primaryColor2);
		color: #fff;
		border:0px;
	}
	
	a.link_main, a.link_main:hover,a.link_main:active,a.link_main:visited{
		text-decoration:none; color:var(--primaryColor);
	}
	a.link_main2, a.link_main2:hover,a.link_main2:active,a.link_main2:visited{
		text-decoration:none; color:var(--primaryColor2);
	}
	a.link_black, a.link_black:hover,a.link_black:active,a.link_black:visited{
		text-decoration:none; color: #000;
	}
	a.link_white, a.link_white:hover,a.link_white:active,a.link_white:visited{
		text-decoration:none; color: #fff;
	}
	
  p {
    font-size: 1rem !important;
  }

  .hover-none:hover {
    color: inherit !important;
  }

  .color-black {
    color: var(--blackColor);
  }

  /* reverse columns*/
  .app {
    padding-top: 100px;

  }

  .job-list {
    max-width: 775px;
    margin: auto;
  }

  .job-list .item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    height: 60px;
    margin: 0 auto 20px;
    max-width: 775px;
    padding: 0 24px;
    position: relative;
  }

  .job-list .item a {
    padding-right: 49px;
    width: 41%;
    border-right: .5px solid #979797;
  }
  .job-list .item .left-o{
    display: flex;
    width: 59%;
    justify-content: space-between; 
  }

  .job-list .item .left-o .type{
    margin-right: auto;
    padding-left: 40px;
  }

  .job-list .item .with-icon{
    border-right: .5px solid #979797;
    padding-left: 10px;
    padding-right: 10px;
    width: 60%;
  }

  .job-search {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    height: 56px;
    margin: 0 auto 40px;
    max-width: 775px;
    padding: 0 24px;
    position: relative;
    width: 100%;
    z-index: 99;
  }

  .job-search .input {
    padding-right: 49px;
    width: 41%;
    border-right: .5px solid #979797;

  }

  .job-search .select_wrapper {
    display: flex;
    width: 59%;
    justify-content: space-between;
  }

  .job-search .select_wrapper .with-icon {
    border-right: .5px solid #979797;
    padding-left: 10px;
    padding-right: 10px;
    width: 60%;
  }

  .job-search .select_wrapper select {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    color: #333;

    background: white;
  }

  .job-search input {
    outline: none;
    border: none;
    height: 100%;
  }

  @media (max-width:716px) {
    .job-list .item{
      flex-direction: column;
      max-width: 500px;
      width: 100%;
      margin: auto;
      margin-top: 10px;
      height: 116px;
      padding: 16px;
      justify-content: space-between;
      align-items: unset;
    }
    
    .job-list .item a{
      display: block;
      width: 100%;
      padding: 0;
      border: none;
    }
    .job-list .item .left-o{
      margin-top: 10px;
      flex-direction: column;
      justify-content: space-around;
      width: 100%;
      height: 80px;
    }
    .job-list .item .with-icon{
      border: none;
      padding: 0;
    }
    .job-list .item .with-icon i{
      padding: 0 !important;
      display: inline-block;
      padding-right: 8px !important;
    }
    .job-list .item .left-o .type{
      padding: 0;
    }

    .job-search {
      box-shadow: none;
      border: none;
      flex-direction: column;
      height: max-content !important;
    }

    .job-search .input {
      border: 1px solid #f4f4f4;
      border-radius: 10px;
      box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
      padding: 19px 20px;
      max-width: 500px;
      width: 100%;
    }

    .job-search .select_wrapper {
      margin-top: 20px;
      max-width: 500px;
      width: 100%;
    }

    .job-search .select_wrapper .with-icon {
      margin-right: 7px;
    }

    .job-search .select_wrapper .select {
      border: 1px solid #f4f4f4;
      border-radius: 10px;
      box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
      padding: 19px 20px;
      max-width: 500px;
      width: 100%;
    }
  }

  @media only screen and (max-width: 767px) {
    .text-l {
      font-size: 2rem;
    }

  }

  @media only screen and (max-width: 375px) {

    body,
    html {
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 320px) {

    body,
    html {
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 767px) {

    body,
    html {
      font-size: 14px;
    }
  }

  .card {
    border: none !important;
  }

  .card p {
    font-size: .9rem !important;
  }

  .home_section {
    max-width: 1180px !important;
    margin: auto;
    margin-top: 85px;

  }

  .flex_col {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 50px;
    padding-bottom: 50px;
  }


  .marquee_wrapper {
    width: 100%;
    overflow: hidden;
  }

  .marquee {
    animation: marquee 80s linear 0s infinite normal none running;
  }

  @media (max-width:669px) {
    .marquee {
      animation: marquee 30s linear 0s infinite normal none running;
    }

    .app {
      /* padding-left: 20px; */
      padding-bottom: 20px;
    }

    .fs-sm {
      font-size: 20px !important;
    }

    .img-sm {
      width: 60px;
    }

    .text-sl {
      font-size: 23px !important;
    }
  }

  .marquee .item {
    max-width: 350px;
    margin-left: 20px;
    background-color: var(--whiteColor);
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    padding: 22px 25px;
    flex-shrink: 0;

  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  .marquee .footer {
    margin-top: 32px;
  }

  .marquee .footer p {
    margin-left: 10px;
  }

  .marquee .item .footer img {
    border-radius: 100px;
    height: 50px;
    width: 50px;
  }

  @media screen and (min-width: 768px) {
    .flex_col {
      flex-direction: row;
    }
  }

  body {
    font-family: 'Muli Regular';
  }

  .header_wrapper {
    background: white;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05);

  }

  .single-press {
    background: #fff;
    display: block;
    border-radius: 4px;
  }


  .app-badge {
    align-items: center;
    background: #ffe5d6;
    border-radius: 4px;
    color: var(--primaryColor);
    display: inline-block;
    font-size: .8125rem;
    padding: 8px;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
  }

  section {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* DESKTOP HEADER */
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto;
    max-width: 1500px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: var(--whiteColor);
    z-index: 1000;
    box-shadow: 0 0 25px rgba(0, 0, 0, .06);

  }

  header .menu_button {
    cursor: pointer;
    display: none;
  }

  header .menu_button span {
    width: 25px;
    height: 2px;
    margin-top: 7px;
    background: black;
    margin-left: 15px;
    display: block;

  }

  header .logo img {
    height: 22px;
    width: 99px;
  }

  header nav {
    margin-left: 100px;
  }

  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  header nav ul li {
    list-style-type: none;
    position: relative;
    margin-right: 60px;
  }

  header nav ul li a{
    font-family: "Muli Light", sans-serif;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*color: var(--primaryColor);*/
    color: #000;
    display: inline-block;
    font-size: .850rem;
    font-weight: 700;


  }
  
  
  header nav ul li a:hover {
    color: var(--primaryColor);
  }
  
  header nav ul li a.active {
    color: var(--primaryColor);
  }
  

  header nav ul li ul {
    position: absolute;
    top: 130%;
    z-index: 500;
    padding: 20px 0;
    width: max-content;
    display: block;
    background: #fff;
    border: 1px solid hsla(228, 7%, 87%, .5);
    border-radius: 5px;
    box-shadow: 15px 30px 40px rgba(64, 25, 109, .07);
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.455, .03, 0, 1), top .5s cubic-bezier(.455, .03, 0, 1) !important;
  }

  header nav ul #dropdown:after,
  header .extra_events .location::after {
    content: "";
    transition: opacity .5s cubic-bezier(.455, .03, 0, 1), top .5s cubic-bezier(.455, .03, 0, 1) !important;
    visibility: hidden;
    width: 100vw;
    pointer-events: none;
    height: 100vh;
    background: #ffe3d447;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;

  }

  header nav ul #dropdown:hover ul {
    top: 100%;
  }

  header nav ul #dropdown:hover ul,
  header nav ul #dropdown:hover::after,
  header .extra_events .location:hover::after {
    visibility: visible !important;
    opacity: 1 !important;
  }

  header nav ul li ul li {
    padding: 0 26px;
    margin: 0px !important;
  }

  header nav ul li ul li a {
    padding: 10px 0;
    color: #000;
    font-family: 'Muli Regular';
    font-weight: 100;
  }
  
  
  header nav ul li ul li a:hover {
    color: var(--primaryColor);
  }
  

  header nav ul li a span {
    margin-left: 6px;
  }

  header nav ul li ul li img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }

  header .extra_events {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  header .extra_events .location img {
    cursor: pointer;

  }

  header .extra_events .location {
    position: relative;
  }


  header .extra_events .location .drop_down {
    position: absolute;
    display: block;
    z-index: 600;
    right: 0;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s cubic-bezier(.455, .03, 0, 1), top .5s cubic-bezier(.455, .03, 0, 1) !important;

  }

  header .extra_events .location:hover .drop_down {
    top: 10px;
    opacity: 1;
    visibility: visible;
  }

  header .extra_events .btn_wrapper a {
    text-decoration: none;
    display: inline-block;
    font-size: .850rem;
  }

  header .extra_events .btn_wrapper .btn_light {
    background: white;
    color: var(--primaryColor);
    font-weight: 700 !important;
    margin: 15px 25px;

  }

  header .extra_events .btn_wrapper .btn_dark {
    background: var(--primaryColor);
    padding: 10px 30px;
    border-radius: 20px;
    font-size: .850rem;
    font-weight: 700;
    color: white;
    border-radius: 10px;
  }

  header .extra_events .location .list {
    position: relative;
  }

  header .extra_events .location {
    margin-left: 25px;
  }

  header .extra_events .location img {
    height: 30px;
    width: 30px;
  }

  header .extra_events .location .drop_down .close_dropdown {
    position: absolute;
    left: 0;
    padding: 10px;
    opacity: .4;
    top: 2px;
    cursor: pointer;
  }

  header .extra_events .location .drop_down {
    border-radius: 9px;
    overflow: hidden;
    width: max-content;
    display: flex;
    background: #ffdfcf;

  }

  header .extra_events .location .body {
    max-width: 300px;
    padding: 35px;
    font-size: .850rem;
  }

  header .extra_events .location .body .header #l_placeholder {
    margin-bottom: 20px;
  }

  header .extra_events .location .body .footer a {
    color: var(--primaryColor);
    font-weight: bold;
    margin-top: 26px;
  }

  header .extra_events .location .list {
    padding: 20px 0;
    background: white;
  }

  header .extra_events .location .list ul {
    list-style-type: none;
    padding: 0;
  }

  header .extra_events .location .list ul li {
    padding: 0 26px;
  }

  header .extra_events .location .list ul li img {
    margin-right: 9px;
  }

  header .extra_events .location .list ul li a {
    font-size: .850rem;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    color: black;
  }

  header .extra_events .location .list ul li a .app_badge {
    background: #fff;
    border: 1px solid #ffdac6;
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    color: var(--primaryColor);
    font-size: 10px;
    font-weight: 700;
    margin-left: 9px;
    padding: 4px 5px;

  }

  header .extra_events .location .list ul li.active {
    background: rgba(151, 151, 151, 0.1);
  }

  header .extra_events .location .list ul li.active a span {
    position: relative;
  }

  header .extra_events .location .list ul li.active a span::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: #48d38a;
    border-radius: 8px;
    bottom: 6px;
    right: 14px;
    top: 90%;
  }

  /* DESKTOP HEADER */

  /* MOBILE HEADER */
  .mobile_header {
    z-index: 1000;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: scroll;
    height: 100vh;
    display: none;
  }

  .mobile_header nav {
    opacity: 0;
  }

  .mobile_header .header {
    background-color: #fff;
    position: fixed;
    top: 0;
    padding: 27px 20px;
    width: 100%;
    z-index: 100;
  }

  .mobile_header .header .extra_link {
    margin: auto;
    margin-top: 30px;
    max-width: 500px;
  }

  .mobile_header .header .extra_link a.dark_link {
    background: var(--primaryColor);
    color: white;
  }

  .mobile_header .header .extra_link a.light_link {
    background: #dfe3ff;
    color: var(--primaryColor);
    margin-left: 10px;
  }

  .mobile_header .header .extra_link a {
    border-radius: 4px;
    border-radius: 10px;
    font-size: .850rem;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
  }

  .mobile_header nav {
    margin: auto;
    margin-top: 150px;
    max-width: 500px;
  }

  .mobile_header .header .close_mobile_menu {
    position: absolute;
    z-index: 600;
    cursor: pointer;
    right: 20px;
    top: 25px;
    font-size: 25px;
  }

  .mobile_header nav .link_row {
    display: flex;
    width: 98%;
    padding: 0 20px 20px;
  }

  .mobile_header nav .link_row ul {
    padding: 0;
    width: calc(50% - 15px) !important;
    list-style-type: none;
  }

  .mobile_header nav .link_row ul h4 {
    font-weight: 700 !important;
    color: var(--primaryColor);
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .mobile_header nav .link_row ul li {
    margin-bottom: 15px;
  }

  .mobile_header nav .link_row ul li a {
    text-decoration: none;
    color: black;
    font-size: .850rem;
  }




  /*FOOTER*/
  footer {
    border-top: 1px solid rgba(223, 227, 255, .5);
    padding-top: 70px !important;
  }

  footer .wrapper {
    max-width: 1180px;
    padding-left: 60px;
    margin: auto;
    padding-right: 60px;
  }

  footer .wrapper .footer-download {
    display: flex;
    margin-top: 80px;
  }

  footer .wrapper .footer_s_content {
    text-align: center;
    color: #a5a5a5;
    font-size: .800em;
    font-style: normal;
    font-weight: 400;
    text-align: center;

  }

  footer .wrapper .footer_content {
    font-size: 11.7px;
    color: rgb(157, 157, 157);
  }

  footer .wrapper .footer_contact {
    display: flex;
    margin: 4.3rem 0;
  }

  footer .wrapper .footer_contact .item {
    margin-right: 30px;
    width: 33.33%;
  }

  footer .wrapper .footer_contact .item .icons {
    margin-top: 23px;
  }

  footer .wrapper .footer_contact .item .icons a {
    text-decoration: none;
    border: 1px solid var(--primaryColor);
    border: 1px solid #f2a882;
    border-radius: 50%;
    margin-top: 4px;
    margin-left: 6px;
    background: #ffd2ba;
    padding: 8px;
    display: inline-block;
    font-size: .600rem;
  }

  footer .wrapper .footer_contact .item a {
    color: var(--primaryColor);
    text-decoration-color: var(--primaryColor);
    font-weight: 700 !important;
    font-size: .900rem;
  }

  footer .wrapper .footer_contact .item p {
    font-size: .800rem;
    max-width: 200px;
    font-size: normal;
  }

  footer .wrapper .footer_contact .item h4 {
    font-weight: 700 !important;
    color: var(--primaryColor);
    font-size: 1rem;
    margin-bottom: 20px
  }

  footer .wrapper .footer-download .item img {
    width: 105px;
    height: 35px;
  }

  footer .wrapper .footer-download .item {
    margin-right: 10px;
  }

  footer .header {
    display: flex;
  }

  footer .header ul {
    list-style-type: none;
    padding: 0;
  }

  footer .header .item {
    margin-right: 30px;
    width: 20%;
  }

  footer .header ul h4 {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 20px;

  }

  footer .header ul li {
    margin-bottom: 10px;
  }

  footer .header ul li a {
    color: black;
    font-size: .850rem;
  }

  footer .header ul li a {
    text-decoration: none;
  }

  @media only screen and (min-width: 768px) and (max-width: 1280px) and (max-height: 698px) {
    header nav {
      margin-left: 0%;
    }

    header .logo img {
      height: 16px;
      width: auto;
    }

    header nav ul li {
      margin-right: 20px;
    }

  }



  .color-primary {
    color: var(--primaryColor) !important;
  }

  .text-xl {
    font-size: 2.6rem !important;
    line-height: 1.15;
  }

  .text-l {
    font-size: 2rem !important;
  }

  .background-primary {
    color: var(--primaryColor);
  }

  .text-xlbold {
    font-weight: 900;
    font-family: 'Muli Bold';
  }

  .text-semi-bold {
    font-weight: 600;
  }

  .app-section--max {
    max-width: 380px;
  }

  p {
    font-size: .900rem;
    line-height: 1.5;
  }

  .app_button {
    align-items: center;
    background: var(--primaryColor);
    border-radius: 4px;
    border-radius: 10px;
    color: var(--whiteColor) !important;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 15px;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
  }

  .app_link {
    text-decoration-color: #40196d;
    font-weight: 600;
  }

  .app_button:hover {
    transform: translate3d(0, -3px, 0);
  }

  .app_button_long {
    max-width: 200px;
    width: 100%;
  }

  .footer-board {
    padding: 60px 88px 76px;
    background: var(--primaryColor2);
    border: 1px solid hsla(228, 7%, 87%, .5);
    border-radius: 5px;
    box-shadow: 15px 30px 40px var(--primaryColor3);

  }



  @media only screen and (max-width: 767px) {
    .footer-board {
      padding: 35px 20px;
    }

    .center-sm {
      margin: auto;
    }
  }

  @media(max-width:991px) {
    .text-xl {
      font-size: 2rem !important;
    }
  }



  @media screen and (max-width:1283px) and (min-width:1138px) {

    header nav ul li a,
    header nav ul li ul li a:hover {
      font-size: 12px !important;
    }
  }

  @media(max-width:1257px) {
    header nav ul li {
      margin-right: 50px !important;
    }
  }

  @media(max-width:1207px) {
    header nav {
      margin-left: 30px !important;
    }
  }

  @media(max-width:1137px) {
    header nav ul li {
      margin-right: 30px !important;
    }
  }

  @media screen and (max-width:1063px) {
    .header_wrapper header {

      box-shadow: 0 4px 13px rgba(0, 0, 0, .05) !important;
    }

    .mobile_header.active {
      display: block;
    }

    .mobile_header.active nav {
      animation: mobile_animate 0.4s ease-in-out both;
    }

    header .menu_button {
      display: block;
    }

    header nav ul {
      display: none;
    }

    header .extra_events .btn_wrapper {
      display: none;
    }

  }

  @media(max-width:642px) {
    header .logo img {
      width: 72px;
      height: 16px;
    }
  }

  @media(max-width:740px) {
    header .extra_events .location .drop_down {}

    header .extra_events .location .drop_down .body {
      display: none;

    }
  }

  @media(max-width:761px) {
    footer {
      position: relative;
    }

    footer .wrapper,
    header {
      padding-left: 20px;
      padding-right: 20px;
    }

    footer .wrapper .header {
      flex-wrap: wrap;
    }

    footer .wrapper .header .logo {
      position: absolute;
      top: 0;

    }

    footer .wrapper .header .item {
      margin-right: 0;
      margin-top: 30px;
      padding-right: 15px;
      width: 50%;
    }

    footer .wrapper .footer_contact {
      flex-direction: column;
    }

    footer .wrapper .footer_contact .item {
      margin-top: 20px;
      width: 100%;
    }

    footer .wrapper .header .f_item {
      margin-top: 70px;
    }

    footer .wrapper .footer-download .item {
      width: 100%;
    }

    footer .wrapper .footer-download .item img {
      height: auto;
      width: 100% !important;
    }
  }

  .app-video {
    position: relative;
    cursor: pointer;
  }

  .app-video .app-play {
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .app-video,
  .app-video img {
    margin: auto;
    max-width: 560px;
    border-radius: 10px;
    width: 100%;
    -webkit-filter: drop-shadow(20px 15px 12px rgba(64, 25, 109, .1));
    filter: drop-shadow(20px 15px 12px rgba(64, 25, 109, .1));
  }

  .modal-video.hide {
    display: none;
  }

  .modal-video.show {
    display: block;
    opacity: 0;
    animation: modal_video 0.4s ease-in-out both;
  }

  .modal-video.show iframe,
  .modal-video.shadow .iframe_placeholder {
    animation: modal_video_iframe 0.4s ease-in-out both;
    transform: translateY(15px);
  }

  @keyframes modal_video {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes modal_video_iframe {
    from {
      transform: translateY(15px);
    }

    to {
      transform: translateY(0px);
    }
  }

  .card-main--heading {
    font-size: 1.10rem;
  }


  .app-box .wrapper .desc {
    color: var(--primaryColor);
  }

  .app-box .wrapper .icon {
    margin-bottom: 15px;
  }

  .app-box .wrapper {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    padding: 22px 25px;
  }

  .modal-video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 100000;
    left: 0;

  }

  .modal-video .close {
    border: none;
    outline: none;
    background: transparent;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    display: flex;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .iframe_placeholder {
    background: rgb(27, 27, 27);
  }

  .video-wrapper iframe,
  .video-wrapper .iframe_placeholder {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 580px;
  }

  .modal-video-body {
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 940px;
    padding: 30px;
    width: 100%;
  }

  .faq {
    margin-bottom: 30px;
    width: 100%;
  }

  .faq .header p {
    width: 90%;
    align-items: center;
    margin-bottom: 0;
  }


  .faq .header .icon {
    margin-left: auto;
    padding: 10px;
  }

  .faq.open .icon {
    transition: 0.4s;
    transform: rotate(90deg);
  }

  .faq .body {
    height: 0;
    overflow: hidden;
  }

  .faq.open .body {
    height: max-content;
  }

  .faq .header {
    color: var(--primaryColor);
    font-weight: bold;
    cursor: pointer;
  }

  .text-sm {
    font-size: .815rem !important;
  }

  @keyframes mobile_animate {
    form {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @media (max-width:700px) {
    .app {
      padding: 20px !important;
    }
  }

  @media (max-width:767px) {
    .app-box {
      padding: 0 !important;
    }

    .col-md-6 {
      margin-top: 50px;
    }

    .app-box .wrapper {
      align-items: center;
      display: flex;
      padding: 15px;
    }

    .app-box .wrapper .icon {
      padding-right: 15px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1180px !important;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 992px) {
    .container {
      max-width: calc(100% - 25px) !important;
    }
  }

  @media (max-width: 768px) {
    .m-center-md {
      margin: auto;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: calc(100% - 25px) !important;
    }
  }

  @media (min-width: 576px) {
    .container {
      max-width: calc(100% - 25px) !important;
    }
  }



  @media only screen and (min-width: 768px) and (max-width: 1280px) and (max-height: 698px) {

    .container {
      max-width: 991px !important;
    }
  }

/* =========================
   DeRealBurch Declutter
   Homepage redesign
   ========================= */
:root{
  --dbr-blue:#2fa9e8;
  --dbr-blue-dark:#1687d1;
  --dbr-green:#59b932;
  --dbr-green-dark:#3f9a21;
  --dbr-ink:#101418;
  --dbr-muted:#667085;
  --dbr-soft:#f4f9fc;
  --dbr-border:#e7eef2;
  --dbr-white:#fff;
  --dbr-radius:18px;
}
.dbr-home-page{background:#fff;color:var(--dbr-ink);}
.dbr-home-page .header_wrapper{position:relative;z-index:1000;background:#fff;border-bottom:1px solid #eef2f4;}
.dbr-home-page .header_wrapper header{min-height:72px;}
.dbr-home-page .header_wrapper .logo img{width:190px!important;max-height:55px;object-fit:contain;object-position:left center;}
.dbr-home-page .header_wrapper nav a.active,
.dbr-home-page .header_wrapper nav a:hover{color:var(--dbr-blue)!important;}
.dbr-home-page .header_wrapper .btn_dark,
.dbr-home-page .header_wrapper .btn_light{border-radius:999px!important;}
.dbr-home-page .header_wrapper .btn_dark{background:var(--dbr-blue)!important;}
.dbr-home-page .header_wrapper .btn_light{border-color:var(--dbr-blue)!important;color:var(--dbr-blue)!important;}
.dbr-home-page .header_wrapper .search a{color:var(--dbr-blue)!important;}

.dbr-container{max-width:1200px!important;}
.dbr-hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fbfdff 55%,#f1f9fd 100%);padding:55px 0 35px;}
.dbr-hero:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-170px;top:-160px;background:rgba(89,185,50,.08);}
.dbr-hero .dbr-container{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);align-items:center;gap:35px;position:relative;z-index:2;}
.dbr-hero-copy{padding:15px 0 25px;}
.dbr-eyebrow,.dbr-section-kicker{display:inline-block;font-size:12px;font-weight:800;letter-spacing:2px;color:var(--dbr-green);margin-bottom:12px;}
.dbr-hero h1{font-size:clamp(42px,5vw,68px);line-height:.98;font-weight:900;letter-spacing:-2.5px;margin:0 0 20px;color:var(--dbr-ink);}
.dbr-hero h1 span{color:var(--dbr-blue);}
.dbr-hero p{max-width:540px;color:#586474;font-size:19px!important;line-height:1.55;margin-bottom:25px;}
.dbr-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;}
.dbr-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:11px;font-weight:800;text-decoration:none!important;transition:.2s ease;border:1px solid transparent;}
.dbr-btn-primary{background:var(--dbr-blue);color:#fff!important;box-shadow:0 8px 20px rgba(47,169,232,.2);}
.dbr-btn-primary:hover{background:var(--dbr-blue-dark);transform:translateY(-1px);}
.dbr-btn-outline{background:#fff;color:var(--dbr-green-dark)!important;border-color:#a9d995;}
.dbr-btn-outline:hover{background:#f4faef;}
.dbr-btn-white{background:#fff;color:var(--dbr-blue-dark)!important;}
.dbr-btn-white:hover{background:#f7fbff;}

.dbr-search-box{display:grid;grid-template-columns:minmax(0,1fr) 190px 125px;background:#fff;border:1px solid #dce8ee;border-radius:14px;padding:7px;box-shadow:0 12px 30px rgba(29,63,82,.10);max-width:760px;}
.dbr-search-main,.dbr-search-category{display:flex;align-items:center;gap:10px;padding:0 13px;border-right:1px solid #edf1f3;}
.dbr-search-main i,.dbr-search-category i{color:var(--dbr-blue);}
.dbr-search-box input,.dbr-search-box select{border:0;outline:0;background:transparent;width:100%;height:45px;font:inherit;color:#26313a;}
.dbr-search-box select{cursor:pointer;}
.dbr-search-btn{border:0;border-radius:10px;background:var(--dbr-blue);color:#fff;font-weight:800;cursor:pointer;}
.dbr-search-btn:hover{background:var(--dbr-blue-dark);}

.dbr-hero-visual{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center;}
.dbr-hero-home-image{width:100%;max-width:560px;height:390px;border-radius:28px;overflow:hidden;box-shadow:0 25px 50px rgba(23,65,90,.15);background:#eef7fb;}
.dbr-hero-home-image img{width:100%;height:100%;object-fit:cover;}
.dbr-hero-orbit{position:absolute;border-radius:50%;filter:blur(.2px);}
.dbr-orbit-green{width:200px;height:200px;background:rgba(89,185,50,.10);left:2%;top:3%;}
.dbr-orbit-blue{width:260px;height:260px;background:rgba(47,169,232,.09);right:3%;bottom:0;}
.dbr-hero-float-card{position:absolute;left:15px;bottom:18px;display:flex;align-items:center;gap:10px;background:#fff;border-radius:14px;padding:12px 16px;box-shadow:0 14px 30px rgba(0,0,0,.12);z-index:3;}
.dbr-float-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eaf8e5;color:var(--dbr-green);}
.dbr-hero-float-card strong,.dbr-hero-float-card small{display:block;}
.dbr-hero-float-card strong{font-size:13px;}
.dbr-hero-float-card small{color:var(--dbr-muted);font-size:11px;}

.dbr-trust-strip{background:#fff;border-top:1px solid #edf2f4;border-bottom:1px solid #edf2f4;}
.dbr-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);}
.dbr-trust-item{display:flex;align-items:center;gap:12px;padding:18px 25px;border-right:1px solid #edf2f4;}
.dbr-trust-item:last-child{border-right:0;}
.dbr-trust-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;color:#fff;}
.dbr-trust-icon.blue{background:var(--dbr-blue);}
.dbr-trust-icon.green{background:var(--dbr-green);}
.dbr-trust-item strong,.dbr-trust-item small{display:block;}
.dbr-trust-item strong{font-size:14px;}
.dbr-trust-item small{color:var(--dbr-muted);font-size:11px;margin-top:2px;}

.dbr-section{padding:65px 0;background:#fff;}
.dbr-section-soft{background:var(--dbr-soft);}
.dbr-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px;}
.dbr-section-heading h2{font-size:34px;font-weight:900;letter-spacing:-1px;margin:0;}
.dbr-section-heading h2 span{color:var(--dbr-green);}
.dbr-section-heading p{margin:7px 0 0;color:var(--dbr-muted);font-size:15px!important;}
.dbr-section-kicker{margin-bottom:7px;color:var(--dbr-blue);}
.dbr-kicker-green{color:var(--dbr-green);}
.dbr-view-all{display:inline-flex;align-items:center;gap:8px;color:var(--dbr-blue-dark)!important;font-weight:800;text-decoration:none!important;background:#fff;border:1px solid #dcebf3;border-radius:999px;padding:10px 15px;}
.dbr-view-all:hover{border-color:var(--dbr-blue);}

.dbr-item-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.dbr-item-card{background:#fff;border:1px solid var(--dbr-border);border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(31,55,70,.06);transition:.22s ease;min-width:0;}
.dbr-item-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(31,55,70,.10);}
.dbr-item-image-wrap{display:block;position:relative;height:210px;background:#edf3f6;overflow:hidden;text-decoration:none!important;}
.dbr-item-image{width:100%;height:100%;object-fit:cover;display:block;transition:.25s ease;}
.dbr-item-card:hover .dbr-item-image{transform:scale(1.025);}
.dbr-ref-badge,.dbr-sold-badge{position:absolute;top:12px;padding:6px 9px;border-radius:7px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.3px;}
.dbr-ref-badge{left:12px;background:var(--dbr-green);}
.dbr-sold-badge{right:12px;background:#1b2630;}
.dbr-item-body{padding:15px;}
.dbr-item-category{color:var(--dbr-blue-dark);font-size:11px;font-weight:800;margin-bottom:3px;}
.dbr-item-title{font-size:17px;font-weight:900;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dbr-item-price{font-size:20px;font-weight:900;margin-bottom:7px;}
.dbr-item-location{font-size:11px;color:#707b84;margin-bottom:8px;}
.dbr-item-location i{color:var(--dbr-green);}
.dbr-item-desc{font-size:12px!important;line-height:1.5;color:#68727a;margin:0 0 13px;min-height:36px;}
.dbr-item-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--dbr-blue);color:#fff!important;border-radius:9px;padding:10px;text-decoration:none!important;font-size:12px;font-weight:900;}
.dbr-item-btn:hover{background:var(--dbr-blue-dark);}
.dbr-item-btn.disabled{background:#8e9aa2;}

.dbr-empty-state{grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #cbdbe2;border-radius:16px;padding:35px 20px;color:var(--dbr-muted);}
.dbr-empty-state i{font-size:28px;color:var(--dbr-blue);margin-bottom:10px;}
.dbr-empty-state h3{font-size:19px;margin:0 0 5px;color:var(--dbr-ink);}
.dbr-empty-state p{margin:0;font-size:13px!important;}
.dbr-empty-green i{color:var(--dbr-green);}

.dbr-center-heading{display:block;text-align:center;margin-bottom:30px;}
.dbr-center-heading .dbr-section-kicker{display:block;}
.dbr-process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:900px;margin:auto;}
.dbr-process-card{position:relative;background:#fff;border:1px solid var(--dbr-border);border-radius:18px;padding:28px;box-shadow:0 8px 22px rgba(31,55,70,.05);overflow:hidden;}
.dbr-process-number{position:absolute;right:22px;top:15px;font-size:42px;font-weight:900;color:#eef5f8;}
.dbr-process-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:#fff;margin-bottom:16px;}
.dbr-process-icon.green{background:var(--dbr-green);}
.dbr-process-icon.blue{background:var(--dbr-blue);}
.dbr-process-card h3{font-size:21px;font-weight:900;margin-bottom:8px;}
.dbr-process-card p{font-size:14px!important;line-height:1.6;color:var(--dbr-muted);}
.dbr-text-link{color:var(--dbr-blue-dark)!important;font-weight:800;text-decoration:none!important;font-size:13px;}

.dbr-contact-cta{background:linear-gradient(120deg,var(--dbr-blue-dark),var(--dbr-blue));color:#fff;padding:40px 0;}
.dbr-contact-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;}
.dbr-contact-inner .dbr-section-kicker{color:#d8f4ff;}
.dbr-contact-inner h2{font-size:30px;font-weight:900;margin:0 0 6px;}
.dbr-contact-inner p{margin:0;color:#e7f7ff;font-size:14px!important;}

.dbr-home-page footer{margin-bottom:0!important;background:#0d1419!important;color:#d8e1e6;}
.dbr-home-page footer a{color:#d8e1e6!important;}
.dbr-home-page footer h4{color:#fff;}
.dbr-home-page footer .footer_content{border-top-color:#26323a!important;}

@media(max-width:991px){
  .dbr-hero .dbr-container{grid-template-columns:1fr;}
  .dbr-hero-copy{padding-bottom:0;}
  .dbr-hero-visual{min-height:300px;}
  .dbr-item-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
  .dbr-home-page .header_wrapper{display:none;}
  .dbr-home-page .mobile_header{display:block;}
  .dbr-home-page .mobile_header .logo img{width:165px!important;height:auto;}
  .dbr-hero{padding:24px 0 22px;}
  .dbr-hero .dbr-container{gap:18px;}
  .dbr-eyebrow{font-size:9px;letter-spacing:1.5px;}
  .dbr-hero h1{font-size:39px;letter-spacing:-1.8px;}
  .dbr-hero p{font-size:14px!important;line-height:1.5;}
  .dbr-search-box{grid-template-columns:1fr;gap:5px;padding:7px;}
  .dbr-search-main,.dbr-search-category{border-right:0;border-bottom:1px solid #edf1f3;}
  .dbr-search-main,.dbr-search-category{padding:0 10px;}
  .dbr-search-box input,.dbr-search-box select{height:42px;font-size:13px;}
  .dbr-search-btn{height:42px;}
  .dbr-search-btn span{display:inline;}
  .dbr-hero-actions .dbr-btn{flex:1;font-size:12px;padding:11px 8px;}
  .dbr-hero-visual{min-height:225px;}
  .dbr-hero-home-image{height:225px;border-radius:20px;}
  .dbr-hero-float-card{left:7px;bottom:8px;padding:8px 10px;}
  .dbr-hero-float-card strong{font-size:10px;}
  .dbr-hero-float-card small{font-size:9px;}
  .dbr-trust-grid{grid-template-columns:repeat(3,1fr);}
  .dbr-trust-item{padding:14px 7px;display:block;text-align:center;border-right:1px solid #edf2f4;}
  .dbr-trust-icon{margin:0 auto 6px;width:34px;height:34px;flex-basis:34px;}
  .dbr-trust-item strong{font-size:10px;}
  .dbr-trust-item small{font-size:8px;line-height:1.25;}
  .dbr-section{padding:38px 0;}
  .dbr-section-heading{align-items:center;margin-bottom:18px;}
  .dbr-section-heading h2{font-size:24px;}
  .dbr-section-kicker{font-size:8px;}
  .dbr-view-all{font-size:10px;padding:8px 10px;}
  .dbr-item-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
  .dbr-item-image-wrap{height:125px;}
  .dbr-ref-badge,.dbr-sold-badge{top:7px;font-size:7px;padding:4px 5px;border-radius:5px;}
  .dbr-ref-badge{left:7px;}
  .dbr-sold-badge{right:7px;}
  .dbr-item-body{padding:9px;}
  .dbr-item-category{font-size:8px;margin-bottom:2px;}
  .dbr-item-title{font-size:11px;margin-bottom:4px;}
  .dbr-item-price{font-size:13px;margin-bottom:4px;}
  .dbr-item-location{font-size:8px;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .dbr-item-desc{font-size:8px!important;line-height:1.35;min-height:32px;margin-bottom:7px;}
  .dbr-item-btn{font-size:9px;padding:8px 4px;border-radius:7px;}
  .dbr-process-grid{grid-template-columns:1fr;gap:12px;}
  .dbr-process-card{padding:20px;}
  .dbr-process-card h3{font-size:18px;}
  .dbr-process-card p{font-size:12px!important;}
  .dbr-contact-inner{display:block;text-align:center;}
  .dbr-contact-inner h2{font-size:23px;}
  .dbr-contact-inner .dbr-btn{margin-top:18px;width:100%;}
}

.dbr-info-page{background:#f7fbfd;min-height:70vh;padding:55px 0;}
.dbr-info-hero{background:#fff;border:1px solid #e7eef2;border-radius:22px;padding:35px;box-shadow:0 10px 30px rgba(31,55,70,.06);margin-bottom:20px;}
.dbr-info-hero h1{font-size:42px;font-weight:900;letter-spacing:-1.5px;margin:0 0 10px;}
.dbr-info-hero h1 span{color:var(--dbr-blue);}
.dbr-info-hero p{color:#667085;font-size:16px!important;line-height:1.7;}
.dbr-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.dbr-info-card{background:#fff;border:1px solid #e7eef2;border-radius:18px;padding:25px;box-shadow:0 7px 20px rgba(31,55,70,.05);}
.dbr-info-card .icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;margin-bottom:14px;background:var(--dbr-blue);}
.dbr-info-card.green .icon{background:var(--dbr-green);}
.dbr-info-card h2{font-size:21px;font-weight:900;}
.dbr-info-card p,.dbr-info-card li{font-size:14px!important;line-height:1.65;color:#667085;}
.dbr-info-card ol{padding-left:20px;}
@media(max-width:767px){.dbr-info-page{padding:25px 0}.dbr-info-hero{padding:22px}.dbr-info-hero h1{font-size:31px}.dbr-info-grid{grid-template-columns:1fr}}

/* =========================================================
   DeRealBurch Declutter - UI Upgrade v3
   Navigation, mobile homepage and marketplace/shop system
   ========================================================= */
:root{
  --dbr-blue:#2fa9e8;
  --dbr-blue-dark:#147fca;
  --dbr-green:#59b932;
  --dbr-green-dark:#3f9722;
  --dbr-ink:#101418;
  --dbr-muted:#667085;
  --dbr-soft:#f4f9fc;
  --dbr-border:#e4edf2;
}

/* Desktop navigation */
@media (min-width:1064px){
  .dbr-home-page .header_wrapper,
  body:not(.dbr-home-page) .header_wrapper{background:#fff!important;position:relative;z-index:2000;border-bottom:1px solid #edf2f5;box-shadow:0 4px 18px rgba(21,45,60,.05);}
  .dbr-desktop-header{height:86px!important;max-width:1440px!important;padding:0 48px!important;display:flex!important;align-items:center!important;gap:28px!important;}
  .dbr-desktop-logo{flex:0 0 auto!important;display:flex!important;align-items:center!important;}
  .dbr-desktop-logo img{width:245px!important;max-height:66px!important;height:auto!important;object-fit:contain!important;object-position:left center!important;display:block!important;}
  .dbr-desktop-nav{flex:1 1 auto!important;margin:0!important;min-width:0!important;}
  .dbr-desktop-nav ul{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;margin:0!important;padding:0!important;list-style:none!important;}
  .dbr-desktop-nav ul li{margin:0!important;}
  .dbr-desktop-nav ul li a{display:flex!important;align-items:center!important;white-space:nowrap!important;padding:12px 13px!important;border-radius:10px!important;font-size:13px!important;font-weight:800!important;color:#252b30!important;text-decoration:none!important;transition:.2s ease!important;}
  .dbr-desktop-nav ul li a:hover,.dbr-desktop-nav ul li a.active{color:var(--dbr-blue-dark)!important;background:#f0f9fe!important;}
  .dbr-desktop-actions{display:flex!important;align-items:center!important;gap:14px!important;flex:0 0 auto!important;margin-left:auto!important;}
  .dbr-nav-search{height:46px!important;padding:0 15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid #dce9ef!important;border-radius:13px!important;background:#fff!important;color:var(--dbr-blue-dark)!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap!important;}
  .dbr-nav-search:hover{background:#f3fbff!important;border-color:#bfe4f5!important;}
  .dbr-nav-search i{font-size:15px!important;}
  .dbr-nav-sell{height:46px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:13px!important;background:var(--dbr-blue)!important;color:#fff!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:0 8px 18px rgba(47,169,232,.18)!important;}
  .dbr-nav-sell:hover{background:var(--dbr-blue-dark)!important;transform:translateY(-1px);}
}

/* Mobile compact top navigation */
.dbr-mobile-nav{display:none;}
@media (max-width:1063px){
  .header_wrapper{display:none!important;}
  .dbr-mobile-nav{display:block;position:relative;z-index:3000;}
  .dbr-mobile-topbar{height:68px;background:#fff;border-bottom:1px solid #e9f0f3;box-shadow:0 3px 14px rgba(20,50,65,.06);display:flex;align-items:center;gap:10px;padding:8px 14px;position:relative;z-index:3010;}
  .dbr-mobile-menu-btn{width:42px;height:42px;border:0;background:#f4f9fc;border-radius:12px;color:#182027;font-size:17px;display:grid;place-items:center;cursor:pointer;flex:0 0 auto;}
  .dbr-mobile-brand{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;text-decoration:none!important;}
  .dbr-mobile-brand img{width:155px!important;max-width:100%;height:auto!important;max-height:49px;object-fit:contain;display:block;}
  .dbr-mobile-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto;}
  .dbr-mobile-search{width:40px;height:40px;border:1px solid #dceaf0;border-radius:12px;background:#fff;color:var(--dbr-blue-dark)!important;display:grid;place-items:center;text-decoration:none!important;}
  .dbr-mobile-sell{height:40px;padding:0 12px;border-radius:12px;background:var(--dbr-blue);color:#fff!important;font-size:11px;font-weight:900;text-decoration:none!important;display:flex;align-items:center;}
  .dbr-mobile-panel{position:fixed;top:0;left:-310px;width:min(310px,84vw);height:100dvh;background:#fff;z-index:3020;padding:18px;box-shadow:18px 0 40px rgba(20,40,55,.18);transition:left .25s ease;overflow-y:auto;}
  .dbr-mobile-nav.is-open .dbr-mobile-panel{left:0;}
  .dbr-mobile-backdrop{position:fixed;inset:0;background:rgba(10,22,30,.35);opacity:0;pointer-events:none;z-index:3015;transition:.25s ease;}
  .dbr-mobile-nav.is-open .dbr-mobile-backdrop{opacity:1;pointer-events:auto;}
  .dbr-mobile-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #edf2f5;}
  .dbr-mobile-panel-head strong{font-size:14px;font-weight:900;color:#101418;}
  .close_mobile_menu{border:0;background:#f2f6f8;width:38px;height:38px;border-radius:11px;color:#29323a;display:grid;place-items:center;cursor:pointer;}
  .dbr-mobile-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0;}
  .dbr-mobile-quick-actions a{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 7px;border-radius:11px;text-decoration:none!important;font-size:11px;font-weight:900;}
  .dbr-mobile-quick-actions a:first-child{background:#eef9fe;color:var(--dbr-blue-dark)!important;}
  .dbr-mobile-quick-actions a:last-child{background:#f1faed;color:var(--dbr-green-dark)!important;}
  .dbr-mobile-panel nav{display:flex!important;flex-direction:column;gap:4px;margin:0!important;padding:0!important;opacity:1!important;}
  .dbr-mobile-panel nav a{display:flex;align-items:center;gap:13px;padding:13px 12px;border-radius:11px;color:#202830!important;text-decoration:none!important;font-size:13px;font-weight:800;}
  .dbr-mobile-panel nav a:hover{background:#f4f9fc;color:var(--dbr-blue-dark)!important;}
  .dbr-mobile-panel nav a i{width:18px;text-align:center;color:var(--dbr-blue);}
}

/* Homepage mobile: deliberately compact and screenshot-friendly */
@media (max-width:767px){
  .dbr-home-page{overflow-x:hidden;}
  .dbr-home-page .dbr-container{width:100%!important;max-width:none!important;padding-left:14px!important;padding-right:14px!important;}
  .dbr-hero{padding:18px 0 14px!important;background:linear-gradient(145deg,#fff 0%,#f5fbfe 100%);}
  .dbr-hero .dbr-container{display:flex!important;flex-direction:column!important;gap:13px!important;}
  .dbr-hero-copy{padding:0!important;width:100%;}
  .dbr-eyebrow{font-size:8px!important;letter-spacing:1.3px!important;margin-bottom:6px!important;}
  .dbr-hero h1{font-size:34px!important;line-height:.98!important;letter-spacing:-1.8px!important;margin-bottom:9px!important;max-width:330px;}
  .dbr-hero p{font-size:13px!important;line-height:1.45!important;margin-bottom:11px!important;max-width:310px!important;}
  .dbr-search-box{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;grid-template-areas:"search button" "category category"!important;gap:6px!important;padding:6px!important;border-radius:13px!important;max-width:none!important;box-shadow:0 7px 20px rgba(29,63,82,.08)!important;}
  .dbr-search-main{grid-area:search!important;border:0!important;padding:0 9px!important;min-width:0!important;}
  .dbr-search-category{grid-area:category!important;border:1px solid #e7eef2!important;border-radius:9px!important;padding:0 9px!important;background:#fbfdfe!important;}
  .dbr-search-btn{grid-area:button!important;width:42px!important;height:42px!important;border-radius:9px!important;font-size:0!important;}
  .dbr-search-btn i{font-size:14px!important;}
  .dbr-search-box input,.dbr-search-box select{height:40px!important;font-size:12px!important;}
  .dbr-hero-actions{gap:7px!important;margin-top:9px!important;}
  .dbr-hero-actions .dbr-btn{padding:10px 9px!important;font-size:11px!important;border-radius:10px!important;min-height:40px;}
  .dbr-hero-visual{min-height:180px!important;width:100%!important;}
  .dbr-hero-home-image{height:180px!important;max-width:none!important;border-radius:17px!important;box-shadow:0 12px 26px rgba(23,65,90,.10)!important;}
  .dbr-hero-float-card{left:7px!important;bottom:7px!important;padding:7px 9px!important;border-radius:10px!important;gap:7px!important;}
  .dbr-float-icon{width:28px!important;height:28px!important;font-size:11px!important;}
  .dbr-hero-float-card strong{font-size:9px!important;}
  .dbr-hero-float-card small{font-size:8px!important;}
  .dbr-trust-grid{grid-template-columns:repeat(3,1fr)!important;}
  .dbr-trust-item{padding:11px 5px!important;}
  .dbr-trust-icon{width:30px!important;height:30px!important;flex-basis:30px!important;font-size:12px!important;}
  .dbr-trust-item strong{font-size:9px!important;line-height:1.15!important;}
  .dbr-trust-item small{font-size:7px!important;line-height:1.2!important;}
  .dbr-section{padding:27px 0!important;}
  .dbr-section-heading{margin-bottom:14px!important;gap:8px!important;}
  .dbr-section-heading h2{font-size:22px!important;letter-spacing:-.7px!important;}
  .dbr-section-kicker{font-size:7px!important;letter-spacing:1.2px!important;}
  .dbr-view-all{font-size:9px!important;padding:7px 9px!important;}
  .dbr-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
  .dbr-item-card{border-radius:12px!important;box-shadow:0 4px 13px rgba(31,55,70,.06)!important;}
  .dbr-item-image-wrap{height:116px!important;}
  .dbr-item-body{padding:8px!important;}
  .dbr-ref-badge,.dbr-sold-badge{top:6px!important;font-size:6.5px!important;padding:4px 5px!important;}
  .dbr-ref-badge{left:6px!important;}
  .dbr-sold-badge{right:6px!important;}
  .dbr-item-category{font-size:7px!important;margin-bottom:2px!important;}
  .dbr-item-title{font-size:10.5px!important;line-height:1.2!important;margin-bottom:4px!important;}
  .dbr-item-price{font-size:13px!important;margin-bottom:4px!important;}
  .dbr-item-location{font-size:7.5px!important;margin-bottom:4px!important;}
  .dbr-item-desc{font-size:7.5px!important;line-height:1.32!important;min-height:30px!important;margin-bottom:6px!important;}
  .dbr-item-btn{font-size:8px!important;padding:8px 3px!important;border-radius:7px!important;}
  .dbr-process-grid{gap:9px!important;}
  .dbr-process-card{padding:17px!important;border-radius:14px!important;}
  .dbr-process-card h3{font-size:16px!important;}
  .dbr-process-card p{font-size:11px!important;}
  .dbr-contact-cta{padding:28px 0!important;}
  .dbr-contact-inner h2{font-size:21px!important;}
  .dbr-contact-inner p{font-size:12px!important;}
}

/* Shop / marketplace */
.dbr-shop-page{background:#f6fafc;color:var(--dbr-ink);min-height:100vh;}
.dbr-shop-hero{padding:42px 0 25px;background:linear-gradient(135deg,#fff 0%,#f0f9fd 100%);border-bottom:1px solid #e7eff3;}
.dbr-shop-shell{max-width:1240px!important;}
.dbr-shop-breadcrumb{display:flex;align-items:center;gap:7px;color:#7b8790;font-size:12px;margin-bottom:13px;}
.dbr-shop-breadcrumb a{color:var(--dbr-blue-dark)!important;text-decoration:none!important;font-weight:800;}
.dbr-shop-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;}
.dbr-shop-heading h1{font-size:42px;font-weight:900;letter-spacing:-1.6px;margin:0;}
.dbr-shop-heading h1 span{color:var(--dbr-green);}
.dbr-shop-heading p{color:var(--dbr-muted);font-size:14px!important;margin:7px 0 0;max-width:650px;}
.dbr-shop-count{background:#fff;border:1px solid #e0ebf0;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:900;color:var(--dbr-blue-dark);white-space:nowrap;}
.dbr-shop-controls{margin-top:23px;background:#fff;border:1px solid #e2edf2;border-radius:18px;padding:12px;box-shadow:0 10px 26px rgba(30,62,80,.06);}
.dbr-shop-controls form{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.65fr) auto;gap:9px;}
.dbr-shop-control{height:48px;border:1px solid #e2ebef;border-radius:12px;background:#fbfdfe;display:flex;align-items:center;padding:0 13px;gap:9px;}
.dbr-shop-control i{color:var(--dbr-blue);}
.dbr-shop-control input,.dbr-shop-control select{border:0;outline:0;background:transparent;width:100%;height:100%;font:inherit;font-size:13px;color:#2a343b;}
.dbr-shop-submit{height:48px;border:0;border-radius:12px;padding:0 20px;background:var(--dbr-blue);color:#fff;font-size:13px;font-weight:900;cursor:pointer;}
.dbr-shop-submit:hover{background:var(--dbr-blue-dark);}
.dbr-shop-main{padding:30px 0 65px;}
.dbr-shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;}
.dbr-shop-toolbar strong{font-size:15px;}
.dbr-shop-toolbar span{font-size:11px;color:#7b8790;}
.dbr-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.dbr-shop-card{background:#fff;border:1px solid #e1ebef;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(27,55,72,.055);transition:.22s ease;display:flex;flex-direction:column;min-width:0;}
.dbr-shop-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(27,55,72,.10);}
.dbr-shop-card-media{position:relative;height:235px;background:#edf4f7;overflow:hidden;display:block;text-decoration:none!important;}
.dbr-shop-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:.25s ease;}
.dbr-shop-card:hover .dbr-shop-card-media img{transform:scale(1.035);}
.dbr-shop-card-ref{position:absolute;top:12px;left:12px;background:var(--dbr-green);color:#fff;padding:6px 9px;border-radius:8px;font-size:9px;font-weight:900;}
.dbr-shop-card-status{position:absolute;top:12px;right:12px;background:#111820;color:#fff;padding:6px 9px;border-radius:8px;font-size:9px;font-weight:900;}
.dbr-shop-card-body{padding:16px;display:flex;flex-direction:column;flex:1;}
.dbr-shop-card-category{font-size:10px;color:var(--dbr-blue-dark);font-weight:900;margin-bottom:5px;text-transform:uppercase;letter-spacing:.3px;}
.dbr-shop-card-title{font-size:18px;font-weight:900;line-height:1.25;margin:0 0 7px;color:#12181d;}
.dbr-shop-card-price{font-size:21px;font-weight:900;color:#12181d;margin-bottom:6px;}
.dbr-shop-card-meta{display:flex;align-items:center;gap:5px;color:#7b858d;font-size:10px;margin-bottom:9px;}
.dbr-shop-card-meta i{color:var(--dbr-green);}
.dbr-shop-card-desc{font-size:11px!important;line-height:1.55;color:#69747c;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:51px;}
.dbr-shop-card-btn{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;height:42px;border-radius:10px;background:var(--dbr-blue);color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:900;}
.dbr-shop-card-btn:hover{background:var(--dbr-blue-dark);}
.dbr-shop-card-btn.sold{background:#8b969d;}
.dbr-shop-empty{grid-column:1/-1;background:#fff;border:1px dashed #c9d9e0;border-radius:18px;text-align:center;padding:65px 20px;color:#74818a;}
.dbr-shop-empty i{font-size:38px;color:var(--dbr-blue);margin-bottom:13px;}
.dbr-shop-empty h3{font-size:20px;color:#12181d;font-weight:900;margin:0 0 5px;}
.dbr-shop-empty p{font-size:13px!important;margin:0;}
.dbr-shop-pagination{display:flex;justify-content:center;gap:7px;margin-top:28px;flex-wrap:wrap;}
.dbr-shop-pagination a,.dbr-shop-pagination span{min-width:40px;height:40px;padding:0 11px;border-radius:10px;border:1px solid #dfe9ee;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#4d5a63!important;text-decoration:none!important;font-size:11px;font-weight:900;}
.dbr-shop-pagination a:hover,.dbr-shop-pagination .active{background:var(--dbr-blue);border-color:var(--dbr-blue);color:#fff!important;}

@media(max-width:991px){
  .dbr-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .dbr-shop-card-media{height:210px;}
  .dbr-shop-heading h1{font-size:34px;}
}
@media(max-width:767px){
  .dbr-shop-page .dbr-mobile-nav{display:block;}
  .dbr-shop-hero{padding:20px 0 17px;}
  .dbr-shop-shell{width:100%!important;padding-left:12px!important;padding-right:12px!important;}
  .dbr-shop-breadcrumb{font-size:9px;margin-bottom:8px;}
  .dbr-shop-heading{align-items:flex-start;display:block;}
  .dbr-shop-heading h1{font-size:28px;letter-spacing:-1px;}
  .dbr-shop-heading p{font-size:11px!important;line-height:1.45;margin-top:5px;}
  .dbr-shop-count{display:inline-flex;margin-top:10px;font-size:9px;padding:7px 10px;}
  .dbr-shop-controls{margin-top:14px;padding:8px;border-radius:13px;}
  .dbr-shop-controls form{grid-template-columns:minmax(0,1fr) 44px;grid-template-areas:"search button" "category category";gap:6px;}
  .dbr-shop-control.search{grid-area:search;}
  .dbr-shop-control.category{grid-area:category;}
  .dbr-shop-submit{grid-area:button;width:44px;padding:0;font-size:0;}
  .dbr-shop-submit i{font-size:13px;}
  .dbr-shop-control{height:42px;border-radius:9px;padding:0 9px;}
  .dbr-shop-control input,.dbr-shop-control select{font-size:11px;}
  .dbr-shop-main{padding:18px 0 35px;}
  .dbr-shop-toolbar{margin-bottom:10px;}
  .dbr-shop-toolbar strong{font-size:12px;}
  .dbr-shop-toolbar span{font-size:8px;}
  .dbr-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .dbr-shop-card{border-radius:11px;box-shadow:0 4px 12px rgba(27,55,72,.06);}
  .dbr-shop-card-media{height:118px;}
  .dbr-shop-card-ref,.dbr-shop-card-status{top:6px;padding:4px 5px;border-radius:5px;font-size:6px;}
  .dbr-shop-card-ref{left:6px;}
  .dbr-shop-card-status{right:6px;}
  .dbr-shop-card-body{padding:8px;}
  .dbr-shop-card-category{font-size:6.5px;margin-bottom:2px;}
  .dbr-shop-card-title{font-size:10px;line-height:1.2;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:24px;}
  .dbr-shop-card-price{font-size:12.5px;margin-bottom:3px;}
  .dbr-shop-card-meta{font-size:7px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .dbr-shop-card-desc{font-size:7px!important;line-height:1.35;min-height:28px;margin-bottom:6px;-webkit-line-clamp:2;}
  .dbr-shop-card-btn{height:31px;border-radius:7px;font-size:8px;gap:4px;}
  .dbr-shop-pagination{gap:5px;margin-top:18px;}
  .dbr-shop-pagination a,.dbr-shop-pagination span{min-width:32px;height:32px;padding:0 8px;font-size:9px;border-radius:8px;}
}

/* =========================================================
   DeRealBurch Declutter — 2026 storefront refresh
   ========================================================= */
.dbr-shop-kicker,.dbr-contact-kicker,.dbr-product-kicker{display:block;font-size:10px;font-weight:950;letter-spacing:1.8px;color:var(--dbr-blue-dark);margin-bottom:7px}
.dbr-shop-heading h1{font-size:46px;line-height:1.02;letter-spacing:-2px}
.dbr-shop-heading h1 span{color:var(--dbr-green)}
.dbr-shop-controls{box-shadow:0 14px 38px rgba(20,55,70,.08);padding:13px}
.dbr-shop-controls form{grid-template-columns:minmax(0,1.6fr) minmax(150px,.65fr) minmax(135px,.55fr) auto}
.dbr-shop-control{background:#fff}
.dbr-shop-control:focus-within{border-color:#7dc8e8;box-shadow:0 0 0 3px rgba(47,169,232,.09)}
.dbr-shop-clear{color:#8a969e!important;text-decoration:none!important}
.dbr-shop-suggestions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:9px 4px 0;font-size:10px;color:#87949c}
.dbr-shop-suggestions a{padding:5px 9px;border-radius:999px;background:#f2f7f9;color:#42545f!important;text-decoration:none!important;font-weight:800}
.dbr-shop-suggestions a:hover{background:#e3f1f7;color:var(--dbr-blue-dark)!important}
.dbr-shop-query{color:var(--dbr-blue-dark)}
.dbr-shop-card{border-radius:20px}
.dbr-shop-card-media{height:245px}
.dbr-shop-card-arrow{position:absolute;right:12px;bottom:12px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.93);color:#17242c;box-shadow:0 6px 16px rgba(0,0,0,.12);opacity:0;transform:translateY(5px);transition:.2s}
.dbr-shop-card:hover .dbr-shop-card-arrow{opacity:1;transform:none}
.dbr-shop-card-ref{border-radius:999px}
.dbr-shop-card-title{font-size:19px}
.dbr-shop-card-price{font-size:22px;color:var(--dbr-blue-dark)}
.dbr-shop-empty{padding:85px 20px}
.dbr-shop-empty-icon{width:68px;height:68px;border-radius:22px;margin:0 auto 16px;display:grid;place-items:center;background:#eaf6fb;color:var(--dbr-blue);font-size:25px}
.dbr-shop-empty-btn{display:inline-flex;margin-top:16px;padding:11px 16px;border-radius:10px;background:var(--dbr-blue);color:#fff!important;text-decoration:none!important;font-weight:900;font-size:12px}

/* Product page */
.dbr-product{padding:34px 0 70px;background:linear-gradient(180deg,#f6fafc 0,#fff 55%,#f6fafc 100%)}
.dbr-product-shell{max-width:1240px!important}
.dbr-product-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.dbr-back,.dbr-product-breadcrumb a{color:#53636c!important;text-decoration:none!important;font-size:11px;font-weight:850}
.dbr-back{display:flex;align-items:center;gap:8px}.dbr-back i{color:var(--dbr-blue)}
.dbr-product-breadcrumb{display:flex;gap:8px;align-items:center;color:#96a2a9;font-size:10px}
.dbr-product-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:28px;align-items:start}
.dbr-product-gallery{min-width:0}
.dbr-product-main-image{height:560px;border-radius:28px;overflow:hidden;background:#edf4f7;position:relative;box-shadow:0 18px 45px rgba(28,58,73,.10)}
.dbr-product-main-image img{width:100%;height:100%;object-fit:cover;display:block}
.dbr-product-ref{position:absolute;left:18px;top:18px;background:#15222a;color:#fff;border-radius:999px;padding:8px 12px;font-size:9px;font-weight:950;letter-spacing:.5px}
.dbr-gallery-share{position:absolute;right:18px;top:18px;border:0;background:rgba(255,255,255,.94);color:#17252c;border-radius:999px;padding:10px 14px;font-size:10px;font-weight:900;box-shadow:0 7px 18px rgba(0,0,0,.12);cursor:pointer}
.dbr-gallery-share i{margin-right:5px;color:var(--dbr-blue)}
.dbr-product-thumbs{display:flex;gap:8px;overflow:auto;padding:10px 2px 2px}
.dbr-product-thumbs button{border:2px solid transparent;padding:0;width:70px;height:70px;border-radius:12px;overflow:hidden;background:#edf4f7;cursor:pointer;flex:0 0 auto}
.dbr-product-thumbs button.active{border-color:var(--dbr-blue)}
.dbr-product-thumbs img{width:100%;height:100%;object-fit:cover}
.dbr-product-info{padding:18px 0}
.dbr-product-info h1{font-size:43px;line-height:1.05;letter-spacing:-1.7px;margin:0 0 12px;color:#111b21;font-weight:950}
.dbr-product-price{font-size:34px;font-weight:950;color:var(--dbr-blue-dark);letter-spacing:-1px;margin-bottom:13px}
.dbr-product-badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:25px}
.dbr-product-badges span{padding:7px 10px;border-radius:999px;background:#eef6f9;color:#566871;font-size:9px;font-weight:850}
.dbr-product-badges i{color:var(--dbr-green);margin-right:4px}
.dbr-product-description,.dbr-detail-card{background:#fff;border:1px solid #e5edf1;border-radius:20px;box-shadow:0 9px 28px rgba(28,58,73,.055)}
.dbr-product-description{padding:20px;margin-bottom:16px}
.dbr-card-label{text-transform:uppercase;letter-spacing:1.1px;font-size:9px;font-weight:950;color:#71818a;margin-bottom:9px}
.dbr-rich-desc{font-size:13px;line-height:1.7;color:#55656e}
.dbr-rich-desc p{margin:0 0 9px}.dbr-rich-desc p:last-child{margin-bottom:0}
.dbr-product-actions{display:grid;grid-template-columns:1.25fr .85fr;gap:9px}
.dbr-buy-btn,.dbr-share-btn{height:52px;border-radius:13px;font-size:11px;font-weight:950;cursor:pointer}
.dbr-buy-btn{border:0;background:var(--dbr-blue);color:#fff;box-shadow:0 10px 22px rgba(47,169,232,.22)}
.dbr-share-btn{background:#fff;border:1px solid #dbe6eb;color:#23333b}
.dbr-buy-btn i,.dbr-share-btn i{margin-right:6px}
.dbr-product-trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}
.dbr-product-trust>div{display:flex;gap:9px;align-items:center;padding:12px;background:#f7fbfc;border-radius:13px}
.dbr-product-trust i{font-size:18px;color:var(--dbr-green)}
.dbr-product-trust strong,.dbr-product-trust small{display:block}.dbr-product-trust strong{font-size:9px;color:#273840}.dbr-product-trust small{font-size:8px;color:#819099;margin-top:2px}
.dbr-product-details{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}
.dbr-detail-card{padding:22px}
.dbr-seller{display:flex;gap:11px;align-items:center;margin-bottom:16px}
.dbr-seller-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eaf6fb;color:var(--dbr-blue);font-size:17px}
.dbr-seller strong,.dbr-seller span{display:block}.dbr-seller strong{font-size:14px}.dbr-seller span{font-size:10px;color:#839098;margin-top:3px}
.dbr-detail-row{display:flex;gap:9px;padding:11px 0;border-top:1px solid #edf2f4;font-size:11px;color:#66757d}.dbr-detail-row i{color:var(--dbr-blue)}
.dbr-detail-links{display:flex;gap:8px;flex-wrap:wrap}.dbr-detail-links a{padding:9px 11px;border-radius:10px;background:#f3f8fa;color:#33464f!important;text-decoration:none!important;font-size:9px;font-weight:900}.dbr-detail-links i{color:#20b866;margin-right:4px}
.dbr-payment{display:flex;gap:12px;font-size:11px;line-height:1.6;color:#65757d}.dbr-payment>i{color:var(--dbr-blue);font-size:20px}
.dbr-support-card{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;background:linear-gradient(125deg,#0f2b39,#13485c);border:0;color:#fff}
.dbr-support-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:#20c875;color:#fff;font-size:26px}
.dbr-support-card .dbr-card-label{color:#a9e7f7}.dbr-support-card h2{font-size:21px;margin:0 0 4px;color:#fff}.dbr-support-card p{font-size:11px!important;color:#c9e2ea;margin:0}
.dbr-support-card>a{padding:11px 14px;border-radius:11px;background:#fff;color:#17303b!important;text-decoration:none!important;font-size:10px;font-weight:950;white-space:nowrap}
.dbr-support-card>a i{margin-left:5px}
.dbr-reviews{margin-top:45px}.dbr-reviews-head h2{font-size:28px;font-weight:950;letter-spacing:-.8px;margin:0 0 18px}.dbr-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.dbr-review{background:#fff;border:1px solid #e5edf1;border-radius:17px;padding:17px}.dbr-review-head{display:flex;gap:9px;align-items:center}.dbr-review-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef6f9;color:var(--dbr-blue);font-size:12px}.dbr-review-head strong,.dbr-review-head small{display:block}.dbr-review-head strong{font-size:10px}.dbr-review-head small{font-size:8px;color:#8b979d;margin-top:2px}.dbr-review p{font-size:10px!important;line-height:1.6;color:#66757d;margin:12px 0 0}
.dbr-no-reviews{text-align:center;border:1px dashed #cbdde4;border-radius:18px;padding:35px 20px;color:#788891}.dbr-no-reviews i{font-size:27px;color:var(--dbr-blue)}.dbr-no-reviews h3{font-size:16px;color:#263840;margin:9px 0 4px}.dbr-no-reviews p{font-size:10px!important;margin:0}
.dbr-review-form-wrap{background:#fff;border:1px solid #e5edf1;border-radius:18px;padding:20px;margin-top:16px}.dbr-review-form-wrap h3{font-size:15px;margin:0 0 10px}.dbr-review-form-wrap textarea{width:100%;border:1px solid #dce7eb;border-radius:11px;padding:12px;resize:vertical;outline:0;font:inherit;font-size:11px}.dbr-review-form-wrap button{margin-top:9px;border:0;background:var(--dbr-blue);color:#fff;border-radius:10px;padding:10px 14px;font-size:10px;font-weight:900}.dbr-login-review{text-align:center;padding:16px;background:#f3f8fa;border-radius:13px;font-size:10px;color:#71818a}.dbr-login-review a{color:var(--dbr-blue-dark)!important;font-weight:900}

/* Share + buy modals */
.dbr-share-modal,.dbr-buy-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:18px}.dbr-share-modal.open,.dbr-buy-modal.open{display:flex}
.dbr-share-backdrop{position:absolute;inset:0;background:rgba(6,19,27,.65);backdrop-filter:blur(6px)}
.dbr-share-panel,.dbr-buy-panel{position:relative;width:min(470px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:25px;padding:27px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.dbr-share-close{position:absolute;right:15px;top:15px;width:34px;height:34px;border:0;border-radius:50%;background:#f0f5f7;color:#53636c;cursor:pointer}
.dbr-share-icon,.dbr-buy-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:#eaf6fb;color:var(--dbr-blue);font-size:22px;margin-bottom:14px}
.dbr-buy-icon{background:#eef9f3;color:#20ad62}.dbr-share-panel h2,.dbr-buy-panel h2{font-size:27px;letter-spacing:-.8px;margin:0 0 5px;font-weight:950}.dbr-share-panel>p,.dbr-buy-panel>p{font-size:11px!important;color:#78878f;margin:0 0 15px}
.dbr-share-preview{display:flex;gap:10px;align-items:center;background:#f5f9fa;border-radius:14px;padding:8px;margin-bottom:14px}.dbr-share-preview img{width:52px;height:52px;object-fit:cover;border-radius:9px}.dbr-share-preview strong,.dbr-share-preview span{display:block}.dbr-share-preview strong{font-size:11px}.dbr-share-preview span{font-size:9px;color:#7c8990;margin-top:4px}
.dbr-share-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.dbr-share-social{padding:12px 6px;border-radius:12px;text-align:center;text-decoration:none!important;background:#f4f7f8;color:#25353d!important;font-size:9px;font-weight:900}.dbr-share-social i{display:block;font-size:19px;margin-bottom:5px}.dbr-share-social.whatsapp i{color:#20bd69}.dbr-share-social.facebook i{color:#1877f2}.dbr-share-social.x i{color:#111}.dbr-share-social.telegram i{color:#229ed9}
.dbr-copy-link,.dbr-native-share{width:100%;height:47px;border-radius:11px;font-size:10px;font-weight:900;cursor:pointer}.dbr-copy-link{margin-top:12px;border:1px solid #dce7eb;background:#fff;color:#27383f;text-align:left;padding:0 12px}.dbr-copy-link i{color:var(--dbr-blue);margin-right:7px}.dbr-copy-link b{float:right;color:var(--dbr-green)}.dbr-native-share{margin-top:7px;border:0;background:#102b38;color:#fff}
.dbr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dbr-buy-panel label{display:block;font-size:9px;font-weight:900;color:#53636c;margin-bottom:10px}.dbr-buy-panel label span{font-weight:500;color:#9aa5aa}.dbr-buy-panel input{display:block;width:100%;height:42px;border:1px solid #dce7eb;border-radius:10px;padding:0 11px;margin-top:5px;outline:0;font:inherit;font-size:11px}.dbr-buy-panel input:focus{border-color:#7dc8e8}.dbr-buy-panel button[type=submit]{width:100%;height:48px;border:0;border-radius:11px;background:var(--dbr-blue);color:#fff;font-size:10px;font-weight:950;cursor:pointer}
#formresult_notify,#formresult{margin-top:10px;font-size:10px}

/* Footer + WhatsApp support */
.dbr-footer{background:#0b161d!important;color:#dce7eb!important;padding:48px 0 18px!important}
.dbr-footer .wrapper{max-width:1240px;margin:0 auto;padding:0 20px}
.dbr-footer-top{display:grid;grid-template-columns:1.4fr .75fr .75fr 1.1fr;gap:34px;padding-bottom:32px}
.dbr-footer-brand img{width:190px;height:auto}.dbr-footer-brand p{max-width:290px;color:#9eb0b9;font-size:11px;line-height:1.6;margin:13px 0 14px}
.dbr-footer-support{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:9px;background:#163b2b;color:#c9ffe0!important;text-decoration:none!important;font-size:10px;font-weight:950}.dbr-footer-support i{font-size:15px}
.dbr-footer-links h4,.dbr-footer-social h4{font-size:11px;color:#fff!important;font-weight:950;letter-spacing:.7px;margin:0 0 13px}.dbr-footer-links a{display:block;color:#9eb0b9!important;text-decoration:none!important;font-size:10px;margin:0 0 9px}.dbr-footer-links a:hover{color:#fff!important}
.dbr-footer-social p{font-size:10px!important;line-height:1.55;color:#9eb0b9;margin:0 0 13px}.dbr-social-icons{display:flex;gap:8px}.dbr-social-icons a{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid #30424b;border-radius:11px;color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:950}.dbr-social-icons i{font-size:17px}.dbr-social-icons a:first-child i{color:#ff4fa3}.dbr-social-icons a:last-child i{color:#26d367}
.dbr-footer-contact{display:flex;gap:35px;flex-wrap:wrap;border-top:1px solid #26363f;border-bottom:1px solid #26363f;padding:15px 0}.dbr-footer-contact span,.dbr-footer-contact strong{display:block}.dbr-footer-contact span{font-size:8px;color:#748892;text-transform:uppercase;letter-spacing:1px}.dbr-footer-contact strong{font-size:11px;color:#fff;margin-top:3px}
.dbr-footer .footer_content{border-top:0!important;padding-top:15px!important}.dbr-footer .footer_content p{font-size:9px;color:#70828b!important;margin:0}
.dbr-wa-float{position:fixed;right:20px;bottom:20px;z-index:99990;display:flex;align-items:center;gap:9px;padding:9px 10px 9px 9px;border-radius:16px;background:#0d2119;color:#fff!important;text-decoration:none!important;box-shadow:0 12px 32px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.08)}
.dbr-wa-float-icon{width:42px;height:42px;border-radius:13px;background:#20c875;display:grid;place-items:center;font-size:23px}.dbr-wa-float-copy strong,.dbr-wa-float-copy small{display:block}.dbr-wa-float-copy strong{font-size:10px}.dbr-wa-float-copy small{font-size:8px;color:#a8c2b6;margin-top:3px}.dbr-wa-float-arrow{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#19372b;color:#b9e9d0;font-size:9px;margin-left:2px}
.dbr-wa-float:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(0,0,0,.25)}

.dbr-contact-main{background:linear-gradient(180deg,#f5fafc,#fff);padding:42px 0 70px;min-height:72vh}.dbr-contact-shell{max-width:1180px!important}
.dbr-contact-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center;padding:44px;border-radius:30px;background:linear-gradient(130deg,#0e2937,#164e62);color:#fff;overflow:hidden;position:relative;box-shadow:0 24px 60px rgba(21,62,78,.15)}
.dbr-contact-hero-copy{position:relative;z-index:2}.dbr-contact-kicker{color:#8edcf4;letter-spacing:1.7px}.dbr-contact-hero h1{font-size:48px;line-height:1.02;letter-spacing:-2px;margin:0 0 13px;color:#fff;font-weight:950;max-width:680px}.dbr-contact-hero h1 span{color:#65d9a1}.dbr-contact-hero p{max-width:650px;color:#d2e6ec;font-size:14px!important;line-height:1.7;margin:0}.dbr-contact-hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:21px}.dbr-contact-primary,.dbr-contact-secondary{padding:12px 15px;border-radius:11px;text-decoration:none!important;font-size:10px;font-weight:950}.dbr-contact-primary{background:#22c878;color:#fff!important}.dbr-contact-secondary{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.2);color:#fff!important}.dbr-contact-primary i,.dbr-contact-secondary i{margin-right:5px}
.dbr-contact-orb{display:grid;place-items:center;min-height:300px;position:relative}.dbr-contact-orb:before,.dbr-contact-orb:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}.dbr-contact-orb:before{width:300px;height:300px}.dbr-contact-orb:after{width:215px;height:215px}.dbr-contact-orb-inner{width:155px;height:155px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(5px);text-align:center;position:relative;z-index:2}.dbr-contact-orb-inner i{font-size:24px;color:#65d9a1;margin-bottom:8px}.dbr-contact-orb-inner strong{font-size:15px}.dbr-contact-orb-inner span{font-size:9px;color:#bcd7df;margin-top:3px}
.dbr-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.dbr-contact-card{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:22px;background:#fff;border:1px solid #e2edf1;border-radius:20px;color:#15252d!important;text-decoration:none!important;box-shadow:0 9px 25px rgba(25,55,70,.05);transition:.2s}.dbr-contact-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(25,55,70,.09)}.dbr-contact-card-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:21px;background:#edf6f9;color:var(--dbr-blue)}.dbr-contact-card.whatsapp .dbr-contact-card-icon{background:#eafaf1;color:#1fbd69}.dbr-contact-card.instagram .dbr-contact-card-icon{background:#fff0f7;color:#ed3d91}.dbr-contact-card-label{font-size:8px;font-weight:950;letter-spacing:1px;color:#82919a}.dbr-contact-card h2{font-size:16px;font-weight:950;margin:4px 0}.dbr-contact-card p{font-size:10px!important;line-height:1.55;color:#78878f;margin:0}.dbr-contact-card-arrow{font-size:11px;color:#9aa8ae}
.dbr-contact-bottom{margin-top:18px;padding:28px 30px;border-radius:22px;background:#eaf6fb;display:flex;justify-content:space-between;align-items:center;gap:20px}.dbr-contact-bottom h2{font-size:25px;margin:0 0 5px;font-weight:950;letter-spacing:-.6px}.dbr-contact-bottom p{font-size:11px!important;line-height:1.6;color:#65777f;margin:0;max-width:700px}.dbr-contact-shop-btn{display:inline-flex;align-items:center;gap:7px;padding:12px 15px;border-radius:11px;background:#143a4a;color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:950;white-space:nowrap}.dbr-contact-shop-btn i{font-size:9px}

@media(max-width:991px){
 .dbr-product-hero{grid-template-columns:1fr}.dbr-product-main-image{height:520px}.dbr-product-info{padding:0}.dbr-product-details{grid-template-columns:1fr}.dbr-review-grid{grid-template-columns:1fr 1fr}.dbr-footer-top{grid-template-columns:1fr 1fr}.dbr-contact-hero{grid-template-columns:1fr}.dbr-contact-orb{display:none}
}
@media(max-width:767px){
 .dbr-shop-heading h1{font-size:33px;letter-spacing:-1.3px}.dbr-shop-controls form{grid-template-columns:1fr 44px;grid-template-areas:"search button" "category category" "sort sort"}.dbr-shop-control.search{grid-area:search}.dbr-shop-control.category{grid-area:category}.dbr-shop-control.sort{grid-area:sort}.dbr-shop-submit{grid-area:button}.dbr-shop-card-media{height:150px}.dbr-shop-card-title{font-size:11px}.dbr-shop-card-price{font-size:14px}
 .dbr-product{padding:18px 0 45px}.dbr-product-topbar{align-items:flex-start}.dbr-product-breadcrumb{display:none}.dbr-product-main-image{height:370px;border-radius:19px}.dbr-product-info h1{font-size:30px;letter-spacing:-1.1px}.dbr-product-price{font-size:25px}.dbr-product-badges span{font-size:8px}.dbr-product-actions{grid-template-columns:1fr}.dbr-product-trust{grid-template-columns:1fr}.dbr-support-card{grid-template-columns:auto 1fr}.dbr-support-card>a{grid-column:1/-1;text-align:center}.dbr-review-grid{grid-template-columns:1fr}.dbr-share-grid{grid-template-columns:repeat(2,1fr)}.dbr-form-grid{grid-template-columns:1fr}.dbr-share-panel,.dbr-buy-panel{padding:22px;border-radius:20px}.dbr-wa-float{right:10px;bottom:10px;border-radius:14px}.dbr-wa-float-copy{display:none}.dbr-wa-float-arrow{display:none}.dbr-wa-float{padding:8px}.dbr-wa-float-icon{width:45px;height:45px}
 .dbr-footer{padding:35px 0 15px!important}.dbr-footer .wrapper{padding:0 14px}.dbr-footer-top{grid-template-columns:1fr 1fr;gap:25px}.dbr-footer-brand{grid-column:1/-1}.dbr-footer-social{grid-column:1/-1}.dbr-footer-contact{gap:18px}.dbr-contact-main{padding:20px 0 40px}.dbr-contact-hero{padding:27px 21px;border-radius:22px}.dbr-contact-hero h1{font-size:34px;letter-spacing:-1.3px}.dbr-contact-hero p{font-size:11px!important}.dbr-contact-grid{grid-template-columns:1fr}.dbr-contact-card{padding:16px}.dbr-contact-card h2{font-size:14px}.dbr-contact-bottom{display:block;padding:22px}.dbr-contact-bottom h2{font-size:21px}.dbr-contact-shop-btn{margin-top:15px;width:100%;justify-content:center}
}
