:root {
    --md-filled-select-text-field-container-shape: 0px;
    --md-filled-select-text-field-container-color: #f7faf9;
    --md-filled-select-text-field-input-text-color: #005353;
    --md-filled-select-text-field-input-text-font: system-ui;
}

.dark-field .mdc-text-field__input {
  color: white!important;
  caret-color: white!important;
}

.dark-field .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6)!important;
}

.dark-field .mdc-notched-outline__leading,
.dark-field .mdc-notched-outline__trailing,
.dark-field .mdc-notched-outline__notch {
  border-color: rgba(255, 255, 255, 0.6)!important;
}

.dark-field.mdc-text-field--focused .mdc-floating-label,
.dark-field.mdc-text-field--focused .mdc-notched-outline__notch,
.dark-field.mdc-text-field--focused .mdc-notched-outline__leading,
.dark-field.mdc-text-field--focused .mdc-notched-outline__trailing {
  color: white!important;
  border-color: white!important;
}

.podcast-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
    overflow: hidden;
  }

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

form {
    width: 100%;
}

.background-green-yellow {
    padding: 5px;
    background-color: greenyellow;
}

.align-right {
    display: flex;
    justify-content: flex-end;
}

.cont-migration-banner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: #83c183;
    color: #ffffff;
}

.cont-migration-invite {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #9cb0d9;
    color: #ffffff;
}

.cont-migration-hero {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #83c183;
    color: #ffffff;
}

.cont-migration-steps {
    padding: 15px;
}

.txt-migration-header {
    width: 100%;
}

.txt-migration-header-hero {
    font-size: 30px;
    width: 100%;
}

.icon-migration {
    height: 50px;
}

.icon-upgrade {
    width: 50px;
    height: 50px;
}

.icon-exit {
    position: absolute;
    top: 10px;
    right: 10px;
}

.hero-btns {
    justify-content: center;
}

.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
}

.link {
    cursor: pointer;
}

.logo-result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.txt-green {
    color: green;
}

.logo-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; /* Optional background */
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or "contain" if your logo shouldn't be cropped */
}

.logo-circle-sm {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; /* Optional background */
}

.logo-circle-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or "contain" if your logo shouldn't be cropped */
}

.cont-profile {
    padding: 15px;
}

.cont-postcode-upgrade {
    background-color: #000000;
    padding: 15px;
}

.mdc-data-table__table {
    min-width: 1400px!important; /* adjust based on number of columns */
    width: 100%;
}

.brand-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    width: 100%;
}

.banner-title {
    font-size: 30px;
    color: #000000;
}

.insert-cleaner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.caprasimo-regular {
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
}

md-filled-select::part(menu) {
    --md-menu-container-color: #f4fbfa;
    --md-menu-container-shape: 0px;
}

.padding-mid {
    padding: 10px;
}
.text-email {
    font-size: 20px;
    font-weight: 300;
}

.row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    flex-direction: row!important;
}

.row-auto {
    width: auto;
}

.row-hero {
    flex-direction: column!important;
}

.row-template {
    max-width: 1500px;
    margin: auto;
}

.row-adjusted-mobile {
    width: calc(100% - 30px);
}

.select-row {
    display: flex;
    flex-direction: column!important;
}

.row-column-mobile{
    display: flex;
    flex-direction: column!important;
}

.width-2-thirds-mobile, .width-1-third-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.center-mobile {
    text-align: center;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
}

.hide {
    display: none!important;
}

.home-img {
    max-width: 500px;
}

