/*
Theme Name: NAC Local Refresh
Theme URI: http://www.nacrepair.co.uk
Description: A refresh of the NAC local area sites.
Version: 1.0.0
Author: Simon Meston
Author URI: http://www.nacrepair.co.uk
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

@charset "utf-8";

/* ========================================
   BASE STYLES
   ======================================== */

/* HTML Elements */
html {
    scroll-padding-top: 190px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

body {
    line-height: normal;
    float: left;
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #5a5770;
    font-size: 16px;
    font-weight: 300;
    background: #f7f7f7;
    height: auto;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    opacity: 0;
}

body.bodyactive {
    opacity: 1;
}

/* Typography */
h1, h2, h3, h4, h5, h6, .title {
    color: #423984;
    border: none;
    line-height: 1.3;
    padding: 0;
}

h1 {
    font-size: 24px;
    margin: 0;
    line-height: 1.5;
    text-align: center;
}

h1.site-title {
}

h2 {
    font-size: 20px;
    margin: 0 0 13px 0;
}

h3 {
    font-size: 20px;
    margin: 0 0 12px 0;
}

h4 {
    font-size: 18px;
    margin: 0 0 12px 0;
}

h5, h6, h7 {
    font-size: 16px;
    margin: 0 0 12px 0;
}

.title {
    margin-bottom: 13px;
    font-size: 16px;
}

p {
    margin: 0px 0 14px;
    line-height: 30px;
}

b, strong {
    font-weight: 700;
}

/* Links */
a, a:link, a:visited, a:active, #content .gist .gist-file .gist-meta a:visited {
    font-weight: 600;
    color: #fff;
    position: relative;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    cursor: pointer;
}

a:focus, button:focus {
    outline: none !important;
}

a:active {
    outline: none !important;
}

/* Lists */
ul, ul li, ol, ol li {
    padding: 0;
}

ol, ul {
    margin: 0 0 25px 0;
    list-style-type: none;
    padding-left: 30px;
    float: left;
    width: 100%;
}

ul li, ol li {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    line-height: 30px;
}

ul li {
    float: left;
    height: auto;
    display: block;
}

ul li:before {
    content: "";
    position: absolute;
    display: block;
    left: -20px;
    top: 10px;
}

ol li {
    counter-increment: step-counter;
    padding-left: 27px;
}

ol li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0px;
    top: auto;
}

/* Images */
img {
    max-width: 100%;
}

/* ========================================
   LAYOUT
   ======================================== */

/* Container Classes */
.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

.container-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 50px 30px 50px;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
    background-color: #fff;
}

.menu, .menu-header {
    max-width: 1260px !important;
    width: 100%;
}

.sixteen.columns {
    width: 100%;
}

.five.columns {
    width: 31.25%;
}

.row {
    display: block;
    width: 100%;
}

/* Page Structure */
#page-wrap {
    float: left;
    width: 100%;
    margin: 0px;
}

#wrap {
    padding: 0 0px;
}

#content {
    width: 100%;
    float: left;
    display: block;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    min-height: 450px;
    contain: layout;
}

#new-content {
    display: block;
    padding-top: 35px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
    background: white;
}

#new-content h2 {
    clear: both;
    float: left;
    width: 100%;
    font-weight: 600;
}

#new-content h1 span,
#new-content h2 span {
    color: #ff6600 !important;
}

div#sidebar {
    display: none;
}

/* ========================================
   HEADER
   ======================================== */

.header {
    display: grid;
    grid-template-columns: 24% 36% 18% 17%;
    align-items: center;
    gap: 20px;
    padding: 22px 35px 30px 35px;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
    background-color: #fff;
}

.header-column.phone {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

.header-column.accred {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 200px;
    margin-left: 15px;
    height: auto;
    margin-top: 4px;
}

.phone p {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone a {
    color: #423984 !important;
}

.phone-icon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px !important;
    margin-top: -5px;
}

.header-phone {
    color: #423984;
}

.accred img {
    width: 165px;
padding-top:5px;
}

.script {
}

.script img {
    width: 180px;
padding-top: 8px;
}

/* ========================================
   NAVIGATION
   ======================================== */

#navigation {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #423984;
}

#navigation ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: none;
    width: 100%;
    background: #423984;
}

#navigation ul li {
    width: auto;
    border: none;
    flex-grow: 1;
    text-align: center;
}

#navigation ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: none;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
    background: transparent;
    box-shadow: none;
    display: block;
    text-align: center;
    color: white !important;
}

#navigation ul li a:hover {
    background: #ff6600;
    color: #ffffff;
}

#navigation ul li.current-menu-item a {
    background: #ff6600;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

.menu-header ul#menu-pages li {
    border-right: 1px solid #ffffff99;
}

.menu-header ul#menu-pages li:last-child {
    border-right: none;
}

/* ========================================
   SLIDER
   ======================================== */

#slider {
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.slider {
    float: left;
    width: 100%;
}

.slider-pth {
    margin-top: 25px !important;
}

.slider-item {
    display: none;
    border-radius: 15px;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
}

.slider-item.active {
    display: block;
}

.slider-content {
    position: relative;
    top: 60px;
    left: 75px;
    max-width: 65%;
}

