/*==============================================
      RESET & VARIABLES
    ===============================================*/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --g: #6bbc3b;
    --g2: #3a7032;
    --g3: #4a8a3f;
    --blk: #111;
    --blk2: #1a1a1a;
    --wht: #fff;
    --gld: #c9922a;
    --gld2: #d4982e;
    --gld3: #f0b84a;
    --txt: #333;
    --txt2: #555;
    --bg: #f7f7f5;
    --bg2: #eeecea;
    --rad: 6px;
    --sh: 0 4px 24px rgba(0, 0, 0, .10);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--txt);
    background: var(--wht);
    font-size: 16px;
    line-height: 1.7;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}

/*==============================================
      TOPBAR
    ===============================================*/
.mrst-topbar {
    background:#6bbc3b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    position: relative;
    top: 0;
    z-index: 200;
}

.mrst-tb-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mrst-tb-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /*! background: var(--blk); */
     color: var(--wht);
    padding: 5px 14px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .3px;
    white-space: nowrap;
}

.mrst-tb-pill svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.mrst-tb-pill--star {
    /*! text-decoration: underline; */
    cursor: pointer;
}

.mrst-tb-pill--star svg {
    color: #f5c518;
}

.mrst-tb-socials {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mrst-tb-socials a {
    color: var(--wht);
    opacity: .85;
    transition: opacity .2s;
}

.mrst-tb-socials a:hover {
    opacity: 1;
}

.mrst-tb-socials svg {
    width: 17px;
    height: 17px;
    display: block;
}

/*==============================================
      NAVBAR
    ===============================================*/
.mrst-nav {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 190;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.mrst-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.mrst-nav-logo {
    width: 66px;
    flex-shrink: 0;
}

.mrst-nav-logo svg {
    width: 50px;
    height: 50px;
}

.mrst-nav-menu {
    display: flex;
    align-items: center;
    gap: 0;
}

.mrst-nav-menu li {
    position: relative;
}

.mrst-nav-menu li>a,
.mrst-nav-menu li>.mrst-nav-trigger {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--txt);
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .7px;
    padding: 0 16px;
    cursor: pointer;
    transition: color .2s;
    white-space: nowrap;
}

.mrst-nav-menu li>a:hover,
.mrst-nav-menu li>.mrst-nav-trigger:hover,
.mrst-nav-menu li:hover>.mrst-nav-trigger {
    color: var(--gld);
}

.mrst-nav-trigger svg {
    width: 11px;
    height: 11px;
    transition: transform .2s;
}

.mrst-nav-menu li:hover .mrst-nav-trigger svg {
    transform: rotate(180deg);
}

/* Dropdown */
.mrst-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--blk2);
    min-width: 230px;
    border-top: 3px solid var(--gld);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .22s, transform .22s, visibility .22s;
    z-index: 300;
}

.mrst-nav-menu li:hover .mrst-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mrst-dropdown li a {
    display: block;
    padding: 11px 18px;
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .4px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    transition: color .15s, background .15s;
}

.mrst-dropdown li a:hover {
    color: var(--wht);
    background: rgba(255, 255, 255, .06);
}

.mrst-btn-booknow {
    background: var(--g);
    color: var(--wht) !important;
    padding: 13px 24px !important;
    height: auto !important;
    border-radius: var(--rad);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12.5px;
    letter-spacing: 1px;
    transition: background .2s !important;
    white-space: nowrap;
    margin-left: 8px;
}

.mrst-btn-booknow:hover {
    background:  #2d2009 !important;
}

/*==============================================
      HERO SWIPER
    ===============================================*/
    .hero_bg {
	--s: 2px;
	--c1: #b09f79;
	--c2: #6bbc3b;
	--_g: #0000 83%,var(--c1) 85% 99%,#0000 101%;
	background: radial-gradient(27% 29% at right ,var(--_g)) calc(var(--s)/ 2) var(--s), radial-gradient(27% 29% at left ,var(--_g)) calc(var(--s)/-2) var(--s), radial-gradient(29% 27% at top ,var(--_g)) 0 calc(var(--s)/ 2), radial-gradient(29% 27% at bottom,var(--_g)) 0 calc(var(--s)/-2) var(--c2);
	background-size: calc(2*var(--s)) calc(2*var(--s));
}
.hero_bg .container{
    max-width: 100%;
}
.mrst-hero {
    width: 100%;
    height: 590px;
}
.container{
    display: flex;
    align-items: center;
    max-width:1300px;
    margin:0 auto;
    
}
.row{
    display:flex;
    width:100%
}
.left{
    width: 50%;
      padding: 40px;
}
.mrst-hero .swiper-button-prev,
.mrst-hero .swiper-button-next {
    color: var(--wht);
    opacity: .85;
}