.cont-template {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.template-logo {
    max-width: 225px;;
}

.cont-all {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: flex-start;
}

.circle {
    width: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
}

.circle > img {
    height: auto;
    min-width: 100%;
    width: 100px;   
}

.circle-green {
    background-color: #dad500;
}

.circle-orange {
    background-color: #f7bf34;
}

.circle-pink {
    background-color: #b5d0ff;
}

.dark-background {
    display: flex;
    background-color: #000000;
    width: 100%;
    justify-content: center;
}

.cont-location-title {
    display: flex;
    background-color: #000000;
    width: 100%;
    flex-direction: column;
    padding: 20px;
}

.row-padding {
    padding: 20px 0px 20px 0px;
}

.row-center {
    justify-content: center;
}

.text-home {
    font-size: 28px;
    font-weight: 300;
}

.cont-content {
    display: flex;
    height: inherit;
    max-width: 1500px;
    width: 100%;
    flex-direction: column-reverse;
}

.cont-content-home {
    display: flex;
    min-height: 100vh;
    max-width: 1500px;
    width: 100%;
    flex-direction: column;
}

.cont-section {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    border: 15px solid #ffffff;
    margin: 0px auto;
    background-color: #ffffff;
}

.light-background {
    background-color: #f1f1f1;
}

.section-dark {
    border: 15px solid #000000;
    background-color: #000000;
}

.cont-section-full {
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 15px solid #ffffff;
}

.text-underline {
    text-decoration: underline;
}

.alert-icon {
    max-width: 100%;
    height: auto;
}

.alert-bar {
    border-radius: 15px;
    padding: 10px 15px;
}

.alert-bar-green {
    background-color: #b2df88;
}

.alert-bar-blue {
    background-color: #88d2df;
}

.alert-bar-yellow {
    background-color: #eeeb5a;
}

.section-img-full {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./../imgs/lemons-dark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 525px;
}

.mobile-section-img-full {
    display: none;
}

.banner-img {
    width: 100%;
    height: auto;
    max-width: 641px;
}

.text-light {
    color: #ffffff;
}

.logo {
    width: 100%;
    height: auto;
    max-width: 148px;
}

.title-home {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -2px;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}

.title-light {
    color: #ffffff;
}

.slogan-headline {
    font-weight: 900;
    font-size: 80px;
    letter-spacing: -3px;
    line-height: 80px;
}

.slogan-mid {
    font-size: 55px;
}

.mid-headline {
    font-size: 75px;
    line-height: 80px;
}

.expand-letters {
    font-size: 100px;
}

.padding-bottom-full {
    padding-bottom: 60px;
}

.margin-top-full {
    margin-top: 60px;
}

.margin-top-mid {
    margin-top: 30px;
}

.margin-top-low {
    margin-top: 15px;
}

.margin-bottom-full {
    margin-bottom: 60px;
}

.padding-bottom-mid {
    padding-bottom: 30px;
}

.content-text {
     font-size: 18px;
}

.text-grey {
    color: #666666;
}



.row-wrap {
    flex-flow: wrap;
    justify-content: center;
}

.preview-img {
    max-width: 300px;
    min-width: 200px;
    background-color: #ffffff;
    padding: 15px;
}

.preview-img-tiny {
    max-width: 150px;
    min-width: 100px;
    background-color: #ffffff;
    padding: 15px;
}

.cont-upgrade {
    background-color: #9cb0d9;
    padding: 15px;
    width: 100%;
}

.btn {
    background-color: #000000;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
}

.btn-download-template {
    cursor: pointer;
}

.content-text-migration {
    color: #ffffff;
}

.btn-get-started-migrate {
    color: #ffffff;
    justify-content: center;
}

.btn-cust-migration {
    background-color: #44a044;
    color: #ffffff;
    min-width: 135px;
    width: auto;
}

.btn-report {
    color: #ffffff;
    min-width: 145px;
}

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

.cont-bin-clean {
    display: flex;
    flex-direction: column;
}

.cont-process {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    text-align: center;
}

.process-title {
    font-size: 40px;
    font-weight: 400;
}

.process-text {
    font-size: 28px;
    font-weight: 300;
}

.cont-technician {
    justify-content: flex-start;
}

.cont-schedule {
    justify-content: flex-end;
}

.cont-technician > .cont-process > .process-content > .process-text {
    color: #8f8f8f;
}

.cont-schedule > .cont-process > .process-content > .process-text {
    color: #8f8f8f;
}

.cont-finally > .cont-process > .process-content > .process-text {
    color: #8f8f8f
}



.btn-prev {
    cursor: pointer;
}

.dashboard-img {
    max-width: 300px;
    height: auto;
    border: 1px solid #efefef;
    border-radius: 60px;
    padding: 40px;
    margin: 0px auto;
}

.btn-stripe {
    background-color: #6772E5;
}

.btn-login-hero {
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 10px;
    padding: 10px 15px;
}

.cta-partner-with-us {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    width: calc(100% - 20px);
}

.cont-sub-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0px;
    cursor: pointer;
}

.cta-sub-nav.active {
    border-bottom: 2px solid #000;
}

.txt-view-payments {
    font-size: 12px;
}

.icon-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cleaner-count {
    font-weight: 900;
    font-size: 160px;
}

.btn-share-profile {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
}

.btn-login-stripe {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 10px;
    padding: 10px 15px;
}