.slider-title {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.slider-description {
    font-size: 18px;
    color: #fff;
    padding-bottom:20px;
}

.slider-nav {
    position: absolute;
    top: 44%;
    padding: 6px;
    background-color: #fff;
    font-size: 24px;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.slider-nav.left {
    left: 0px;
}

.slider-nav.right {
    right: 0px;
}

.slider-nav:hover {
    background-color: #fff;
    color: #ff6600;
}

.mobile-image {
    display: none;
}

/* Slider Background Images */
.slider-item:nth-child(1) {
    background-image: url('/wp-content/uploads/2025/03/wm-1.webp');
    background-color: #423984;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.slider-item:nth-child(2) {
    background-image: url('/wp-content/uploads/2025/03/td.webp');
    background-color: #423984;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.slider-item:nth-child(3) {
    background-image: url('/wp-content/uploads/2025/03/ast-cook.webp');
    background-color: #423984;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.slider-item:nth-child(4) {
    background-image: url('/wp-content/uploads/2025/03/dw.webp');
    background-color: #423984;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.slider-item:nth-child(5) {
    background-image: url('/wp-content/uploads/2025/03/fridge-freezer.webp');
    background-color: #423984;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.slider-item:nth-child(6) {
    background-image: url('/wp-content/uploads/2025/03/mw.webp');
    background-color: #423984;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.slider-item:nth-child(7) {
    background-image: url('/wp-content/uploads/2025/03/snd.webp');
    background-color: #423984;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.active {
    display: block;
}

/* ========================================
   COMPONENTS
   ======================================== */

/* Intro Section */
.intro {
    color: #5a5770;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 45px;
    line-height: 32px;
    padding: 0 15px;
}

.intro a {
    color: #ff6600;
}

/* USP Section */
.usp-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0px 60px;
    clear: both;
    float: left;
    width: 100%;
}

.usp-box {
    width: calc(100% / 6 - 20px);
    text-align: center;
    box-sizing: border-box;
}

.usp-image {
    width: 100%;
    height: auto;
    max-width: 80px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.usp-text {
    font-size: 16px;
    font-weight: 600;
    color: #423984;
    line-height: 20px;
    margin: 0;
}

/* Repair vs Replace (RVR) Section */
.rvr-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    clear: both;
    width: auto;
    padding-top: 10px;
}

.rvr-box {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #dcdbe6;
    border-radius: 15px;
    box-sizing: border-box;
}

.rvr-box img {
    width: 75px;
    height: 75px;
    margin: 10px auto 30px;
    object-fit: contain;
}

.rvr-title {
    font-size: 20px;
    font-weight: 600;
    color: #423984;
    margin: 0 0 15px 0;
}

.rvr-description {
    font-size: 16px;
    color: #5a5770;
    line-height: 1.5;
    margin: 0;
}

/* ========================================
   TABS SYSTEM
   ======================================== */

/* Responsive Tabs */
.responsive-tabs-wrapper {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
}

.responsive-tabs ul.responsive-tabs__list {
    margin: 0px !important;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    justify-content: space-between;
}

.responsive-tabs ul.responsive-tabs__list li {
    text-align: center;
    font-size: 14px !important;
    padding: 8px 20px 6px !important;
    background: #423984 !important;
    border: 1px solid rgb(90 87 112 / 58%);
    color: #fff;
    border-radius: 10px 10px 0 0;
    line-height: normal !important;
    height: auto !important;
    margin-right: 0px;
    font-weight: 600;
    margin-bottom: 0px;
}

.responsive-tabs ul.responsive-tabs__list li:hover {
    border: 1px solid rgb(90 87 112 / 100%) !important;
    color: #fff !important;
}

.responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active {
    color: #fff !important;
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
}

.responsive-tabs .responsive-tabs__panel {
    padding: 25px;
    border-color: #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-radius: 0 0 15px 15px;
}

.responsive-tabs .responsive-tabs__panel img {
    float: left;
    display: block;
    margin: 0px;
    flex-grow: 0;
    flex-shrink: 1;
    width: 230px;
}

.responsive-tabs .responsive-tabs__panel ul.appliance-care-usp {
    flex-grow: 1;
    max-width: 75%;
    padding-left: 120px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
    align-items: center;
}

.responsive-tabs .responsive-tabs__panel ul.appliance-care-usp li {
    width: 44% !important;
    background: none !important;
    font-size: 18px;
    font-weight: 500;
    color: #423984;
    padding-top: 0px !important;
    padding-left: 30px !important;
    padding-right: 10px !important;
}

.responsive-tabs .responsive-tabs__panel ul.appliance-care-usp li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/sites/80/2025/03/checked.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* Custom Tab System */
.tabtitle {
    padding: 10px 15px;
    background-color: #423984;
    color: white;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.tabtitle:hover, .tabtitle.active {
    background-color: #ff6600;
}

.tabcontent {
    background-color: white;
    border: 1px solid #dcdbe6;
    display: flex;
    padding: 20px;
    margin-bottom: 35px;
    display: none;
    border-radius: 0px 0px 15px 15px;
}

.tabcontent.active {
    display: flex;
    border-radius: 0px 0px 15px 15px;
}

/* Appliance Repair Tabs */
.appliance-repair-tabs {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

.service-card {
    background: white;
    border: 1px solid #dcdbe6;
    border-radius: 15px;
    overflow: hidden;
    margin: 20px 0 5px 0;
}

.service-tabs {
    display: flex;
    flex-wrap: wrap;
}

.tab {
    flex: 1;
    min-width: 120px;
    border-right: 1px solid #fff;
    padding: 15px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: #423984;
    color: #fff;
}

.tab:first-child {
    border-top-left-radius: 15px;
}

.tab:last-child {
    border-right: none;
}

.tab.active {
    background: #ff6600;
}

.service-content {
    padding: 40px 30px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    gap: 40px;
    align-items: start;
}

.appliance-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appliance-image img {
    object-fit: contain;
    max-width: 250px;
}

.appliance-care-usp {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin-top: 20px;
}

.appliance-care-usp li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #5a6c7d;
    font-weight:500;
}

.appliance-care-usp li:before {
    content: "✓";
    width: 24px;
    height: 24px;
    background: #00b894;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
    top: 2px;
    left: -35px;
}

.tab-contact {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 20px;
    min-width: 200px;
}

.tab-contact .button-right a:hover {
    color: #fff !important;
}

/* ========================================
   PHONE COMPONENTS
   ======================================== */

.phone-container {
    display: flex;
    margin-top: 30px;
}

.phone-number {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 40px;
}

.phone-number-tabs {
    font-size: 36px;
    color: #423984 !important;
    font-weight: 600;
    margin-right: 20px;
    font-size: 32px;
    text-decoration: none;
}

.phone-container-cta {
    display: flex;
    border: 1px solid #dcdbe6;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    padding: 30px 20px;
    border-radius: 20px;
    gap: 20px;
}

.phone-block {
    display: flex;
    align-items: center;
}

.phone-icon-cta {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.phone-number-tabs-cta {
    font-size: 30px;
    color: #423984 !important;
    font-weight: 600;
    margin-right: 20px;
}

/* ========================================
   BUTTONS
   ======================================== */

.button-right {
    padding: 10px 20px;
    background-color: #ff6600;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 20px;
    background: #fd7e14;
    padding: 15px 30px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

.button-right:hover {
    background-color: #423984;
    color: #fff !important;
    transition: background-color 0.3s ease-in-out;
    background: #e8690b;
}

.button-right-cta {
    padding: 10px 20px;
    background-color: #ff6600;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 20px;
}

.button-right-cta:hover {
    background-color: #423984;
    transition: background-color 0.3s ease-in-out;
}

.book-online-button {
    display: inline-block;
    padding: 8px 22px;
    background-color: #33b249;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease, transform 0.1s ease;
}
.book-online-button:hover {
    background-color: #ff6600;
    transform: translateY(-1px);
}

.book-online-button-slider {
    display: inline-block;
    padding: 10px 20px;
    background-color: #33b249;
    color: white !important;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease;
}

.book-online-button-slider:hover {
    background-color: #52cc67;
    color: #fff !important;
    transition: background-color 0.3s ease-in-out;
}

.book-online-button-modal {
display: inline-block;
    padding: 10px 20px;
    background-color: #33b249;
    text-decoration: none;
    border-radius: 10px;
    width: 94%;
    text-align: center;
    font-size: 15px;
}

.book-online-button-modal:hover {
    background-color: #52cc67;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
}

.book-online-button-tabby {
    background: #fd7e14;
    color: white !important;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.book-online-button-tabby:hover {
    background: #e8690b;
}

/* ========================================
   REVIEWS
   ======================================== */

.trustpilot-testimonials {
    padding: 0px;
    margin: 0px;
}

.reivew-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    clear: both;
    padding-bottom: 15px;
    justify-content: start;
    align-items: stretch;
    align-content: stretch;
}

.review-card {
    flex: 0 0 33.3333333333%;
    margin-bottom: 60px;
}

.review-card-inner {
    float: left;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: start;
    align-items: start;
    margin: 12px;
    background: #423984;
    padding: 30px 30px 0px 30px;
    border-radius: 24px;
    flex-direction: column;
}

.review-card-block {
    display: block;
    width: 100%;
}

.review-card-block.ID,
.review-card-block.name,
.review-card-block.date {
    display: none !important;
}

.review-card-block.content {
    order: 1;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    width: 100%;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}

.review-card-block.title {
    order: 2;
    color: #fff;
    font-size: 14px;
    clear: both;
    font-weight: 700;
    float: left;
    line-height: 1.3;
    margin-bottom: 25px;
}

.stars {
    order: 3;
    clear: both;
    float: left;
    width: 100%;
    display: block;
}

.stars img {
    width: auto;
    height: auto;
    float: left;
    margin-right: 4px;
    max-width: 20px;
    max-height: 20px;
}

#latestreviews {
    position: relative;
}

/* ========================================
   AREAS & MAP
   ======================================== */

.areas-header {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.areas-header .highlight {
    color: #ff6600;
}

.map-areas-container {
    display: flex;
    gap: 0rem;
    align-items: flex-start;
    margin: -20px 0 0 0;
    padding-top: 35px;
    max-width: 1163px;
}

.map-section {
    flex: 0 0 70%;
    max-width: 70%;
}

.areas-section {
    flex: 1;
    max-height: 418px;
}

.areas-list {
    display: grid;
    grid-template-columns: 1fr;
    align-content: flex-start;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 360px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ff6600 #fff;
}

.areas-list::-webkit-scrollbar {
    width: 8px;
}

.areas-list::-webkit-scrollbar-track {
    background: #333;
    border-radius: 4px;
}

.areas-list::-webkit-scrollbar-thumb {
    background: #ff6600;
    border-radius: 4px;
}

.areas-list::-webkit-scrollbar-thumb:hover {
    background: #e55a00;
}

.area-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.area-item:before {
    content: "✓";
    width: 24px;
    height: 24px;
    background: #00b894;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
    margin-right: 0.8rem;
}

#area-manufacturer {
    float: left;
    width: 100%;
    margin: 0px;
}

#area-manufacturer ul:last-of-type {
    padding: 30px 30px 35px 65px;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
    margin-bottom: 0px;
}

ul#covered-areas {
    padding: 50px 30px 50px 60px;
    background-image: url(/wp-content/uploads/sites/80/2025/03/locationsbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 27px;
}

ul#covered-areas li {
    color: #f3f1ff;
    width: auto;
    margin-bottom: -5px;
    padding-left:20px;
}

ul#covered-areas:before,
ul#covered-areas:after {
    content: "";
    height: 100%;
    display: block;
    top: 0px;
    position: absolute;
}

