/**
Theme Name: EB3 Contruction
Author: Müv
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eb3-contruction
Template: astra
*/

:root {
  --lm-body-text: #111315;
  --lm-sec-bg: #fbfbfb;
  --lm-sec-border: #d6d6d6;
  --lm-meta-text: #fff;
  --lm-toc-border: #e8e8ea;
  --cta-primary: rgb(0, 56, 101);
  --cta-shadow: rgba(0, 56, 101, 0.06);
  --cta-shadow-hover: rgba(0, 56, 101, 0.12);
  --cta-text: #fff;
  --cta-button-text: #fff;
  --cta-button-bg: #cea255;
}

.entry-content p {
    font-size:18px;
    line-height:24px;
}

.ast-single-entry-banner[data-post-type="post"] .ast-container {
    display: flex;
    align-items: center;
    column-gap: 2em;
    justify-content: space-between;
	flex-direction: column;
}

.breadcrumbs-wrapper{
	text-align:center;
	margin-top:2em;
	
	.rank-math-breadcrumb{
		padding-bottom:1em;
	}
}


input.search-submit {
	display:none;
}

.top-section form.search-form {
    white-space:nowrap;
}

input#search-field-sticky {
	color: #fff;
	border-radius: 0px;
	border:0;
	background:rgba(0,0,0,.5);
}

button.search-submit.ast-search-submit {
  padding:9px 15px 14px;
  border:0;
  line-height:0;
}

section.top-section {
    background:#112f55;
    justify-content: center;
    padding-top: 9em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
@media (min-width:980px){
	section.top-section {
		   padding-top: 7.5em;
	}
}

.top-section .ast-container {
    display:flex;
    flex-direction: column;
    align-items: center;
	gap:1em;
}

@media (min-width:768px){
	.top-section .ast-container {
		flex-direction: row;
		justify-content:space-between;
	}
}

nav.rank-math-breadcrumb p{
    color:#c7a461;
    margin-bottom:0;
}

.table-of-contents {
    margin-bottom: 2em;
}

.toc-inner {
  position: relative;
  padding: 24px;
  border: 1px solid var(--lm-sec-border);
  background-color: var(--lm-sec-bg);
  box-shadow: 0px 0px 4px 2px #0000000a;
  border-radius: 4px;
}

.toc-toggle {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.toc-title {
  display: block;
  color: var(--lm-body-text);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toc-title::after {
  content: "";
  float: right;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L6 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-out;
}

.toc-toggle:checked ~ .toc-title::after {
  transform: rotate(180deg);
}

.toc-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.toc-toggle:checked ~ .toc-list {
  max-height: 820px;
  transition: max-height 0.3s ease-in;
  margin-top: 18px;
}

.toc-list > .toc-item:first-of-type {
  margin-top: 18px;
}

.toc-item {
  color: var(--lm-meta-text);
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
  margin-bottom: 8px;
}

.toc-list > .toc-item:last-of-type {
  margin-bottom: 0;
}

.toc-item a {
  transition: color 0.3s ease-out;
  text-decoration: none;
}

.toc-level-3 {
  padding-left: 1em;
}

.toc-level-4 {
  padding-left: 2em;
}

.toc-level-5 {
  padding-left: 3em;
}

.toc-level-6 {
  padding-left: 4em;
}

.toc-list::-webkit-scrollbar {
  width: 6px;
}

.toc-list::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: var(--lm-sec-border);
}

.contact-us-cta {
  background-color: var(--cta-primary);
  width: 100%;
  margin: 1.5em auto 2em;
  box-shadow: 0 0 8px 4px var(--cta-shadow);
  transition: 0.3s ease-out;
  border-radius: 10px;
}
.contact-us-cta:hover {
  box-shadow: 0 0 8px 4px var(--cta-shadow-hover);
}
.contact-us-cta-inner {
  display: flex;
  gap: 48px;
  padding: 32px;
  align-items: center;
}
.contact-us-cta-content {
  flex: 1;
}
.contact-us-cta-heading {
  color: var(--cta-text);
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.contact-us-cta-subheading {
  color: var(--cta-text);
  font-size: 20px;
}
.contact-us-cta-subheading {
  line-height: 1.5;
}
.contact-us-cta button,
.contact-us-cta button:hover {
  padding: 18px 24px;
  border-radius: 4px;
  background: var(--cta-button-bg);
  border: 2px solid var(--cta-button-bg);
  cursor: pointer;
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
  transition: 0.3s ease-out;
  color: var(--cta-button-text);
  letter-spacing: 0.03em;
}

@media (hover:hover) {
  .contact-us-cta button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
}

@media (max-width: 1024px) {
  .contact-us-cta-inner {
    padding: 24px;
    flex-direction: column;
    gap: 24px;
  }
  .contact-us-cta-content {
    text-align: center;
  }
  .contact-us-cta-button {
    display: flex;
    justify-content: center;
  }
  .contact-us-cta-heading {
    font-size: 26px;
  }
  .contact-us-cta-subheading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact-us-cta-inner {
    padding: 16px;
  }
  .contact-us-cta-heading {
    font-size: 22px;
  }
  .contact-us-cta-subheading {
    font-size: 16px;
  }
}

@media (min-width: 980px){
.ast-single-entry-banner[data-post-type="post"] .ast-container {
		flex-direction:row;
}
 .ast-single-entry-banner[data-post-type="post"] .ast-container.breadcrumbs-wrapper {
    margin: 2em auto 0;
	 
	.rank-math-breadcrumb{
		padding-bottom:0em;
		align-content:center;
	}
	
 }
}