body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
#contact-banner {
    background-color: #6FE0F2;  /* Light blue background */
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#logo {
    flex: 0 1 auto; /* Allows the logo to shrink/grow as needed but maintain its content size */
     /* Provides some spacing between the logo and the menu */
}

#logo img {
    max-width: 150px;
    height: auto;
}

nav {
    display: flex;
    align-items: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center; /* Centers the navigation items */
}

nav ul li a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;  /* Adds padding for better touch targets */
}

.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

/* Style for the dropdown container */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style for dropdown links */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Add a little background color to dropdown button on hover */
.dropdown:hover > a {
    background-color: #ddd;
}


/* 1024 screens and below (above 768) */

@media screen and (max-width: 1024px) {
    header {
        flex-direction: column;  /* Stacks logo and navigation vertically */
        align-items: center;  /* Centers the content */
    }

    nav ul {
        flex-direction: row;
        flex-wrap: wrap;  /* Allows menu items to wrap */
        justify-content: center;  /* Centers the navigation items */
    }
    .service-item {
        width: calc(33.333% - 20px); /* Adjusts for 3 items per row on smaller desktops and tablets */
    }
}

@media screen and (max-width: 768px) {
    header {
        flex-direction: column;
    }

    .hamburger {
        display: block;
    }

    nav ul {
        flex-direction: column;
        width: 100%;
        display: none;
    }

    nav ul.show {
        display: flex;
        flex-direction: column;  /* Stacks the items vertically */
    }
    #logo img {
        max-width: 120px;  /* Reduces the logo size */
    }
    .info-container {
        flex-direction: column;

    }
    .info-blocks {
        flex-direction: column;
        align-items: center;
    }

    .info-block {
        width: 300px;
        margin-bottom: 20px;
        margin: 20px auto;
    }

    .info-block iframe {
        width: 100%; /* Make iframe responsive */
        height: 250px; /* Adjust height appropriately */
    }

    .info-item {
        flex-basis: 100%; /* Takes full width on smaller screens */
    }
    .info-item img {
        max-width: 80%; /* Reduces image width on smaller screens for better fit */
        margin: 0 auto; /* Centers image */
    }
    .columns {
        flex-direction: column;
        align-items: center;
    }

    .columns ul {
        width: 80%; /* Makes each column take 80% width on smaller screens */
    }
    .video-container {
        flex-direction: column;
        padding: 0;  /* Reduces padding on smaller devices for edge-to-edge video presentation */
    }

    .video-container iframe {
        width: 90%;  /* Adjusts video width to fit mobile devices */
        height: auto;  /* Adjusts height automatically to maintain aspect ratio */
        margin-bottom: 1rem;  /* Adds space between videos when stacked */
    }
    #video-testimonials {
        background-attachment: scroll;  /* Changes attachment to scroll on mobile for better performance */
    }

    .service-item .service-title {
        display: block; /* Shows the title on mobile */
    }

    .service-item .overlay {
        display: none; /* Disables the hover effect on mobile */
    }
    .services-container {
        justify-content: center;
    }

    .service-item {
        width: 100%; /* Full width for mobile screens */
        height: auto; /* Auto height for better responsiveness */
    }

    .service-item img {
        height: auto; /* Adjusted height for better appearance on mobile */
    }
    .services-grid {
        grid-template-columns: 1fr; /* Stacks the blocks in a single column on smaller screens */
    }

    .underline {
        width: 80%; /* Matches the service item width on mobile */
    }
    .map-link {
        display: block; /* Shows the map link on desktop */
        margin-top: 10px;
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-block {
        margin-bottom: 20px;
    }
    .footer-disclaimer {
        font-size: 12px; /* Adjusts font size for readability on mobile */
        padding: 10px; /* Adds padding */
        border-top: 1px solid #555; /* Adds a top border for separation */
    }
    .hero-content {
        padding: 15px;
    }

    #testimonials .testimonial {
        width: 95%;
    }

    .container {
        padding: 20px;
    }
    .team-container {
        flex-direction: column; /* Ensure members stack vertically */
        width: 98%;
        align-items: center; /* Center-align the items */

    }

    .team-member {
        min-width: 80%; /* Use more of the screen's width */
        flex-basis: auto; /* Override any other flex-basis settings */
        margin: 0 auto; /* Center align in the viewport and add vertical spacing */
        padding: 20px; /* Sufficient padding around the content */
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
        border-radius: 5px; /* Rounded corners for aesthetics */
        background-color: #ffffff; /* Ensure background is white */
    }

    .team-member img {
        width: 120px; /* Slightly smaller image size */
        height: 120px; /* Maintain aspect ratio */
    }
    .team-member h3 {
        font-size: 1.2em; /* Larger font size for names */
    }


    .team-member .title p {
        font-size: 1em; /* Adjust title font size */
        color: #555; /* Color for the title */
        text-align: center; /* Center-align the name and title */
    }

    .team-member p {
        font-size: 0.95em; /* Adjust font size for readability */
        text-align: justify; /* Improve text alignment */
    }

    #privacy-policy {
        padding: 15px;
        font-size: 14px;
    }
    #privacy-policy h2 {
        font-size: 18px;
    }
    .product-item {
        width: 100%; /* Full width on smaller screens */
    }

}