/* Map */
#map {
    min-height: 418px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: 425px !important;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.map-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 418px;
    background: #f0f0f0;
    color: #666;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}

/* ========================================
   BRANDS
   ======================================== */

.brand-showcase {
    margin: 50px 30px;
}

.brand-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    margin-top: 10px;
}

.brand-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #ffffff;
    font-weight: 500;
    min-width: 280px;
    flex: 1 1 280px;
    max-width: 350px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.brand-logo {
    width: 130px;
    height: 60px;
    object-fit: contain;
    margin-right: 14px;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    flex-shrink: 0;
}

.brand-text {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
}

/* ========================================
   FAQ
   ======================================== */

.faq-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 30px 20px 30px;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
    background: white;
}

.faq-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.faq-button {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
    background: #f7f7f7 !important;
    color: #423984;
    text-align: left;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 26px;
}

.faq-button:hover {
    background-color: #2980b9;
    box-shadow: none;
    color: #423984;
    border: none;
}

.faq-button:focus {
    color: #ff6600;
    box-shadow: none;
    border: none;
}

.faq-content {
    padding: 20px 25px;
    display: none;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    box-sizing: border-box;
}

.faq-content p {
    margin: 0;
    font-size: 16px;
    color: #5a5770;
}

.faq-content a {
    color: #ff6600 !important;
    font-weight: 500 !important;
}

.faq-toggle {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
}

/* ========================================
   FOOTER
   ======================================== */

#footer-testimonials {
    float: left;
    max-width: 1260px;
    display: block;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
    background: white;
    padding: 30px 40px 45px 40px;
}

.footer-bkgd {
    display: block;
    margin: 0 auto;
    border: none;
    background: #423984;
    height: auto;
    min-height: auto; /* Changed from 80px */
    max-width: 1260px;
    clear: both; /* Added to clear floats */
}

.footer-bkgd #wrap.container {
    height: auto;
    display: flex;
    min-height: auto; /* Changed from 110px */
    justify-content: center;
    align-items: center;
    padding: 20px 0; /* Added some padding */
}

#footer {
    float: left;
    width: 100%;
    display: block;
    padding: 0px;
}

#footer #credits {
    display: none;
}

#footer .wprm-wrapper {
    display: none;
}

#copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin: 0px;
    padding: 15px 0; /* Added padding */
}
.footer-bkgd #wrap.container #copyright a {
    color: #ffffff;
    box-shadow: inset 0 -0.06rem 0 0 #ffffff;
}

.footer-bkgd #wrap.container #copyright a:hover {
    box-shadow: inset 0 -1.5rem 0 0 #ff6600;
    color: #ffffff;
}

/* Footer CTA Section */
.footer-cta-section {
    width: 100%;
    max-width: 1258px;
    background: white;
    padding: 20px 0 60px 0;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
    margin:0 auto;
}

.cta-inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.benefits-section {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-left: 15px;
}

.benefits-heading {
    font-size: 24px;
    font-weight: 700;
    color: #423984;
    line-height: 1.2;
    margin-bottom: 8px;
}

.benefits-subtext {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.4;
}

