body {
    background-color:#ffffff;
    margin:0;
    padding:0;
    position:relative;
}

html {
    scroll-behavior: smooth;
}

* {
    font-family:"Montserrat", sans-serif;
    font-style:normal;
    font-size:1rem;
    font-weight:400;
    box-sizing:border-box;
}

h1 {
    font-size:3.5rem;
    font-weight:500;
    margin:20px 0;
}

h2 {
    font-size:2rem;
    font-weight:400;
    margin:18px 0;
}

h3 {
    font-size:1.75rem; 
    font-weight:500;
    margin:16px 0;
}

strong {
    font-weight:500;
}

.textcolor-gold {
    color:#b99c7b;
}

.textcolor-white {
    color:#ffffff;
}

.container {
    display:flex;
    flex-direction:column;
    width:100vw;
    height:auto;
}

.footer {
    display:flex;
    position:relative;
    justify-content:space-between;
    align-items:center;
    flex-direction:row;
    width:100vw;
    height:100px;
    background-color:#3f4047;
}

.footer-copyright {
    display:flex;
    position:relative;
    align-items:center;
    flex-direction:column;
    width:100vw;
    height:auto;
    background-color:#3f4047;
    color:#b99c7b;
}

.footer-copyright p {
    margin:0;
    padding:0;
}

.header {
    display:flex;
    position:relative;
    justify-content:space-between;
    align-items:center;
    flex-direction:row;
    width:100vw;
    height:100px;
    position:fixed;
    z-index:1001;
    top:0;
    background-color:#3f4047;
}

.header-logo {
    display:flex;
    background-image:url('/media/logo-1.png');
    background-size:contain;
    background-repeat:no-repeat;
    width:80px;
    height:80px;
    margin-left:50px;
    text-decoration:none;
}

.menu {
    display:flex;
    padding: 10px;
    margin-right:50px;
}

.menu ul {
    list-style-type:none;
    margin:0;
    padding:0; 
    display:flex;
}

.menu li {
    display:flex;
    position:relative;
    margin-left:40px;

}

.dropdown-indicator {
    margin-left: 10px;
    font-weight:800;
    cursor:pointer;
    display:inline-block;
    transition:transform 0.3s ease;
    color:#b99c7b;
}

.menu li:hover .dropdown-indicator {
    transform:rotate(-90deg);
}

