body {
    background-color: rgb(112, 128, 144);
    text-align: center;
}

body, html {
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    z-index: 2000;
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center;
    background-color: rgb(208, 217, 214, 0);
    width: 100%;
    box-sizing: border-box;
    height: 180px;
    padding: 20px;
}

.content {
    padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1500px; /* Optional: limits the width of the content for better control */
}

/* home-appointment - START  ------------------------------*/
header .home-button {
    margin: 0;
    text-decoration: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
    display: inline-block; /* Ensure the button takes the size of its content */
    background-image: url('../images/logo-color.png');
    background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
    background-size: contain; /* Ensure the image scales correctly */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: center; /* Center the image */
    width: 170px; /* Adjust width as needed */
    height: 170px; /* Adjust height as needed */
    border-radius: 50%; /* Make it a circle */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the button within its container */
    z-index: 1; /* Ensure the button is above other elements */
}

header .home-button .logo-image {
    width: 100%; /* Ensure the image fills the container */
    height: auto; /* Maintain the aspect ratio */
    border-radius: 50%; /* Ensure the image matches the container shape */
}

header .home-button:hover {
    opacity: 0.7; /* Adjust the opacity on hover */
}

/* Default link (for large screens) */
#small-screen-link {
    display: none;
}
#large-screen-link {
    display: block;
}
/* home-appointment - END  ------------------------------*/


/* button-appointment - START  ------------------------------*/
.button-appointment {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(191, 166, 106);
    min-width: 200px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 0.5em 0.8em;
    color: rgba(255, 255, 255, 1);
    font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
    font-style: normal;                /* Use 'normal' or 'italic' */
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.button-appointment:hover {
    background-color: rgb(251, 242, 169);
    color: rgba(0, 0, 0, 1);
}

.button-appointment .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}
/* button-appointment - END */

.left-buttons, .right-buttons {
    display: flex;
    gap: 20px; /* Adjusts spacing between the buttons */
}

.google_button {
    display: inline-flex;
}

.about_me_button {
    display: inline-flex;
}

.services_button {
    display: inline-flex;
}

.custom-link {
    padding: 15px 30px;
    font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
    font-style: normal;                /* Use 'normal' or 'italic' */
    font-size: 26px;
    font-weight: bold; /* Make text bold */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none; /* Remove underline */
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to bottom right,rgb(191, 166, 106) , rgb(251, 242, 169));
    border-radius: 45px;
    box-shadow: rgba(191, 166, 106, 0.7);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.custom-link:hover {
    background-image: linear-gradient(to bottom right, rgb(251, 242, 169) , rgb(251, 242, 169));
    box-shadow: rgba(251, 242, 169, 0.4);
    color: rgb(0, 0, 0);
    transform: translateY(-7px);
}

.custom-link:active {
    transform: translateY(-1px);
}

.logo-image {
    max-width: 300px; /* Adjust the width as needed */
    height: auto; /* Automatically adjust height based on width */
    border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
}

.welcome-container {
    position: relative;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 50px;
    height: 950px;  /* Set fixed height here */
    background-image: url('../images/Welcome_1.png');
    background-image: image-set(url('../images/Welcome_1.webp') type('image/webp'), url('../images/Welcome_1.png') type('image/png'));
    background-size: cover; /* ensures the image covers the entire element */
    background-position: center; /* centers the image */
    background-repeat: no-repeat; /* ensures the image does not repeat */
    background-attachment: none; /* prevents the image from zooming in */
}