@media screen and (min-width: 769px) {
    .info-blocks {
        display: flex;
        justify-content: space-around; /* This spreads out the blocks evenly */
        align-items: start;
    }

    .info-block {
        flex: 1; /* Allows blocks to grow but control max-width for uniformity */
        margin: 20px; /* Adjust margins to ensure spacing between blocks */
        max-width: calc(33% - 40px); /* Subtracting double the margin for correct calculation */
    }

    .info-block:last-child {
        flex: 1 1 40%; /* Larger space for the map */
    }

    .map-link {
        display: none; /* Hide the map link on desktop, as the iframe is visible */
    }
}

#heroproducts {
    background-image: url('dyartpiece1.png');
    background-size: cover;
    background-position: center;
    padding: 3rem;
    text-align: center;
    color: whitesmoke;
}

#hero {
    background-image: url('gbwatercolor.png');
    background-size: cover;
    background-position: center;
    padding: 2rem;
    text-align: center;
    color: #913615;
}

.hero-button {
    background-color: #FF6347; /* Light red */
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 1rem;
}

#intro-text {
    padding: 2rem;
    background-color: #f9f9f9;
    font-size: 1rem;
    text-align: center;
}

#intro-text h2 {
    font-size: 1.4rem;
    font-weight: bold;
}

#intro-text p {
    font-size: 1rem;
    font-weight: normal;
}

#info-section {
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    color: #333;
    text-align: center;
}

.info-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; /* Aligns the top of the items */
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.info-item {
    flex: 1 0 30%; /* Allows flexibility but bases at 30% of the container width */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content within each item */
    padding: 1rem;
}

.info-item img {
    width: 100%;  /* Ensures image takes up the full container width */
    height: auto; /* Maintains aspect ratio but can be changed to a fixed height if needed */
    object-fit: cover; /* Ensures images cover the area properly without distortion */
    min-height: 200px; /* Sets a minimum height for each image */
}

.info-item h3 {
    color: #007BFF; /* Adjust color as needed */
    margin-top: 1rem; /* Adds spacing between the image and the title */
    text-align: center;
}

.info-item p {
    font-size: 0.9rem;
    line-height: 1.4;
    color: black;
    text-align: center;
}
#testimonial-section {
    text-align: center;
    padding: 2rem 0;
}

.testimonial-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.conditions-list h3 {
    margin-bottom: 1rem;
    justify-content: center;
}
#conditions-list ul {
    padding-left: 20px; /* Adds indentation to the list */
    list-style-type: disc; /* Default bullet style, can be changed to circle, square, etc. */
}

#conditions-list li {
    margin-bottom: 5px; /* Adds space between list items */
    line-height: 1.6; /* Improves readability by increasing line spacing */
    font-size: 1rem; /* Adjust font size as needed */
}

/* Enhancing text readability against backgrounds */
#conditions-list {
    background-color: rgba(255, 255, 255, 0.9); /* Optional: light background for better readability */
    padding: 15px; /* Padding around text */
    border-radius: 5px; /* Soft rounded corners for aesthetic */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    justify-content: center;
}

.columns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.columns ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.columns li {
    text-align: left; /* Align text to the left for better readability */
    margin-bottom: 0.5rem; /* Adds a small space between items for clarity */
}
#video-testimonials {
    background: url('andrewridleybg.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;  /* This makes the background fixed during scrolling, providing a parallax-like effect */
    text-align: center;
    color: white;
    padding: 2rem 0;
}

#video-testimonials h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);  /* Adds a dark shadow to make the header pop */
}

.video-container {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);  /* Adds a semi-transparent black background for better legibility */
    border-radius: 8px;  /* Optional: adds rounded corners to the container */
}

#video-testimonials p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);  /* Adds subtle shadow to enhance readability */
}

.video-container iframe {
    flex: 1 1 45%; /* Allows each video to take up to 45% of the container width */
    max-width: 560px; /* Limits the video width */
    height: 315px; /* Maintains a fixed height */
}