.btn-sound-toggle {
    position: absolute;
    right: 80px;
    top: 40px;
    font-size: 10px;
    padding: 10px 15px;
}

.link-login, .link-signup {
    text-decoration: underline;
    font-weight: bold;
}

#year-refunded, #month-refunded {
    padding: 5px 10px;
}

.form-date {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 15px;
}

.btn-small {
    font-size: 12px;
    padding: 10px 15px;
}

.btn-light {
    background-color: #ffffff;
    color: #000000;
}

.btn-dark-green-outline {
    border: 2px solid #251F06;;
    background-color: transparent;
    color: #251F06;;
}

.btn-dark-outline {
    border: 2px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
}

.btn-light-outline {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
}

.btn-upload-migration, .btn-add-row, .btn-remove-rows, .btn-load-migration {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 160px;
}

.sub-title {
    font-size: 18px;
    font-weight: 500;
}

.cont-benefits {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #e7e7e7;
}

.cont-benefit {
    display: flex;
    align-items: center;
    gap: 30px;
}

video {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-shadow: none;
    image-rendering: auto;
    transform: translateZ(0);
  }

.progress-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.progress {
    background-color: #4dffff;
    height: 5px;
    width: 0%;
    transition: width 0.4s;
}

.progress-step {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0px 5px;
}

.progress-step::before {
    content: attr(data-title);
    position: absolute;
    top: 35px;
    font-size: 12px;
    text-align: center;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.progress-step-active {
    border-color: #000000;
    background-color: #000000;
}

.cont-radio-offer {
    border: 2px solid #cccccc;
    border-radius: 15px;
    padding: 25px 10px;
}

.cont-radio-offer-dark {
    border: 2px solid #000000;
    border-radius: 15px;
    padding: 25px 10px;
}

.hero-footer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.form-step {
    display: none;
}

.form-step-active {
    display: block;
}

.form-title {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    text-decoration: underline;
}

.btn-back {
    padding: 15px 20px;
    color: #000000;
    display: flex;
    align-items: center;
    border-radius: 25px;
    width: fit-content;
}

.center-content {
    display: flex;
    justify-content: center;
}

.center-text {
    display: flex;
    align-items: center;
}

.mdc-text-field {
    width: 100%;
}

.text-mid-bold {
    font-size: 18px;
    font-weight: bold;
}

.text-sm-reg {
    font-size: 15px;
}

.text-sm-bold {
    font-size: 15px;
    font-weight: bold;
}

.width-2-thirds {
    display: flex;
    width: 66%;
}

.width-1-third {
    display: flex;
    width: 33%;
}

.cont-light-grey {
    background-color: #F7F7F7;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.margin-left-low {
    margin-left: 15px;
}

.margin-left-mid {
    margin-left: 30px;
}

.column {
    display: flex;
    flex-direction: column;
}

.btn-type-basic, .btn-type-professional {
    display: flex;
    padding: 20px 15px;
    border-top: 1px dashed #cccccc;
    flex-direction: column;
    cursor: pointer;
}

.filter-bar {
    display: flex;
    justify-content: space-around;
    background-color: #C0C9C7;
    padding: 10px;
    border-radius: 20px;
}

.cont-filter-service-type, .cont-filter-results {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-service-professional, .filter-service-basic, .btn-upload-waste-licence, .btn-upload-insurance {
    cursor: pointer;
}

.filter-service-professional.filter-selected {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
}

.filter-service-basic.filter-selected {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
}

#filter-results {
    border-radius: 5px;
    padding: 5px;
}

.results {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.result {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #ffffff;
    border: 3px solid #e3e3e3;
}

.text-mid-reg {
    font-size: 22px;
    font-weight: 400;
}

.text-tiny-reg {
    font-size: 13px;
}

.txt-location-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
}

#calendar {
    min-height: 500px;
}

.space-between {
    overflow-x: scroll;
}

.cont-result-details, .space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-details {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cont-chevron {
    display: flex;
    padding: 15px;
}

.btn-view-service-details {
    background-color: #000000;
    padding: 8px;
    color: #ffffff;
    font-size: 13px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
}

.result-services {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #F7F7F7;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.cont-result-service {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blue-rounded {
    padding: 10px;
    background-color: #c6f3ec;
}

.cont-result-service img {
    max-width: 100%;
    height: auto;
    width: 20px;
}

.slider-container {
    width: 100%;
}

.slider {
    width: 100%;
    margin: 20px 0;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}

.slider-labels span {
    width: 10%;
    text-align: center;
}

.cont-clean-plan {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cont-clean-details {
    display: flex;
    flex-direction: column;
    border-top: 1px dashed #C0C9C7;
    border-bottom: 1px dashed #C0C9C7;
    padding: 15px 10px;
}

.dashed-bottom {
    border-bottom: 1px dashed #C0C9C7;
}

#bin-list {
    width: 100%;
    margin: auto;
    padding: 0;
    list-style: none;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: #f9f9f9;
}

#bin-list li {
    background-color: white;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: grab;
}

