/*
Theme Name: Paul Freeman Consulting
Theme URI: https://micro-comp.com
Author: MCDEV
Author URI: https://micro-comp.com
Description: A professional consulting theme compatible with SiteOrigin Page Builder
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paul-freeman
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	overflow-x:hidden;
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}
a,a:hover{color: #73532b; text-decoration: none;}
h1,h2,h3,h4,h3{font-weight:500;font-family: IBM Plex Serif;}

li,p{margin-bottom:10px;}
.site-content{padding: 0 30px;}
ul{ padding-left: 15px; }



.nav-links {
  white-space: nowrap;      display: flex;
    align-items: center;
}

.nav-previous,
.nav-next {
  display: inline-block;
  vertical-align: middle;  
} 
.nav-previous::after {
    content: "|";
    color: #ccc;
    padding: 0 10px;    font-size: 11px;
    top: -1px;
    position: relative;
}
 

/* Header and Navigation */
.site-header {
    background: white;
    padding: 0rem 2rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.site-header.scrolled {
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
 
.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #333;
}

.site-logo img {
    max-height: 50px;
    width: auto;
}
.custom-logo-link img{ max-width: 95px; height: auto; }


.logo-text {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#73532b;
	flex:1;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    margin: 0;
    padding: 0;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
    transition: color 0.3s;
    padding: 0.5rem 0;
    display: block;
}

.main-navigation a:hover {
    color: #c69f6f;
}

.main-navigation .current-menu-item > a {
    color: #c69f6f;
}

/* CTA Button Style */
a.cta-button,
.main-navigation .cta-button a,
a.button,
.wp-block-button__link,
input[type="submit"],
button.button {
    background: #c69f6f !important;
    color: white !important;
    padding: 0.7rem 1.5rem;
    border-radius: 0 !important;
    font-weight: 500 !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background 0.3s !important;
    cursor: pointer !important;
}
a.cta-button,
.main-navigation .cta-button a{padding: 2.7rem 3.5rem;}

a.cta-button:hover,
.main-navigation .cta-button a:hover,
a.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button.button:hover {
    background: #b38f5f !important;
    color: white !important;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
    padding: 0.5rem;
}
.menu-toggle{ float: right; position: absolute; right: 35px; }
/* Content Area */
.site-content {
    margin-top:130px;
    min-height: 60vh;
}
body.home .site-content {
    margin-top: 70px;
}
 
/* Page Title */
.page-header {
    padding: 3rem 2rem;
    background: #f5f5f5;
    text-align: center;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #333;
    margin: 0;
}

/* Hero Section Styles - for SiteOrigin */
.hero-section:before{
	content:'';display:block;    
	background-color: rgba(115, 83, 43, 0.27);
	width:100%;
	position:absolute;
	z-index:2; top:0;    left: 0;
	height: 100%;}
.hero-section .panel-grid-cell{z-index:3; }
.hero-section,
.sow-hero-section {
    position: relative;
    /*min-height: 70vh;*/
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 4rem 2rem;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: white;
    max-width: 1400px;
    margin: 0 auto;
	text-shadow: 5px 0px 6px #1b110db8;
}

.hero-content h1 {
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 700px; 
}

.hero-content .subtitle {
    font-size: 2.9rem;
    font-weight: 500;
    max-width: 800px; 
}

/* Introduction Section Styles */
 
.intro-text h2 {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #73532b;
}

.intro-text .tagline {
    font-style: italic;
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 2rem;
}

.intro-button,
.outline-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    border: 2px solid #c69f6f;
	border-radius: 50px!important;
    color: #73532b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.intro-button:hover,
.outline-button:hover {
    background: #c69f6f;
    color: white;
}

/* Services Section Styles */

.section-title {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
	/*background:#bb834d;*/
}

.section-title h2 {
    font-size: 2.5rem;
    color: #73532b;float: left;
    font-weight: 500;
    white-space: nowrap;
	background:#fff;
	padding-right:50px;
}
.section-title hr{color: #bb834d;background-color: #bb834d;height: 5px;border: none;width: 75%;text-align: center;}

 
/* Testimonials Section */
.sow-slider-base ul.sow-slider-images li.sow-slider-image{background-color: transparent !important; } 


 


.grid-li ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; list-style: none; padding: 0; }
.grid-li ul li { background: none; padding: 0.5rem; border-radius: 4px; font-weight: 700; color: #c69f6f; }

 
@media (min-width: 1024px) {
    body:not(.home) .site-content {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {

.single  .container {
    display: flex;        justify-content: space-between;
  /*  gap: 100px;*/
  }
  
.single   .content-area {
    flex: 0 0 70%;
  }
  
.single  aside  .widget-area {
    flex: 0 0 30%;
  }
 
} 

.single h1.entry-title {line-height: 1.4;}
.wp-caption-text{margin-bottom:15px;}
 
/* Widgets */
.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #333;
}
.highlights-template-default .entry-meta{display:none}
.page-id-184 .sow-recent-posts-thumbnail img{min-width:150px;}

/* Footer */
.site-footer {
    background: #333;
    color: white;
    padding: 2rem;
	margin-top: 60px;
    text-align: center;
    font-size: 0.9rem;
}

.site-footer a {
    color: #c69f6f;
    text-decoration: none;
    transition: color 0.3s;
}

.site-footer a:hover {
    color: #b38f5f;
}

.footer-widgets {
    max-width: 1400px;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mt-4 { margin-top: 4rem; }

.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 1rem; }
.pt-2 { padding-top: 2rem; }
.pt-3 { padding-top: 3rem; }
.pt-4 { padding-top: 4rem; }

.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 1rem; }
.pb-2 { padding-bottom: 2rem; }
.pb-3 { padding-bottom: 3rem; }
.pb-4 { padding-bottom: 4rem; }

/* Responsive Design */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .intro-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .intro-image img {
        margin: 0 auto;
    }
	
	.custom-logo-link img{ max-width: 50px; }.logo-text{ font-size: 0.7rem; } .main-navigation .cta-button a{ padding-left: 10px; padding-right: 10px; }
	.main-navigation a{font-size: 0.75rem;}
	
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
	body.home .site-content {
		margin-top: 50px;
	}
	.custom-logo-link img{ max-width: 50px; }.logo-text{ font-size: 0.7rem; }  .main-navigation .cta-button a { padding-top: 10px; padding-bottom: 10px; } .main-navigation cta-button a {width:100%; background:#000;}
	.main-navigation a{font-size: 0.95rem;}
	
    .main-navigation ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        padding: 1rem 2rem;
        gap: 0;
    }
    
    .main-navigation ul.show {
        display: flex;
    }
    
    .main-navigation li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    
    .main-navigation li:last-child {
        border-bottom: none;
    }
    
    .main-navigation a {
        padding: 1rem 0;
    }
	.sow-slider-pagination{display:none;}
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content .subtitle {
        font-size: 1.3rem;
    }
        
    .services-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        flex-direction: column;
   /*     align-items: flex-start;*/  
    }
  
    .section-title h2 {
        white-space: normal;    padding-right: 0;
    text-align: center;
    float: none;
    }
    
    .testimonial-content {
        padding: 0 3rem;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
    }
}