@font-face {
    font-family: 'Prompt';
    src: url('/fonts/Prompt-Regular.ttf') format('TrueType');
    /* Add more src lines for additional formats if needed */
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ecf3ed;
    background-image:
        repeating-linear-gradient(60deg, rgba(91, 132, 100, 0.14) 0 2px, transparent 2px 108px),
        repeating-linear-gradient(120deg, rgba(116, 153, 123, 0.12) 0 2px, transparent 2px 108px),
        repeating-linear-gradient(60deg, rgba(255, 255, 255, 0.12) 0 1.2px, transparent 1.2px 176px),
        repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.10) 0 1.2px, transparent 1.2px 176px),
        repeating-linear-gradient(60deg, rgba(118, 154, 124, 0.09) 0 1px, transparent 1px 72px),
        repeating-linear-gradient(120deg, rgba(143, 176, 148, 0.07) 0 1px, transparent 1px 72px),
        linear-gradient(180deg, rgba(240, 247, 241, 0.68), rgba(227, 237, 228, 0.68));
    background-size: 340px 588px, 340px 588px, 560px 968px, 560px 968px, 196px 339px, 196px 339px, 100% 100%;
    background-position: 0 0, 170px 294px, 74px 96px, 356px 484px, 0 0, 98px 170px, 0 0;
}

/* Define the initial fade state of the element */
.content-fade-left {
    opacity: 0;
    transition: opacity 0.5s;
}

/* Fade the element in once it enters the viewport */
.content-fade-left.fade-in-left {
    opacity: 1;
}

.content-fade-right {
    opacity: 0;
    transition: opacity 0.5s;
}

/* Fade the element in once it enters the viewport */
.content-fade-right.fade-in-right {
    opacity: 1;
}








.btn-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #282828;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: Prompt;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #949494;
  color: #282828;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #282828;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/* Apply a default opacity to the images with the 'fade-in-image' class */
.fade-in-image {
    opacity: 0;
    transition: opacity 0.75s ease; /* Adjust the transition duration as needed */
}

/* Apply full opacity to images with the 'fade-in-image' class once loaded */
.fade-in-image.loaded,
.fade-in-image.is-loaded {
    opacity: 1;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.prompt-regular {
font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#ffffff;
}



header {
    background-color: #00000085;
    /*background-image: url('/images/cropped.jpg');*/
    color: #fff;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    width:100%;
    top: 0;
    z-index: 1000;
}

header h1 {
    margin: 0;
}

header p {
    margin: 10px 0;
}

.nav-text-hover{
    
    transition-duration: 0.25s;
    
}

.nav-text-hover:hover{
    color:#b9b9b9 !important;
    transition-duration: 0.25s;
    
}

.nav-text-hover:active,
.nav-text-hover:focus{
    color:rgb(255, 255, 255) !important;
    transition-duration: 0.25s;
    
}

.section {
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.4), 0 -20px 20px -20px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px; /* Adjust this value based on your design */
    padding-top:60px;
    padding-bottom:60px;
    padding-left: 20vw; /* Adjust this value based on your design */
    padding-right:20vw;
}
.section2 {
    margin-bottom: 50px; /* Adjust this value based on your design */
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 20vw; /* Adjust this value based on your design */
    padding-right:20vw; 
}

/* Keep desktop service images consistent when image/text are side-by-side. */
@media screen and (min-width: 768px) {
    .row.section .image-container-services,
    .row.section2 .image-container-services {
        width: 100%;
        height: auto;
        padding-top: 0;
        min-height: 0;
    }

    .row.section .image-container-services > img.fade-in-image.d-md-block.d-none,
    .row.section2 .image-container-services > img.fade-in-image.d-md-block.d-none {
        position: static;
        top: auto;
        left: auto;
        display: block;
        width: min(100%, 1000px);
        height: auto;
        max-height: 1000px;
        object-fit: contain;
        object-position: center;
    }
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8em;
    font-weight: bold;
    /* Add additional styling properties as needed */
  }

#second-header {
    background-color: #ffffff00; /* Set a background color for the second header container */
    color: #fff; /* Set text color */
    text-align: center;
    width: 100%;
    height: 170px; /* Dynamic height based on the viewport */
    z-index: 0; /* Set a high z-index to make sure it's above other content */
}

#second-header img {
    margin-top: 0; /* Remove any default margin */
    padding-top: 0; /* Remove any default padding */
    width: 100%; /* Make the image fill the entire width of the container */
    height: 100%; /* Maintain the aspect ratio of the image */
    object-fit: cover;
    box-shadow: 0 0 30px rgba(0, 0, 0, 1); /* Add a subtle box shadow */
}