.welcome-container::after {
    content: "";  /* Makes the pseudo-element occupy space */
    display: block;  /* By default, pseudo-elements are inline */
    position: absolute;
    z-index: 1000;  /* Ensures it's above other content, adjust as needed */
    bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
    right: 0;  /* Aligns it to the right */
    background-image: url('../images/right_separetor_1.png');
    background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.welcome-text {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 20px;
    text-align: justify;
    height: auto;
    max-width: 550px;
    font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
    font-size: 20px;                   /* Increase or decrease as desired */
    font-weight: normal;               /* Choose between normal, bold, etc. */
    line-height: 1;                  /* Adjusts the spacing between lines */
    letter-spacing: 1px;             /* Adjusts the space between letters */
    color: rgb(0, 0, 0);    /* Set text color */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    align-items: center;               /* Centers content vertically */
    justify-content: center;           /* Centers content horizontally */
}

.section-spacing {
    height: 15px; /* Adjust this value based on how much space you want. */
}

.bold-text {
    text-align: center;
    font-weight: bold; /* Choose between normal, bold, etc. */
    color: rgb(112, 128, 144);
    text-shadow: 
        -1px -1px 0 rgb(255, 255, 255),  
        1px -1px 0 rgb(255, 255, 255), 
        -1px  1px 0 rgb(255, 255, 255), 
        1px  1px 0 rgb(255, 255, 255);
    font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    font-size: 28px; /* Adjust font size */
    text-transform: uppercase; /* Convert text to uppercase */
}

.bold_services-text {
    text-align: center;
    text-decoration: underline;
    font-weight: bold; /* Choose between normal, bold, etc. */
    color: rgb(112, 128, 144);
    font-family: 'Arial', sans-serif; /* Change to the desired font-family */
    font-size: 40px; /* Adjust font size */
    text-transform: uppercase; /* Convert text to uppercase */
}

.bold_title_appoitment-text {
    text-align: center;
    font-weight: bold; /* Choose between normal, bold, etc. */
    color: rgb(112, 128, 144);
    font-family: 'Arial', sans-serif; /* Change to the desired font-family */
    font-size: 30px; /* Adjust font size */
    text-transform: uppercase; /* Convert text to uppercase */
}

.bold-text_baseboard {
    text-align: center;
    font-weight: bold; /* Choose between normal, bold, etc. */
    color: rgb(112, 128, 144);
    text-shadow: 
        -1px -1px 0 rgb(255, 255, 255),  
        1px -1px 0 rgb(255, 255, 255), 
        -1px  1px 0 rgb(255, 255, 255), 
        1px  1px 0 rgb(255, 255, 255);
    font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    font-size: 30px; /* Adjust font size */
    text-transform: uppercase; /* Convert text to uppercase */
}

.about-me-container {
    position: relative;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 50px;
    height: 1100px;  /* Set fixed height here */
    background-image: url('../images/About_me_1.png');
    background-image: image-set(url('../images/About_me_1.webp') type('image/webp'), url('../images/About_me_1.png') type('image/png'));
    background-size: cover; /* ensures the image covers the entire element */
    background-position: center; /* centers the image */
    background-repeat: no-repeat; /* ensures the image does not repeat */
    background-attachment: none; /* prevents the image from zooming in */
    margin-top: 0px;
}

.about-me-container::after {
    content: "";  /* Makes the pseudo-element occupy space */
    display: block;  /* By default, pseudo-elements are inline */
    position: absolute;
    z-index: 1000;  /* Ensures it's above other content, adjust as needed */
    bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
    right: 0;  /* Aligns it to the right */
    background-image: url('../images/right_separetor_1.png');
    background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.centered-content {
    margin: 0 0px; /* Adjust the margin as needed */
}

.about-me-text {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 20px;
    text-align: justify;
    margin-top: 120px;
    height: auto;
    max-width: 800px;
    font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
    font-size: 20px;                   /* Increase or decrease as desired */
    font-weight: normal;               /* Choose between normal, bold, etc. */
    line-height: 1;                  /* Adjusts the spacing between lines */
    letter-spacing: 0.5px;             /* Adjusts the space between letters */
    color: rgb(0, 0, 0);    /* Set text color */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
}

.container {
    width: 60%;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

.services-text {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
    border-radius: 30px;
    padding: 20px;
    text-align: justify;
    height: auto;
    max-width: 550px;
    font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
    font-size: 20px;                   /* Increase or decrease as desired */
    font-weight: normal;               /* Choose between normal, bold, etc. */
    line-height: 1;                  /* Adjusts the spacing between lines */
    letter-spacing: 0.5px;             /* Adjusts the space between letters */
    color: rgb(0, 0, 0);    /* Set text color */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
}

.services-container {
    position: relative;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 50px;
    height: 900px;  /* Set fixed height here */
    background-image: url('../images/Services_4.png');
    background-image: image-set(url('../images/Services_4.webp') type('image/webp'), url('../images/Services_4.png') type('image/png'));
    background-size: cover; /* ensures the image covers the entire element */
    background-position: center; /* centers the image */
    background-repeat: no-repeat; /* ensures the image does not repeat */
    background-attachment: none; /* prevents the image from zooming in */
    margin-top: 0px;
}

.services-container::after {
    content: "";  /* Makes the pseudo-element occupy space */
    display: block;  /* By default, pseudo-elements are inline */
    position: absolute;
    z-index: 1000;  /* Ensures it's above other content, adjust as needed */
    bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
    right: 0;  /* Aligns it to the right */
    background-image: url('../images/right_separetor_1.png');
    background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.content-container {
    overflow-y: auto; /* Add vertical scrollbar when content overflows */
}

#content-container {
    display: flex;          /* Add flex display to make its children line up in a flex row */
    justify-content: flex-start; /* Align to the left */
}

.appointment-text {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 20px;
    text-align: justify;
    height: auto;
    max-width: 450px;
    font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
    font-size: 20px;                   /* Increase or decrease as desired */
    font-weight: normal;               /* Choose between normal, bold, etc. */
    line-height: 1;                  /* Adjusts the spacing between lines */
    letter-spacing: 0.5px;             /* Adjusts the space between letters */
    color: rgb(0, 0, 0);    /* Set text color */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
}

.appointment-container {
    position: relative;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 700px;
    margin-top: 0px;
    background-image: url('../images/appointment_image_2.png');
    background-image: image-set(url('../images/appointment_image_2.webp') type('image/webp'), url('../images/appointment_image_2.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.appointment-container::after {
    content: "";  /* Makes the pseudo-element occupy space */
    display: block;  /* By default, pseudo-elements are inline */
    position: absolute;
    z-index: 1000;  /* Ensures it's above other content, adjust as needed */
    bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
    right: 0;  /* Aligns it to the right */
    background-image: url('../images/right_separetor_1.png');
    background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.appointment_contact-container {
    position: relative;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    height: 960px;
    background-image: url('../images/appointment_contact.png');
    background-image: image-set(url('../images/appointment_contact.webp') type('image/webp'), url('../images/appointment_contact.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: none; /* prevents the image from zooming in */
    margin-top: 0px;
}

.appointment_contact-container::after {
    content: "";  /* Makes the pseudo-element occupy space */
    display: block;  /* By default, pseudo-elements are inline */
    position: absolute;
    z-index: 1000;  /* Ensures it's above other content, adjust as needed */
    bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
    right: 0;  /* Aligns it to the right */
    background-image: url('../images/right_separetor_1.png');
    background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.appointment_contact-text {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 20px;
    text-align: justify;
    height: auto;
    max-width: 500px;
    margin-right: 80px;
    font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
    font-size: 20px;                   /* Increase or decrease as desired */
    font-weight: normal;               /* Choose between normal, bold, etc. */
    line-height: 1;                  /* Adjusts the spacing between lines */
    letter-spacing: 0.5px;             /* Adjusts the space between letters */
    color: rgb(0, 0, 0);    /* Set text color */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
}

.appointment_contact_email-text {
    flex: 1;
    background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    margin-top: 0px;
    height: auto;
    max-width: 370px;
    margin-left: 80px;
    font-family: 'Lato', sans-serif; /* Change to the desired font-family */
}

.email-link {
    display: inline-block;
    padding: 12px 24px;
    background-color: #263238;
    color: #ECEFF1;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.email-link:hover {
    background-color: #37474F;
}

.section-spacing {
    height: 10px; /* Adjust this value based on how much space you want. */
}

/* Added style for the Google Maps iframe container */
.google-maps-container {
    background-image: url('../images/Gabinete_2.jpg');
    background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    height: 1500px;  /* Set fixed height here */
    align-items: center; /* Center align items vertically */
    justify-content: space-around; /* Ensure there's space around the columns */
    padding: 50px; /* Add padding for spacing around the maps */
    position: relative; /* Ensure the pseudo-element is positioned relative to this container */
    background-attachment: none; /* prevents the image from zooming in */
}

.google-maps-container::after {
    content: "";  /* Makes the pseudo-element occupy space */
    display: block;  /* By default, pseudo-elements are inline */
    position: absolute;
    z-index: 1000;  /* Ensures it's above other content, adjust as needed */
    bottom: -32px;  /* Positions it at the bottom of the .google-maps-container */
    right: 0;  /* Aligns it to the right */
    background-image: url('../images/right_separetor_1.png');
    background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

/* Styles for the iframe (Google Maps) */
.google-maps-iframe {
    width: 100%; /* 100% width of parent */
    height: auto; /* Auto height */
    max-width: 100%; /* Prevent exceeding parent width */
    margin-bottom: 100px;
}

/* Adjust the map containers */
.map-column {
    flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
    margin-bottom: 20px; /* Space between columns */
    max-width: 100%;
    width: 100%; /* 100% of the parent */
}

.maps-contanier {
    flex: 1 1 50%; /* Allows columns to grow/shrink, min-width 45% */
    margin-top: 100px;
}

/* Address containers with adjustable position */
.address {
    flex: 1 1 45%; /* Allows address sections to grow/shrink, min-width 45% */
    margin-bottom: 20px; /* Space between address blocks */
    width: 100%; /* 100% of the parent */
}

/* Optional: Vertical alignment and spacing */
.map-column, .address {
    align-self: flex-start; /* Align at the top by default */
    height: auto; /* Auto height based on content */
}

/* Additional padding/margin adjustments for precise positioning */
.google-maps-container .map-column, 
.google-maps-container .address {
    padding: 10px;
    margin: 10px;
    box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
}

.google_text-box {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
    border-radius: 30px;
    padding: 20px;
    text-align: left;
    margin-top: 0px;
    height: auto;
    max-width: 900px;
    margin-right: 30px;
    font-size: 20px;
    line-height: 2;
    font-family: 'Lato', sans-serif; /* Change to the desired font-family */
}

.google_main-text {
    text-align: left;
    font-weight: bold; /* Choose between normal, bold, etc. */
    color: rgb(112, 128, 144);
    text-shadow: 
        -0.5px -0.5px 0 rgb(255, 255, 255),  
        0.5px -0.5px 0 rgb(255, 255, 255), 
        -0.5px  0.5px 0 rgb(255, 255, 255), 
        0.5px  0.5px 0 rgb(255, 255, 255);
    font-family: 'Areal', sans-serif; /* Change to the desired font-family */
    font-size: 20px; /* Adjust font size */
    text-transform: uppercase; /* Convert text to uppercase */
}

.google-text {
    flex: 1;
    border-radius: 20px;
    padding: 30px;
    text-align: justify;
    height: auto;
    font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
    font-size: 18px;                   /* Increase or decrease as desired */
    line-height: 1;                  /* Adjusts the spacing between lines */
    letter-spacing: 0.5px;             /* Adjusts the space between letters */
    color: rgba(0, 0, 0, 1);    /* Set text color */
}

/* Adjust the size of the map as needed */
.google-maps-iframe {
    width: 100%;
    height: 450px;
    border: 0;
    align-content: center;
}

.contacts_statics-image-container {
    display: flex;
    justify-content: center; /* Align items horizontally at the center */
}

.contacts1_statics-image {
    max-width: 350px; /* Adjust the width as needed */
    height: auto; /* Automatically adjust height based on width */
    margin-top: 20px; /* Add margin-top to create space between the image and the text */
}

.contacts2_statics-image {
    max-width: 200px; /* Adjust the width as needed */
    height: auto; /* Automatically adjust height based on width */
    margin-top: 20px; /* Add margin-top to create space between the image and the text */
}

/* Maps icon CSS - Start ------------------------------------------------------*/
/* Container style to center the loader */
.loader-container {
    display: grid;
    place-items: center;  /* Center both vertically and horizontally */
    height: 80px;  /* Full viewport height to center in the middle of the screen */
}

/* Your existing loader styles */
.loader {
    width: 44.8px;
    height: 44.8px;
    position: relative;
    transform: rotate(45deg);
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50% 50% 0 50%;
    background: #0000;
    background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
}

.loader:after {
    animation: pulse-ytk0dhmd 1s infinite;
    transform: perspective(336px) translateZ(0px);
}   

@keyframes pulse-ytk0dhmd {
    to {
        transform: perspective(336px) translateZ(168px);
        opacity: 0;
    }
}
/* Maps icon CSS - END ------------------------------------------------------*/

/* E-mail Contact forms STYLE ------------------------------------------------------*/
html, body, div, form, label, input, select, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

.form-container {
    max-width: 630px;
    padding: 30px;
    background-image: linear-gradient(to bottom right, rgb(191, 166, 106, 0.85), rgb(251, 242, 169, 0.85));
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the content horizontally */
}

.form-container h1 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    color: rgb(112, 128, 144);
    text-shadow: 
        -1px -1px 0 rgb(255, 255, 255),  
         1px -1px 0 rgb(255, 255, 255), 
        -1px  1px 0 rgb(255, 255, 255), 
         1px  1px 0 rgb(255, 255, 255);
    font-size: 36px;
    font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    font-weight: bold;
}

.form-container mainlabel {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-shadow: 
        -1px -1px 0 rgb(50, 50, 50),  
         1px -1px 0 rgb(50, 50, 50),
        -1px  1px 0 rgb(50, 50, 50),
         1px  1px 0 rgb(50, 50, 50);
    font-size: 24px;
    font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.form-container .location-label,
.form-container .service-label,
.form-container .reason-label {
    font-weight: bold;
    color: rgb(112, 128, 144);
    text-shadow: 
        -1px -1px 0 rgb(255, 255, 255),  
         1px -1px 0 rgb(255, 255, 255), 
        -1px  1px 0 rgb(255, 255, 255), 
         1px  1px 0 rgb(255, 255, 255);
    font-size: 28px;
    font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    text-align: center;
}

.form-container input[type="text"],
.form-container select,
.form-container textarea {
    width: 100%;
    padding: 14px 14px;
    margin-bottom: 8px;
    border-radius: 20px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    text-align: left; /* Align text to the left */
}

.form-container .input-container {
    width: 100%;
    display: flex;
    justify-content: center; /* Center the text box horizontally */
}

.form-container textarea::placeholder {
    color: #777;
    font-style: italic;
}

.form-container select {
    font-family: 'Roboto', sans-serif; /* Apply the desired font family */
}

.form-container select option {
    background-color: rgba(255, 255, 255, 0.4); /* Background color */
    color: #333; /* Text color */
    font-size: 18px; /* Font size */
    padding: 10px; /* Padding */
}

.form-container button {
    height: 50px;
    width: 570px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.form-container button:hover {
    box-shadow: 0.5px 0.5px 550px rgb(255, 255, 255);
}

.type1::after {
    content: "Vamos a isso!";
    height: 50px;
    width: 570px;
    background-color: rgb(255, 215, 55);
    color: #fff;
    text-shadow: 
        -1px -1px 0 rgb(50, 50, 50),  
         1px -1px 0 rgb(50, 50, 50),
        -1px  1px 0 rgb(50, 50, 50),
         1px  1px 0 rgb(50, 50, 50);
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(50px);
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.type1::before {
    content: "Submeter";
    height: 50px;
    width: 570px;
    background-color: rgba(255, 215, 55, 0.1);
    color: rgba(255, 215, 55);
    text-shadow: 
        -1px -1px 0 rgb(50, 50, 50),  
         1px -1px 0 rgb(50, 50, 50),
        -1px  1px 0 rgb(50, 50, 50),
         1px  1px 0 rgb(50, 50, 50);
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(0px) scale(1.2);
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.type1:hover::after {
    transform: translateY(0) scale(1.6);
}

.type1:hover::before {
    transform: translateY(-50px) scale(0) rotate(120deg);
}

/* Submit button END ------------------------- */


::placeholder {
    color: rgba(70, 70, 70, 0.7);
}

.name-container {
    display: flex;
    justify-content: space-between;
}

.name-field {
    flex: 1;
    margin-right: 10px; /* spacing between first_name and last_name */
}

.name-field:last-child {
    margin-right: 0; /* remove the spacing for the last child */
}

/* Edit the submit message -----------------------------------*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(255, 255, 255, 0.75);
}

.modal-content {
    background-color: rgb(255, 255, 255);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* baseboard --------------------------------------------------------------*/
.baseboard {
    /*background-image: linear-gradient(to bottom right, rgb(191, 166, 106) , rgb(251, 242, 169));*/
    background-image: url('../images/baseboard_background.png');
    background-image: image-set(url('../images/baseboard_background.webp') type('image/webp'), url('../images/baseboard_background.png') type('image/png'));
    background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
    background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    display: flex;
    justify-content: space-between;
    padding: 50px 100px;
}

.divider {
    height: 100%;
    width: 5px;
    background-color: rgb(208, 217, 50);
    margin: 0 10px; /* Adds spacing on both sides of the divider */
}

.left-section,
.middle-section,
.right-section {
    flex: 1;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    color: rgb(55, 55, 55);
    text-shadow: 
        -0.5px -0.5px 0 rgb(255, 255, 255),  
        0.5px -0.5px 0 rgb(255, 255, 255), 
        -0.5px  0.5px 0 rgb(255, 255, 255), 
        0.5px  0.5px 0 rgb(255, 255, 255);
    font-size: 24px;
    font-family: 'Areal', sans-serif; /* Change to the desired font-family */
    text-align: center;
}

.copyright {
    background-color: rgb(112, 128, 144);
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: start;
    height: 50px;
    text-align: center;
}


.linkedin-button-container button {
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    animation: sway 2s infinite alternate;
    max-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 500px;
    transition: transform 0.5s, box-shadow 0.5s;
    margin: 50px auto 0; /* Center horizontally */
}

.linkedin-button-container button svg {
    width: 100%; /* Set width to 100% of parent container */
    height: auto; /* Maintain aspect ratio */
}

.linkedin-button-container button:hover {
    transform: scale(1.5) rotate(-360deg) translateY(-1em);
    box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
}


.icon {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
  transition: transform 0.5s;
}

.icon:hover {
  transform: scale(8);
  filter: drop-shadow(1px 2px 4px rgba(0,0,0,0.9))
}





/**********************************************************************************************************************************************************************************/


                                                                     /****** LANDSCAPE ******/


/**********************************************************************************************************************************************************************************/


/* New CSS for responsiveness */
/* Add media query for screens smaller than 1300px **************************************************************************************************************************/
@media only screen and (min-width: 1051px) and (max-width: 1350px) and (orientation: landscape){

    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
    
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: center; /* Center content horizontally */
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 180px;
        padding: 20px;
    }
    
    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }
    
    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1500px; /* Optional: limits the width of the content for better control */
    }
    
    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 170px; /* Adjust width as needed */
        height: 170px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }
    
    header .home-button .logo-image {
        width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }
    
    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }
    
    /* Default link (for large screens) */
    #small-screen-link {
        display: none;
    }
    #large-screen-link {
        display: block;
    }
    /* home-appointment - END  ------------------------------*/
    
    
    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        outline: 0;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(191, 166, 106);
        min-width: 200px;
        border: 0;
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        padding: 0.5em 0.8em;
        color: rgba(255, 255, 255, 1);
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }
    
    .button-appointment:hover {
        background-color: rgb(251, 242, 169);
        color: rgba(0, 0, 0, 1);
    }
    
    .button-appointment .animation {
        border-radius: 100%;
        animation: ripple 0.6s linear infinite;
    }
    
    @keyframes ripple {
      0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
      }
    
      100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
      }
    }
    /* button-appointment - END */
        
    .left-buttons, .right-buttons {
        display: flex;
        gap: 20px; /* Adjusts spacing between the buttons */
    }
    
    .google_button {
        display: inline-flex;
    }
    
    .about_me_button {
        display: inline-flex;
    }
    
    .services_button {
        display: inline-flex;
    }
    
    .custom-link {
        padding: 15px 30px;
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 24px;
        font-weight: bold; /* Make text bold */
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-decoration: none; /* Remove underline */
        color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right,rgb(191, 166, 106) , rgb(251, 242, 169));
        border-radius: 45px;
        box-shadow: rgba(191, 166, 106, 0.7);
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }
    
    .custom-link:hover {
        background-image: linear-gradient(to bottom right, rgb(251, 242, 169) , rgb(251, 242, 169));
        box-shadow: rgba(251, 242, 169, 0.4);
        color: rgb(0, 0, 0);
        transform: translateY(-7px);
    }
    
    .custom-link:active {
        transform: translateY(-1px);
    }
    
    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }
    
    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        padding: 50px;
        height: 950px;  /* Set fixed height here */
        background-image: url('../images/Welcome_1.png');
        background-image: image-set(url('../images/Welcome_1.webp') type('image/webp'), url('../images/Welcome_1.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    }
    
    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 30px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 500px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 18px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 1px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
    }
    
    .section-spacing {
        height: 15px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 36px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 24px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 50px;
        height: 1200px;  /* Set fixed height here */
        background-image: url('../images/About_me_1.png');
        background-image: image-set(url('../images/About_me_1.webp') type('image/webp'), url('../images/About_me_1.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 30px;
        padding: 20px;
        text-align: justify;
        margin-top: 120px;
        height: auto;
        max-width: 650px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 18px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.5px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 50px auto;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 30px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 500px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 18px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.5px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        padding: 50px;
        height: 900px;  /* Set fixed height here */
        background-image: url('../images/Services_4.png');
        background-image: image-set(url('../images/Services_4.webp') type('image/webp'), url('../images/Services_4.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 30px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 450px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 18px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.5px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        height: 600px;
        margin-top: 0px;
        background-image: url('../images/appointment_image_2.png');
        background-image: image-set(url('../images/appointment_image_2.webp') type('image/webp'), url('../images/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px;
        height: 960px;
        background-image: url('../images/appointment_contact.png');
        background-image: image-set(url('../images/appointment_contact.webp') type('image/webp'), url('../images/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -32px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 30px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 500px;
        margin-right: 80px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 18px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.5px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 30px;
        padding: 20px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 370px;
        margin-left: 80px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 12px 24px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 4px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
        font-size: 20px;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 10px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1500px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 50px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -32px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    }
    
    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        width: 100%; /* 100% width of parent */
        height: auto; /* Auto height */
        max-width: 100%; /* Prevent exceeding parent width */
        margin-bottom: 100px;
    }
    
    /* Adjust the map containers */
    .map-column {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        margin-bottom: 20px; /* Space between columns */
        max-width: 100%;
        width: 100%; /* 100% of the parent */
    }
    
    .maps-contanier {
        flex: 1 1 50%; /* Allows columns to grow/shrink, min-width 45% */
        margin-top: 100px;
    }
    
    /* Address containers with adjustable position */
    .address {
        flex: 1 1 45%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 20px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
    }
    
    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }
    
    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .map-column, 
    .google-maps-container .address {
        padding: 10px;
        margin: 10px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }
    
    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 30px;
        padding: 20px;
        text-align: left;
        margin-top: 0px;
        height: auto;
        max-width: 900px;
        margin-right: 30px;
        font-size: 20px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 20px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .google-text {
        flex: 1;
        border-radius: 20px;
        padding: 30px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 18px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.5px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }
    
    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 450px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 350px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 20px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 200px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 20px; /* Add margin-top to create space between the image and the text */
    }
    
    /* Maps icon CSS - Start ------------------------------------------------------*/
        /* Container style to center the loader */
        .loader-container {
            display: grid;
            place-items: center;  /* Center both vertically and horizontally */
            height: 80px;  /* Full viewport height to center in the middle of the screen */
        }
    
    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }
    
    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }
    
    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }
    
    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/
    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 630px;
        padding: 30px;
        background-image: linear-gradient(to bottom right, rgb(191, 166, 106, 0.85), rgb(251, 242, 169, 0.85));
        border-radius: 20px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
             1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
             1px  1px 0 rgb(255, 255, 255);
        font-size: 36px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -1px -1px 0 rgb(50, 50, 50),  
             1px -1px 0 rgb(50, 50, 50),
            -1px  1px 0 rgb(50, 50, 50),
             1px  1px 0 rgb(50, 50, 50);
        font-size: 24px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.4;
        letter-spacing: 0.5px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
             1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
             1px  1px 0 rgb(255, 255, 255);
        font-size: 28px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 14px 14px;
        margin-bottom: 8px;
        border-radius: 20px;
        font-size: 18px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 18px; /* Font size */
        padding: 10px; /* Padding */
    }
    
    .form-container button {
        height: 50px;
        width: 570px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.5px 0.5px 550px rgb(255, 255, 255);
    }
    
    .type1::after {
        content: "Vamos a isso!";
        height: 50px;
        width: 570px;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -1px -1px 0 rgb(50, 50, 50),  
             1px -1px 0 rgb(50, 50, 50),
            -1px  1px 0 rgb(50, 50, 50),
             1px  1px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(50px);
        font-size: 1.8rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 50px;
        width: 570px;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -1px -1px 0 rgb(50, 50, 50),  
             1px -1px 0 rgb(50, 50, 50),
            -1px  1px 0 rgb(50, 50, 50),
             1px  1px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px) scale(1.2);
        font-size: 1.8rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 10px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        border-radius: 40px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        /*background-image: linear-gradient(to bottom right, rgb(191, 166, 106) , rgb(251, 242, 169));*/
        background-image: url('../images/baseboard_background.png');
        background-image: image-set(url('../images/baseboard_background.webp') type('image/webp'), url('../images/baseboard_background.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        justify-content: space-between;
        padding: 50px 100px;
    }
    
    .divider {
        height: 100%;
        width: 5px;
        background-color: rgb(208, 217, 50);
        margin: 0 10px; /* Adds spacing on both sides of the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 22px;
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 16px;
        display: start;
        height: 40px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    
    .icon {
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(1px 2px 4px rgba(0,0,0,0.9))
    }

}
/* END of media query for screens smaller than 1300px **************************************************************************************************************************/


/* New CSS for responsiveness */
/* Add media query for screens smaller than 1100px **************************************************************************************************************************/
@media only screen and (min-width: 901px) and (max-width: 1050px) and (orientation: landscape){

    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
        
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: center; /* Center content horizontally */
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 170px;
        padding: 20px;
    }

    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1500px; /* Optional: limits the width of the content for better control */
    }

    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 160px; /* Adjust width as needed */
        height: 160px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }

    header .home-button .logo-image {
        width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }

    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }

    /* Default link (for large screens) */
    #small-screen-link {
        display: none;
    }
    #large-screen-link {
        display: block;
    }
    /* home-appointment - END  ------------------------------*/


    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        outline: 0;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(191, 166, 106);
        min-width: 0px;
        border: 0;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        padding: 15px 30px;
        color: rgba(255, 255, 255, 1);
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }

    .button-appointment:hover {
        background-color: rgb(251, 242, 169);
        color: rgba(0, 0, 0, 1);
    }

    .button-appointment .animation {
        border-radius: 100%;
        animation: ripple 0.6s linear infinite;
    }

    @keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
    }
    /* button-appointment - END */

    .left-buttons, .right-buttons {
        display: flex;
        flex-direction: column; /* Stack children vertically */
        gap: 20px; /* Adjusts spacing between the buttons */
    }

    .google_button {
        display: inline-flex;
    }

    .about_me_button {
        display: inline-flex;
    }

    .services_button {
        display: inline-flex;
    }

    .custom-link {
        padding: 15px 30px;
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 18px;
        font-weight: bold; /* Make text bold */
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-decoration: none; /* Remove underline */
        color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right,rgb(191, 166, 106) , rgb(251, 242, 169));
        border-radius: 45px;
        box-shadow: rgba(191, 166, 106, 0.7);
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

    .custom-link:hover {
        background-image: linear-gradient(to bottom right, rgb(251, 242, 169) , rgb(251, 242, 169));
        box-shadow: rgba(251, 242, 169, 0.4);
        color: rgb(0, 0, 0);
        transform: translateY(-7px);
    }

    .custom-link:active {
        transform: translateY(-1px);
    }

    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }

    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        height: 1400px;  /* Set fixed height here */
        padding: 20px;
        background-image: url('../images/Ratio_4_3/Welcome_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Welcome_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Welcome_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 40px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 750px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 24px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
        margin-top: 200px;                  /* Positions the element 10px from the top */
    }
    
    .section-spacing {
        height: 3.75px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 32px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 10px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 30px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: normal; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 28px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 40px;
        height: 1800px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/About_me_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/About_me_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/About_me_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: -150px;
    }    
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 20px;
        text-align: justify;
        margin-top: 0px;
        height: auto;
        max-width: 100%;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 12.5px auto;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0.75px 2.5px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 1.25px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 2.5px;
        margin-bottom: 2.5px;
        border: 0.25px solid #ccc;
        border-radius: 1px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 40px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 750px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 24px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 270px;
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 20px;
        height: 1300px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/Services_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Services_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Services_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 40px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 500px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 24px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 270px;                  /* Positions the element 10px from the top */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 1200px;
        margin-top: 0px;
        background-image: url('../images/Ratio_9_16/appointment_image_2.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_image_2.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center content horizontally */
        justify-content: flex-start; /* Align items to the top */
        padding: 15px;
        height: 1500px;
        background-image: url('../images/Ratio_9_16/appointment_contact.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_contact.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .appointment_contact-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 40px;
        padding: 10px;
        text-align: justify;
        width: 100%; /* Ensure it takes the full width of the container */
        max-width: 750px; /* Set maximum width */
        height: auto; /* Set maximum height */
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 24px; /* Increase or decrease as desired */
        font-weight: normal; /* Choose between normal, bold, etc. */
        line-height: 1; /* Adjusts the spacing between lines */
        letter-spacing: 0.125px; /* Adjusts the space between letters */
        color: rgb(0, 0, 0); /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-bottom: 100px; /* Add space below the text container */
        margin-right: 0; /* Reset margin-right for small screens */
        margin-top: 100px;
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 7.5px;
        padding: 10px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 92.5px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 20px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s ease;
        font-size: 26px;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 2.5px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1700px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 40px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }

    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        display: none;
    }

    /* Adjust the map containers */
    .map-column {
        display: none;
    }

    .maps-contanier {
        display: none;
    }

    .address_container {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        margin-top: 200px;
    }

    /* Address containers with adjustable position */
    .address {
        flex: 1 1 100%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 5px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
        display: flex; /* Enables Flexbox */
        justify-content: center; /* Aligns items horizontally (center) */
        align-items: center; /* Aligns items vertically (center) */
    }

    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }

    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .address {
        padding: 2.5px;
        margin: 2.5px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }

    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 15px;
        padding: 5px;
        text-align: left;
        margin-top: 35px;
        margin-right: 0px;
        height: auto;
        width: 100%;
        font-size: 30px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }

    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.125px -0.125px 0 rgb(255, 255, 255),  
            0.125px -0.125px 0 rgb(255, 255, 255), 
            -0.125px  0.125px 0 rgb(255, 255, 255), 
            0.125px  0.125px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 28px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }

    .google-text {
        flex: 1;
        border-radius: 5px;
        padding: 7.5px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }

    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 112.5px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 500px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 250px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }

    /* Maps icon CSS - Start ------------------------------------------------------*/
    /* Container style to center the loader */
    .loader-container {
        display: grid;
        place-items: center;  /* Center both vertically and horizontally */
        height: 80px;  /* Full viewport height to center in the middle of the screen */
    }

    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }

    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }

    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/

    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 750px; /* Match the width of the text container */
        padding: 25px;
        background-image: linear-gradient(to bottom right, rgba(191, 166, 106, 0.85), rgba(251, 242, 169, 0.85));
        border-radius: 40px;
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        width: 100%; /* Ensure it takes the full width of the container */
        height: auto;
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 5.5px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-size: 40px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -0.8px -0.8px 0 rgb(255, 255, 255),  
            0.8px -0.8px 0 rgb(255, 255, 255), 
            -0.8px  0.8px 0 rgb(255, 255, 255), 
            0.8px  0.8px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.275px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.55px -0.55px 0 rgb(255, 255, 255),  
            0.55px -0.55px 0 rgb(255, 255, 255), 
            -0.55px  0.55px 0 rgb(255, 255, 255), 
            0.55px  0.55px 0 rgb(255, 255, 255);
        font-size: 30px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 7.5px 7.5px;
        margin-bottom: 4.5px;
        border-radius: 11px;
        font-size: 24px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 20px; /* Font size */
        padding: 5.5px; /* Padding */
    }
    
    .form-container button {
        height: 80px;
        width: 100%;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.275px 0.275px 300px rgb(255, 255, 255);
    }
    
    /* Submit button Start ------------------------- */
    .type1::after {
        content: "Vamos a isso!";
        height: 100%;
        width: 100%;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(80px);
        font-size: 36px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 100%;
        width: 100%;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px);
        font-size: 50px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 2.5px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 5px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 5.5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 7px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        background-image: url('../images/Ratio_4_3/baseboard_background_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/baseboard_background_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/baseboard_background_4_3.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: space-between;
        padding: 20px;
    }
    
    .divider {
        height: 1.25px; /* Adjust the height for horizontal divider */
        width: 100%; /* Full width to span the container */
        background-color: rgb(208, 217, 50);
        margin: 10px 0; /* Adds spacing above and below the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 24px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }    
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 20px;
        display: start;
        height: 28px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    .icon {
      filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(0.25px 0.5px 1px rgba(0,0,0,0.9))
    }

}

/* END of media query for screens smaller than 1100px **************************************************************************************************************************/


/* New CSS for responsiveness */
/* Add media query for screens smaller than 900px **************************************************************************************************************************/
@media only screen and (min-width: 801px) and (max-width: 900px) and (orientation: landscape){

    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
        
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: center; /* Center content horizontally */
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 125px;
        padding: 20px;
    }

    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1500px; /* Optional: limits the width of the content for better control */
    }

    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 120px; /* Adjust width as needed */
        height: 120px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }

    header .home-button .logo-image {
        width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }

    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }

    /* Default link (for large screens) */
    #small-screen-link {
        display: none;
    }
    #large-screen-link {
        display: block;
    }
    /* home-appointment - END  ------------------------------*/


    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        outline: 0;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(191, 166, 106);
        min-width: 0px;
        border: 0;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        padding: 15px 30px;
        color: rgba(255, 255, 255, 1);
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }

    .button-appointment:hover {
        background-color: rgb(251, 242, 169);
        color: rgba(0, 0, 0, 1);
    }

    .button-appointment .animation {
        border-radius: 100%;
        animation: ripple 0.6s linear infinite;
    }

    @keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
    }
    /* button-appointment - END */

    .left-buttons, .right-buttons {
        display: flex;
        flex-direction: column; /* Stack children vertically */
        gap: 20px; /* Adjusts spacing between the buttons */
    }

    .google_button {
        display: inline-flex;
    }

    .about_me_button {
        display: inline-flex;
    }

    .services_button {
        display: inline-flex;
    }

    .custom-link {
        padding: 15px 30px;
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 14px;
        font-weight: bold; /* Make text bold */
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-decoration: none; /* Remove underline */
        color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right,rgb(191, 166, 106) , rgb(251, 242, 169));
        border-radius: 45px;
        box-shadow: rgba(191, 166, 106, 0.7);
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

    .custom-link:hover {
        background-image: linear-gradient(to bottom right, rgb(251, 242, 169) , rgb(251, 242, 169));
        box-shadow: rgba(251, 242, 169, 0.4);
        color: rgb(0, 0, 0);
        transform: translateY(-7px);
    }

    .custom-link:active {
        transform: translateY(-1px);
    }

    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }

    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        height: 1400px;  /* Set fixed height here */
        padding: 20px;
        background-image: url('../images/Ratio_4_3/Welcome_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Welcome_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Welcome_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 700px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
        margin-top: 150px;                  /* Positions the element 10px from the top */
    }
    
    .section-spacing {
        height: 3.75px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 28px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 10px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 28px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: normal; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 40px;
        height: 1800px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/About_me_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/About_me_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/About_me_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: -150px;
    }    
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 20px;
        text-align: justify;
        margin-top: 0px;
        height: auto;
        max-width: 100%;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 12.5px auto;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0.75px 2.5px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 1.25px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 2.5px;
        margin-bottom: 2.5px;
        border: 0.25px solid #ccc;
        border-radius: 1px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 20px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 700px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 240px;
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 20px;
        height: 1300px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/Services_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Services_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Services_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 450px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 220px;                  /* Positions the element 10px from the top */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 1050px;
        margin-top: 0px;
        background-image: url('../images/Ratio_9_16/appointment_image_2.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_image_2.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center content horizontally */
        justify-content: flex-start; /* Align items to the top */
        padding: 15px;
        height: 1500px;
        background-image: url('../images/Ratio_9_16/appointment_contact.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_contact.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .appointment_contact-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        width: 100%; /* Ensure it takes the full width of the container */
        max-width: 650px; /* Set maximum width */
        height: auto; /* Set maximum height */
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px; /* Increase or decrease as desired */
        font-weight: normal; /* Choose between normal, bold, etc. */
        line-height: 1; /* Adjusts the spacing between lines */
        letter-spacing: 0.125px; /* Adjusts the space between letters */
        color: rgb(0, 0, 0); /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-bottom: 100px; /* Add space below the text container */
        margin-right: 0; /* Reset margin-right for small screens */
        margin-top: 100px;
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 7.5px;
        padding: 10px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 92.5px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 20px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s ease;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 2.5px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1500px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 40px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }

    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        display: none;
    }

    /* Adjust the map containers */
    .map-column {
        display: none;
    }

    .maps-contanier {
        display: none;
    }

    .address_container {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        margin-top: 200px;
    }

    /* Address containers with adjustable position */
    .address {
        flex: 1 1 100%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 5px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
        display: flex; /* Enables Flexbox */
        justify-content: center; /* Aligns items horizontally (center) */
        align-items: center; /* Aligns items vertically (center) */
    }

    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }

    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .address {
        padding: 2.5px;
        margin: 2.5px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }

    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 15px;
        padding: 5px;
        text-align: left;
        margin-top: 35px;
        margin-right: 0px;
        height: auto;
        width: 100%;
        font-size: 28px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }

    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.125px -0.125px 0 rgb(255, 255, 255),  
            0.125px -0.125px 0 rgb(255, 255, 255), 
            -0.125px  0.125px 0 rgb(255, 255, 255), 
            0.125px  0.125px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }

    .google-text {
        flex: 1;
        border-radius: 5px;
        padding: 7.5px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 20px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }

    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 112.5px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 350px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 200px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }

    /* Maps icon CSS - Start ------------------------------------------------------*/
    /* Container style to center the loader */
    .loader-container {
        display: grid;
        place-items: center;  /* Center both vertically and horizontally */
        height: 80px;  /* Full viewport height to center in the middle of the screen */
    }

    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }

    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }

    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/

    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 650px; /* Match the width of the text container */
        padding: 25px;
        background-image: linear-gradient(to bottom right, rgba(191, 166, 106, 0.85), rgba(251, 242, 169, 0.85));
        border-radius: 20px;
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        width: 100%; /* Ensure it takes the full width of the container */
        height: auto;
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 5.5px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-size: 38px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -0.8px -0.8px 0 rgb(255, 255, 255),  
            0.8px -0.8px 0 rgb(255, 255, 255), 
            -0.8px  0.8px 0 rgb(255, 255, 255), 
            0.8px  0.8px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.275px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.55px -0.55px 0 rgb(255, 255, 255),  
            0.55px -0.55px 0 rgb(255, 255, 255), 
            -0.55px  0.55px 0 rgb(255, 255, 255), 
            0.55px  0.55px 0 rgb(255, 255, 255);
        font-size: 28px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 7.5px 7.5px;
        margin-bottom: 4.5px;
        border-radius: 11px;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 20px; /* Font size */
        padding: 5.5px; /* Padding */
    }
    
    .form-container button {
        height: 80px;
        width: 100%;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.275px 0.275px 300px rgb(255, 255, 255);
    }
    
    /* Submit button Start ------------------------- */
    .type1::after {
        content: "Vamos a isso!";
        height: 100%;
        width: 100%;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(80px);
        font-size: 36px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 100%;
        width: 100%;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px);
        font-size: 50px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 2.5px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 5px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 5.5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 7px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        background-image: url('../images/Ratio_4_3/baseboard_background_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/baseboard_background_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/baseboard_background_4_3.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: space-between;
        padding: 20px;
    }
    
    .divider {
        height: 1.25px; /* Adjust the height for horizontal divider */
        width: 100%; /* Full width to span the container */
        background-color: rgb(208, 217, 50);
        margin: 10px 0; /* Adds spacing above and below the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 22px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }    
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 16px;
        display: start;
        height: 25px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    .icon {
      filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(0.25px 0.5px 1px rgba(0,0,0,0.9))
    }

}
/* END of media query for screens smaller than 900px **************************************************************************************************************************/




/* New CSS for responsiveness */
/* Add media query for screens smaller than 800px **************************************************************************************************************************/
@media only screen and (min-width: 601px) and (max-width: 800px) and (orientation: landscape) {
    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
        
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: center; /* Center content horizontally */
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 125px;
        padding: 20px;
    }

    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1500px; /* Optional: limits the width of the content for better control */
    }

    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 120px; /* Adjust width as needed */
        height: 120px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }

    header .home-button .logo-image {
        width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }

    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }

    /* Default link (for large screens) */
    #small-screen-link {
        display: none;
    }
    #large-screen-link {
        display: block;
    }
    /* home-appointment - END  ------------------------------*/


    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        outline: 0;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(191, 166, 106);
        min-width: 0px;
        border: 0;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        padding: 15px 30px;
        color: rgba(255, 255, 255, 1);
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }

    .button-appointment:hover {
        background-color: rgb(251, 242, 169);
        color: rgba(0, 0, 0, 1);
    }

    .button-appointment .animation {
        border-radius: 100%;
        animation: ripple 0.6s linear infinite;
    }

    @keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
    }
    /* button-appointment - END */

    .left-buttons, .right-buttons {
        display: flex;
        flex-direction: column; /* Stack children vertically */
        gap: 20px; /* Adjusts spacing between the buttons */
    }

    .google_button {
        display: inline-flex;
    }

    .about_me_button {
        display: inline-flex;
    }

    .services_button {
        display: inline-flex;
    }

    .custom-link {
        padding: 15px 30px;
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 12px;
        font-weight: bold; /* Make text bold */
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-decoration: none; /* Remove underline */
        color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right,rgb(191, 166, 106) , rgb(251, 242, 169));
        border-radius: 45px;
        box-shadow: rgba(191, 166, 106, 0.7);
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

    .custom-link:hover {
        background-image: linear-gradient(to bottom right, rgb(251, 242, 169) , rgb(251, 242, 169));
        box-shadow: rgba(251, 242, 169, 0.4);
        color: rgb(0, 0, 0);
        transform: translateY(-7px);
    }

    .custom-link:active {
        transform: translateY(-1px);
    }

    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }

    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        height: 1100px;  /* Set fixed height here */
        padding: 20px;
        background-image: url('../images/Ratio_4_3/Welcome_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Welcome_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Welcome_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 650px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
        margin-top: 120px;                  /* Positions the element 10px from the top */
    }
    
    .section-spacing {
        height: 3.75px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 10px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 24px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: normal; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 40px;
        height: 1500px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/About_me_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/About_me_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/About_me_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }    
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        margin-top: 20px;
        height: auto;
        max-width: 100%;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 12.5px auto;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0.75px 2.5px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 1.25px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 2.5px;
        margin-bottom: 2.5px;
        border: 0.25px solid #ccc;
        border-radius: 1px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 650px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 180px;
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 20px;
        height: 1250px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/Services_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Services_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Services_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 450px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 185px;                  /* Positions the element 10px from the top */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 1000px;
        margin-top: 0px;
        background-image: url('../images/Ratio_9_16/appointment_image_2.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_image_2.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center content horizontally */
        justify-content: flex-start; /* Align items to the top */
        padding: 15px;
        height: 1300px;
        background-image: url('../images/Ratio_9_16/appointment_contact.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_contact.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .appointment_contact-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        width: 100%; /* Ensure it takes the full width of the container */
        max-width: 600px; /* Set maximum width */
        height: auto; /* Set maximum height */
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px; /* Increase or decrease as desired */
        font-weight: normal; /* Choose between normal, bold, etc. */
        line-height: 1; /* Adjusts the spacing between lines */
        letter-spacing: 0.125px; /* Adjusts the space between letters */
        color: rgb(0, 0, 0); /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-bottom: 50px; /* Add space below the text container */
        margin-right: 0; /* Reset margin-right for small screens */
        margin-top: 100px;
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 7.5px;
        padding: 10px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 92.5px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 20px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s ease;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 2.5px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1400px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 10px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }

    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        display: none;
    }

    /* Adjust the map containers */
    .map-column {
        display: none;
    }

    .maps-contanier {
        display: none;
    }

    .address_container {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        
    }

    /* Address containers with adjustable position */
    .address {
        flex: 1 1 100%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 5px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
        display: flex; /* Enables Flexbox */
        justify-content: center; /* Aligns items horizontally (center) */
        align-items: center; /* Aligns items vertically (center) */
    }

    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }

    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .address {
        padding: 2.5px;
        margin: 2.5px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }

    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 15px;
        padding: 5px;
        text-align: left;
        margin-top: 25px;
        height: auto;
        width: 100%;
        margin-right: 7.5px;
        font-size: 26px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }

    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.125px -0.125px 0 rgb(255, 255, 255),  
            0.125px -0.125px 0 rgb(255, 255, 255), 
            -0.125px  0.125px 0 rgb(255, 255, 255), 
            0.125px  0.125px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 22px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }

    .google-text {
        flex: 1;
        border-radius: 5px;
        padding: 7.5px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 18px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }

    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 112.5px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 350px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 200px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }

    /* Maps icon CSS - Start ------------------------------------------------------*/
    /* Container style to center the loader */
    .loader-container {
        display: grid;
        place-items: center;  /* Center both vertically and horizontally */
        height: 80px;  /* Full viewport height to center in the middle of the screen */
    }

    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }

    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }

    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/

    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 600px; /* Match the width of the text container */
        padding: 15px;
        background-image: linear-gradient(to bottom right, rgba(191, 166, 106, 0.85), rgba(251, 242, 169, 0.85));
        border-radius: 20px;
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        width: 100%; /* Ensure it takes the full width of the container */
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 5.5px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-size: 36px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -0.8px -0.8px 0 rgb(255, 255, 255),  
            0.8px -0.8px 0 rgb(255, 255, 255), 
            -0.8px  0.8px 0 rgb(255, 255, 255), 
            0.8px  0.8px 0 rgb(255, 255, 255);
        font-size: 26px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.275px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.55px -0.55px 0 rgb(255, 255, 255),  
            0.55px -0.55px 0 rgb(255, 255, 255), 
            -0.55px  0.55px 0 rgb(255, 255, 255), 
            0.55px  0.55px 0 rgb(255, 255, 255);
        font-size: 26px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 7.5px 7.5px;
        margin-bottom: 4.5px;
        border-radius: 11px;
        font-size: 18px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 18px; /* Font size */
        padding: 5.5px; /* Padding */
    }
    
    .form-container button {
        height: 50px;
        width: 100%;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.275px 0.275px 300px rgb(255, 255, 255);
    }
    
    /* Submit button Start ------------------------- */
    .type1::after {
        content: "Vamos a isso!";
        height: 50px;
        width: 100%;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(50px);
        font-size: 28px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 50px;
        width: 100%;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px) scale(1.2);
        font-size: 34px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 2.5px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 5px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 5.5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 7px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        background-image: url('../images/Ratio_4_3/baseboard_background_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/baseboard_background_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/baseboard_background_4_3.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: space-between;
        padding: 20px;
    }
    
    .divider {
        height: 1.25px; /* Adjust the height for horizontal divider */
        width: 100%; /* Full width to span the container */
        background-color: rgb(208, 217, 50);
        margin: 10px 0; /* Adds spacing above and below the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 22px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }    
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 16px;
        display: start;
        height: 25px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    .icon {
      filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(0.25px 0.5px 1px rgba(0,0,0,0.9))
    }

}
/* END of media query for screens smaller than 800px **************************************************************************************************************************/


/* New CSS for responsiveness */
/* Add media query for screens smaller than 600px **************************************************************************************************************************/
@media only screen and (min-width: 0px) and (max-width: 600px) and (orientation: landscape) {

    .left-nav, .right-nav {
        display: none;
    }

    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
    
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 150px;
        padding: 2.5px;
    }
    
    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }
    
    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 80px; /* Adjust width as needed */
        height: 80px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }

    header .home-button .logo-image {
        width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }

    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }

    #small-screen-link {
        display: block;
    }
    #large-screen-link {
        display: none;
    }
    /* home-appointment - END  ------------------------------*/
    
    
    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        display: none;
    }
    
    .button-appointment:hover {
        display: none;
    }
    
    .button-appointment .animation {
        display: none;
    }
    
    @keyframes ripple {
      0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 15px rgba(255, 255, 255, 0.1);
      }
    
      100% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0);
      }
    }
    /* button-appointment - END */
    
    
    nav {
        flex: 1; /* This ensures that the space is divided evenly between the two nav elements */
    }
    
    nav ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        align-items: center;
        margin: 0;
    }
    
    nav.left-nav ul li,
    nav.right-nav ul li {
        margin: 0 2.5px;
    }
    
    .centered-text {
        font-size: 9px;
        margin-top: 100px;
    }
        
    .custom-link {
        display: none;
    }
    
    .custom-link:hover {
        display: none;
    }
    
    .custom-link:active {
        display: none;
    }
    
    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }
    
    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        height: 1100px;  /* Set fixed height here */
        padding: 35px;
        background-image: url('../images/Ratio_9_16/Welcome_9_16.png');
        background-image: image-set(url('../images/Ratio_9_16/Welcome_9_16.webp') type('image/webp'), url('../images/Ratio_9_16/Welcome_9_16.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 350px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
        margin-top: 130px;                  /* Positions the element 10px from the top */
    }
    
    .section-spacing {
        height: 3.75px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 22px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 10px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 18px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: normal; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 24px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 15px;
        height: 1350px;  /* Set fixed height here */
        background-image: url('../images/Ratio_9_16/About_me_1.png');
        background-image: image-set(url('../images/Ratio_9_16/About_me_1.webp') type('image/webp'), url('../images/Ratio_9_16/About_me_1.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }    
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        margin-top: 0px;
        height: auto;
        max-width: 100%;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 12.5px auto;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0.75px 2.5px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 1.25px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 2.5px;
        margin-bottom: 2.5px;
        border: 0.25px solid #ccc;
        border-radius: 1px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 350px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 20px;
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 1050px;  /* Set fixed height here */
        background-image: url('../images/Ratio_9_16/Services_4.png');
        background-image: image-set(url('../images/Ratio_9_16/Services_4.webp') type('image/webp'), url('../images/Ratio_9_16/Services_4.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 350px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 35px;                  /* Positions the element 10px from the top */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 600px;
        margin-top: 0px;
        background-image: url('../images/Ratio_9_16/appointment_image_2.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_image_2.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center content horizontally */
        justify-content: flex-start; /* Align items to the top */
        padding: 15px;
        height: 1100px;
        background-image: url('../images/Ratio_9_16/appointment_contact.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_contact.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .appointment_contact-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        width: 100%; /* Ensure it takes the full width of the container */
        max-width: 350px; /* Set maximum width */
        height: auto; /* Set maximum height */
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px; /* Increase or decrease as desired */
        font-weight: normal; /* Choose between normal, bold, etc. */
        line-height: 1; /* Adjusts the spacing between lines */
        letter-spacing: 0.125px; /* Adjusts the space between letters */
        color: rgb(0, 0, 0); /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-bottom: 50px; /* Add space below the text container */
        margin-right: 0; /* Reset margin-right for small screens */
        margin-top: 50px;
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 7.5px;
        padding: 10px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 92.5px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 20px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s ease;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 2.5px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1100px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 10px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }

    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        display: none;
    }

    /* Adjust the map containers */
    .map-column {
        display: none;
    }

    .maps-contanier {
        display: none;
    }

    .address_container {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        
    }

    /* Address containers with adjustable position */
    .address {
        flex: 1 1 100%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 5px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
        display: flex; /* Enables Flexbox */
        justify-content: center; /* Aligns items horizontally (center) */
        align-items: center; /* Aligns items vertically (center) */
    }

    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }

    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .address {
        padding: 2.5px;
        margin: 2.5px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }

    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 15px;
        padding: 5px;
        text-align: left;
        margin-top: 25px;
        height: auto;
        width: 100%;
        margin-right: 7.5px;
        font-size: 22px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }

    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.125px -0.125px 0 rgb(255, 255, 255),  
            0.125px -0.125px 0 rgb(255, 255, 255), 
            -0.125px  0.125px 0 rgb(255, 255, 255), 
            0.125px  0.125px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 16px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }

    .google-text {
        flex: 1;
        border-radius: 5px;
        padding: 7.5px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 14px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }

    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 112.5px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 250px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 125px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }

    /* Maps icon CSS - Start ------------------------------------------------------*/
    /* Container style to center the loader */
    .loader-container {
        display: grid;
        place-items: center;  /* Center both vertically and horizontally */
        height: 80px;  /* Full viewport height to center in the middle of the screen */
    }

    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }

    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }

    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/

    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 400px; /* Match the width of the text container */
        padding: 15px;
        background-image: linear-gradient(to bottom right, rgba(191, 166, 106, 0.85), rgba(251, 242, 169, 0.85));
        border-radius: 20px;
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        width: 100%; /* Ensure it takes the full width of the container */
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 5.5px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-size: 28px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -0.8px -0.8px 0 rgb(255, 255, 255),  
            0.8px -0.8px 0 rgb(255, 255, 255), 
            -0.8px  0.8px 0 rgb(255, 255, 255), 
            0.8px  0.8px 0 rgb(255, 255, 255);
        font-size: 24px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.275px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.55px -0.55px 0 rgb(255, 255, 255),  
            0.55px -0.55px 0 rgb(255, 255, 255), 
            -0.55px  0.55px 0 rgb(255, 255, 255), 
            0.55px  0.55px 0 rgb(255, 255, 255);
        font-size: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 7.5px 7.5px;
        margin-bottom: 4.5px;
        border-radius: 11px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 16px; /* Font size */
        padding: 5.5px; /* Padding */
    }
    
    .form-container button {
        height: 50px;
        width: 100%;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.275px 0.275px 300px rgb(255, 255, 255);
    }
    
    /* Submit button Start ------------------------- */
    .type1::after {
        content: "Vamos a isso!";
        height: 50px;
        width: 100%;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(50px);
        font-size: 28px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 50px;
        width: 100%;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px) scale(1.2);
        font-size: 34px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 2.5px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 5px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 5.5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 7px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        background-image: url('../images/baseboard_background.png');
        background-image: image-set(url('../images/baseboard_background.webp') type('image/webp'), url('../images/baseboard_background.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: space-between;
        padding: 20px;
    }
    
    .divider {
        height: 1.25px; /* Adjust the height for horizontal divider */
        width: 100%; /* Full width to span the container */
        background-color: rgb(208, 217, 50);
        margin: 10px 0; /* Adds spacing above and below the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 20px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }    
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 12px;
        display: start;
        height: 25px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    .icon {
      filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(0.25px 0.5px 1px rgba(0,0,0,0.9))
    }

}
/* END of media query for screens smaller than 650px **************************************************************************************************************************/





/**********************************************************************************************************************************************************************************/


                                                                     /****** PORTRAIT ******/


/**********************************************************************************************************************************************************************************/


/* New CSS for responsiveness */
/* Add media query for screens smaller than 1100px **************************************************************************************************************************/
@media only screen and (min-width: 901px) and (max-width: 1400px) and (orientation: portrait){

    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
        
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: center; /* Center content horizontally */
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 260px;
        padding: 30px;
    }

    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1500px; /* Optional: limits the width of the content for better control */
    }

    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 250px; /* Adjust width as needed */
        height: 250px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }

    header .home-button .logo-image {
        width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }

    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }

    /* Default link (for large screens) */
    #small-screen-link {
        display: none;
    }
    #large-screen-link {
        display: block;
    }
    /* home-appointment - END  ------------------------------*/


    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        outline: 0;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(191, 166, 106);
        min-width: 200px;
        border: 0;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        padding: 0.5em 0.8em;
        color: rgba(255, 255, 255, 1);
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }

    .button-appointment:hover {
        background-color: rgb(251, 242, 169);
        color: rgba(0, 0, 0, 1);
    }

    .button-appointment .animation {
        border-radius: 100%;
        animation: ripple 0.6s linear infinite;
    }

    @keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
    }
    /* button-appointment - END */

    .left-buttons, .right-buttons {
        display: flex;
        flex-direction: column; /* Stack children vertically */
        gap: 20px; /* Adjusts spacing between the buttons */
    }

    .google_button {
        display: inline-flex;
    }

    .about_me_button {
        display: inline-flex;
    }

    .services_button {
        display: inline-flex;
    }

    .custom-link {
        padding: 15px 30px;
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 30px;
        font-weight: bold; /* Make text bold */
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-decoration: none; /* Remove underline */
        color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right,rgb(191, 166, 106) , rgb(251, 242, 169));
        border-radius: 45px;
        box-shadow: rgba(191, 166, 106, 0.7);
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

    .custom-link:hover {
        background-image: linear-gradient(to bottom right, rgb(251, 242, 169) , rgb(251, 242, 169));
        box-shadow: rgba(251, 242, 169, 0.4);
        color: rgb(0, 0, 0);
        transform: translateY(-7px);
    }

    .custom-link:active {
        transform: translateY(-1px);
    }

    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }

    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        height: 1400px;  /* Set fixed height here */
        padding: 20px;
        background-image: url('../images/Ratio_4_3/Welcome_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Welcome_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Welcome_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 40px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 750px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 24px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
        margin-top: 320px;                  /* Positions the element 10px from the top */
    }
    
    .section-spacing {
        height: 3.75px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 32px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 10px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 30px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: normal; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 28px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 40px;
        height: 1800px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/About_me_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/About_me_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/About_me_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: -150px;
    }    
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 20px;
        text-align: justify;
        margin-top: 0px;
        height: auto;
        max-width: 100%;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 12.5px auto;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0.75px 2.5px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 1.25px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 2.5px;
        margin-bottom: 2.5px;
        border: 0.25px solid #ccc;
        border-radius: 1px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 40px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 750px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 24px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 270px;
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 20px;
        height: 1300px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/Services_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Services_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Services_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 40px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 500px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 24px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 270px;                  /* Positions the element 10px from the top */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 1200px;
        margin-top: 0px;
        background-image: url('../images/Ratio_9_16/appointment_image_2.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_image_2.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center content horizontally */
        justify-content: flex-start; /* Align items to the top */
        padding: 15px;
        height: 1500px;
        background-image: url('../images/Ratio_9_16/appointment_contact.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_contact.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .appointment_contact-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 40px;
        padding: 10px;
        text-align: justify;
        width: 100%; /* Ensure it takes the full width of the container */
        max-width: 750px; /* Set maximum width */
        height: auto; /* Set maximum height */
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 24px; /* Increase or decrease as desired */
        font-weight: normal; /* Choose between normal, bold, etc. */
        line-height: 1; /* Adjusts the spacing between lines */
        letter-spacing: 0.125px; /* Adjusts the space between letters */
        color: rgb(0, 0, 0); /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-bottom: 100px; /* Add space below the text container */
        margin-right: 0; /* Reset margin-right for small screens */
        margin-top: 100px;
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 7.5px;
        padding: 10px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 92.5px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 20px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s ease;
        font-size: 26px;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 2.5px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1800px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 40px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }

    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        display: none;
    }

    /* Adjust the map containers */
    .map-column {
        display: none;
    }

    .maps-contanier {
        display: none;
    }

    .address_container {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        margin-top: 200px;
    }

    /* Address containers with adjustable position */
    .address {
        flex: 1 1 100%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 5px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
        display: flex; /* Enables Flexbox */
        justify-content: center; /* Aligns items horizontally (center) */
        align-items: center; /* Aligns items vertically (center) */
    }

    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }

    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .address {
        padding: 2.5px;
        margin: 2.5px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }

    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 15px;
        padding: 5px;
        text-align: left;
        margin-top: 35px;
        margin-right: 0px;
        height: auto;
        width: 100%;
        font-size: 30px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }

    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.125px -0.125px 0 rgb(255, 255, 255),  
            0.125px -0.125px 0 rgb(255, 255, 255), 
            -0.125px  0.125px 0 rgb(255, 255, 255), 
            0.125px  0.125px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 28px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }

    .google-text {
        flex: 1;
        border-radius: 5px;
        padding: 7.5px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }

    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 112.5px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 500px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 250px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }

    /* Maps icon CSS - Start ------------------------------------------------------*/
    /* Container style to center the loader */
    .loader-container {
        display: grid;
        place-items: center;  /* Center both vertically and horizontally */
        height: 80px;  /* Full viewport height to center in the middle of the screen */
    }

    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }

    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }

    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/

    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 750px; /* Match the width of the text container */
        padding: 25px;
        background-image: linear-gradient(to bottom right, rgba(191, 166, 106, 0.85), rgba(251, 242, 169, 0.85));
        border-radius: 40px;
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        width: 100%; /* Ensure it takes the full width of the container */
        height: auto;
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 5.5px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-size: 40px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -0.8px -0.8px 0 rgb(255, 255, 255),  
            0.8px -0.8px 0 rgb(255, 255, 255), 
            -0.8px  0.8px 0 rgb(255, 255, 255), 
            0.8px  0.8px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.275px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.55px -0.55px 0 rgb(255, 255, 255),  
            0.55px -0.55px 0 rgb(255, 255, 255), 
            -0.55px  0.55px 0 rgb(255, 255, 255), 
            0.55px  0.55px 0 rgb(255, 255, 255);
        font-size: 30px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 7.5px 7.5px;
        margin-bottom: 4.5px;
        border-radius: 11px;
        font-size: 24px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 20px; /* Font size */
        padding: 5.5px; /* Padding */
    }
    
    .form-container button {
        height: 80px;
        width: 100%;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.275px 0.275px 300px rgb(255, 255, 255);
    }
    
    /* Submit button Start ------------------------- */
    .type1::after {
        content: "Vamos a isso!";
        height: 100%;
        width: 100%;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(80px);
        font-size: 36px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 100%;
        width: 100%;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px);
        font-size: 50px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 2.5px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 5px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 5.5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 7px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        background-image: url('../images/Ratio_4_3/baseboard_background_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/baseboard_background_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/baseboard_background_4_3.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: space-between;
        padding: 20px;
    }
    
    .divider {
        height: 1.25px; /* Adjust the height for horizontal divider */
        width: 100%; /* Full width to span the container */
        background-color: rgb(208, 217, 50);
        margin: 10px 0; /* Adds spacing above and below the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 24px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }    
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 20px;
        display: start;
        height: 28px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    .icon {
      filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(0.25px 0.5px 1px rgba(0,0,0,0.9))
    }

}

/* END of media query for screens smaller than 1100px **************************************************************************************************************************/


/* New CSS for responsiveness */
/* Add media query for screens smaller than 900px **************************************************************************************************************************/
@media only screen and (min-width: 801px) and (max-width: 900px) and (orientation: portrait){

    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
        
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: center; /* Center content horizontally */
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 260px;
        padding: 30px;
    }

    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1500px; /* Optional: limits the width of the content for better control */
    }

    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 200px; /* Adjust width as needed */
        height: 200px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }

    header .home-button .logo-image {
        width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }

    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }

    /* Default link (for large screens) */
    #small-screen-link {
        display: none;
    }
    #large-screen-link {
        display: block;
    }
    /* home-appointment - END  ------------------------------*/


    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        outline: 0;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(191, 166, 106);
        min-width: 200px;
        border: 0;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        padding: 0.5em 0.8em;
        color: rgba(255, 255, 255, 1);
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }

    .button-appointment:hover {
        background-color: rgb(251, 242, 169);
        color: rgba(0, 0, 0, 1);
    }

    .button-appointment .animation {
        border-radius: 100%;
        animation: ripple 0.6s linear infinite;
    }

    @keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
    }
    /* button-appointment - END */

    .left-buttons, .right-buttons {
        display: flex;
        flex-direction: column; /* Stack children vertically */
        gap: 20px; /* Adjusts spacing between the buttons */
    }

    .google_button {
        display: inline-flex;
    }

    .about_me_button {
        display: inline-flex;
    }

    .services_button {
        display: inline-flex;
    }

    .custom-link {
        padding: 15px 30px;
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 24px;
        font-weight: bold; /* Make text bold */
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-decoration: none; /* Remove underline */
        color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right,rgb(191, 166, 106) , rgb(251, 242, 169));
        border-radius: 45px;
        box-shadow: rgba(191, 166, 106, 0.7);
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

    .custom-link:hover {
        background-image: linear-gradient(to bottom right, rgb(251, 242, 169) , rgb(251, 242, 169));
        box-shadow: rgba(251, 242, 169, 0.4);
        color: rgb(0, 0, 0);
        transform: translateY(-7px);
    }

    .custom-link:active {
        transform: translateY(-1px);
    }

    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }

    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        height: 1400px;  /* Set fixed height here */
        padding: 20px;
        background-image: url('../images/Ratio_4_3/Welcome_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Welcome_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Welcome_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 700px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
        margin-top: 250px;                  /* Positions the element 10px from the top */
    }
    
    .section-spacing {
        height: 3.75px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 28px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 10px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 28px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: normal; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 40px;
        height: 1800px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/About_me_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/About_me_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/About_me_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: -150px;
    }    
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 20px;
        text-align: justify;
        margin-top: 0px;
        height: auto;
        max-width: 100%;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 12.5px auto;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0.75px 2.5px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 1.25px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 2.5px;
        margin-bottom: 2.5px;
        border: 0.25px solid #ccc;
        border-radius: 1px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 20px;
        padding: 20px;
        text-align: justify;
        height: auto;
        max-width: 700px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 240px;
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 20px;
        height: 1300px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/Services_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Services_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Services_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 450px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 220px;                  /* Positions the element 10px from the top */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 1050px;
        margin-top: 0px;
        background-image: url('../images/Ratio_9_16/appointment_image_2.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_image_2.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center content horizontally */
        justify-content: flex-start; /* Align items to the top */
        padding: 15px;
        height: 1500px;
        background-image: url('../images/Ratio_9_16/appointment_contact.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_contact.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .appointment_contact-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        width: 100%; /* Ensure it takes the full width of the container */
        max-width: 650px; /* Set maximum width */
        height: auto; /* Set maximum height */
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px; /* Increase or decrease as desired */
        font-weight: normal; /* Choose between normal, bold, etc. */
        line-height: 1; /* Adjusts the spacing between lines */
        letter-spacing: 0.125px; /* Adjusts the space between letters */
        color: rgb(0, 0, 0); /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-bottom: 100px; /* Add space below the text container */
        margin-right: 0; /* Reset margin-right for small screens */
        margin-top: 100px;
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 7.5px;
        padding: 10px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 92.5px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 20px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s ease;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 2.5px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1600px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 40px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }

    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        display: none;
    }

    /* Adjust the map containers */
    .map-column {
        display: none;
    }

    .maps-contanier {
        display: none;
    }

    .address_container {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        margin-top: 200px;
    }

    /* Address containers with adjustable position */
    .address {
        flex: 1 1 100%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 5px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
        display: flex; /* Enables Flexbox */
        justify-content: center; /* Aligns items horizontally (center) */
        align-items: center; /* Aligns items vertically (center) */
    }

    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }

    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .address {
        padding: 2.5px;
        margin: 2.5px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }

    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 15px;
        padding: 5px;
        text-align: left;
        margin-top: 35px;
        margin-right: 0px;
        height: auto;
        width: 100%;
        font-size: 28px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }

    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.125px -0.125px 0 rgb(255, 255, 255),  
            0.125px -0.125px 0 rgb(255, 255, 255), 
            -0.125px  0.125px 0 rgb(255, 255, 255), 
            0.125px  0.125px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }

    .google-text {
        flex: 1;
        border-radius: 5px;
        padding: 7.5px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 20px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }

    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 112.5px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 350px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 200px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }

    /* Maps icon CSS - Start ------------------------------------------------------*/
    /* Container style to center the loader */
    .loader-container {
        display: grid;
        place-items: center;  /* Center both vertically and horizontally */
        height: 80px;  /* Full viewport height to center in the middle of the screen */
    }

    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }

    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }

    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/

    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 650px; /* Match the width of the text container */
        padding: 25px;
        background-image: linear-gradient(to bottom right, rgba(191, 166, 106, 0.85), rgba(251, 242, 169, 0.85));
        border-radius: 20px;
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        width: 100%; /* Ensure it takes the full width of the container */
        height: auto;
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 5.5px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-size: 38px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -0.8px -0.8px 0 rgb(255, 255, 255),  
            0.8px -0.8px 0 rgb(255, 255, 255), 
            -0.8px  0.8px 0 rgb(255, 255, 255), 
            0.8px  0.8px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.275px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.55px -0.55px 0 rgb(255, 255, 255),  
            0.55px -0.55px 0 rgb(255, 255, 255), 
            -0.55px  0.55px 0 rgb(255, 255, 255), 
            0.55px  0.55px 0 rgb(255, 255, 255);
        font-size: 28px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 7.5px 7.5px;
        margin-bottom: 4.5px;
        border-radius: 11px;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 20px; /* Font size */
        padding: 5.5px; /* Padding */
    }
    
    .form-container button {
        height: 80px;
        width: 100%;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.275px 0.275px 300px rgb(255, 255, 255);
    }
    
    /* Submit button Start ------------------------- */
    .type1::after {
        content: "Vamos a isso!";
        height: 100%;
        width: 100%;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(80px);
        font-size: 36px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 100%;
        width: 100%;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px);
        font-size: 50px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 2.5px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 5px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 5.5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 7px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        background-image: url('../images/Ratio_4_3/baseboard_background_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/baseboard_background_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/baseboard_background_4_3.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: space-between;
        padding: 20px;
    }
    
    .divider {
        height: 1.25px; /* Adjust the height for horizontal divider */
        width: 100%; /* Full width to span the container */
        background-color: rgb(208, 217, 50);
        margin: 10px 0; /* Adds spacing above and below the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 22px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }    
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 16px;
        display: start;
        height: 25px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    .icon {
      filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(0.25px 0.5px 1px rgba(0,0,0,0.9))
    }

}
/* END of media query for screens smaller than 900px **************************************************************************************************************************/




/* New CSS for responsiveness */
/* Add media query for screens smaller than 800px **************************************************************************************************************************/
@media only screen and (min-width: 651px) and (max-width: 800px) and (orientation: portrait) {
    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
        
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: center; /* Center content horizontally */
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 180px;
        padding: 20px;
    }

    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1500px; /* Optional: limits the width of the content for better control */
    }

    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 170px; /* Adjust width as needed */
        height: 170px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }

    header .home-button .logo-image {
        width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }

    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }

    /* Default link (for large screens) */
    #small-screen-link {
        display: none;
    }
    #large-screen-link {
        display: block;
    }
    /* home-appointment - END  ------------------------------*/


    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        outline: 0;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(191, 166, 106);
        min-width: 200px;
        border: 0;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        padding: 0.5em 0.8em;
        color: rgba(255, 255, 255, 1);
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }

    .button-appointment:hover {
        background-color: rgb(251, 242, 169);
        color: rgba(0, 0, 0, 1);
    }

    .button-appointment .animation {
        border-radius: 100%;
        animation: ripple 0.6s linear infinite;
    }

    @keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
    }
    /* button-appointment - END */

    .left-buttons, .right-buttons {
        display: flex;
        flex-direction: column; /* Stack children vertically */
        gap: 20px; /* Adjusts spacing between the buttons */
    }

    .google_button {
        display: inline-flex;
    }

    .about_me_button {
        display: inline-flex;
    }

    .services_button {
        display: inline-flex;
    }

    .custom-link {
        padding: 15px 30px;
        font-family: 'Poppins', sans-serif; /* Change to the desired font-family */
        font-style: normal;                /* Use 'normal' or 'italic' */
        font-size: 24px;
        font-weight: bold; /* Make text bold */
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-decoration: none; /* Remove underline */
        color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right,rgb(191, 166, 106) , rgb(251, 242, 169));
        border-radius: 45px;
        box-shadow: rgba(191, 166, 106, 0.7);
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

    .custom-link:hover {
        background-image: linear-gradient(to bottom right, rgb(251, 242, 169) , rgb(251, 242, 169));
        box-shadow: rgba(251, 242, 169, 0.4);
        color: rgb(0, 0, 0);
        transform: translateY(-7px);
    }

    .custom-link:active {
        transform: translateY(-1px);
    }

    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }

    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        height: 1100px;  /* Set fixed height here */
        padding: 20px;
        background-image: url('../images/Ratio_4_3/Welcome_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Welcome_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Welcome_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 650px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
        margin-top: 200px;                  /* Positions the element 10px from the top */
    }
    
    .section-spacing {
        height: 3.75px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 10px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 24px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: normal; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 26px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 40px;
        height: 1500px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/About_me_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/About_me_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/About_me_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }    
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        margin-top: 20px;
        height: auto;
        max-width: 100%;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 12.5px auto;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0.75px 2.5px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 1.25px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 2.5px;
        margin-bottom: 2.5px;
        border: 0.25px solid #ccc;
        border-radius: 1px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 650px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 180px;
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 20px;
        height: 1250px;  /* Set fixed height here */
        background-image: url('../images/Ratio_4_3/Services_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/Services_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/Services_4_3.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 450px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 185px;                  /* Positions the element 10px from the top */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 1000px;
        margin-top: 0px;
        background-image: url('../images/Ratio_9_16/appointment_image_2.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_image_2.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center content horizontally */
        justify-content: flex-start; /* Align items to the top */
        padding: 15px;
        height: 1300px;
        background-image: url('../images/Ratio_9_16/appointment_contact.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_contact.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .appointment_contact-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        width: 100%; /* Ensure it takes the full width of the container */
        max-width: 600px; /* Set maximum width */
        height: auto; /* Set maximum height */
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 22px; /* Increase or decrease as desired */
        font-weight: normal; /* Choose between normal, bold, etc. */
        line-height: 1; /* Adjusts the spacing between lines */
        letter-spacing: 0.125px; /* Adjusts the space between letters */
        color: rgb(0, 0, 0); /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-bottom: 50px; /* Add space below the text container */
        margin-right: 0; /* Reset margin-right for small screens */
        margin-top: 100px;
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 7.5px;
        padding: 10px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 92.5px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 20px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s ease;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 2.5px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1400px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 10px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }

    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        display: none;
    }

    /* Adjust the map containers */
    .map-column {
        display: none;
    }

    .maps-contanier {
        display: none;
    }

    .address_container {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        
    }

    /* Address containers with adjustable position */
    .address {
        flex: 1 1 100%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 5px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
        display: flex; /* Enables Flexbox */
        justify-content: center; /* Aligns items horizontally (center) */
        align-items: center; /* Aligns items vertically (center) */
    }

    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }

    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .address {
        padding: 2.5px;
        margin: 2.5px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }

    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 15px;
        padding: 5px;
        text-align: left;
        margin-top: 25px;
        height: auto;
        width: 100%;
        margin-right: 7.5px;
        font-size: 26px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }

    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.125px -0.125px 0 rgb(255, 255, 255),  
            0.125px -0.125px 0 rgb(255, 255, 255), 
            -0.125px  0.125px 0 rgb(255, 255, 255), 
            0.125px  0.125px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 22px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }

    .google-text {
        flex: 1;
        border-radius: 5px;
        padding: 7.5px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 18px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }

    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 112.5px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 350px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 200px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }

    /* Maps icon CSS - Start ------------------------------------------------------*/
    /* Container style to center the loader */
    .loader-container {
        display: grid;
        place-items: center;  /* Center both vertically and horizontally */
        height: 80px;  /* Full viewport height to center in the middle of the screen */
    }

    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }

    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }

    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/

    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 600px; /* Match the width of the text container */
        padding: 15px;
        background-image: linear-gradient(to bottom right, rgba(191, 166, 106, 0.85), rgba(251, 242, 169, 0.85));
        border-radius: 20px;
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        width: 100%; /* Ensure it takes the full width of the container */
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 5.5px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-size: 36px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -0.8px -0.8px 0 rgb(255, 255, 255),  
            0.8px -0.8px 0 rgb(255, 255, 255), 
            -0.8px  0.8px 0 rgb(255, 255, 255), 
            0.8px  0.8px 0 rgb(255, 255, 255);
        font-size: 26px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.275px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.55px -0.55px 0 rgb(255, 255, 255),  
            0.55px -0.55px 0 rgb(255, 255, 255), 
            -0.55px  0.55px 0 rgb(255, 255, 255), 
            0.55px  0.55px 0 rgb(255, 255, 255);
        font-size: 26px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 7.5px 7.5px;
        margin-bottom: 4.5px;
        border-radius: 11px;
        font-size: 18px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 18px; /* Font size */
        padding: 5.5px; /* Padding */
    }
    
    .form-container button {
        height: 50px;
        width: 100%;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.275px 0.275px 300px rgb(255, 255, 255);
    }
    
    /* Submit button Start ------------------------- */
    .type1::after {
        content: "Vamos a isso!";
        height: 50px;
        width: 100%;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(50px);
        font-size: 28px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 50px;
        width: 100%;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px) scale(1.2);
        font-size: 34px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 2.5px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 5px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 5.5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 7px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        background-image: url('../images/Ratio_4_3/baseboard_background_4_3.png');
        background-image: image-set(url('../images/Ratio_4_3/baseboard_background_4_3.webp') type('image/webp'), url('../images/Ratio_4_3/baseboard_background_4_3.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: space-between;
        padding: 20px;
    }
    
    .divider {
        height: 1.25px; /* Adjust the height for horizontal divider */
        width: 100%; /* Full width to span the container */
        background-color: rgb(208, 217, 50);
        margin: 10px 0; /* Adds spacing above and below the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 22px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }    
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 16px;
        display: start;
        height: 25px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    .icon {
      filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(0.25px 0.5px 1px rgba(0,0,0,0.9))
    }

}
/* END of media query for screens smaller than 800px **************************************************************************************************************************/


/* New CSS for responsiveness */
/* Add media query for screens smaller than 650px **************************************************************************************************************************/
@media only screen and (min-width: 0px) and (max-width: 650px) and (orientation: portrait) {

    .left-nav, .right-nav {
        display: none;
    }

    body {
        background-color: rgb(112, 128, 144);
        text-align: center;
    }
    
    body, html {
        margin: 0;
        padding: 0;
    }
    
    header {
        position: fixed;
        top: 0;
        z-index: 2000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgb(208, 217, 214, 0);
        width: 100%;
        box-sizing: border-box;
        height: 150px;
        padding: 2.5px;
    }
    
    .content {
        padding-top: 0px; /* This assumes your header is 0px tall. Adjust this value as needed. */
    }
    
    /* home-appointment - START  ------------------------------*/
    header .home-button {
        margin: 0;
        text-decoration: none;
        transition: background-color 0.3s ease;
        cursor: pointer;
        display: inline-block; /* Ensure the button takes the size of its content */
        background-image: url('../images/logo-color.png');
        background-image: image-set(url('../images/logo-color.webp') type('image/webp'), url('../images/logo-color.png') type('image/png')); /* Include the image in CSS */
        background-size: contain; /* Ensure the image scales correctly */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        width: 140px; /* Adjust width as needed */
        height: 140px; /* Adjust height as needed */
        border-radius: 50%; /* Make it a circle */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Center the button within its container */
        z-index: 1; /* Ensure the button is above other elements */
    }

    header .home-button .logo-image {
        max-width: 100%; /* Ensure the image fills the container */
        height: auto; /* Maintain the aspect ratio */
        border-radius: 50%; /* Ensure the image matches the container shape */
    }

    header .home-button:hover {
        opacity: 0.7; /* Adjust the opacity on hover */
    }

    #small-screen-link {
        display: block;
    }
    #large-screen-link {
        display: none;
    }
    /* home-appointment - END  ------------------------------*/
    
    
    /* button-appointment - START  ------------------------------*/
    .button-appointment {
        display: none;
    }
    
    .button-appointment:hover {
        display: none;
    }
    
    .button-appointment .animation {
        display: none;
    }
    
    @keyframes ripple {
      0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 15px rgba(255, 255, 255, 0.1);
      }
    
      100% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0);
      }
    }
    /* button-appointment - END */
    
    
    nav {
        flex: 1; /* This ensures that the space is divided evenly between the two nav elements */
    }
    
    nav ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        align-items: center;
        margin: 0;
    }
    
    nav.left-nav ul li,
    nav.right-nav ul li {
        margin: 0 2.5px;
    }
    
    .centered-text {
        font-size: 9px;
        margin-top: 100px;
    }
        
    .custom-link {
        display: none;
    }
    
    .custom-link:hover {
        display: none;
    }
    
    .custom-link:active {
        display: none;
    }
    
    .logo-image {
        max-width: 300px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        border-radius: 35%; /* Adjust the percentage to change the roundness of the corners */
    }
    
    .welcome-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        height: 1100px;  /* Set fixed height here */
        padding: 35px;
        background-image: url('../images/Ratio_9_16/Welcome_9_16.png');
        background-image: image-set(url('../images/Ratio_9_16/Welcome_9_16.webp') type('image/webp'), url('../images/Ratio_9_16/Welcome_9_16.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .welcome-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    .welcome-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 350px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        align-items: center;               /* Centers content vertically */
        justify-content: center;           /* Centers content horizontally */
        margin-top: 130px;                  /* Positions the element 10px from the top */
    }
    
    .section-spacing {
        height: 3.75px; /* Adjust this value based on how much space you want. */
    }
    
    .bold-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 22px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_services-text {
        text-align: center;
        text-decoration: underline;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 10px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold_title_appoitment-text {
        text-align: center;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        font-family: 'Arial', sans-serif; /* Change to the desired font-family */
        font-size: 18px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .bold-text_baseboard {
        text-align: center;
        font-weight: normal; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-size: 24px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }
    
    .about-me-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 15px;
        height: 1350px;  /* Set fixed height here */
        background-image: url('../images/Ratio_9_16/small/About_me_1.png');
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }    
    
    .about-me-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .centered-content {
        margin: 0 0px; /* Adjust the margin as needed */
    }
    
    .about-me-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        margin-top: 0px;
        height: auto;
        max-width: 100%;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
    }
    
    .container {
        width: 60%;
        margin: 12.5px auto;
        background-color: #fff;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0.75px 2.5px rgba(0,0,0,0.1);
    }
    
    label {
        display: block;
        margin-bottom: 1.25px;
        font-weight: bold;
    }
    
    input[type="text"], input[type="email"], textarea {
        width: 100%;
        padding: 2.5px;
        margin-bottom: 2.5px;
        border: 0.25px solid #ccc;
        border-radius: 1px;
    }
    
    textarea {
        resize: vertical;
    }
    
    .services-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 350px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 20px;
    }
    
    .services-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 1050px;  /* Set fixed height here */
        background-image: url('../images/Ratio_9_16/Services_4.png');
        background-image: image-set(url('../images/Ratio_9_16/Services_4.webp') type('image/webp'), url('../images/Ratio_9_16/Services_4.png') type('image/png'));
        background-size: cover; /* ensures the image covers the entire element */
        background-position: center; /* centers the image */
        background-repeat: no-repeat; /* ensures the image does not repeat */
        background-attachment: none; /* prevents the image from zooming in */
        margin-top: 0px;
    }
    
    .services-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .content-container {
        overflow-y: auto; /* Add vertical scrollbar when content overflows */
    }
    
    #content-container {
        display: flex;          /* Add flex display to make its children line up in a flex row */
        justify-content: flex-start; /* Align to the left */
    }
    
    .appointment-text {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        height: auto;
        max-width: 350px;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px;                   /* Increase or decrease as desired */
        font-weight: normal;               /* Choose between normal, bold, etc. */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgb(0, 0, 0);    /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-top: 35px;                  /* Positions the element 10px from the top */
    }
    
    .appointment-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;    /* Centers content vertically */
        justify-content: center; /* Centers content horizontally */
        padding: 35px;
        height: 600px;
        margin-top: 0px;
        background-image: url('../images/Ratio_9_16/appointment_image_2.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_image_2.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_image_2.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .appointment-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .welcome-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-container {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column; /* Stack children vertically */
        align-items: center; /* Center content horizontally */
        justify-content: flex-start; /* Align items to the top */
        padding: 15px;
        height: 1100px;
        background-image: url('../images/Ratio_9_16/appointment_contact.png');
        background-image: image-set(url('../images/Ratio_9_16/appointment_contact.webp') type('image/webp'), url('../images/Ratio_9_16/appointment_contact.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: none; /* prevents the image from zooming in */
    }
    
    .appointment_contact-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .appointment_contact-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }
    
    .appointment_contact-text {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding: 10px;
        text-align: justify;
        max-width: 350px; /* Set maximum width */
        height: auto; /* Set maximum height */
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 16px; /* Increase or decrease as desired */
        font-weight: normal; /* Choose between normal, bold, etc. */
        line-height: 1; /* Adjusts the spacing between lines */
        letter-spacing: 0.125px; /* Adjusts the space between letters */
        color: rgb(0, 0, 0); /* Set text color */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
        margin-bottom: 50px; /* Add space below the text container */
        margin-right: 0; /* Reset margin-right for small screens */
        margin-top: 50px;
    }
    
    .appointment_contact_email-text {
        flex: 1;
        background-color: rgb(169, 185, 187, 0.6);  /* Background color with 60% transparency */
        border-radius: 7.5px;
        padding: 10px;
        text-align: center;
        margin-top: 0px;
        height: auto;
        max-width: 92.5px;
        margin-left: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }
    
    .email-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #263238;
        color: #ECEFF1;
        border-radius: 20px;
        text-decoration: none;
        font-weight: normal;
        transition: background-color 0.3s ease;
    }
    
    .email-link:hover {
        background-color: #37474F;
    }
    
    .section-spacing {
        height: 2.5px; /* Adjust this value based on how much space you want. */
    }
    
    /* Added style for the Google Maps iframe container */
    .google-maps-container {
        background-image: url('../images/Gabinete_2.jpg');
        background-image: image-set(url('../images/Gabinete_2.webp') type('image/webp'), url('../images/Gabinete_2.jpg') type('image/jpeg'));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        height: 1200px;  /* Set fixed height here */
        align-items: center; /* Center align items vertically */
        justify-content: space-around; /* Ensure there's space around the columns */
        padding: 10px; /* Add padding for spacing around the maps */
        position: relative; /* Ensure the pseudo-element is positioned relative to this container */
        background-attachment: none; /* prevents the image from zooming in */
    }

    .google-maps-container::after {
        content: "";  /* Makes the pseudo-element occupy space */
        display: block;  /* By default, pseudo-elements are inline */
        position: absolute;
        z-index: 1000;  /* Ensures it's above other content, adjust as needed */
        bottom: -8px;  /* Positions it at the bottom of the .google-maps-container */
        right: 0;  /* Aligns it to the right */
        background-image: url('../images/right_separetor_1.png');
        background-image: image-set(url('../images/right_separetor_1.webp') type('image/webp'), url('../images/right_separetor_1.png') type('image/png'));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 25px;
    }

    /* Styles for the iframe (Google Maps) */
    .google-maps-iframe {
        display: none;
    }

    /* Adjust the map containers */
    .map-column {
        display: none;
    }

    .maps-contanier {
        display: none;
    }

    .address_container {
        flex: 1 1 100%; /* Allows columns to grow/shrink, min-width 45% */
        
    }

    /* Address containers with adjustable position */
    .address {
        flex: 1 1 100%; /* Allows address sections to grow/shrink, min-width 45% */
        margin-bottom: 5px; /* Space between address blocks */
        width: 100%; /* 100% of the parent */
        display: flex; /* Enables Flexbox */
        justify-content: center; /* Aligns items horizontally (center) */
        align-items: center; /* Aligns items vertically (center) */
    }

    /* Optional: Vertical alignment and spacing */
    .map-column, .address {
        align-self: flex-start; /* Align at the top by default */
        height: auto; /* Auto height based on content */
    }

    /* Additional padding/margin adjustments for precise positioning */
    .google-maps-container .address {
        padding: 2.5px;
        margin: 2.5px;
        box-sizing: border-box; /* Ensure padding and margin are included in the element's width and height */
    }

    .google_text-box {
        flex: 1;
        background-color: rgba(255, 255, 255, 0.6);   /*Background color with 90% transparency */
        border-radius: 15px;
        padding: 5px;
        text-align: left;
        margin-top: 25px;
        height: auto;
        width: 100%;
        margin-right: 7.5px;
        font-size: 22px;
        line-height: 2;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
    }

    .google_main-text {
        text-align: left;
        font-weight: bold; /* Choose between normal, bold, etc. */
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.125px -0.125px 0 rgb(255, 255, 255),  
            0.125px -0.125px 0 rgb(255, 255, 255), 
            -0.125px  0.125px 0 rgb(255, 255, 255), 
            0.125px  0.125px 0 rgb(255, 255, 255);
        font-family: 'Areal', sans-serif; /* Change to the desired font-family */
        font-size: 16px; /* Adjust font size */
        text-transform: uppercase; /* Convert text to uppercase */
    }

    .google-text {
        flex: 1;
        border-radius: 5px;
        padding: 7.5px;
        text-align: justify;
        height: auto;
        font-family: 'Roboto', sans-serif; /* Change to the desired font-family */
        font-size: 14px;                   /* Increase or decrease as desired */
        line-height: 1;                  /* Adjusts the spacing between lines */
        letter-spacing: 0.125px;             /* Adjusts the space between letters */
        color: rgba(0, 0, 0, 1);    /* Set text color */
    }

    /* Adjust the size of the map as needed */
    .google-maps-iframe {
        width: 100%;
        height: 112.5px;
        border: 0;
        align-content: center;
    }
    
    .contacts_statics-image-container {
        display: flex;
        justify-content: center; /* Align items horizontally at the center */
    }
    
    .contacts1_statics-image {
        max-width: 250px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }
    
    .contacts2_statics-image {
        max-width: 125px; /* Adjust the width as needed */
        height: auto; /* Automatically adjust height based on width */
        margin-top: 5px; /* Add margin-top to create space between the image and the text */
    }

    /* Maps icon CSS - Start ------------------------------------------------------*/
    /* Container style to center the loader */
    .loader-container {
        display: grid;
        place-items: center;  /* Center both vertically and horizontally */
        height: 80px;  /* Full viewport height to center in the middle of the screen */
    }

    /* Your existing loader styles */
    .loader {
        width: 44.8px;
        height: 44.8px;
        position: relative;
        transform: rotate(45deg);
    }

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50% 50% 0 50%;
        background: #0000;
        background-image: radial-gradient(circle 11.2px at 50% 50%, #0000 94%, rgb(255, 206, 68));
    }

    .loader:after {
        animation: pulse-ytk0dhmd 1s infinite;
        transform: perspective(336px) translateZ(0px);
    }

    @keyframes pulse-ytk0dhmd {
        to {
            transform: perspective(336px) translateZ(168px);
            opacity: 0;
        }
    }
    /* Maps icon CSS - END ------------------------------------------------------*/

    
    /* E-mail Contact forms STYLE ------------------------------------------------------*/
    html, body, div, form, label, input, select, textarea, button {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        box-sizing: border-box;
    }
    
    .form-container {
        max-width: 400px; /* Match the width of the text container */
        padding: 15px;
        background-image: linear-gradient(to bottom right, rgba(191, 166, 106, 0.85), rgba(251, 242, 169, 0.85));
        border-radius: 20px;
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        width: 100%; /* Ensure it takes the full width of the container */
    }
    
    .form-container h1 {
        text-align: center;
        margin-bottom: 5.5px;
        margin-top: 0px;
        color: rgb(112, 128, 144);
        text-shadow: 
            -1px -1px 0 rgb(255, 255, 255),  
            1px -1px 0 rgb(255, 255, 255), 
            -1px  1px 0 rgb(255, 255, 255), 
            1px  1px 0 rgb(255, 255, 255);
        font-size: 28px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        font-weight: bold;
    }
    
    .form-container mainlabel {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-shadow: 
            -0.8px -0.8px 0 rgb(255, 255, 255),  
            0.8px -0.8px 0 rgb(255, 255, 255), 
            -0.8px  0.8px 0 rgb(255, 255, 255), 
            0.8px  0.8px 0 rgb(255, 255, 255);
        font-size: 24px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.275px;
    }
    
    .form-container .location-label,
    .form-container .service-label,
    .form-container .reason-label {
        font-weight: bold;
        color: rgb(112, 128, 144);
        text-shadow: 
            -0.55px -0.55px 0 rgb(255, 255, 255),  
            0.55px -0.55px 0 rgb(255, 255, 255), 
            -0.55px  0.55px 0 rgb(255, 255, 255), 
            0.55px  0.55px 0 rgb(255, 255, 255);
        font-size: 20px;
        font-family: 'Lato', sans-serif; /* Change to the desired font-family */
        text-align: center;
    }
    
    .form-container input[type="text"],
    .form-container select,
    .form-container textarea {
        width: 100%;
        padding: 7.5px 7.5px;
        margin-bottom: 4.5px;
        border-radius: 11px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
        text-align: left; /* Align text to the left */
    }
    
    .form-container .input-container {
        width: 100%;
        display: flex;
        justify-content: center; /* Center the text box horizontally */
    }
    
    .form-container textarea::placeholder {
        color: #777;
        font-style: italic;
    }
    
    .form-container select {
        font-family: 'Roboto', sans-serif; /* Apply the desired font family */
    }
    
    .form-container select option {
        background-color: rgba(255, 255, 255, 0.4); /* Background color */
        color: #333; /* Text color */
        font-size: 16px; /* Font size */
        padding: 5.5px; /* Padding */
    }
    
    .form-container button {
        height: 50px;
        width: 100%;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    
    .form-container button:hover {
        box-shadow: 0.275px 0.275px 300px rgb(255, 255, 255);
    }
    
    /* Submit button Start ------------------------- */
    .type1::after {
        content: "Vamos a isso!";
        height: 50px;
        width: 100%;
        background-color: rgb(255, 215, 55);
        color: #fff;
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(50px);
        font-size: 28px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1::before {
        content: "Submeter";
        height: 50px;
        width: 100%;
        background-color: rgba(255, 215, 55, 0.1);
        color: rgba(255, 215, 55);
        text-shadow: 
            -0.25px -0.25px 0 rgb(50, 50, 50),  
            0.25px -0.25px 0 rgb(50, 50, 50),
            -0.25px  0.25px 0 rgb(50, 50, 50),
            0.25px  0.25px 0 rgb(50, 50, 50);
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px) scale(1.2);
        font-size: 34px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }
    
    .type1:hover::after {
        transform: translateY(0) scale(1.6);
    }
    
    .type1:hover::before {
        transform: translateY(-50px) scale(0) rotate(120deg);
    }
    
    /* Submit button END ------------------------- */
    
    
    ::placeholder {
        color: rgba(70, 70, 70, 0.7);
    }
    
    .name-container {
        display: flex;
        justify-content: space-between;
    }
    
    .name-field {
        flex: 1;
        margin-right: 2.5px; /* spacing between first_name and last_name */
    }
    
    .name-field:last-child {
        margin-right: 0; /* remove the spacing for the last child */
    }
    
    /* Edit the submit message -----------------------------------*/
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(255, 255, 255, 0.75);
    }
    
    .modal-content {
        background-color: rgb(255, 255, 255);
        margin: 15% auto; /* 15% from the top and centered */
        padding: 5px;
        border: 1px solid #888;
        width: 30%; /* Could be more or less, depending on screen size */
        font-family: 'Lato', sans-serif;
        font-size: 5.5px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 7px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    
    /* baseboard --------------------------------------------------------------*/
    .baseboard {
        background-image: url('../images/baseboard_background.png');
        background-image: image-set(url('../images/baseboard_background.webp') type('image/webp'), url('../images/baseboard_background.png') type('image/png'));
        background-size: cover; /* Options: auto, cover, contain, or specific dimensions like 100% 100% */
        background-position: center; /* Options: left, right, top, bottom, center, or specific coordinates */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: space-between;
        padding: 20px;
    }
    
    .divider {
        height: 1.25px; /* Adjust the height for horizontal divider */
        width: 100%; /* Full width to span the container */
        background-color: rgb(208, 217, 50);
        margin: 10px 0; /* Adds spacing above and below the divider */
    }
    
    .left-section,
    .middle-section,
    .right-section {
        flex: 1;
        text-align: center;
        line-height: 2;
        font-weight: bold;
        color: rgb(55, 55, 55);
        text-shadow: 
            -0.5px -0.5px 0 rgb(255, 255, 255),  
            0.5px -0.5px 0 rgb(255, 255, 255), 
            -0.5px  0.5px 0 rgb(255, 255, 255), 
            0.5px  0.5px 0 rgb(255, 255, 255);
        font-size: 20px;
        font-family: 'Arial', sans-serif;
        text-align: center;
    }    
    
    .copyright {
        background-color: rgb(112, 128, 144);
        color: rgb(255, 255, 255);
        font-size: 12px;
        display: start;
        height: 25px;
        text-align: center;
    }
    
    
    .linkedin-button-container button {
        background-color: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        animation: sway 2s infinite alternate;
        max-width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 500px;
        transition: transform 0.5s, box-shadow 0.5s;
        margin: 50px auto 0; /* Center horizontally */
    }
    
    .linkedin-button-container button svg {
        width: 100%; /* Set width to 100% of parent container */
        height: auto; /* Maintain aspect ratio */
    }
    
    .linkedin-button-container button:hover {
        transform: scale(1.5) rotate(-360deg) translateY(-1em);
        box-shadow: 0 0 20px 0 rgba(29, 161, 242, 0.5);
    }
    
    .icon {
      filter: drop-shadow(0 0.5px 1px rgba(0, 0, 0, 0.6));
      transition: transform 0.5s;
    }
    
    .icon:hover {
      transform: scale(8);
      filter: drop-shadow(0.25px 0.5px 1px rgba(0,0,0,0.9))
    }

}
/* END of media query for screens smaller than 650px **************************************************************************************************************************/