.mrst-hero .swiper-button-prev::after,
.mrst-hero .swiper-button-next::after {
    font-size: 22px;
    font-weight: 900;
    color: var(--wht);
}

.mrst-hero .swiper-pagination-bullet {
    width: 34px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .4);
    opacity: 1;
}

.mrst-hero .swiper-pagination-bullet-active {
    background: var(--wht);
}

.mrst-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
}

.mrst-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.06);
    transition: transform 6.5s ease;
}

.swiper-slide-active .mrst-slide-bg {
    transform: scale(1);
}

.mrst-slide-ol {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .6) 100%);
}

.mrst-slide-1 .mrst-slide-bg {
    background-image: url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=1600&q=80');
}

.mrst-slide-2 .mrst-slide-bg {
    background-image: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1600&q=80');
}

.mrst-slide-3 .mrst-slide-bg {
    background-image: url('https://images.unsplash.com/photo-1527515637462-cff94aca4594?w=1600&q=80');
}

.mrst-slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 0 28px;
}

.mrst-slide-content h2 {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 700;
    color: var(--wht);
    /*! text-decoration: underline; */
    line-height: 1.13;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .6);
}

.mrst-slide-content h3 {
    font-size: clamp(14px, 1.8vw, 20px);
    font-weight: 700;
    color: var(--wht);
    margin-bottom: 14px;
}

.mrst-slide-content p {
    font-size: clamp(13px, 1.3vw, 16px);
    color: rgba(255, 255, 255, .9);
    line-height: 1.75;
    margin-bottom: 10px;
}

.mrst-slide-content p strong {
    color: var(--wht);
}

.mrst-btn-quote {
    display: inline-block;
    background: #000;
    color: var(--wht);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1.2px;
    padding: 17px 52px;
    border-radius: var(--rad);
    margin-top: 20px;
    transition: background .2s, transform .15s;
}

.mrst-btn-quote:hover {
    background: #211a0d;
    transform: translateY(-2px);
}

/*==============================================
      SECTION UTILITIES
    ===============================================*/
.mrst-section {
    padding: 80px 24px;
}

.mrst-container {
    max-width: 1200px;
    margin: 0 auto;
}

.mrst-section-title {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 900;
    color: var(--blk);
    margin-bottom: 12px;
}

.mrst-section-title em {
    color: var(--g);
    font-style: italic;
}

.mrst-section-sub {
    font-size: 16px;
    color: var(--txt2);
    margin-bottom: 48px;
}

.mrst-divider {
    width: 60px;
    height: 4px;
    background: var(--gld);
    border-radius: 2px;
    margin: 12px 0 40px;
}

.mrst-divider--center {
    margin: 12px auto 40px;
}

/*==============================================
      ABOUT SECTION
    ===============================================*/
.mrst-about {
    background: var(--wht);
}

.mrst-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.mrst-about-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--sh);
    position: relative;
}

.mrst-about-img img {
    width: 100%;
    /*! height: 500px; */
    object-fit: cover;
}

.mrst-about-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: var(--g);
    color: var(--wht);
    padding: 14px 20px;
    border-radius: var(--rad);
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
}

.mrst-about-badge .num {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: var(--gld3);
    line-height: 1;
}

.mrst-about-badge .lbl {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 4px;
}

.mrst-about-text p {
    color: var(--txt2);
    margin-bottom: 16px;
    font-size: 15.5px;
}

.mrst-check-list {
    margin: 24px 0 32px;
}

.mrst-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--txt);
    margin-bottom: 10px;
}

.mrst-check-list li::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--g);
    color: var(--wht);
    font-size: 12px;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
}