p {
    font-size:1.4em;
}

.service-price-row {
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}

.service-price {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.15em;
    line-height: 1;
}

.service-price-main {
    font-size: 2.1rem;
    font-weight: 700;
}

.service-price-tax {
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1;
    transform: translateY(-0.2em);
}





.service {
    margin-bottom: 30px;
}

.service img {
    max-width: 100%;
    border-radius: 5px; /* Add border-radius for a rounded appearance */
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); /* Add a subtle box shadow */
}

/* On stacked mobile layout, make service/home images full-bleed horizontally. */
@media screen and (max-width: 767px) {
    .section {
        box-shadow: none !important;
    }
    .row.section .col-12.d-md-none > img.fade-in-image,
    .row.section2 .col-12.d-md-none > img.fade-in-image {
        display: block;
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}


form {
    display: grid;
    grid-gap: 20px;
}

button {
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    outline:none !important;
}

button:hover {
    background-color: transparent;
    border: none;
    outline:none !important;
}

.navbar-toggler {
    outline: none !important; /* Remove the outline */
    border:none !important;
}

/* If you want to remove the outline when the button is focused (for accessibility), you can also use the following rule: */
.navbar-toggler:focus {
    outline: none !important;
    border:none !important;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

nav {
    margin-top: 10px;
}

nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
}

/* Dropdown styles */
.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #4CAF50;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.custom-toggler {
    background-image: url('/images/hamburger_icon.png');
    background-color: transparent !important;
    background-size: contain; /* Adjust as needed */
    border: none; /* Remove default border */
    width: 40px; /* Adjust the width as needed */
    height: 40px; /* Adjust the height as needed */
}

.navbar-toggler:active {
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
}

ul{
    font-size:1.4em;
}



/* Style the dropdown container */
select {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}


/* Style the dropdown options */
select option {
    padding: 5px;
}

/* Style the submit button */
input[type="submit"] {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#phone-logo {
    width: 5vw; /* Adjust the size of your logo */
    max-width:100px;
    min-width:50px;
    position: fixed;
    top: 145px;
    left: 90%;
    transform: translate(-50%, -50%);
}

.image-container-services {
    position: relative;
    width: 100%;
    padding-top: 30%; /* Aspect ratio for 16:9 */
}
.image-container-services img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-container-home {
    position: relative;
    width: 100%;
    padding-top: 40%; /* Aspect ratio for 16:9 */
}
.image-container-home img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1450px) and ( max-height: 850px) {
    #second-header {
        background-color: #ffffff00; /* Set a background color for the second header container */
        color: #fff; /* Set text color */
        text-align: center;
        width: 100%;
        height: 15vh; /* Dynamic height based on the viewport */
        z-index: 0; /* Set a high z-index to make sure it's above other content */
    }
}


/* Media Queries for responsiveness */
@media screen and (max-width: 1450px) {
    .section {
        box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.4), 0 -20px 20px -20px rgba(0, 0, 0, 0.4);
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding-top:60px;
        padding-bottom:60px;
        padding-left: 120px; /* Adjust this value based on your design */
        padding-right:120px;
    }
    .section2 {
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding-top:10px;
        padding-bottom:10px;
        padding-left: 120px; /* Adjust this value based on your design */
        padding-right:120px; 
    }
    #second-header {
        background-color: #ffffff00; /* Set a background color for the second header container */
        color: #fff; /* Set text color */
        text-align: center;
        width: 100%;
        height: 170px; /* Dynamic height based on the viewport */
        z-index: 0; /* Set a high z-index to make sure it's above other content */
    }
    #second-header img {
        margin-top: 0; /* Remove any default margin */
        padding-top: 0; /* Remove any default padding */
        width: 100%; /* Make the image fill the entire width of the container */
        height: 100%; /* Maintain the aspect ratio of the image */
        object-fit: cover;
        box-shadow: 0 0 30px rgba(0, 0, 0, 1); /* Add a subtle box shadow */
    }

    .image-container-services {
        position: relative;
        width: 100%;
        padding-top: 30%; /* Aspect ratio for 16:9 */
    }
    .image-container-services img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .image-container-home {
        position: relative;
        width: 100%;
        padding-top: 40%; /* Aspect ratio for 16:9 */
    }
    .image-container-home img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    
}

@media screen and (max-width: 1450px) and ( max-height: 850px) {
    #second-header {
        background-color: #ffffff00; /* Set a background color for the second header container */
        color: #fff; /* Set text color */
        text-align: center;
        width: 100%;
        height: 15vh; /* Dynamic height based on the viewport */
        z-index: 0; /* Set a high z-index to make sure it's above other content */
    }
}

