/**
* Theme Name: YITH Proteo Child
* Description: This is a child theme of YITH Proteo, generated by YITH_Proteo_Wizard.
* Author: <a href="https://yithemes.com">YITH</a>
* Template: yith-proteo
* Version: 1.3.0
*/

.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #000 !important;
    color: #000 !important;
}

:root {
    --bg: #050816;
    --bg-soft: #0b1020;
    --card: #0f172a;
    --accent: #ab802e;
    --accent-soft: rgba(245, 192, 68, 0.12);
    --text: #000;
    --text-muted: #000;
    --border-subtle: rgba(148, 163, 184, 0.35);
    --radius-xl: 18px;
    --shadow-soft: 0 18px 35px rgba(0, 0, 0global, 0.6);
}

footer#main-footer {
    display: none !important;
    visibility: hidden;
}

a {
    color: var(--accent);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.75rem 3rem;
}

@media (max-width: 780px) {
    .nav-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Hero */
.hero {
    padding-top: 2.7rem;
    padding-bottom: 2.2rem;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
    gap: 2.4rem;
    align-items: center;
    margin-top: 0 !important;
}

@media (max-width: 880px) {
    .hero {
        grid-template-columns: minmax(0, 1fr);
    }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.12rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--text-muted);
    background: rgba(15, 23, 42, 0.9);
    margin-bottom: 0.9rem;
}

.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.9);
}

h1 {
    font-size: clamp(2.2rem, 4.1vw, 2.4rem);
    line-height: 1.05;
    margin: 0 0 1rem;
    letter-spacing: 0.01em;
}

h1 span.highlight {
    display: block;
    color: var(--accent);
    font-weight: 600;
}

.hero-lead {
    color: var(--text-muted);
    font-size: 0.98rem;
    max-width: 100%;
    text-align: justify;
}

.hero-lead+.hero-lead {
    margin-top: 0.4rem;
}

.hero-meta {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    font-size: 0.86rem;
    color: var(--text-muted);
}

.hero-meta strong {
    color: var(--text);
    font-size: 0.9rem;
}

.hero-card {
    border-radius: var(--radius-xl);
    padding: 1.6rem 1.6rem;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 100% 0,
            rgba(248, 250, 252, 0.05),
            transparent 60%);
    opacity: 0.9;
    pointer-events: none;
}

.hero-card-inner {
    position: relative;
    z-index: 1;
}

.hero-card-title {
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--text-muted);
    margin-bottom: 0.55rem;
}

.hero-card-main {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.hero-card-sub {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 0.9rem;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.25rem 0.85rem;
    border-radius: 3px;
    background: rgb(171 128 46);
    border: 1px solid rgba(148, 163, 184, 0.5);
    font-size: 0.78rem;
    color: var(--text-muted);
}

.hero-pill span {
    font-weight: 600;
    color: var(--accent);
}

/* Sections */
section {
    margin-top: 2.6rem;
    padding: 1.9rem 1.7rem;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgb(235 235 235 / 35%);
    box-shadow: 0 8px 8px rgb(220 220 220 / 35%);
    position: relative;
    overflow: hidden;
}

section>* {
    position: relative;
    z-index: 1;
}

.section-title {
    margin: 0 0 0.2rem;
    font-size: 28px;
    letter-spacing: 0.02em;
    color: #000;
}

.section-subtitle {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

p {
    margin: 0.35rem 0 0.6rem;
    font-size: 0.97rem;
}

.muted {
    color: var(--text-muted);
}

h3 {
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    font-size: 0.98rem;
    color: #333;
    font-weight: 500;
}

ul {
    margin: 0.3rem 0 0.4rem 1.1rem;
    padding: 0;
    font-size: 0.95rem;
    color: var(--text-muted);
}

li+li {
    margin-top: 0.18rem;
}

.grid-two {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
    gap: 1.8rem;
    margin-top: 0.8rem;
}

@media (max-width: 780px) {
    .grid-two {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Contact */
.contact-details {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.6rem;
}

.contact-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
}

.contact-name {
    font-size: 1.05rem;
    font-weight: 600;
}

.contact-location {
    font-size: 0.95rem;
    color: var(--text-muted);
}

.contact-lines {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.3rem;
    font-size: 0.95rem;
}

.contact-lines span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.contact-note {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
}

footer {
    margin-top: auto;
    padding: 1.4rem 1.75rem 2.2rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: center;
}

.about-section {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.about-content {
    flex: 1 1 60%;
    text-align: justify;
}

.about-image {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

.about-image img {
    max-width: 380px;
    height: auto;
    border-radius: 5px;
    /* optional, for consistency */
}

.services-section {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.services-content {
    flex: 1 1 60%;
	 text-align: justify;
}

.services-image {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

.services-image img {
    max-width: 380px;
    height: auto;
    border-radius: 5px;
    /* optional, for consistency */
}


.trading-section {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.trading-content {
    flex: 1 1 60%;
	 text-align: justify;
}

.trading-image {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

.trading-image img {
    max-width: 380px;
    height: auto;
    border-radius: 5px;
}

.main-navigation a {
    color: #ab802e !important;
    font-weight: 600 !important;
}

.main-navigation a:hover {
    color: #fff !important;
}

.contact-section {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}

.contact-content {
  flex: 1 1 50%;
}

.contact-form-wrapper {
  flex: 1 1 50%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content;
}

.wpcf7-form-control-wrap {
    margin-bottom: 1em;
}

/* mobile */
@media (max-width: 480px) {
	
	h1 {
    font-size: clamp(2.2rem, 4.1vw, 2.9rem);
    line-height: 33px;
    margin: 0 0 1rem;
    letter-spacing: 0.01em;
    font-size: 24px !important;
}
	
	.mob-section {
        flex-direction: column;
        padding-top: 25px;
    }
	.section-title {
    margin: 0 0 0.2rem;
    font-size: 22px;
    letter-spacing: 0;
    color: #000;
}
   .mob-section img {
    max-width: 280px;
}
	
	.menu-toggle .icon-bar {
    display: block;
    margin: 5px 0;
    background-color: #fff !important;
}
	
	.about-section, 
	.trading-section{
    flex-direction: column-reverse;
}
	
	
} /* end of mobile */


.eg_full_width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}

.tablepress>:not(caption)>*>* {
    text-align: center !important;
}

.column-1 {
    display: flex;
    flex-direction: row;
    gap: 25px !important;
    padding: 30px !important;
    font-size: 18px !important;
    font-weight: 600;
    align-content: center;
    align-items: center;
    justify-content: center;
	background-color: #404040 !important;
}

.tablepress span {
    color: #000 !important;
}

span#tablepress-1-description {
    text-align: center;
    background: #0a0a0a;
    padding: 12px 0;
    font-size: 18px;
    color: #a17729;
}

.tablepress>:not(caption)>*>* {
    background: #ab802e !important;
}