.mrst-btn-primary {
    display: inline-block;
    background: var(--g);
    color: var(--wht);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px 40px;
    border-radius: var(--rad);
    transition: background .2s, transform .15s;
}

.mrst-btn-primary:hover {
    background: #1e3e1b;
    transform: translateY(-1px);
}

/*==============================================
      WHY CHOOSE US
    ===============================================*/
.mrst-why {
    background: var(--blk);
    padding: 80px 24px;
    background-image: url(https://vertexcleaningservices.com.au/uploads/2026/03/69b003a48b9d4_1773142948.jpg);
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.mrst-why:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:#000;
    z-index: -1;
    opacity: 0.6;
    top:0;
    left: 0;
    
}
.mrst-why .mrst-section-title {
    color: var(--wht);
    text-align: center;
}

.mrst-why .mrst-divider--center {
    background: var(--gld);
}

.mrst-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
}

.mrst-why-card {
    background: var(--bg);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    padding: 36px 24px;
    text-align: center;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}

.mrst-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .4);
    background: var(--g);
}

.mrst-why-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--g), var(--g2));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
}
.mrst-why-card:hover .mrst-why-icon {
	background: var(--bg);
}
.mrst-why-card h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

/*==============================================
      PROCESS SECTION
    ===============================================*/
.mrst-process {
    background: var(--bg);
}

.mrst-process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.mrst-process-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--sh);
}

.mrst-process-img img {
    width: 100%;
    /*! height: 520px; */
    object-fit: cover;
}

.mrst-steps {}

.mrst-step {
    display: flex;
    gap: 18px;
    margin-bottom: 26px;
    padding: 20px;
    background: var(--wht);
    border-radius: var(--rad);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    transition: box-shadow .2s,background 0.3s;
}

.mrst-step:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
    background: var(--g);
}
.mrst-step:hover .mrst-step-num{
	background: #fff;color: var(--bg1)
}
.mrst-step-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--g);
    color: var(--wht);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mrst-step-body h4 {
    font-size: 15px;
    color: var(--blk);
    font-weight: 700;
    margin-bottom: 4px;
}

.mrst-step-body p {
    font-size: 14px;
    color: var(--txt2);
    line-height: 1.6;
}

/*==============================================
      SERVICES GRID
    ===============================================*/
.mrst-services {
    background: var(--wht);
}

.mrst-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mrst-svc-card {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: transform .25s, box-shadow .25s;
}

.mrst-svc-card:hover {
    transform: translateY(-5px);
 
}

.mrst-svc-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .4s ease;
}

.mrst-svc-card:hover .mrst-svc-img {
    transform: scale(1.06);
}

.mrst-svc-label {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
   
    padding: 28px 14px 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    color: var(--txt);
    text-align: center;
    text-transform: capitalize;
}
.mrst-minimum-fee {
  margin-top: 15px;
  font-size: 17px !important;
}
/*==============================================
      REVIEWS
    ===============================================*/
.mrst-reviews {
    background: var(--bg);
}

.mrst-reviews-head {
    text-align: center;
}

.mrst-reviews-head .mrst-section-title {
    font-size: clamp(20px, 2.5vw, 30px);
}

.mrst-reviews-sub {
    font-size: 15.5px;
    color: var(--txt2);
    max-width: 700px;
    margin: 0 auto 48px;
}

.mrst-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--wht);
    border: 2px solid var(--gld);
    padding: 10px 22px;
    border-radius: 40px;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.mrst-rating-badge .score {
    font-size: 22px;
    font-weight: 900;
    color: var(--blk);
}

.mrst-rating-badge .stars {
    color: #f5c518;
    font-size: 16px;
    letter-spacing: 2px;
}

.mrst-rating-badge .count {
    font-size: 12px;
    color: var(--txt2);
    font-weight: 600;
}

.mrst-reviews-swiper {
    padding-bottom: 50px !important;
}

.mrst-review-card {
    background: var(--wht);
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
}

.mrst-review-stars {
    color: #f5c518;
    font-size: 16px;
    letter-spacing: 2px;
}

.mrst-review-text {
    font-size: 14.5px;
    color: var(--txt2);
    line-height: 1.7;
    flex: 1;
}

.mrst-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--bg2);
    padding-top: 12px;
}