.surroundmob {
    display: none;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.benefit-icon {
    width: 24px;
    height: 24px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-icon::after {
    content: '✓';
    color: #059669;
    font-weight: 600;
    font-size: 14px;
}

.benefit-text {
    font-size: 16px;
    color: #374151;
    line-height: 1.5;
    font-weight: 400;
}

.cta-actions-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
    padding-left: 40px;
    border-left: 1px solid #e5e7eb;
}

.cta-image-container {
    width: 100%;
    margin-bottom: 8px;
}

.cta-hero-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.office-hours-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.phone-contact-block {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 13px 24px 20px 34px;
    background: #f7f7f7;
    border-radius: 12px;
    border: 1px solid #dcdbe6;
}

.phone-icon-container {
    width: 48px;
    height: 48px;
    background: #ff6600;
    border-radius: 50%;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon-svg {
    width: 32px;
    height: 32px;
    color: white;
}

.phone-info-block {
    flex: 1;
}

.phone-number-link {
    font-size: 35px;
    font-weight: 700;
    color: #423984 !important;
    text-decoration: none;
    display: block;
    margin-top: -2px;
    margin-bottom: 2px;
    transition: color 0.2s ease;
}

.phone-number-link:hover {
    color: #ff6600;
}

.phone-helper-text {
    font-size: 12px;
    color: #423984;
    margin-left: 3px;
    margin-top: -6px;
}

.callback-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #ff6600 !important;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease;
}

.callback-button:hover {
    background: #423984 !important;
    color: #fff;
}

/* ========================================
   MODAL
   ======================================== */

div#ouibounce-modal {
    background: rgb(56 54 76 / 67%);
    backdrop-filter: blur(3px);
    padding: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9990;
    display: none;
}

div#modal-container {
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 35px 0px rgb(41 35 84 / 35%);
    -moz-box-shadow: 0px 0px 35px 0px rgba(41,35,84,.35);
    box-shadow: 0px 0px 35px 0px rgb(41 35 84 / 35%);
    padding: 30px;
    width: 100%;
    max-width: 600px;
    height: 355px;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

span#modal-wait {
    color: #211c48;
    font-size: 24px;
    line-height: 1.3;
    margin: -6px 0 20px 0px;
    float: left;
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0em;
text-align:center;
}

span#modal-header {
background: #423984;
    clear: both;
    float: left;
    width: 630px;
    margin: 0 0 0 0;
font-size:14px;
    color: #ffffff;
    line-height: 23px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    margin-left: -30px;
}

p#modal-text {
    color: #211c48;
    margin: -7px 0 14px 0px;
    text-align: center;
}

div#modal-container ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}

div#modal-container ul li {
    font-size: 16px;
    font-weight: 400;
    width: auto;
    position: relative;
    line-height: 24px;
}

#exit-modal {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

#exit-modal li {
    background: url('/wp-content/uploads/sites/80/2025/03/checked.png') no-repeat left center;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-bottom: 5px !important;
}

#exit-modal li::marker {
    display: none;
}

a#modal-call {
    background: none;
    color: #ff6600;
    line-height: normal;
    padding: 0px 0px 15px 0px;
    width: auto;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
    float: none;
    width: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

#onestop {
    color: #423984;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
}

.alignleft {
    float: left;
}

.clear {
    clear: both;
}

.noborder {
    border: none;
}

.resize {
    clear: both;
}

.wrap {
    width: 100%;
}

.geolocate {
    color: inherit;
}

.highlight {
    color: #ff6600;
}

.borderfix {
    border-left: 1px solid #dcdbe6;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-right: 1px solid #dcdbe6;
    background: white;
}

.scroll-link {
    display: inline-block;
}

/* WordPress Image Classes */
.wp-image-910,
.wp-image-913,
.wp-image-927,
.wp-image-932,
.wp-image-935,
.wp-image-1065 {
    max-width: 100%;
    height: auto;
}

/* Additional IDs */
#faqhide {
    width: 100%;
    display: block;
}

#credits {
    display: none;
}

#sidebar {
    display: none;
}

/* Menu Items */
.menu-item {
    list-style: none;
}

.menu-item a {
    text-decoration: none;
    color: inherit;
}

/* Page Classes */
.page-template-default {
    /* Default page template */
}

.page-id-764 {
    /* Specific page ID */
}

.site-id-1 {
    /* Site ID specific styling if needed */
}

.Home {
    /* Home page specific styling */
}

.current-menu-item,
.current_page_item {
    /* Current page styling handled by navigation classes */
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Desktop Large (1200px and down) */
@media (max-width: 1200px) {    
    .checklist-wrapper-dark h2,
    .checklist-wrapper-light h2 {
        font-size: 23px;
    }
    
    h1 {
        font-size: 23px;
    }
    
    .tab {
        font-size: 0.7em;
    }
    
    .header-column.image {
        display: none;
    }
    
    .slider-description {
        font-size: 16px;
    }
    
    .phone-number {
        font-size: 30px;
    }
    
    .slider-title {
        font-size: 30px;
    }
    
    .intro {
        font-size: 17px;
    }
    
    .tab {
        padding: 10px 10px;
    }
    
    .checklist li {
        font-size: 17px;
        gap: 0;
    }
}

/* Desktop Medium (1160px and down) */
@media (max-width: 1160px) {
    .surroundmob {
        display: inline;
    }
    
    .cta-inner-wrapper {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 0 30px;
    }
    
    .cta-actions-section {
        padding-left: 0;
        border-left: none;
        margin-top: 0;
    }
    
    .benefits-section {
        padding-left: 0;
        gap: 20px;
    }
    
    .benefits-heading {
        font-size: 24px;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 20px;
        line-height: 34px;
    }
    
    .benefits-subtext {
        text-align: center;
        font-size: 18px;
    }
    
    .benefit-text {
        font-size: 15px;
    }
    
    .phone-contact-block {
        flex-direction: row;
        text-align: left;
        gap: 10px;
        padding: 19px 16px 24px 16px;
    }
    
    .phone-number-link {
        font-size: 28px;
    }
    
    .phone-helper-text {
        margin-left: 1px;
    }
}

/* Desktop Small (1100px and down) */
@media (max-width: 1100px) {
    #navigation ul li a {
        font-size: 14px !important;
    }
}

