/*
Theme Name: Lakemichiganlandscapes
Theme URI: https://dreamcowebsites.com/
Author: Dreamcowebsites
Author URI: https://dreamcowebsites.com/
Description: Dana
Requires at least: 5.9
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dana

*/

/* Global Styles */
html {
    margin: 0px !important;
}
:root {
    --primary: #517425;
    --secondary: #8D9753;
    --accent: #EC8A33;
    --light: #D9D9D9;
    --dark: #1E1E1E;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    background-color: #f8f9fa;
}

/* #################### GLOBAL STYLES #################### */

/* Upper Header Styles */
.upper-header {
    background-color: var(--secondary);
    color: var(--light);
    padding: 5px 0;
    font-size: 0.8rem;
}

.upper-header .text-light {    
    font-size: 14px;
letter-spacing: 0.5px;}
.navbar-nav {
    gap: 16px;
}
.upper-header a {
    color: var(--light);
    text-decoration: none;
}

/* Header Styles */
.header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

/* Navigation Styles */
.navigation-wrapper {
    padding: 0px;
}

.navbar-brand img {
    height: 70px;
    width: auto;
    transition: all 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link , .navbar-nav .nav-item a{
    padding: 10px;
    font-weight: 700;
    color: var(--dark);
    transition: color 0.3s ease;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: var(--accent);
}

.navbar-nav .btn-contact {
    background-color: var(--accent);
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar-nav .btn-contact:hover {
    background-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
	color:#fff !important;
}
.btn-contact {
    padding: 10px 20px !important;
}

/* Hero Slider Styles */
.hero-slider {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.hero-slider .carousel-item {
    height: 70vh;
}

.hero-slider img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.hero-slider .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {    
    padding: 20px;
}

.hero-content h1,
.hero-content p {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.2rem;
}

.hero-content .btn-light {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--dark);
    font-weight: 700;
    padding: 12px 35px;
    border-radius: 50px;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-content .btn-light:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
    color: white;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators [data-bs-target] {
    height: 4px !important;
    width: 32px !important;
    border-radius: 0px;
}

/* Section Title Styles */
.section-title {
    font-size: 2.7rem;
    font-weight: 700;
    color: var(--primary);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 4px;
    background-color: var(--accent);
}

/* About Section Styles */
.about-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.about-content {
    padding: 20px;
}

.about-content h3 {
    color: var(--primary);
    margin-bottom: 20px;
}

.about-content .accent-icon {
    color: var(--accent);
    margin-right: 8px;
}

/* Services Section Styles */
.card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-img-top {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    height: 220px;
    width: 100%;
    /* Ensure the image fills the card width */
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Testimonials Section Styles */
#testimonialCarousel {
    position: relative;
}

#testimonialCarousel .carousel-indicators {
    position: inherit;
    bottom: 0;
}

#testimonialCarousel .carousel-indicators [data-bs-target] {
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    padding: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    width: 32px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px !important;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
    color: white;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 auto;
}

.testimonial-content {
    text-align: center;
}

.testimonial-content i {
    color: var(--accent);
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
}
#testimonialCarousel .testimonial-card {
    text-align: center;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-author img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.testimonial-author h5 {
    margin-bottom: 5px;
    color: var(--primary);
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary);
    opacity: 0.5;
    margin: 0 5px;
    transition: opacity 0.3s ease;
}

.carousel-indicators button.active {
    opacity: 1;
}

/* Footer Styles */
.footer {
    background-color: var(--dark);
    color: var(--light);
    padding: 40px 0;
}

.footer h5 {
    color: var(--light);
    border-bottom: 2px solid var(--accent);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: var(--light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: var(--accent);
}

.footer p {
    font-size: 0.9rem;
}

.footer-logo {
    height: 70px;
    margin-bottom: 20px;
}

.footer-logos img {
    height: 60px;
    margin-right: 40px;
    opacity: 0.7;
    transition: opacity 0.3sease;
}

.footer-logos img:hover {
    opacity: 1;
}

.footer-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

.social-icons a {
    color: var(--light);
    font-size: 1.4rem;
    margin-left: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
    color: var(--accent);
    transform: translateY(-3px);
}

/* #################### COMMON BANNER SECTION CSS #################### */

/* Common styles for banner section */
.common-banner-section {
    position: relative;
    text-align: center;
    color: white;
}

.common-banner-section .banner-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 400px;
}

.common-banner-section .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust transparency as needed */
}