#bin-list li:active {
    cursor: grabbing;
}

.cont-upload, .cont-upload-waste {
    display: flex;
    flex-direction: column;
    border: 3px dashed #000000;
    border-radius: 15px;
    padding: 15px;
    height: 150px;
    width: 150px;
    flex-flow: column-reverse;
    background-size: cover;
    margin-bottom: 15px;
}

.btn-upload, .btn-insurance, .btn-waste {
    background-color: #000000;
    color: #ffffff;
    padding: 5px 15px;
    margin: 0px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

#imageInput, #imageInputInsurance, #imageInputWaste {
    display: none;
}

.interstitial-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's above other elements */
}

.stars {
    font-size: 25px;
    color: gold;
}

.stars-gap {
    gap: 12px;
    display: flex;
}

.rating-slider-container {
    margin-top: 20px;
}

.form-search {
    justify-content: center;
    display: flex;
    gap: 10px;
    width: auto;
    flex-direction: column;
}

.text-field-full-width {
    min-width: 100%;
}

#starSlider {
    width: 165px;
}

.form-decline-reason, .decline-textarea {
    width: 100%!important;
}

.cont-metric, .center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.metric-num {
    font-size: 30px;
    letter-spacing: -1;
    text-align: center;
}

.metric-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recycling-prices-row, .domestic-prices-row, .cont-domestic-prices, .cont-recycling-prices {
    display: flex;
    flex-direction: column!important;
}

.payment-total {
    font-size: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100vh;
    object-fit: cover;
    border: none;
}

#sm-video {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 90px 0px 40px 0px;
    flex-direction: column;
    justify-content: flex-start;
}

.text-dark-green {
    color: #251F06;
}

.slogan-mid-line {
    line-height: 60px;
}

.still-background {
    background-image: url('./../imgs/still-background-gecko.jpg');
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: right bottom;
    background-color: #8e9853;
    /* background-position: bottom 0px right -565px;
    background-position: left -570px top -150px;
    background-attachment: fixed;
    transform: rotate(0deg); */
}

.cont-deals-offers {
    background-color: greenyellow;
    border: 15px solid greenyellow;
    min-height: 100vh;
}

#playButton {
    cursor: pointer;
}