/* Large Tablet (1035px and down) */
@media (max-width: 1035px) {
    .content-box.active {
        border-radius: 15px;
        margin-top: 20px;
    }
    
    .tab {
        border-radius: 10px;
        margin-bottom: 2px;
        font-size: 16px;
    }
    
    .phone-icon {
        width: 30px;
        height: 30px;
    }
    
    .phone p {
        font-size: 34px;
    }
    
    .checklist-grid-light,
    .checklist-grid-dark {
        grid-template-columns: 1fr 1fr;
    }
    
    .tabs {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .tab {
        flex: 0 1 100%;
        text-align: center;
    }
    
    .content-box {
        flex-direction: column;
    }
    
    .content-image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .content-text {
        width: 100%;
    }
    
    .checklist-container {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }
    
    .checklist {
        width: 100%;
        text-align: left;
    }
    
    .custom-checklist-dark li,
    .custom-checklist-light li {
        justify-content: center;
    }
    
    .logo img {
        max-width: 330px;
        width: 100%;
        height: auto;
        margin-top: 13px;
    }
    
    .phone p {
        justify-content: center;
        text-align: center;
    }
    
    .phone-icon {
        margin-right: 10px;
    }
    
    .navbar ul {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    
    .navbar.open ul {
        display: flex;
    }
    
    .navbar-toggle-container {
        justify-content: center;
    }
    
    .navigation-text {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }
    
    .navbar-toggle {
        display: block;
        padding: 3px 0px 6px 0px;
    }
    
    .footer .container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-left {
        width: 100%;
    }
    
    .footer-right {
        width: 100%;
        justify-content: center;
    }
    
    .header {
        grid-template-columns: 27% 48% 0% 18%;
    }
    
    .header-column.image {
        display: none;
    }
    
    h1 {
        font-size: 21px;
    }
    
    .content-text {
        text-align: center;
    }
    
    .checklist li {
        justify-content: center;
    }
    
    .checklist-grid-dark,
    .checklist-grid-light {
        margin-left: 0;
    }
}

/* Tablet (1024px and down) */
@media (max-width: 1024px) {
.appliance-image img {
    margin: 35px 0px 0px 0px;
}
    .review-card {
        flex: 0 0 50%;
        margin-bottom: 60px;
    }
       
    .usp-box {
        width: calc(33.33% - 20px);
    }
    
    .usp-text {
        font-size: 15px;
    }
    
    .map-areas-container {
        display:block;
    }
    
    #area-manufacturer ul:last-of-type {
        overflow: hidden;
        padding: 30px 30px 35px 30px;
        margin-bottom:40px;
    }
    
    .map-section {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    
    .areas-section {
        padding-left: 0;
        width: 100%;
    }
    
    .areas-list {
        display: block;
        height: auto;
        grid-template-rows: repeat(9, 1fr);
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .appliance-care-usp {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 400px;
        margin-left: 30px;
    }
}

/* Large Mobile (900px and down) */
@media (max-width: 900px) {
    .header {
        display: block;
        padding: 10px 0px 20px 0px;
        grid-template-columns: 1fr;
        row-gap: 15px;
        text-align: center;
    }
    
    .logo img {
        margin: 0 auto;
        padding-top: 20px;
    }
    
    .header-column.phone {
        margin: 20px 0px 25px 0px;
    }
    
    .header-column.accred,
    .header-column.script {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    
    .accred img {
        margin: 10px 10px 5px 0px;
        width: 140px;
    }
    
    .script img {
        margin: 6px 0px 5px 15px;
        width: 150px;
    }
    
    .mobile-image {
        display: block;
        margin-bottom: 20px;
    }
    
    .mobile-image img {
        width: 100%;
        border-radius: 15px;
    }
    
    .checklist-grid-light,
    .checklist-grid-dark {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .container-main {
        max-width: 1098px;
        margin: 0 auto;
        padding: 5px 20px 30px 20px;
    }
    
    .phone-icon {
        width: 50px;
        height: 50px;
    }
    
    .slider-item:nth-child(1),
    .slider-item:nth-child(2),
    .slider-item:nth-child(3),
    .slider-item:nth-child(4),
    .slider-item:nth-child(5),
    .slider-item:nth-child(6),
    .slider-item:nth-child(7) {
        background-image: none !important;
    }
    
    .slider-item {
        height: auto;
        position: relative;
        overflow: hidden;
        padding-bottom: 40px;
    }
    
    .slider-content {
        position: relative;
        top: 25px;
        left: 0;
        text-align: center;
        max-width: 100%;
        margin: 0 25px;
    }
    
    .slider-title {
        font-size: 28px;
    }
    
    .phone-container {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    .phone-number {
        font-size: 32px;
        margin-right: 0;
    }
    
    .slider-item .phone-icon {
        width: 30px;
        height: 30px;
        margin-right: 0px;
    }
}

/* Mobile (768px and down) */
@media (max-width: 768px) {
.snudge{margin-top:10px;}
    .review-card {
        flex: 0 0 100%;
        margin-bottom: 60px;
    }

.faq-container {
    padding: 10px 20px 20px 20px;
}

.brand-showcase {
    margin: 50px 20px;
}
    
    .brand-grid {
        gap: 10px;
        justify-content: stretch;
    }
    
    .brand-item {
        flex: 1 1 100%;
        max-width: none;
        padding: 10px 12px;
        margin-bottom: 20px;
    }

#footer-testimonials {
    padding: 30px 20px 45px 20px !important;
}

.tab:last-child {
    border-radius:0px;
}
    
    .brand-logo {
        width: 135px;
        height: 60px;
        margin-right: 20px;
    }
    
    .brand-text {
        font-size: 14px;
    }
    
    .areas-list {
        grid-template-rows: repeat(7, 1fr);
    }
    
    .areas-header {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    #manufacturer-list {
        margin-top: 2rem;
    }
    
    .area-item {
        margin-right: 1.5rem;
    }
    
    #new-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0px !important;
    }
    
    #slider {
        padding-top: 0px !important;
    }
    
    .slider-description {
        padding: 0px 25px;
        line-height: 1.6em;
    }
    
    .intro {
        line-height: 1.6em;
    }
    
    #onestop {
        line-height: 1.4em;
    }
    
    .slider-nav {
        top: 60%;
    }
    
    #new-content h2 {
        font-size: 22px !important;
    }
    
    .phone-number-tabs {
        font-size: 30px;
    }
    
    .faq-button {
        font-size: 14px;
        padding: 12px;
    }
    
    .faq-content {
        padding: 12px;
    }
    
    .service-tabs {
        flex-direction: column;
    }
    
    .tab {
        border-radius: 0;
border-right:none;
    }
    
    .tab:first-child {
        border-radius: 15px 15px 0 0;
    }
    
    .service-content {
        padding: 25px 20px;
    }
    
    .phone-number-tabs {
        font-size: 24px;
    }
}

/* Small Mobile (671px and down) */
@media (max-width: 671px) {
    .phone-container-cta {
        gap: 0px;
        flex-direction: column;
    }
    
    .button-right-cta {
        margin-left: 0px;
        margin-top: 15px;
    }
    
    .phone-number-tabs-cta {
        margin-right: 0px;
    }
}

/* Small Mobile (640px and down) */
@media (max-width: 640px) {
    .button-right {
        margin-top: 0px !important;
    }
}

/* Small Mobile (618px and down) */
@media (max-width: 618px) {
    .button-right {
        margin-top: 20px !important;
        margin-left: 0px !important;
    }
}

/* Small Mobile (600px and down) */
@media (max-width: 600px) {
    #area-manufacturer ul#covered-areas li {
        width: 100%;
        margin-left: 25px;
    }
    
    #area-manufacturer ul#manufacturer-list li {
        width: 100% !important;
    }
    
    .checklist-grid-light,
    .checklist-grid-dark {
        grid-template-columns: 1fr;
    }
}