/* Media Queries for responsiveness */
@media screen and (max-width: 1200px) {
    .section {
        box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.4), 0 -20px 20px -20px rgba(0, 0, 0, 0.4);
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding-top:60px;
        padding-bottom:60px;
        padding-left: 50px; /* Adjust this value based on your design */
        padding-right:50px;
    }
    .section2 {
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding-top:10px;
        padding-bottom:10px;
        padding-left: 50px; /* Adjust this value based on your design */
        padding-right:50px; 
    }
    #second-header {
        background-color: #ffffff00; /* Set a background color for the second header container */
        color: #fff; /* Set text color */
        text-align: center;
        width: 100%;
        height: 170px; /* Dynamic height based on the viewport */
        z-index: 0; /* Set a high z-index to make sure it's above other content */
    }
    #second-header img {
        margin-top: 0; /* Remove any default margin */
        padding-top: 0; /* Remove any default padding */
        width: 100%; /* Make the image fill the entire width of the container */
        height: 100%; /* Maintain the aspect ratio of the image */
        object-fit: cover;
        box-shadow: 0 0 30px rgba(0, 0, 0, 1); /* Add a subtle box shadow */
    }

    .image-container-services {
        position: relative;
        width: 100%;
        padding-top: 30%; /* Aspect ratio for 16:9 */
    }
    .image-container-services img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .image-container-home {
        position: relative;
        width: 100%;
        padding-top: 40%; /* Aspect ratio for 16:9 */
    }
    .image-container-home img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

}

@media screen and (max-width: 1200px) and ( max-height: 850px) {
    #second-header {
        background-color: #ffffff00; /* Set a background color for the second header container */
        color: #fff; /* Set text color */
        text-align: center;
        width: 100%;
        height: 15vh; /* Dynamic height based on the viewport */
        z-index: 0; /* Set a high z-index to make sure it's above other content */
    }
}

/* Media Queries for responsiveness */
@media screen and (max-width: 992px) and ( max-height: 850px) {
    header {
        padding: 15px 0;
    }

    header h1 {
        font-size: 1.5em;
    }

    

    .service img {
        width: 100%;
    }
    #second-header {
        background-color: #ffffff00; /* Set a background color for the second header container */
        color: #fff; /* Set text color */
        text-align: center;
        width: 100%;
        height:170px;
        z-index: 0; /* Set a high z-index to make sure it's above other content */
    }
    #second-header img {
        margin-top: 0; /* Remove any default margin */
        padding-top: 0; /* Remove any default padding */
        width: 100%; /* Make the image fill the entire width of the container */
        height: 100%; /* Maintain the aspect ratio of the image */
        object-fit: cover;
        box-shadow: 0 0 30px rgba(0, 0, 0, 1); /* Add a subtle box shadow */
    }
    .section {
        box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.4), 0 -20px 20px -20px rgba(0, 0, 0, 0.4);
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding: 10px; /* Adjust this value based on your design */
        padding-top:40px;
        padding-bottom:40px;
    }
    .section2 {
        
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding: 10px; /* Adjust this value based on your design */
        padding-top:0px;
    }
    .header-image {
        max-width: 60px !important; /* Set the maximum width of the image */
        margin-right: 20px !important; /* Add some space between the image and the text */
    }

    #phone-logo {
        width: 5vw; /* Adjust the size of your logo */
        max-width:100px;
        min-width:50px;
        position: fixed;
        top: 120px;
        left: 90%;
        transform: translate(-50%, -50%);
    }
    



    .image-container-services {
        position: static;
        width: fit-content;
        padding-top: 0%; /* Aspect ratio */
    }
    .image-container-services img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .image-container-home {
        position: static;
        width: fit-content;
        padding-top: 0%; /* Aspect ratio */
    }
    .image-container-home img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }



}