.hero-overlay {
    width: 100%;
    font-size: 62px;
    font-weight: 400;
    line-height: 0.9;
    padding: 0px 0px 20px 0px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.strapline-hero {
    font-size: 22px;
    text-align: center;
    margin: 0px;
}

.hero-btn {
    max-width: 200px;
    z-index: 2;
    text-align: center;
    /* margin: 20px auto; */
    width: 100%;
    left: 50%;
    bottom: 80px;
    background-color: #251f06;
}

.logo-overlay {
    position: absolute;
    /* bottom: 195px; */
    top: 40px;
    left: 20px;
    /* transform: translate(-50%, -50%); */
    /* width: 50%; */
    max-width: 184px;
    z-index: 2;
    text-align: center;
}

.footer {
    background-image: url('./../imgs/no\ gimmicks.jpg');
    width: 100%;
    min-height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-img-full > img {
    max-width: 300px;
}

.fresh-text {
    font-size: 114px;
    display: flex;
    justify-content: center;
}

.cont-full {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 30px;
}

.cont-half {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.footnote-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px!important;
    padding-top: 20px;
}

.text-field-with-icon {
  position: relative;
}

.api-key-icon-group {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.api-key-toggle,
.api-key-copy {
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.api-key-toggle:hover,
.api-key-copy:hover {
  color: #111;
}

@media screen and (orientation: landscape) {

    .still-background {
        background-size: cover;
    }

    .logo-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .btn-login-hero {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .hero-overlay {
        text-align: left;
        padding-bottom: 10px;
        font-size: 90px;
    }

    .strapline-hero {
        width: 100%;
        font-size: 27px;
    }

    .video-container {
        padding: 0px 0px 60px 30px;
        align-items: flex-end;
    }

    .hero-btn {
        max-width: 200px;
        z-index: 2;
        text-align: center;
        position: relative;
        transform: unset;
        width: 100%;
        left: 0px;
        bottom: 0px;
        top: 0px;
        margin: 20px 0px;
    }

}

@media only screen and (min-width: 1000px) {

    .cta-partner-with-us {
        font-size: 18px;
        width: auto;
    }

    .slogan-mid-line {
        line-height: 70px!important;
    }

    .cont-deals-offers {
        border: 50px solid greenyellow!important;
    }

    .cont-clean-plan {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .cont-bin-clean {
        width: 50%;
    }

    .mdc-data-table__table {
        min-width: 900px!important; /* adjust based on number of columns */
        width: 100%;
    }

    .icon-migration {
        width: 100px;
    }

    

    .hero-btns {
        justify-content: flex-start;
    }

    .logo-result {
        align-items: center;
        flex-direction: row;
        gap: 20px;
    }

    .form-search {
        flex-direction: row;
    }

    .banner-title {
        font-size: 45px;
    }

    .brand-banner {
        min-height: 160px;
    }

    .txt-view-payments {
        position: absolute;
        right: 180px;
        top: 30px;
    }

    .cont-process {
        display: flex;
        align-items: center;
        gap: 30px;
        width: 50%;
        padding: 20px;
        flex-direction: row;
        text-align: left;
    }

    .still-background {
        background-size: cover;
    }

    .hero-btn {
        position: relative;
        transform: unset;
        left: 0px;
        bottom: 0px;
        margin: 0px;
    }

    /* .still-background {
        background-image: url('./../imgs/still-background.jpg');
    } */

    .cont-half {
        display: flex;
        width: 50%;
        flex-direction: column;
    }

    .video-container {
        display: flex;
        padding: 200px 0px 0px 120px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .strapline-hero {
        font-size: 70px;
        width: 800px;
        text-align: left;
        margin: 0px;
    }

    .fresh-text {
        font-size: unset;
        display: contents;
    }

    .logo-overlay {
        bottom: 285px;
    }

    .hero-overlay {
        font-size: 124px;
        padding-bottom: 30px;
        text-align: left;
        align-items: flex-start;
    }

    .dashboard-img {
        max-width: 375px;
    }

    .cont-all {
        justify-content: center;
    }

    .footer {
        min-height: 400px;
    }

    .btn-sound-toggle {
        right: 140px;
        font-size: 12px;
    }

    .btn-login-hero {
        right: 40px;
        font-size: 12px;
    }

    .btn-login-stripe {
        right: 40px;
        font-size: 12px;
    }

    

    #sm-video {
        height: 100vh;
        object-fit: cover;
        border: none;
    }

    .section-img-full > img {
        max-width: 100%;
    }

    .logo-overlay {
        max-width: 224px;
    }

    .footer {
        background-size: cover;
    }

    .title-home {
        font-size: 50px;
    }

    

    .row-hero {
        flex-direction: row!important;
    }

    .mobile-section-img-full {
        display: none!important;
    }

    .section-img-full {
        display: flex;
    }

    .cont-section {
        width: 50%;
        flex-direction: column;
        border: 50px solid #ffffff;
    }

    .cont-section-third {
        width: 33%;
        flex-direction: column;
        border: 50px solid transparent;
    }

    .section-dark {
        border: 50px solid #000000;
    }

    .slogan-headline {
        font-size: 120px;
        line-height: 110px;
    }
    
    .slogan-mid {
        font-size: 80px;
    }
    
    .mid-headline {
        font-size: 90px;
    }
    
    .expand-letters {
        font-size: 153px;
    }

    .cont-content {
        flex-direction: unset;
    }

    .section-img-full {
        min-height: 900px;
    }

    .form-title {
        font-size: 30px;
    }

    .select-row {
        flex-direction: row!important;
    }

    .row-column-mobile{
        display: flex;
        flex-direction: row!important;
    }

    .width-2-thirds-mobile, .width-1-third-mobile {
        text-align: left;
        justify-content: flex-start;
    }

    .center-mobile {
        text-align: left;
    }

    .row-adjusted-mobile {
        width: 100%;
    }

    .cont-section-full {
        border: 80px solid #ffffff;
    }

    .slogan-mid {
        font-size: 80px;
    }

    .space-between {
        overflow-x: auto;
    }

    .row-wrap {
        justify-content: flex-start;
    }

}