/* Small Mobile (530px and down) */
@media (max-width: 530px) {
    #exit-modal {
        grid-template-columns: 1fr;
    }
}

/* Extra Small Mobile (480px and down) */
@media (max-width: 480px) {
    .areas-list {
        grid-template-rows: repeat(6, 1fr);
    }
    
    .area-item {
        font-size: 0.95rem;
        padding: 0.5rem 0;
        margin-right: 1.5rem;
    }
    
    .areas-header {
        font-size: 1rem;
    }
    
    .faq-button {
        font-size: 13px;
        padding: 10px;
    }
    
    .faq-content {
        padding: 15px 20px;
    }
    
    .tab {
        padding: 12px 15px;
        font-size: 16px;
    }
    
    .service-content {
        padding: 20px 15px;
    }
    
    .phone-number-tabs {
        font-size: 20px;
    }
}

/* Extra Small Mobile (420px and down) */
@media (max-width: 420px) {
    .phone-number-tabs {
        margin-right: 0px;
    }
}

/* Mobile Menu Toggle Button - Add to your stylesheet */
.mobile-menu-toggle {
    display: none;
    background: #423984;
    border: none;
    color: white;
    font-size: 16px;
    padding: 15px 20px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.menu-text {
    display: inline-block;
}

.hamburger {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Navigation - ONLY applies on mobile */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 20;
    }
    
    /* Make navigation sticky directly below the toggle button */
    #navigation {
        display: block !important;
        position: sticky;
        top: 50px; /* Sticks right below the toggle button */
        z-index: 999;
        width: 100%;
        max-width: 100%;
        margin: 0;
        left: 0;
        right: 0;
    }
    
    #navigation ul {
        display: none;
        flex-direction: column;
        transition: all 0.3s ease;
        margin: 0;
        padding: 0;
        background: #423984; /* Ensure background shows */
    }
    
    #navigation.menu-open ul {
        display: flex;
    }
    
    #navigation ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    #navigation ul li:last-child {
        border-bottom: none;
    }
    
    #navigation ul li a {
        padding: 15px 20px;
        display: block;
        text-align: left;
    }
    
    .menu-header ul#menu-pages li {
        border-right: none;
    }
#footer{
    padding: 0px 20px;
}
}

.padit{padding: 0 20px 20px 20px;}

form#cbForm .form-section {
	clear: both;
	display: block;
	margin: 15px 0;
	float: left;
	width: 100%;
}

form#cbForm .form-section:nth-of-type(4),
form#cbForm .form-section:nth-of-type(5),
form#cbForm .form-section:nth-of-type(6) {
	max-width:30%;
	clear:none;
}

form#cbForm .form-section:nth-of-type(5) {
    margin-left: 5%;
    margin-right: 5%;
}

form#cbForm .form-section label {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #211c48;
    line-height: 32px;
    margin: -4px 0 12px 0px;
}

form#cbForm .form-section label:hover {
    color:#ff6600;
}

form#cbForm .form-section input,
form#cbForm .form-section textarea,
form#cbForm .form-section select {
    width: 100%; /* full width, float removed for better consistency */
    border-radius: 10px;
    line-height: 1.2;
    padding: 15px 12px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #5a5770;
    font-weight: 300;
    border: 1px solid rgb(220 219 230);
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none; /* removes default Safari styling */
    -moz-appearance: none;    /* removes default Firefox styling */
    appearance: none;         /* standard */
}

form#cbForm .form-section textarea {
    height: 200px;
    border-radius: 10px;
    resize: none;
}

form#cbForm .form-section input:hover,
form#cbForm .form-section select:hover,
form#cbForm .form-section textarea:hover {
    border: 1px solid rgb(90 87 112 / 100%);
}

form#cbForm .form-section input:focus,
form#cbForm .form-section select:focus,
form#cbForm .form-section textarea:focus {
    border:1px solid #ff6600;
}

form#cbForm .form-section p#applianceTypeOptions {
    width: 100%;
    margin-top: 0px;
    margin-bottom: -15px;
}

form#cbForm .form-section p#applianceTypeOptions label {
    width: 33.333333%;
    margin: 0 0 15px 0;
    display: block;
}

form#cbForm .form-section p#applianceTypeOptions label:hover {
    cursor:pointer;
}

form#cbForm .form-section p#applianceTypeOptions label input {
    display:none;
}

form#cbForm .form-section p#applianceTypeOptions label span {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 35px;
    min-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    color: #5a5770;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

form#cbForm .form-section p#applianceTypeOptions label span:before {
    content: "";
    border: 1px solid rgb(90 87 112 / 49%);
    background: rgb(90 87 112 / 22%);
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    box-shadow: inset 0 0 0px 5px #ffffff;
}

form#cbForm .form-section p#applianceTypeOptions label:hover span:before {
    border: 1px solid rgb(90 87 112 / 100%);
}

form#cbForm .form-section p#applianceTypeOptions label input:checked ~ span {
    color:rgb(90 87 112 / 100%);
}

form#cbForm .form-section p#applianceTypeOptions label input:checked ~ span:before {
    border-color:#ff6600;
    background:#ff6600;
}

form#cbForm .form-section input.submit-button {
    width: auto;
    display: block;
    border-radius: 50px;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0em;
    font-weight: 600;
    padding: 10px 24px;
    margin: 10px 0 0 0;
    background: #ff6600;
    border: none;
    text-shadow: none;
    color: #ffffff;
    min-width: 150px;
    margin-top: 0px;
}

form#cbForm .form-section input.submit-button:hover {
    background: #211c48;
}

form#cbForm {
    float: left;
    display: block;
    height: auto;
    margin-top: 10px;
    background-color: #f7f7f7;
    border: 1px solid #dcdbe6;
    padding: 50px 50px 25px 50px;
    border-radius:10px;
    margin-bottom:20px;
}

form#cbForm .form-section {
    width: 100%;
    margin-top: 0;
    padding: 0;
}

form#cbForm .form-section label {
	float: left;
	width: 100%;
}

form#cbForm .form-section input {
	float: left;
	border: solid 1px #0b1452;