/* Media Queries for responsiveness */
@media screen and (max-width: 768px) {
    

    header {
        padding: 15px 0;
    }

    header h1 {
        font-size: 1.5em;
    }

    

    .service img {
        width: 100%;
    }
    #second-header {
        background-color: #ffffff00; /* Set a background color for the second header container */
        color: #fff; /* Set text color */
        text-align: center;
        width: 100%;
        height:150px;
        z-index: 0; /* Set a high z-index to make sure it's above other content */
    }
    #second-header img {
        margin-top: 0; /* Remove any default margin */
        padding-top: 0; /* Remove any default padding */
        width: 100%; /* Make the image fill the entire width of the container */
        height: 100%; /* Maintain the aspect ratio of the image */
        object-fit: cover;
        box-shadow: 0 0 30px rgba(0, 0, 0, 1); /* Add a subtle box shadow */
    }
    .section {
        box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.4), 0 -20px 20px -20px rgba(0, 0, 0, 0.4);
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding: 10px; /* Adjust this value based on your design */
        padding-top:40px;
        padding-bottom:40px;
    }
    .section2 {
        box-shadow: none;
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding: 10px; /* Adjust this value based on your design */
        padding-top:0px;
        padding-bottom:0px;
    }
    .header-image {
        max-width: 60px !important; /* Set the maximum width of the image */
        margin-right: 20px !important; /* Add some space between the image and the text */
    }

    #phone-logo {
        width: 5vw; /* Adjust the size of your logo */
        max-width:100px;
        min-width:50px;
        position: fixed;
        top: 120px;
        left: 90%;
        transform: translate(-50%, -50%);
    }
    



    .image-container-services {
        position: static;
        width: fit-content;
        padding-top: 0%; /* Aspect ratio */
    }
    .image-container-services img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .image-container-home {
        position: static;
        width: fit-content;
        padding-top: 0%; /* Aspect ratio */
    }
    .image-container-home img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }



}

@media screen and (max-width: 480px) {

    header h1 {
        font-size: 1.2em;
    }
    #second-header {
        background-color: #ffffff00; /* Set a background color for the second header container */
        color: #fff; /* Set text color */
        text-align: center;
        width: 100%;
        height:130px;
        z-index: 0; /* Set a high z-index to make sure it's above other content */
    }
    p {
        font-size:1.2em;
    }
    
    ul{
        font-size:1.2em !important;
    }
    .section {
        box-shadow: none;
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding: 10px; /* Adjust this value based on your design */
        padding-top:0px;
        padding-bottom:0px;
    }
    .section2 {
        box-shadow: none;
        margin-bottom: 50px; /* Adjust this value based on your design */
        padding: 10px; /* Adjust this value based on your design */
        padding-top:0px;
        padding-bottom:0px;
    }
    .header-image {
        max-width: 40px !important; /* Set the maximum width of the image */
        margin-right: 20px !important; /* Add some space between the image and the text */
    }

    #phone-logo {
        width: 5vw; /* Adjust the size of your logo */
        max-width:100px;
        min-width:50px;
        position: fixed;
        top: 100px;
        left: 88%;
        transform: translate(-50%, -50%);
    }
    #second-header img {
        margin-top: 0; /* Remove any default margin */
        padding-top: 0; /* Remove any default padding */
        width: 100%; /* Make the image fill the entire width of the container */
        height: 100%; /* Maintain the aspect ratio of the image */
        object-fit: cover;
        box-shadow: 0 0 30px rgba(0, 0, 0, 1); /* Add a subtle box shadow */
    }

    .image-container-services {
        position: static;
        width: fit-content;
        padding-top: 0%; /* Aspect ratio */
    }
    .image-container-services img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .image-container-home {
        position: static;
        width: fit-content;
        padding-top: 0%; /* Aspect ratio */
    }
    .image-container-home img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
}


h2{
    color:#333;
    text-decoration-thickness: 5px !important;
    text-decoration-color: #b6b6b6;
    text-shadow: 1.2px 1.2px 2px rgba(0, 0, 0, 0.3); /* Horizontal offset, vertical offset, blur radius, color */
}



@media screen and (min-width: 992px) and ( max-height: 850px) {
/* Main header styling */
#main-header {
    height: 15vh; /* Dynamic height based on the viewport */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw; /* Horizontal padding */
}

/* Container inside the header */
#main-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; /* Match the header height */
}

/* Header logo and title */
.header-with-image {
    display: flex;
    align-items: center;
    gap: 0px;
}

.header-with-image .header-image {
    height: 70%; /* Logo height relative to the header */
    max-height: 10vh; /* Ensure logo doesn’t exceed header size */
    width: auto; /* Maintain aspect ratio */
}

.header-with-image h1 {
    font-size: calc(1.5vh + 1vw); /* Dynamically sized font */
    color: #ffffff; /* Keep existing color */
    margin: 0;
}

/* Navbar */
.navbar {
    height: 100%; /* Match navbar height to header height */
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    font-size: calc(1vh + 1vw); /* Dynamically sized font for links */
    padding: 0 15px; /* Adjust spacing */
    color: #ffffff;
}

/* Navbar toggler for mobile */
.navbar-toggler {
    height: calc(1.5vh + 2vw); /* Dynamically size the toggler */
    width: calc(1.5vh + 2vw); /* Keep it square */
}

.navbar-toggler-icon {
    background-color: #ffffff; /* Toggler icon color */
}

}