#video-testimonials p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.cta-button {
    background-color: #ff6347; /* Vibrant color for the button */
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e55347; /* Slightly darker on hover */
}
#our-services {
    text-align: center;
    padding: 2rem 0;
    color: black;
}

#our-services h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.underline {
    width: 50%;
    margin: auto;
    border: none;
    height: 2px;
    background-color: black;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* Ensures even spacing between elements */
    gap: 20px; /* Space between items */
    padding: 1rem 0;
}

.service-item {
    position: relative;
    width: 280px; /* Adjusts width for 4 items per row minus gap */
    cursor: pointer;
    margin-bottom: 20px; /* Adds some space below each row */
}
.service-item .service-title {
    display: none; /* Hidden by default */
    text-align: center;
    color: black;
    font-weight: bold;
    margin-bottom: 5px; /* Space between title and image */
}

.service-item img {
    height: 200px; /* Fixed height for uniformity */
    object-fit: cover; /* Ensures images cover the area, cropping as necessary */
    border-radius: 8px; /* Rounded corners */
    transition: transform 0.3s ease;
}

.service-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 1.2rem;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px; /* Maintains rounded corners on overlay */
    transition: opacity 0.3s ease;
}

.service-item:hover .overlay {
    opacity: 1;
}

.service-item:hover img {
    transform: scale(1.05); /* Slight zoom effect on hover */
}
#visit-us {
    background-size: cover;
    background-position: center;
    text-align: center;
    color: black;
    padding: 2rem 0;
}

#visit-us h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: black;
}

#visit-us p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: black;
}

.info-block {
    color: #f5f5dc;
    text-align: center;
    background-color: rgba(50, 20, 20, 0.85); /* Dark red with transparency */
    border: 2px solid #FFD700; /* Soft yellow border */
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    width: 300px;
    padding: 15px;
    margin: 20px auto;
    border-radius: 10px;
    font-size: 1rem;
}

.info-block .icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}



.info-block .icon {
    font-size: 2rem; /* Larger icons for visibility */
    margin-bottom: 0.5rem;
}
.info-block iframe {
    border-radius: 8px;
    height: 200px; /* Adjusted height */
}

.info-block h3 {
    color: #f5f5dc !important;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600; /* Heavier font for headers */
}

.info-block p {
    color: #f5f5dc !important;
    font-size: 0.9rem;
    line-height: 1.4; /* Improved line spacing */
}

.map-link {
    color: #FFD700; /* Matching the border color */
    font-weight: bold;
    margin-top: 10px;
}

#site-footer {
    background-color: #003366; /* Dark blue background */
    color: white;
    padding: 20px 50px;
    font-size: 14px;
    text-align: center; /* Centers the content */
}
.footer-block {
    margin-bottom: 20px; /* Adds space between sections */
}

.footer-container {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.footer-block h4 {
    margin-top: 0;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0; /* Removes margin to make elements flush */
}

.footer-block ul li a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.footer-block a img {
    width: 24px; /* Adjust based on your icon sizes */
    height: auto;
    margin-right: 10px;
}

.footer-disclaimer {
    border-top: 1px solid #555; /* Lighter line for a bit of contrast */
    padding-top: 20px;
    font-size: 12px;
}
#site-footer a {
    color: orange; /* Change 'orange' to whatever color you prefer */
    text-decoration: none; /* Optional: removes underline from links */
}

#site-footer a:hover, #site-footer a:focus {
    color: #ffcc00; /* Lighter or different shade of orange on hover */
    text-decoration: underline; /* Optional: adds underline on hover */
}

/* CONSULTATION FORM */
.consultation-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.consultation-form h1 {
    text-align: center;
}

.consultation-form p {
    text-align: center;
}

.consultation-form form {
    display: flex;
    flex-direction: column;
}

.consultation-form label {
    margin-bottom: 5px;
}

.consultation-form input[type="text"],
.consultation-form input[type="email"],
.consultation-form input[type="tel"] {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.consultation-form button {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.consultation-form button:hover {
    background-color: #0056b3;
}

/* SERVICES PAGE */
.services-intro {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.9)), url('path_to_your_background_image.jpg') no-repeat center center;
    background-size: cover;
    background: #E3FDFE;
}

.services-intro h1 {
    margin-bottom: 10px;
    font-size: 2.5rem;
}

.services-intro p {
    font-size: 1.2rem;
    color: #333;
}

.cta-button {
    padding: 10px 25px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    
}

.service-item {
    background: #ffffff; /* Ensures a white background for each item */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Soft shadow for depth */
    padding: 20px;
    width: 230px;
    text-align: center; /* Centers the text within each block */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distributes space evenly */
}
.service-item img {
    display: block;
    margin: 0 auto 10px; /* Centers the image and adds space below it */
    max-width: 150px; /* Maximum image width */
    height: auto; /* Maintain aspect ratio */
}