max-width:1050px;
}

form#cbForm .form-section input:focus, form#cbForm .form-section textarea:focus {
	border: solid 1px #f68d30;
}

form#cbForm .form-section textarea {
	height: 140px;
	float: left;
	border: solid 1px #0b1452;
max-width:1050px;
}

@media (max-width: 767px) {
    form#cbForm {
        padding: 30px 30px 10px 30px;
    }
}

@media (max-width: 575px) {
form#cbForm .form-section p#applianceTypeOptions label {
    width: 100%;
}

form#cbForm .form-section:nth-of-type(4), form#cbForm .form-section:nth-of-type(5), form#cbForm .form-section:nth-of-type(6) {
    max-width: 100%;
    clear: both;
    margin-left: 0px;
}

form#cbForm .form-section:nth-of-type(5) {
    margin-left: 0;
    margin-right: 0;
}

form#cbForm .form-section input.submit-button {
    margin-top: -0px;
}
}

.Terms038Conditions #content ul,
.PrivacyPolicy #content ul {
    float: left;
    width: 100%;
    display: block;
}

.Terms038Conditions #content ul li,
.PrivacyPolicy #content ul li {
    clear: both;
    float: left;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    background: none;
    padding: 0 0 0 25px;
}

.Terms038Conditions #content ul li:before,
.PrivacyPolicy #content ul li:before {
    width: 5px;
    height: 5px;
    display: block;
    background: #5a5770;
    border-radius: 50%;
    top: 12px;
}

.Terms038Conditions #content a,
.PrivacyPolicy #content a {
    text-decoration: none;
}

.Terms038Conditions #content b, .Terms038Conditions #content strong,
.PrivacyPolicy #content b, .PrivacyPolicy #content strong {
    font-weight: 600;
}

.PrivacyPolicy #content table,
.Terms038Conditions #content {
	float:left;
	width:100%;
}
.cards{
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 0 40px;
    text-align: center;
}
    .card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 30px 20px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      cursor: pointer;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    }

    .card img {
height: 120px;
    margin: 0 auto 45px;
    }

    .card-title {
      background: #423984;
      color: #fff;
      font-weight: 500;
      padding: 12px;
      border-radius: 0 0 15px 15px;
      margin: -20px -20px -30px -20px;
    }

    @media (max-width: 1200px) {
.cards{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
        gap: 20px;
        margin: 0 30px 20px;
        text-align: center;
    }
}
    @media (max-width: 600px) {
.cards{margin:0 20px 20px;}
      .card img {
        height: 100px;
      }
    }

.contact-us-header{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #423984;
}

.contact-us-copy{
text-align:center;
margin: 0px 30px 40px 30px;
font-size:18px;
}

   .nrs-container {
      font-family: Poppins, sans-serif;
      margin: 0 auto;
      padding: 0px 40px;
    }

    .nrs-tab-nav {
      display: flex;
      flex-wrap: nowrap;
      gap: 10px;
      margin-bottom: 20px;
      justify-content: space-between;
    }

    .nrs-tab-button {
      font-family: Poppins, sans-serif;
      flex: 1;
      text-align: center;
      padding: 10px 0;
      background: #423984;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.2s;
    }

    .nrs-tab-button:hover {
      background: #ff6600;
    }

    .nrs-tab-button.nrs-active {
      background: #ff6600;
      color: white;
    }

    .nrs-tab-content {
      display: none;
      margin-bottom: 35px;
      margin-top: 30px;
    }

    .nrs-tab-content.nrs-active {
      display: block;
    }

    .nrs-safety-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-between;
    }

    .nrs-safety-item {
      flex: 1 1 calc(100% - 10px);
      display: flex;
      align-items: flex-start;
      gap: 5px;
      border-radius: 5px;
      font-size: 1em;
      padding: 5px;
    }

    .nrs-safety-item span.nrs-check-mark {
          margin-top: -3px;
    }

    .nrs-checklist {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 20px;
    }

    @media (max-width: 768px) {
      .nrs-checklist {
        grid-template-columns: 1fr;
      }
    }

    .nrs-checklist-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 4px;
      border-radius: 5px;
      font-size: 1em;
    }

    .nrs-check-mark {
      font-size: 20px;
      margin-top: -4px;
    }

    .nrs-section-wrapper {
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .nrs-section-wrapper img {
      max-width: 190px;
      height: auto;
      padding: 10px;
      border-radius: 10px;
    }

    @media (max-width: 600px) {
      .nrs-safety-item {
        flex: 1 1 100%;
      }

      .nrs-section-wrapper {
        flex-direction: column;
        align-items: center;
      }
    }

.service-disclaimer{
text-align: center;
    margin: 0px 40px 0px;
    font-weight: 600;
    background-color: #fff6c9;
    border-radius: 10px;
border: 2px dashed #423984;
    padding: 30px;
    display: inline-block;
}

    @media (max-width: 768px) {
.service-disclaimer{
margin: 0 20px 15px;
}
      .nrs-tab-nav {
        flex-wrap: wrap;
      }
.nrs-container {
    padding: 0 25px;
}

      .nrs-tab-button {
        flex: 1 1 calc(50% - 10px);
      }
    }

    @media (max-width: 500px) {
      .nrs-tab-button {
        flex: 1 1 100%;
      }
    }

/* === Popup Overlay === */
.offer-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999;
}

.offer-popup.show {
  opacity: 1;
  visibility: visible;
}

/* === Popup Box === */
.offer-popup-content {
  background: #fff;
  border-radius: 16px;
    max-width: 735px;
    width: 90%;
    padding: 2rem;
  position: relative;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  animation: popupSlide 0.4s ease;
margin: 0px 20px;
}

/* === Close Button === */
.offer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}

.offer-close:hover {
  color: #ff6600;
}

/* === Grid Layout === */
.offer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.offer-image {
  flex: 1 1 40%;
  text-align: center;
}

.offer-image img {
  max-width: 100%;
  border-radius: 12px;
}

.offer-text-container {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.offer-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #423984;
  margin: 0;
}

.offer-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}