.dropdown {
    display:flex;
    flex-direction:column;
    opacity:0;
    visibility:hidden;
    position:absolute;
    top:100%;;
    left:0;
    background-color:#f1f1f1; 
    list-style-type:none;
    padding:0;
    margin:0;
    z-index:3; 
    width:220px;
    border-top:2px solid #b99c7b;
    border-bottom:2px solid #b99c7b;
    transition:opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown li {
    text-align:left !important;
    padding:10px;
    margin-left:0;
}

.dropdown li a {
    color:#53555d;
    font-weight:400;
    font-size:0.9rem;
    transition:color 0.5s ease;
}

.dropdown li a:hover {
    color:#101012;
    font-weight:500;
}

.menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.menu a {
    text-decoration:none;
    color:#fcfcfc;
    font-weight:500;
    transition:color 0.8s ease;
}

.menu a:hover {
    color:#c4c4c4;
}

.golden-a {
    color:#b99c7b !important;
}

.golden-a:hover {
    color:#796753 !important;
}

/* Slideshow container inside main-header */
.main-header-images {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.header-slide {
    position: absolute;
    top: 0; left: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: left 1s ease-in-out;
    opacity: 1;
}

.header-slide.active {
    left: 0;
}

.header-slide.previous {
    left: -100%;
}


.main-header {
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    background-size:cover;
    background-position:center; 
    width:100vw;
    height:600px;
    margin-top:100px;
    border-bottom: 10px solid #b99c7b;
}

.main-header-windows {
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    background-size:cover;
    background-position:center; 
    width:100vw;
    height:600px;
    margin-top:100px;
}

.main-header::before {
    content: "";
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index:1;
}

.mainheader {
    background-image:url('/media/header-main.jpg');
}

.rooftopsheader {
    background-image:url('/media/header-rooftops.png');
}

.balcony-header {
    background-image:url('/media/header-balcony.jpg');
}

.carport-header {
    background-image:url('/media/header-carports.jpg');
}

.pergolasheader {
    background-image:url('/media/header-pergolas.jpg');
}

.header-carpenter {
    background-image:url('/media/header-carpenter.jpg');
}

.header-windows {
    background-image:url('/media/header-windows.webp');
}

.header-fence {
    background-image:url('/media/header-fence.jpg');
}

.header-ikea {
    background-image:url('/media/header-ikea.webp');
}

.header-floors {
    background-image:url('/media/header-floors.jpg');
}

.header-doorswindows {
    background-image:url('/media/header-doorswindows.jpg');
}

.header-roofs {
    background-image:url('/media/header-roofs.jpg');
}

.header-plumbing {
    background-image:url('/media/header-plumbing.jpg');
}

.main-header-container {
    position:relative;
    display:flex;
    width:80%;
    max-width:1320px;
    flex-direction:column;
    z-index:2;
}

.header-btns {
    display:flex;
    flex-direction:row;
    width:auto;
    margin-top:20px;
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    background-color:#b99c7b;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
    margin-right:20px;
    font-size:1.2rem;
    font-weight:400;
}

.btn:hover {
    background-color:#c29058;
}

.btn-green {
    background-color:#337225;
}

.btn-green:hover {
    background-color:#1e4215;
}

.main-content-area {
    display:flex;
    width: 80%;
    max-width: 1320px;
    height:auto;
    flex-direction:row;
    margin:30px auto;
}

.main-content-textarea {
    display:flex;
    flex:1;
    flex-direction:column;
    padding:20px;
    box-sizing:border-box;
    align-items: center;
    justify-content: center;
}

.main-content-textarea h1 {
    font-size:2.5rem;
    margin:0;
}

.main-content-textarea p {
    margin-bottom:0;
    width:100%;
}

.main-content-image {
    display:flex;
    flex:1;
    padding:20px;
    box-sizing:border-box;
    align-items: center;
    justify-content: center;
}

.main-content-image img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
}

.choose-us {
    width:100%;
    height:auto;
    display:flex;
    align-items: stretch;
    justify-content:center;
    box-sizing:border-box;
    flex-direction:row;
}

.choose-us-block {
    display:flex;
    flex:1;
    min-height:100px;
    height:auto;
    margin:10px;
    border:1px solid #b99c7b;
    box-shadow: inset 0 0 0 1px rgb(35, 35, 35);
    flex-direction:column;
    align-items: center;
    padding:15px;
    box-sizing:border-box;
}

.choose-us-block h1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 2.5rem;
}

.choose-us-block h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin:0;
    text-align:center;
}

.options-div {
    flex-direction:column;
    width:100%;
}

.choose-us-block p {
    text-align:center;
    font-weight:300;
}

.flex-dir-column {
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

.choose-us-block-divider {
    width: 70px;
    height: 2px;
    background-color: #b7b7b7;
    margin-top: 0;
    margin-bottom: 15px;
}

.main-divider {
    width:70%;
    height:1px;
    background-color:#b99c7b;
    margin:20px auto;
}

.footer-divider {
    width:100vw;
    height:1px;
    background-color:#b99c7b;
    margin-bottom:20px;
}

.options-block-line {
    width:100%;
    height:auto;
    display:flex;
    align-items: stretch;
    justify-content:center;
    box-sizing:border-box;
    flex-direction:row;
}

.option-block {
    display:flex;
    flex:1;
    min-height:100px;
    height:auto;
    margin:10px;
    flex-direction:column;
    align-items:flex-start;
    padding:15px;
    box-sizing:border-box;
    background-color:#ffffff;
}

.options-block h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 2.5rem;
}

.options-block h2:hover {
    font-weight:600;
}

.options-block p {
    text-align:center;
    font-weight:300;
}

.option-block img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
}

.option-block button {
    background-color:transparent;
    padding:0 0 0 10px;
    margin:0;
    color:#c29058;
    border:none;
    transition:0.4s ease;
    cursor:pointer;
}

.option-block button:hover {
    color:#ff8800;
}

