/* General Body Styles */
body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Page-specific Backgrounds */
body.home-page {
    background-image: url('../media/home/home.png');
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.fibre-page {
    background-image: url('../media/internet/fibre.png');
}

body.air-fibre-page {
    background-image: url('../media/internet/air-fiber.png');
}

body.printers-3d-page {
    background-image: url('../media/3d_printers/3d_printer.png');
}

body.voip-page {
    background-image: url('../media/voip/T58V_Lifestyle2.webp');
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

body.about-page,
body.contact-page {
    background-image: url('../media/about/about.png');
}

body.privacy_policy-page,
body.aup-page,
body.terms_and_conditions-page,
body.mitsol-background,
body.openserve-background,
body.schweet_web-background {
    background-color: #b7a3dbff;
}

/* Font settings */
.tagesschrift-regular {
    font-family: "Tagesschrift", system-ui;
    font-weight: 400;
    font-style: normal;
}

.quicksand {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 404 Page Styles */
.body-404 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.container-404 {
    max-width: 600px;
    padding: 20px;
}

/* Logo Styles */
.logo-404 {
    width: 200px;
    margin-bottom: 20px;
}

.logo-policy {
    max-width: 200px;
}

.signup-logo {
    max-width: 200px;
}

.fno-logo {
    height: 60px;
}

.air-fibre-logo {
    height: 80px;
}

.header-logo {
    max-width: 8%;
}

.fno-logo-fibre {
    max-height: 60px;
}

.home-logo {
    width: 500px;
}

/* Button Styles */
.btn-homepage {
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    background-color: #007bff;
    border-radius: 5px;
}

/* Form Styles */
.address-suggestions-container {
    position: relative;
}

.address-suggestions {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    background-color: #fff;
}

.other-premises-specify {
    display: none;
}

/* Signature Pad Styles */
.signature-pad {
    height: 38px;
}

.signature-pad-openserve {
    height: 38px;
}

/* Other Styles */
.coverage-loader {
    display: none;
}

.header-padding {
    padding-top: 60px;
}

.printer-image {
    width: 90%;
}

.k2-plus-image {
    width: 60%;
}

.voip-signup-image {
    max-height: 400px;
    border-radius: 20px;
}