.mrst-review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--g);
    color: var(--wht);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mrst-review-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--blk);
}

.mrst-review-via {
    font-size: 12px;
    color: var(--txt2);
}

.mrst-reviews-swiper .swiper-pagination-bullet {
    background: var(--g);
    opacity: .4;
}

.mrst-reviews-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.mrst-reviews-cta {
    text-align: center;
    margin-top: 12px;
}

/*==============================================
      QUOTE FORM
    ===============================================*/
.mrst-quote-section {
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
}

.mrst-quote-section::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(45, 90, 39, .35) 0%, transparent 70%);
    pointer-events: none;
}

.mrst-quote-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    align-items: start;
}

.mrst-quote-info h2 {
    font-size: clamp(22px, 3vw, 36px);
    color: #000;
    font-weight: 900;
    margin-bottom: 14px;
}

.mrst-quote-info .mrst-divider {
    background: var(--gld);
}

.mrst-quote-info p {
    color: rgba(0, 0, 0, 0.75);
    font-size: 15px;
    margin-bottom: 28px;
    line-height: 1.75;
}

.mrst-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.mrst-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--g);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mrst-info-icon svg {
    width: 20px;
    height: 20px;
    color: var(--wht);
}

.mrst-info-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--wht);
    margin-bottom: 2px;
}

.mrst-info-text p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
}

.mrst-form {
    background: var(--g);
    border-radius: 12px;
    padding: 40px 36px;
    box-shadow: 0 20px 60px rgba(130, 130, 130, 0.4);
}

.mrst-form h3 {
    font-size: 18px;
    font-weight: 900;
    color: var(--blk);
    margin-bottom: 24px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--bg2);
}

.mrst-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.mrst-form-group {
    margin-bottom: 16px;
}

.mrst-form-group label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: .4px;
}

.mrst-form-group input,
.mrst-form-group select,
.mrst-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #ddd;
    border-radius: var(--rad);
    font-family: 'Lato', sans-serif;
    font-size: 14.5px;
    color: var(--txt);
    background: var(--wht);
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}

.mrst-form-group input:focus,
.mrst-form-group select:focus,
.mrst-form-group textarea:focus {
    border-color: var(--g);
    box-shadow: 0 0 0 3px rgba(45, 90, 39, .12);
}

.mrst-form-group textarea {
    height: 90px;
    resize: vertical;
}

.mrst-services-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
}

.mrst-cb-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: var(--txt);
    cursor: pointer;
}

.mrst-cb-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--g);
}

.mrst-btn-submit {
    width: 100%;
    background: #2d2009;
    color: var(--wht);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 16px;
    border: none;
    border-radius: var(--rad);
    cursor: pointer;
    transition: background .2s, transform .15s;
    margin-top: 8px;
}

.mrst-btn-submit:hover {
    background: #b8821f;
    transform: translateY(-1px);
}

/*==============================================
      SERVICE AREAS
    ===============================================*/
.mrst-areas {
    background: var(--bg);
}

.mrst-areas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.mrst-area-tag {
    background: var(--wht);
    border: 1.5px solid #ddd;
    border-radius: 30px;
    padding: 10px 16px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--txt);
    text-align: center;
    letter-spacing: .3px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background .2s, border-color .2s, color .2s;
    cursor: pointer;
}
.svc-thumb {
	width: 100px;
	aspect-ratio: 1/1;
	border: 1px solid #6bbc3b;
	display: inline-block;
	padding: 15px;
}
.svc-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.svc-thumb:hover{
    border-width: 2px;
}
.mrst-area-tag::before {
    content: '★';
    color: var(--gld);
    font-size: 22px;
    line-height: 0;
}

.mrst-area-tag:hover {
    background: var(--g);
    border-color: var(--g);
    color: var(--wht);
}

.mrst-area-tag:hover::before {
    color: var(--gld3);
}


.stain-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.stain-item {
  width: 31%;
}
/*==============================================
      STATS BANNER
    ===============================================*/
.mrst-stats {
    background: #020202;
    padding: 48px 24px;
}

.mrst-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.mrst-stat-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 900;
    color: var(--gld3);
    line-height: 1;
}