.main-content-area-bgcolor {
    background-color:rgb(246 246 246);
    width:100%;
    height:auto;
}

.footer-bgcolor {
    background-color:#3f4047;;
    width:100vw;
    height:auto;
}

.main-content-area-bgcolor2 {
    background-color:rgb(236, 236, 236);
    width:100%;
    height:auto;
}

.option-block-p {
    padding:10px;
}

.materials-banner {
    overflow-x: auto;
    width:100%;
    height:100px;
}

.materials-banner img {
    height:100%;
    width:auto;
}

.services-content h1 {
    font-size:2rem;
}

.services-content h2 {
    font-size:1.2rem;
    font-weight:600;
}

.services-content-area {
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
}

.services-content {
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:60px;
}

.services-img {
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.residentialimage1 {
    background-image: url('/media/residential-1.jpeg');
}

.residentialimage2 {
    background-image: url('/media/residential-2.jpeg');
}

.residentialimage3 {
    background-image: url('/media/residential-3.jpg');
}

.baconyimage1 {
    background-image: url('/media/balcony-1.jpg');
}

.baconyimage2 {
    background-image: url('/media/balcony-2.jpeg');
}

.baconyimage3 {
    background-image: url('/media/balcony-3.jpeg');
}

.carportimage1 {
    background-image: url('/media/carport-1.jpg');
}

.carportimage2 {
    background-image: url('/media/carport-2.jpg');
}

.carportimage3 {
    background-image: url('/media/carport-3.jpg');
}

.rooftopsimage1 {
    background-image: url('/media/rooftops-1.jpg');
}

.rooftopsimage2 {
    background-image: url('/media/rooftops-2.jpg');
}

.pergolasimage1 {
    background-image: url('/media/pergolas-1.jpg');
}

.pergolasimage2 {
    background-image: url('/media/pergolas-2.jpg');
}

.pergolasimage3 {
    background-image: url('/media/pergolas-3.jpg');
}

.carpenterimage1 {
    background-image: url('/media/carpenter-1.jpg');
}

.carpenterimage2 {
    background-image: url('/media/carpenter-2.jpg');
}

.carpenterimage3 {
    background-image: url('/media/carpenter-3.jpg');
}

.fenceimage1 {
    background-image: url('/media/fence-1.jpg');
}

.fenceimage2 {
    background-image: url('/media/fence-2.jpg');
}

.fenceimage3 {
    background-image: url('/media/fence-3.jpg');
}

.ikeaimage1 {
    background-image: url('/media/ikea-1.jpg');
}

.ikeaimage2 {
    background-image: url('/media/ikea-2.jpg');
}

.ikeaimage3 {
    background-image: url('/media/ikea-3.jpg');
}

.floorsimage1 {
    background-image: url('/media/floors-1.jpg');
}

.floorsimage2 {
    background-image: url('/media/floors-2.jpg');
}

.floorsimage3 {
    background-image: url('/media/floors-3.jpg');
}

.doorswindowsimage1 {
    background-image: url('/media/doorswindows-1.jpg');
}

.doorswindowsimage2 {
    background-image: url('/media/doorswindows-2.png');
}

.doorswindowsimage3 {
    background-image: url('/media/doorswindows-3.jpg');
}

.roofsimage1 {
    background-image: url('/media/roofs-1.jpg');
}

.roofsimage2 {
    background-image: url('/media/roofs-2.jpg');
}

.roofsimage3 {
    background-image: url('/media/roofs-3.jpg');
}

.plumbingimage1 {
    background-image: url('/media/plumbing-1.jpg');
}

.plumbingimage2 {
    background-image: url('/media/plumbing-2.jpg');
}

.plumbingimage3 {
    background-image: url('/media/plumbing-3.jpeg');
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    display:none;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 900px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Style for the cookie settings modal */
.cookie-settings {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    width: 90%;
    max-width: 400px;
    z-index: 1001;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.cookie-banner button, .cookie-settings button {
    background: #b99c7b;
    color: white;
    border: none;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    border-radius: 3px;
    height:50px;
}

.cookie-banner button:hover, .cookie-settings button:hover {
    background: #c29058;
}

.cookie-banner a {
    text-decoration:none;
    color:#b99c7b;
    font-weight:400;
}

.option-block a {
    text-decoration:none;
    font-size:2rem;
    font-weight:400;
    color:#101012;
}

.option-block a h2 {
    transition:font-weight 0.3s ease-in-out;
}

.option-block a:hover h2 {
    font-weight:500;
}

.flex-start {
    align-items:flex-start !important;
}

.margin-top-40 h2 {
    margin-top:40px !important;
}

.terms-h3 h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 25px 0 0 0;
}

.contact-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.contact-form label {
    font-weight: bold;
    text-align: left;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form button {
    background: #b99c7b;
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.contact-form button:hover {
    background: #c29058;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.contact-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    color: #333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-form select:hover {
    border-color: #b99c7b;
}

.contact-form select:focus {
    border-color: #c29058;
    box-shadow: 0px 0px 5px rgba(185, 156, 123, 0.5);
    outline: none;
}

.contact-form select option {
    font-size: 16px;
    background-color: white;
    color: #333;
}

.contact-form select option:disabled {
    color: #aaa;
}

.select-wrapper::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #555;
    pointer-events: none; 
}

.contact-form select {
    padding-right: 40px;
}

.mobile-header {
    display: none;
    justify-content: space-between; 
    align-items: center;
    background-color: #3f4047;
    height: 70px;
    padding: 0 20px;
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 1001;
  }
  
  .mobile-header-logo {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('/media/logo-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    flex-shrink: 0;
  }
  
  .hamburger-menu {
    font-size: 2rem;
    color: #b99c7b;
    cursor: pointer;
    flex-shrink: 0;
  }
  

.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #3f4047;
    width: 100vw;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 1000;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.mobile-menu li {
    padding: 15px;
    border-bottom: 1px solid #b99c7b;
    text-align: center;
}

.mobile-menu a {
    text-decoration: none;
    color: #fcfcfc;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    transition: color 0.3s;
}

.mobile-menu a:hover {
    color: #c4c4c4;
}

.golden-a {
    color: #b99c7b !important;
}

.golden-a:hover {
    color: #796753 !important;
}

.mobile-dropdown {
    display: none;
    background-color: #3f4047;
    padding: 0;
}

.mobile-dropdown.active {
    display: block;
}

.mobile-dropdown li {
    padding: 10px;
    border-top: 1px solid #b99c7b;
}

.mobile-dropdown a {
    font-size: 1rem;
}

.small {
    font-size:1rem !important;
    color: #c29058 !important;
    margin:0;
}

.tick-icon {
    width:20px;
    height:20px;
    fill:#b99c7b;
    margin-right:8px;
    vertical-align:middle;
}

/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Popup Box */
.popup-content {
    position: relative;  /* Important: Ensures child elements (like close button) are positioned inside */
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 15px; /* Distance from top of the popup */
    right: 15px; /* Distance from right of the popup */
    background: none;
    border: none;
    font-size: 30px; /* Bigger and easier to click */
    font-weight: bold;
    color: #b99c7b; /* Matches your site's gold */
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.popup-close:hover {
    color: #c29058; /* Slightly darker gold on hover */
}

/* Input Field */
#popup-email {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

/* Submit Button */
#popup-submit {
    background: #b99c7b;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    transition: background 0.3s ease-in-out;
}

#popup-submit:hover {
    background: #c29058;
}

#popup-small {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
    display: block;
}

.language-switch {
    list-style: none;
    margin-left: 20px;
}

.language-btn {
    background-color: transparent;
    border: none;
    color: #b99c7b;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.language-btn:hover {
    color: #c29058;
}

/* Banner Container */
.banner {
    display: flex;
    width: 100%;
    height: 40px;
    background-color:#b99c7b;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    position: fixed;
    top:100px;
    z-index:100;
}

/* Text Movement */
.banner-content {
    display: inline-block;
    width:100%;
    animation: slideText 35s linear infinite;
}

.banner-content p {
    color:white;
}

.banner-content p a {
    text-decoration:none;
    padding:6px;
    background-color:#fff23d;
    border-radius:5px;
    color:black;
    font-weight:500;
}

.banner-content p a:hover {
    background-color:#c9bb00;
    font-weight:700;
}

/* CTA Link */
.banner-link {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}

@keyframes slideText {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.giveaway-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 500px;
    margin: 20px auto;
}

.giveaway-container h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
}

#giveaway-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#giveaway-email {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    flex-direction:column;
}