.service-item h3 {
    color: #333;
    margin-bottom: 10px; /* Adds space between the header and paragraph */
}

.service-item p {
    color: #666;
    flex-grow: 1; /* Allows the paragraph to fill available space */
}

.learn-more {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px; /* Adds space above the link */
}

/* ABOUT PAGE */
/* Fixed background for the hero section */
#about-hero {
    height: 100vh; /* Full height */
    background: url('aboutBG.jpg') no-repeat center center/cover;
    background-attachment: fixed; /* Keeps the background fixed during scroll */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.hero-content {
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent overlay for better readability */
    padding: 20px;
    width: 90%;
    border-radius: 8px;
}

#approach, #testimonials {
    text-align: center;
    background-color: #f8f8f8;
}

#approach .container, #testimonials .container {
    padding: 50px 20px;
}

#testimonials .testimonial {
    background: white;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    width: 80%;
}

#testimonials blockquote {
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

#testimonials cite {
    display: block;
    text-align: right;
    font-style: normal;
    color: #333;
    margin-top: 10px;
}
#team-section {
    background-color: #f0f0f0; /* Light grey background for the section */
    text-align: center; /* Center align all text */
    padding: 50px 0; /* Padding for spacing */
    font: 1.2em Roboto;
}

.team-container {
    display: flex;
    justify-content: space-around; /* Space between team members */
    flex-wrap: wrap; /* Allows items to wrap in smaller screens */
}

.team-member {
    background-color: #ffffff; /* White background for each member */
    padding: 30px;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15); /* Shadow for depth */
    border-radius: 10px; /* Rounded corners */
    width: 25%; /* Each member takes up 30% of container width */
    position: relative;
}

.team-member img {
    width: 150px; /* Full width of the container */
    height: 150px; /* Maintain aspect ratio */
    border-radius: 50%; /* Circle image */
    margin: 0 auto 20px;
    margin-bottom: 20px; /* Space below image */
}

.team-member h3 {
    margin-top: 0;
    color: #333; /* Dark grey color for names */
}

.team-member p {
    font-size: 0.9em; /* Slightly smaller font size */
    color: #666; /* Medium grey text */
    margin-top: 10px;
}
.team-member .title {
    display: block; /* Makes the title its own line */
    margin-top: 5px; /* Space above the title */
    margin-bottom: 10px; /* Space below the title */
    color: #555; /* Slightly darker text for emphasis */
    font-size: 0.9em; /* Smaller font size for titles */
}
/* SCIENCE PAGE */
#science-section {
    padding: 20px;
    text-align: center;
}

#science-section h2 {
    font-size: 1.5em;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

#science-section h2::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 300px; /* long straight line */
    background: black;
    margin-left: 20px;
    vertical-align: middle;
}

.science-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.science-item {
    width: 48%; /* two blocks wide on desktop */
    margin: 1%;
    cursor: pointer;
    position: relative;
}

.science-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.science-info {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

/* PRIVACY POLICY PAGE */
#privacy-policy {
    background-color: #f5f5f5;
    color: #333;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 20px auto;
    max-width: 90%;
}

#privacy-policy h2 {
    color: #0044cc;
}

#privacy-policy ul {
    margin: 20px 0;
    padding-left: 20px;
}

#privacy-policy li {
    margin-bottom: 10px;
}

/* Products PAGE */
#products-section {
    text-align: center;
    padding: 20px;
}

.product-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product-item {
    width: 45%; /* Set to less than 50% for space in between on desktop */
    margin: 2.5%;
    box-shadow: 0px 8px 16px 0 rgba(0,0,0,0.1); /* Optional shadow for depth */
    transition: transform 0.3s ease; /* Smooth transform effect */
}

.product-item img {
    width: 100%;
    height: auto;
    border-radius: 5px; /* Optional rounded corners */
}

.product-item:hover {
    transform: translateY(-10px); /* Lift effect on hover */
}

/* Nutrigenetics Page */
#nutrigenetics-main {
    background: #f4f4f4;
    padding: 20px;
    font-family: Arial, sans-serif;
}

#nutrigenetics-main h1 {
    color: #333;
    text-align: center;
}

#nutrigenetics-intro, #nutrigenetics-details, #benefits {
    margin-top: 20px;
    padding: 15px;
    border-top: 1px solid #ccc;
}

#nutrigenetics-details article {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#benefits ul {
    list-style-type: none;
    padding: 0;
}

#benefits li {
    background: #eee;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
}

.back-to-services {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    color: #0077cc;
    text-decoration: none;
}
.back-to-services:hover {
    text-decoration: underline;
}