.mrst-stat-lbl {
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    margin-top: 6px;
    font-weight: 700;
    letter-spacing: .4px;
}

/*==============================================
      FOOTER
    ===============================================*/
.mrst-footer {
    background: var(--blk2);
    padding: 60px 24px 0;
}

.mrst-footer-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.mrst-footer-col ul li {
	display: inline-block;
}
.mrst-footer-logo {
    width: 80px;
    margin-bottom: 20px;
}

.mrst-footer-logo-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--g);
    border: 2px solid var(--g2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mrst-footer-logo-circle svg {
    width: 60px;
    height: 60px;
}

.mrst-footer-about p {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.75;
    margin: 14px 0 20px;
}

.mrst-footer-soc {
    display: flex;
    gap: 12px;
}

.mrst-footer-soc a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: var(--wht);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.mrst-footer-soc a:hover {
    background: var(--g);
}

.mrst-footer-soc svg {
    width: 16px;
    height: 16px;
}

.mrst-footer-col h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--wht);
    margin-bottom: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.mrst-footer-col ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .6);
    padding: 5px 0;
    transition: color .2s;
}

.mrst-footer-col ul li a::before {
    content: '›';
    color: var(--gld);
    font-size: 16px;
}

.mrst-footer-col ul li a:hover {
    color: var(--wht);
}

.mrst-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
}

.mrst-contact-item svg {
    width: 18px;
    height: 18px;
    color: var(--gld);
    flex-shrink: 0;
    margin-top: 2px;
}

.mrst-footer-services {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .4);
    line-height: 1.9;
}

.mrst-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
}

.mrst-footer-bottom a {
    color: rgba(255, 255, 255, .55);
    transition: color .2s;
}

.mrst-footer-bottom a:hover {
    color: var(--wht);
}

/*==============================================
      BACK TO TOP
    ===============================================*/
.mrst-btt {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 500;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--g);
    color: var(--wht);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, transform .3s;
}

.mrst-btt.mrst-btt--visible {
    opacity: 1;
    pointer-events: auto;
}

.mrst-btt:hover {
    transform: translateY(-3px);
}

.mrst-btt svg {
    width: 20px;
    height: 20px;
}

/*==============================================
      BURGER BUTTON
    ===============================================*/
.mrst-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: var(--rad);
    cursor: pointer;
    padding: 0;
    transition: border-color .2s;
    flex-shrink: 0;
}

.mrst-burger:hover {
    border-color: var(--gld);
}

.mrst-burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: transform .3s, opacity .3s, width .3s;
    transform-origin: center;
}

.mrst-burger.mrst-burger--open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mrst-burger.mrst-burger--open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.mrst-burger.mrst-burger--open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile drawer */
.mrst-mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 180;
    pointer-events: none;
}

.mrst-mobile-nav.mrst-mobile-nav--open {
    pointer-events: auto;
}

.mrst-mobile-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    opacity: 0;
    transition: opacity .3s;
}

.mrst-mobile-nav--open .mrst-mobile-overlay {
    opacity: 1;
}

.mrst-mobile-drawer {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: var(--blk2);
    transform: translateX(-100%);
    transition: transform .32s cubic-bezier(.4, 0, .2, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    
}

.mrst-mobile-nav--open .mrst-mobile-drawer {
    transform: translateX(0);
}

.mrst-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: var(--blk);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mrst-mobile-header-logo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--g);
    border: 2px solid var(--g2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mrst-mobile-header-logo svg {
    width: 40px;
    height: 40px;
}

.mrst-mobile-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    border: none;
    cursor: pointer;
    color: var(--wht);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.mrst-mobile-close:hover {
    background: var(--g);
}

.mrst-mobile-close svg {
    width: 18px;
    height: 18px;
}

.mrst-mobile-links {
    flex: 1;
    padding: 12px 0;
}

.mrst-mobile-links a,
.mrst-mobile-acc-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 22px;
    color: rgba(255, 255, 255, .85);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    transition: color .2s, background .2s;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.mrst-mobile-links a:hover,
.mrst-mobile-acc-trigger:hover {
    color: var(--gld);
    background: rgba(255, 255, 255, .04);
}

.mrst-mobile-acc-trigger svg {
    width: 13px;
    height: 13px;
    transition: transform .25s;
    flex-shrink: 0;
}

.mrst-mobile-acc-trigger.mrst-acc--open svg {
    transform: rotate(180deg);
}

.mrst-mobile-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    background: rgba(0, 0, 0, .2);
}

