/*!
Theme Name: Mangan Wealth Management
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: mangan-wealth-management
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.

Mangan Wealth Management 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.
 */
 
 
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times New Roman", serif;
  color: #000;
}


p,
li,
a,
span {
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
}

.container {
  max-width: 789px;
  margin: 0 auto;
  padding: 0px 20px 0px;
}

body {
  background-color: #EBEBD2;
  border-top: 14px solid #444444;
}


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


/* ===== Nav List Styles ===== */
.nav-list {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-list li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* ===== Hamburger Button (Mobile) ===== */
.hamburger {
  display: none;
  /* hidden by default */
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px;
}


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

nav.navbar {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

nav.navbar img {
      width: 100%;
    max-width: 35%;
    padding: 15px 0px 10px;
    height: auto;
    margin-bottom: 20px;
}

ul.nav-list {
  display: flex;
  gap: 82px;
  list-style: none;
  padding-top: 4px;
  padding-left: 20px;
}

ul.nav-list li a {
  font-size: 12px;
  text-decoration: none;
  color: #444444;
  letter-spacing: -0.1px;
  font-weight: 500;
}

ul.nav-list li a:hover {
  color: #8e0e0c;
}

section.sec-1 h1 {
  text-align: right;
  clear: both;
  margin: -6px 15px 8px 0px;
  font-size: 46px;
  font-weight: 400;
}

img.banner-image {
  width: 100%;
  height: 280px;
}

section.sec-2 {
  display: flex;
  padding: 25px 25px 25px 30px;
  gap: 39px;
  justify-content: space-between;
}

section.sec-2 p {
  min-width: 340px;
  font-size: 13px;
  color: #000;
}

section.sec-2 p a {
  color: #bf8080;
  text-decoration: none;
  font-size: 12px;
}

section.sec-2 p a:hover {
    color: #603849;
    text-decoration: none;
}    
    
address {
  padding: 48px 25px 20px;
}

address ul {
  display: flex;
  gap: 12px;
  font-size: 11px;
  list-style: none;
  font-style: normal
}



/*About page css*/

.about-sec-1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 42px;
}

.heading.area p {
  border-top: 1px solid #B8B09D;
  padding-top: 24px;
  width: 180px;
  font-size: 17px;
  padding-left: 16px;
}

.paragraph-text {
  border-top: 1px solid #B8B09D;
  padding-top: 8px;
  padding-bottom: 26px;
}

.paragraph-text p {
  width: 460px;
  text-align: left;
  padding-top: 16px;
  font-size: 13px;
  padding-right: 80px;
}

/*service page css*/

.service-sec-1 {
  display: flex;
  justify-content: space-between;
  gap: 52px;
  padding-top: 42px;
}

.paragraph-text span {
  color: #66142A;
  font-size: 15px;
  font-weight: bold;
}

.second-para {
  padding-bottom: 30px;
}

.paragraph-text ul {
  text-align: left;
  font-size: 13px;
  list-style-image: URL('/wp-content/uploads/2025/11/bullet.gif');
  padding: 30px 0px 28px 40px;
  width: 414px;
}

/*contact page css*/

.Contact-sec-1 {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding-top: 42px;
}

.Contact-paragraph-text {
  border-top: 1px solid #B8B09D;
  padding-top: 8px;
  padding-bottom: 26px;
  width: 540px;
  padding-top: 24px;
  margin-left: 8px;
  font-size: 13px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.Contact-paragraph-text ul {
  list-style: none;
}

.Contact-paragraph-text a {
  text-decoration: none;
  color: #bf8080;
}

.Contact-paragraph-text a:hover {
  color: #603849;
}


@media (max-width: 767px) {
  section.sec-2 {
    padding: 30px 0px 0px;
    flex-direction: column;
  }

  section.sec-2 p,
  section.sec-2 p {
    width: 100% !important;
  }
  
  section.sec-2 {
    gap: 16px;
  }

  section.sec-1 h1 {
    text-align: left;
    margin: 15px 15px 16px 0px;
    font-size: 40px;
  }

  address {
    padding: 40px 0px 0px;
  }

  ul.nav-list {
    gap: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  nav.navbar {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }

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

  .nav-list {
        position: absolute;
        top: 112px;
        right: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        flex-direction: column;
        background-color: #67152B;
        transition: max-height 0.3s ease-in-out;
   }
   
   nav.navbar img {
        width: 100%;
        max-width: 50%;
        padding: 15px 0px 10px;
        margin-left: -10px;
  }

  ul.nav-list li a {
    color: #fff !important;
  }

  ul.nav-list li a:hover {
    color: #fff !important;
  }

  .nav-list.active {
    max-height: 300px;
  }

  .nav-list li {
    text-align: left;
    margin: 15px 0;
    padding: 0px 0px 0px 20px;
  }
  
  .nav-list li:hover {
      
  }

  .hamburger {
    display: flex;
    z-index: 9;
  }

  img.banner-image {
    object-fit: cover;
  }

  /*about-page-css*/

  .about-sec-1 {
    flex-direction: column;
  }

  .paragraph-text p {
        width: 100%;
        padding-right: 0px;
    }

  .paragraph-text {
    border: none !important;
  }

  .heading.area p {
    border-top: 1px solid #B8B09D;
    padding-top: 20px;
    width: 100%;
    padding-left: 0px;
    margin-bottom: -25px;
  }

  .about-sec-1 {
    padding-top: 15px;
  }

  .paragraph-text {
    padding-bottom: 0px;
  }

  /*service page css*/

  .service-sec-1 {
    gap: 20px;
    flex-direction: column;
    padding-top: 15px;
  }

  .second-para {
    padding-bottom: 14px;
  }

  .paragraph-text ul {
    padding: 25px 0px 0px 30px;
    width: 100%;
  }

  /*contact page css*/
  .Contact-sec-1 {
    gap: 20px;
    flex-direction: column;
    padding-top: 15px;
  }

  .Contact-paragraph-text {
    border: none !important;
    padding: 24px 0px 0px;
    margin: 0px;
    width: 100%;
  }

}


@media (max-width: 500px) {

    nav.navbar img {
        width: 100%;
        max-width: 70%;
        padding: 15px 0px 10px;
        margin-left: -10px;
    }

  address ul {
    gap: 10px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  section.sec-1 h1 {
    text-align: left;
    margin: 15px 15px 16px 0px;
    font-size: 30px;
  }

}