.offer-btn {
  display: inline-block;
  background: linear-gradient(135deg, #33b249, #28a745);
  color: #fff;
  padding: 0.85rem 1.8rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
}

.offer-btn:hover {
  background: #ff6600;
}

/* === Animation === */
@keyframes popupSlide {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* === Responsive === */
@media (max-width: 768px) {
.offer-image{
    margin-bottom: -20px;
}
.offer-image img {
    max-width: 70%;
}
.offer-popup-content{
    padding: 1rem 2rem;
}
.offer-title{
font-size:1.2rem;
}
  .offer-grid {
    flex-direction: column;
  }
.offer-text {
    font-size: 1rem;
    line-height: 1.5;
}
  .offer-text-container {
    text-align: center;
margin-bottom:20px;
  }
  .offer-btn {
    margin: 0 auto;
  }
}

.hero-banner {
    position: relative;
    background-color: #423984;
    color: #fff;
    padding: 4rem 5rem 4.5rem 5rem;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    margin: 1px;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('/wp-content/uploads/2025/09/bg.webp') center center / cover no-repeat;
    opacity: 0.2;
    z-index: 0;
}

.hero-banner > * {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0 auto;
    padding-top: 20px;
}

.main-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 0;
}

.service-section {
    background: #fff;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.section-header {
    background: #423984;
    color: #fff;
    padding: 1rem;
    text-align: center;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.section-content {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
}

.section-icon {
    width: 250px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    padding: 1.5rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-shrink: 0;
}

.section-icon img {
    max-width: 178px;
    height: auto;
    object-fit: contain;
}

.call-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 24px 0px 12px 0px;
}

.phone-icon {
    width: 34px !important;
    height: 34px !important;
    margin-bottom: -3px;
}

.phone-number {
    font-size: 28px !important;
    color: #423984 !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

.section-icon button,
.book-online-button-slider {
    font-family: Poppins, sans-serif;
    margin-top: 0.5rem;
    padding: 8px 22px;
    background-color: #33b249;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.section-icon button:hover,
.book-online-button-slider:hover {
    background-color: #ff6600;
    transform: translateY(-1px);
}

.section-icon button:active,
.book-online-button-slider:active {
    background-color: #ff6600;
    transform: translateY(0);
}

.checklist-grid,
.safety-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.75rem;
    flex: 1;
}

.checklist-item,
.safety-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.checklist-item:hover,
.safety-item:hover {
    background: #e9ecef;
    border-left-color: #ff6600;
}

.check-mark {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
}

.check-text {
    flex: 1;
    line-height: 1.4;
    font-weight: 400;
    color: #2c3e50;
}

.check-text strong {
    color: #1c1740;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-banner {
        padding: 2.5rem 2rem;
    }

    .main-content {
        padding: 1rem;
    }

    .section-content {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .section-icon {
        width: 100%;
        margin-top: -16px;
        align-self: center;
    }

    .section-icon img {
        width: 260px;
        object-fit: contain;
    }

    .checklist-grid,
    .safety-grid {
        grid-template-columns: 1fr;
    }
}

#currentMonth{color:#ff6600;font-weight:bold;}

        /* Callback Form Styles */
        .cbf-container {
            max-width: 1200px;
            font-family: Poppins, sans-serif;
            margin: 0 auto;
            padding: 0 1rem;
            box-sizing: border-box;
        }

        .cbf-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .cbf-description {
            font-size: 1rem;
            color: #4a4a4a;
            text-align: center;
            margin: 0 auto 1.5rem;
            line-height: 1.5;
            width: 100%;
        }

        .cbf-subheading {
            font-size: 1.25rem;
            font-weight: 600;
            color: #1a1a1a;
            text-align: center;
            padding: 1.25rem 0;
            line-height: 1.4;
            width: 100%;
        }

        .cbf-link {
            color: #ff6600;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .cbf-link:hover {
            color: #e65c00;
            text-decoration: underline;
        }

        .cbf-form {
            width: 100%;
            padding: 2rem;
            background: #ffffff;
            border-radius: 12px;
            box-sizing: border-box;
        }

        .cbf-form-section {
            margin-bottom: 1.5rem;
            width: 100%;
        }

        .cbf-contact-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
        }

        .cbf-label {
            display: block;
            font-size: 1rem;
            font-weight: 500;
            color: #1a1a1a;
            margin-bottom: 0.5rem;
        }

        .cbf-required {
            color: #ff0000;
            font-size: 0.9rem;
        }

        .cbf-input,
        .cbf-textarea,
        .cbf-select {
	    font-family:poppins;
            width: 100%;
            padding: 0.75rem;
            font-size: 1rem;
            color: #1a1a1a;
            border: 1px solid #d1d1d1;
            border-radius: 6px;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
            box-sizing: border-box;
        }

        .cbf-input:focus,
        .cbf-textarea:focus,
        .cbf-select:focus {
            outline: none;
            border-color: #ff6600;
            box-shadow: 0 0 6px rgba(255, 102, 0, 0.3);
        }

        .cbf-textarea {
            min-height: 120px;
            resize: vertical;
        }

        .cbf-appliance-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 0.5rem;
            border-radius: 8px;
        }

        .cbf-appliance-tile {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: 500;
            color: #1a1a1a;
            padding: 0.5rem;
            height: 80px;
            text-align: center;
            border: 1px solid #d1d1d1;
            border-radius: 6px;
            background: #ffffff;
            cursor: pointer;
            transition: all 0.2s ease;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .cbf-appliance-tile:hover {
            background: #fff5f0;
            border-color: #ff6600;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        }

        .cbf-appliance-tile.selected {
            background: #fff5f0;
            border-color: #ff6600;
            color: #ff6600;
            font-weight: 600;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        }

        .cbf-appliance-tile input {
            display: none;
        }

        .cbf-appliance-icon {
            width: 24px;
            height: 24px;
            margin-bottom: 0.3rem;
        }

        .cbf-submit-button {
            display: block;
            width: 100%;
            padding: 1rem;
            font-size: 1.1rem;
            font-weight: 600;
            color: #ffffff;
            background: #ff6600;
            border: none;
            border-radius: 6px;
            cursor: pointer;
font-family:poppins;
            transition: background 0.3s ease;
        }

        .cbf-submit-button:hover {
            background: #e65c00;
        }

        .cbf-recaptcha {
            margin-bottom: 1.5rem;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .cbf-container {
                padding: 0 0.75rem;
            }

            .cbf-title {
                font-size: 2rem;
            }

            .cbf-subheading {
                font-size: 1.1rem;
            }

            .cbf-form {
                padding: 1.5rem;
            }

            .cbf-appliance-grid {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            }

            .cbf-contact-row {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .cbf-title {
                font-size: 1.75rem;
            }

            .cbf-description {
                font-size: 0.9rem;
            }

            .cbf-subheading {
                font-size: 1rem;
            }

            .cbf-input,
            .cbf-textarea,
            .cbf-select {
                font-size: 0.9rem;
                padding: 0.6rem;
            }

            .cbf-appliance-tile {
                font-size: 0.75rem;
                padding: 0.4rem;
                height: 70px;
            }

            .cbf-appliance-icon {
                width: 20px;
                height: 20px;
            }

            .cbf-submit-button {
                font-size: 1rem;
                padding: 0.8rem;
            }
        }

.success-message{
    background-color: #33b249;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    font-weight: 500;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
}