.checkbox-label input {
    margin-right: 8px;
}

#giveaway-submit {
    background: #b99c7b;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

#giveaway-submit:hover {
    background: #c29058;
}

.shrinked-main {
    height:400px !important;
}

.shrinker-main {
    height:550px !important;
}

.checkbox-label a {
    text-decoration: none;
    font-size: 0.9rem;
    color: black;
    font-weight: 500;
} 

#floatingCart {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #b99c7b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
  }
  
  #floatingCart:hover {
    transform: scale(1.05);
  }
  
  #cartCount {
    background: white;
    color: #0073e6;
    padding: 2px 8px;
    border-radius: 50%;
    font-size: 14px;
  }

@media (max-width: 1100px) {
    .banner {
        top:70px;
    }

    .banner-content {
        animation: slideText 25s linear infinite;
    }

    .language-switch {
        text-align: center;
        margin-top: 10px;
    }

    .language-btn {
        font-size: 1.2rem;
    }

    .popup-close {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .services-content-area {
        grid-template-columns: 1fr;
    }

    .small {
        margin:0 auto !important;
    }

    .services-img {
        height: 300px;
        margin: 10px 0 10px 0;
    }

    .header { 
        display: none; 
    }

    .mobile-header { 
        display:flex; 
    }

    .mobile-menu { 
        display:none; 
    }

    .main-header {
        margin-top:70px;
        height:500px;
    }

    .main-header-container {
        width:85%;
    }

    .cookie-banner {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 90%;
        max-width: 350px;
        text-align: center;
        flex-direction: column;
    }
    
    .cookie-settings {
        width: 90%;
        max-width: 350px;
        align-items: center;
        flex-direction: column;
        color:white;
        background:#333;
    }

    .main-content-area {
        flex-direction:column;
        width:100vw;
        margin:0 auto;
    }

    .main-content-area h1 {
        margin:25px auto 25px auto;
        width:90%;
        box-sizing:border-box;
        text-align:center;
        font-size:2.2rem !important;
    }

    .main-content-area p {
        width:90%;
        text-align:left !important;
    }

    .main-content-area a {
        margin:10px auto 0 auto;
        text-align:center;
    }

    .main-divider {
        width:80%;
    }

    .choose-us {
        flex-direction:column;
        width:90vw;
    }

    .options-block-line {
        flex-direction:column;
    }

    .option-block {
        align-items:center;
    }

    .footer-bgcolor {
        background-color: #3f4047;
        width: 100vw;
        height: auto;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
        background-color: #3f4047;
        flex-direction: column;
        height: auto;
        padding: 20px 10px;
        text-align: center;
    }
    
    .footer .header-logo {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px auto;
        background-image: url('/media/logo-1.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .footer .menu {
        display: flex;
        padding: 0;
        margin: 0;
    }
    
    .footer .menu ul {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .footer .menu li {
        margin: 5px 0 5px 0;
    }
    
    .footer .menu a {
        text-decoration: none;
        color: #fcfcfc;
        font-weight: 400;
        transition: color 0.3s;
        font-size: 15px;
    }
    
    .footer .menu a:hover {
        color: #c4c4c4;
    }
    
    .footer-divider {
        width: 85vw;
        height: 1px;
        background-color: #b99c7b;
        margin:0 auto;
    }
    
    .footer-copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #b99c7b;
        padding: 10px;
    }
    
    .footer-copyright p {
        margin: 5px 0;
        font-weight:400;
        padding:0px;
        font-size:14px;
        width:80vw;
    }

    .cookie-banner button, .cookie-settings button {
        width:125px;
        height:55px;
    }

    .services-content {
        padding:0;
        width:90vw;
        margin:0 auto;
    }

    h1 {
        font-size:2.5rem;
    }
}