.mrst-mobile-sub.mrst-sub--open {
    max-height: 600px;
}

.mrst-mobile-sub a {
    padding: 10px 22px 10px 36px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .03);
}

.mrst-mobile-sub a:hover {
    color: var(--wht);
}

.mrst-mobile-footer {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.mrst-mobile-book {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--g);
    color: var(--wht);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 14px;
    border-radius: var(--rad);
    transition: background .2s;
}

.mrst-mobile-book:hover {
    background: #1e3e1b;
}

.mrst-mobile-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.mrst-mobile-phone svg {
    width: 16px;
    height: 16px;
    color: var(--gld);
}

.mrst-brands-swiper img{
    max-width: 120px;
    max-height:80px ;
}

.mrst-brands-swiper .swiper-button-prev,
.mrst-brands-swiper .swiper-button-next {
    color: #000;
    opacity: 0.85;
}

.mrst-brands-swiper .swiper-button-prev::after,
.mrst-brands-swiper .swiper-button-next::after {
    font-size: 22px;
    font-weight: 900;
    color: #000;
}
.mrst-svc-card:hover .svc-thumb {
	filter: invert(1);
	mix-blend-mode: color-dodge;
}
.mrst-svc-card:hover {
	background: #6bbc3b;
	padding-top: 15px;
}
.mrst-svc-card:hover .mrst-svc-label{
    color: #fff;
}
/*==============================================
      RESPONSIVE
    ===============================================*/
@media (max-width: 1024px) {
    .mrst-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mrst-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mrst-areas-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .mrst-footer-grid {
        grid-template-columns: 1fr 1fr;
        display:grid;
    }

    .mrst-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (max-width: 768px) {

    .mrst-about-grid,
    .mrst-process-grid,
    .mrst-quote-grid {
        grid-template-columns: 1fr;
    }

    .mrst-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mrst-areas-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mrst-nav-menu {
        display: none;
    }

    .mrst-btn-booknow {
        display: none;
    }

    .mrst-burger {
        display: flex;
    }

    .mrst-mobile-nav {
        display: block;
    }

    .mrst-hero {
        height: 500px;
    }

    .mrst-form-row {
        grid-template-columns: 1fr;
    }

    .mrst-topbar {
        padding: 7px 14px;
    }

    .mrst-tb-pill--star {
        display: none;
    }
    .mrst-slide-content{
        padding-inline: 6px;
    }
    .mrst-btn-quote{
        width: 100%;
    }
    .mrst-section{
        padding-block:20px
    }
    .left img{
        border-radius: 10px;
    }
    
}

.left img {
  border-radius: 90px;
}

.suburb-list {
	max-width: 1200px;
	margin: 25px auto !important;
}
.suburb-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.suburb-item {
    width: 25%; /* 4 columns */
    padding: 5px;
    box-sizing: border-box;
}

.suburb-item div {
	border: 1px solid #ccc;
	padding: 4px 10px;
	border-radius: 6px;
	background: #6bbc3b;
	color: #fff;
	text-align: center;
}
body:has(.service_areas) .service_hro{
    margin-bottom:50px;
}
p {
	margin-bottom: 15px;
}
/* Tablet */
@media (max-width: 992px) {
    .suburb-item {
        width: 33.33%; /* 3 columns */
    }
}

/* Mobile */
@media (max-width: 600px) {
    .suburb-item {
        width: 50%; /* 2 columns */
    }
}
@media (max-width: 480px) {
    .mrst-services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mrst-areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mrst-footer-grid {
        grid-template-columns: 1fr;
        display:grid;
    }
    .container{
        flex-direction: column;
    padding: 50px 10px;
    gap: 20px;
    }
    .left,.mrst-slide{
        width: 100%;
        padding: 0 10px;
    }
    .left img{
        border-radius: 10px;
    }
}

.mrst-svc-card a {
	height: 100%;
	display: inline-block;
	width: 100%;
}

/* Add to your CSS file */
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; } 