/*!
Theme Name: thefathersource
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thefathersource
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thefathersource is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.scrollHeader img#logo-default {
    display: none;
}
.fixedHeader img#logo-scroll {
    display: none;
}

.scrollHeader #logo-scroll {
    display: block;
}

 h1.banner-heading {
    font-size: 50px !important;
    text-align: left;
    color: white;
    line-height: 1.5;
}

p.bannerparagrpgh {
 font-size: 20px;
    color: white;
    text-align: justify;
}
span.bannerinto {
    color: #00dd90;
}
.card-bodyss img {
    text-align: center;
    width: 50px;
    margin: auto;
    display: block;
    padding-bottom: 30px;
    height: 23%;
    object-fit: contain;
}

.card-bodyss p {
    text-align: center;
    padding-top: 30px;
}
.card-bodyss h3.mb-0.h5.w-xl-70 {
    text-align: center;
    display: block;
    width: 100%;
}
.card-bodyss a.butn-style3.medium {
    margin-top: 40px;
    text-align: -webkit-center;
    /* width: 100%; */
    display: inline-block;
    margin: auto;
    display: block;
}
h3.h6.text-uppercases {
    margin-bottom: 25px;
}
p.struglpara {
    margin-top: 20px;
}
input.search-submit {
    background: #00dd90;
    padding: 10px 20px 10px 20px;
    color: white;
    font-weight: 600;
    /* font-size: 16px; */
    border: 2px solid #00dd90;
}
input.search-field {
    padding: 10px;
    border: 2px solid #00dd90;
}


/* style.css */
/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root {
    --primary-color: #0f5c8d;
    --primary-light: #4a8db7;
    --accent-color:#00dd90;
    --accent-light: #f9c46d;
    --dark-text: #2c3e50;
    --light-bg: #f8f9fa;
    --gray-text: #6c757d;
    --success-color: #28a745;
    --card-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    --border-radius: 10px;
}

body {
    color: var(--dark-text);
    line-height: 1.6;
    background-color: #f0f7ff;
  
    min-height: 100vh;
}



/* Header Styles */
.main-header {
    background: white;
    box-shadow: var(--card-shadow);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */

.site-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-color);
}

.brand-icon {
    color: var(--accent-color);
}

/* Button Styles */
.primary-btn {
    background: var(--accent-color);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(248, 164, 28, 0.3);
}

.primary-btn:hover {
    background: var(--accent-light);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(248, 164, 28, 0.4);
}

/* Hero Section */
.page-hero {
    padding: 60px 0 40px;
    text-align: center;
}

.hero-title {
    font-size: 2.8rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-description {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
    color: var(--gray-text);
}

.highlight-text {
    color: #00dd90;
    font-weight: 700;
}

/* Process Introduction */
.process-introduction {
    text-align: center;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--gray-text);
}

/* Process Steps */
.process-steps {
    margin-bottom: 60px;
}

.steps-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.process-step {
    background: white;
    border-radius: var(--border-radius);
    padding: 30px;
    width: 100%;
    max-width: 350px;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
}

.process-step:hover {
    transform: translateY(-10px);
}

.step-indicator {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom-right-radius: 20px;
}

.step-visual {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-align: center;
}

.step-title {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    text-align: center;
}

.step-description {
    color: var(--gray-text);
    margin-bottom: 20px;
}

.step-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: var(--dark-text);
}

.feature-icon {
    color: var(--success-color);
    margin-right: 10px;
    margin-top: 4px;
}

/* Call to Action */
.action-promo {
    background: linear-gradient(to right, var(--primary-color), var(--primary-light));
    color: white;
    padding: 50px 30px;
    border-radius: var(--border-radius);
    text-align: center;
    margin-bottom: 50px;
    box-shadow: var(--card-shadow);
}

.promo-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.promo-text {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

.action-btn {
    background: white;
    color: var(--primary-color);
    font-size: 1.1rem;
    padding: 15px 40px;
}

.action-btn:hover {
    background: var(--light-bg);
    color: var(--primary-color);
}

/* Footer */
.site-footer {
    text-align: center;
    padding: 30px 0;
    color: var(--gray-text);
    border-top: 1px solid #eaeaea;
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-icon {
    color: var(--primary-color);
}

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

/* Responsive Design */
@media (max-width: 992px) {
    .steps-wrapper {
        gap: 20px;
    }
    
    .process-step {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
   
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-description, .section-subtitle {
        font-size: 1rem;
    }
    
    .process-step {
        padding: 25px;
    }
    
    .promo-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    /* .container {
        padding: 15px;
    } */
    
    .page-hero {
        padding: 40px 0 20px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .step-title {
        font-size: 1.3rem;
    }
    
    .action-promo {
        padding: 40px 20px;
    }
    
    .contact-details {
        flex-direction: column;
        gap: 15px;
    }
}

section.purprcoesssection {
    background: #002b5c;
}
h2.howour.proces {
    color: white;
    font-size: 3rem;
    text-align: center;
    padding-bottom: 15px;
}

p.section-subtitle {
    text-align: center;
    color: white;
    padding-bottom: 45px;
    padding-left: 10%;
    padding-right: 10%;
}

       .simple-section-alt {
            display: flex;
            align-items: center;
            max-width: 1100px;
            margin: 40px auto;
            gap: 50px;
            padding: 0 20px;
        }
        
        .image-side-right {
            flex: 1;
            order: 2;
        }
        
        .content-side-left {
            flex: 1;
            order: 1;
        }
        
        .section-image-right {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .section-title-left {
            font-size: 32px;
            color: #0f5c8d;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
      .simple-section-alt {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 40px auto;
    gap: 50px;
    padding: 0 20px;
    scroll-padding: 40;
    padding-top: 35px;
    padding-bottom: 35px;
}
        
        .section-text-left {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 25px;
        }
        
        .feature-list-simple {
            margin-bottom: 30px;
            padding-left: 20px;
        }
        
        .feature-item-simple {
            margin-bottom: 12px;
            font-size: 16px;
            color: #333;
            padding-left: 10px;
            border-left: 3px solid #00dd90;
        }
        
        .action-button-simple {
            background: #f8a41c;
            color: white;
            border: none;
            padding: 14px 30px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 600;
        }
        
        .action-button-simple:hover {
            background: #f9c46d;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(248, 164, 28, 0.3);
        }
        
        /* For responsive layout */
        @media (max-width: 768px) {
            .simple-section-alt {
                flex-direction: column;
                gap: 30px;
            }
            
            .image-side-right {
                order: 1;
            }
            
            .content-side-left {
                order: 2;
            }
            
            .section-image-right {
                height: 300px;
            }
            
            .section-title-left {
                font-size: 28px;
            }
        }
        
        @media (max-width: 480px) {
            .simple-section-alt {
                padding: 0 15px;
            }
            
            .section-title-left {
                font-size: 24px;
            }
            
            .action-button-simple {
                width: 100%;
            }
        }

        .pb-lg-22, .py-lg-22 {
            padding-bottom: 5.5rem !important;
        }
.page-template-frontpage section {
    padding: 70px 0 !important;
    overflow: hidden;
    
    position: relative;
}
section.simple-section-alt {
    padding: 30px !important;
}

.page-title-section {
    padding: 325px 0 0 0;
    text-align: center;
    position: relative;
    margin-top: -150px;
}
section.p-0.top-position1.banner-style2 {
    margin-top: -220px !important;
}
section.page-title-section.top-position1.bg-img.cover-background.left-overlay-dark {
    margin-top: -150px;
}