.common-banner-section .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.common-banner-section h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    /* Ensure text is above the overlay */
    z-index: 2;
}

/* #################### ABOUT US PAGE CSS #################### */

/* About Us Page Specific Styles */


#about-page .content-section {
    padding: 50px 0;
}

/* Service Area Section */
#about-page .service-area-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

#about-page .service-area-section h3 {
    color: var(--primary);
    margin-bottom: 20px;
}

#about-page .service-area-section ul {
    list-style: none;
    padding-left: 0;
}

#about-page .service-area-section li {
    margin-bottom: 10px;
}

/* #################### COMMON STYLES FOR ALL SERVICE PAGES #################### */
#service-page .common-banner-section .banner-image {
    max-height: 400px; /* Adjust height specifically for the About Us page */
}
/* Content Section */
#service-page .content-section {
    padding: 50px 0;
}

/* Service Area Section */
#service-page .service-area-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

#service-page .service-area-section h3 {
    color: var(--primary);
    margin-bottom: 20px;
}

#service-page .service-area-section ul {
    list-style: none;
    padding-left: 0;
}

#service-page .service-area-section li {
    margin-bottom: 10px;
}

/* Sidebar Styles */
.sidebar {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
legend.gfield_label {
    font-size: 16px;
    font-weight: 600;
}
.sidebar input, .sidebar textarea {
    width: 100%;
    margin-bottom: 16px;
}
.sidebar textarea{
	height:100px;
}
.sidebar select {
    word-wrap: normal;
    width: 100%;
    margin-bottom: 16px;
}
.sidebar label {
    font-weight: 600;
    color: var(--dark);
    padding-bottom: 5px;
    font-size: 16px;
}
.sidebar h3 {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 20px;
}

.gform_heading {
    font-weight: 600;
    color: var(--dark);
}

.sidebar .form-control {
    border-radius: 5px;
}

.sidebar input#gform_submit_button_1, 
.sidebar input#gform_submit_button_2 {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.3s ease;
	color:#fff;
	height:40px;
	border:none;
}

.sidebar input#gform_submit_button_1:hover, .sidebar input#gform_submit_button_2:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

/* Gallery Section Styles */
.gallery-section {
    padding: 50px 0;
}

.gallery-section h2 {
    color: var(--primary);
    margin-bottom: 30px;
}

.masonry-gallery {
    columns: 3;
    gap: 15px;
}

.masonry-gallery img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.masonry-gallery img:hover {
    transform: scale(1.05);
}


/* #################### TESTIMONIALS PAGE CSS #################### */
/* Testimonials Page Specific Styles */
#testimonials-page .testimonials-list-section {
    padding: 50px 0;
}

.testimonials-list-section .testimonial-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align:center;
}

.testimonial-item i {
    color: var(--accent);
    font-size: 2rem;
    margin-bottom: 10px;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 10px;
    color: var(--dark);
}

.testimonial-author{
    font-weight: 600;
    color: var(--primary);
    text-align: right;
}
@media (max-width: 576px) {
    #testimonials-page .common-banner-section h1 {
        font-size: 3rem;
    }
}

/* Contact Content Section */
.contact-content-section {
    padding: 50px 0;
}

/* Contact Information List */
.contact-info-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-info-list li i {
    width: 25px; /* Adjust as needed for icon alignment */
    text-align: center;
}

/* Map Container */
.map-container {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden; /* Ensure map stays within rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Contact Form */
.contact-form .form-label {
    font-weight: 600;
}

.contact-form .form-control,
.contact-form .form-select {
    border-radius: 5px;
}

.contact-form .btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
 .contact-form .btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
 /* Media Queries for Responsiveness */
@media (max-width: 992px) {
    .navbar-collapse {
        margin-top: 20px;
    }
	.dropdown-indicator{
		height:40px !important;
	}
    .navbar-nav {
    gap: 0px;
}
    li.nav-item {
        border-top: 1px solid #ccc;
        width: 100%;
    }
	.navbar-nav .nav-link, .navbar-nav .nav-item a{
		padding:0px;
	}
    .navbar-nav .nav-link {
        padding: 10px;
    }

    .navbar-nav .btn-contact {
        margin-left: 0;
        margin-top: 10px;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 60px;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 0.9rem;
    }
    .masonry-gallery {
        columns: 2;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
}


@media (max-width: 576px) {
    .masonry-gallery {
        columns: 1;
    }
}



