/*styles*/

html {
    scroll-behavior: smooth;
}

:root {
    --primary-dark: #28283a;
    --accent-orange: #BD503B;
    --light-gray: #f7fafc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif !important;
    color: #3c3c3c;
}

.font2 {
    font-family: "ITC_BENUIAT", serif;
}

body.active {
    overflow-y: hidden;
}

p {
    color: inherit;
    font-size: 16px;
}

.container {
    max-width: 1300px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: inherit;
}

h3,h4 {
    color: #2c539b;
    font-weight: 700;
}

h4 {
    font-size: 1.1em;
}

.page-outer {
    padding: 80px 0;
}

.page ul {
    padding-left: 30px;
}

/*p strong {
    font-size: 1.2em;
}*/

label {
    width: 100%;
}

ol {
    padding-left: 40px;
}

ol li {
    margin: 10px 0;
}

blockquote {
    padding: 30px;
    border-radius: 15px;
    margin: 20px 0 !important;
    background: #f5dcd8;
}

.purple-block {
    padding: 30px;
    border-radius: 15px;
    background: #40405e;
    color: white;
    margin: 20px 0 30px 0;
}

.purple-block h3 {
    color: white;
}

.purple-block h3 strong {
    font-weight: unset;
}

/*h1,h2,h3,h4,h5 {
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: none;
}*/

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}
/* Header */

.header-fix {
    position: relative;
    height: 115px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header.stuck .top-header {
    margin-bottom: 101px;
}

.header.stuck .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header .top-header {
    position: relative;
    padding: 5px 20px;
    background: var(--primary-dark);
    color: white;
}

.header .top-header ul {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.header .top-header ul li a {
    display: block;
    padding: 5px;
    margin: 0 5px;
}

.header .top-header ul li a i {
    color: #009281;
}

.header .top-header span {
    font-size: 14px;
}

.header .bottom-header {
    position: relative;
    background: var(--primary-dark);
    color: white;
    padding: 20px 40px;
}

.header .bottom-header .logo {

}

.header .bottom-header .logo img {
    max-height: 80px;
    transition: all .5s ease;
}

.header .bottom-header .menu-hold {
    position: relative;
    height: 100%;
}

.header .bottom-header .menu-hold ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.header .bottom-header .menu-hold ul li {
    position: relative;
    padding: 5px 20px;
}

.header .bottom-header .menu-hold ul li a {
    font-weight: 500;
    margin: 5px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .5s ease;
}

.header .bottom-header .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header .bottom-header .menu-hold ul li:hover > ul.dropdown {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.header .bottom-header .menu-hold ul li ul.dropdown {
    position: absolute;
    width: 250px;
    top: 80px;
    left: 0;
    background: var(--primary-dark);
    display: block;
    height: auto;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.header .bottom-header .menu-hold ul li ul.dropdown li {
    display: block;
    margin: 5px 0;
}

.header .bottom-header .menu-hold ul li ul.dropdown li a {
/*    font-size: 15px;*/
    font-weight: 500;
}

.header .bottom-header .menu-hold ul li ul.dropdown li ul.dropdown {
    background: #001e35;
    top: 0;
    right: -70%;
    left: unset;
}

.header .bottom-header .menu-hold ul li ul.dropdown li:hover > ul.dropdown {
    left: unset;
    top: 0;
    right: -100%;
}

/* Navigation */
.navbar-custom {
    background-color: var(--primary-dark);
    padding: 12px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand {
    color: white !important;
    font-weight: 600;
    font-size: 18px;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-brand i {
    margin-right: 8px;
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px !important;
    margin: 0 2px;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
}

.image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    border-radius: 15px;
}

/* Hero Section */
.hero-section {
    background: var(--primary-dark);
    color: white;
    padding: 120px 0 100px 0;
    text-align: center;
    /*margin-top: 76px;*/
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .main {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-section p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.btn-signup {
    background-color: white;
    color: var(--primary-dark);
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.btn-signup:hover {
    background-color: #f8f9fa;
    color: var(--primary-dark);
    transform: translateY(-1px);
}

.btn-orange {
    background-color: var(--accent-orange);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.btn-orange:hover {
    background-color: #9b2c2c;
    color: white;
}

/* Section Padding */
.section-padding {
    padding: 80px 0;
}

/* What We Do Section */
.what-we-do {
    padding: 80px 0;
    background: white;
}

.what-we-do h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 24px;
}

.what-we-do p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 32px;
}

.laptop-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* What to Expect Section */
.what-to-expect {
    background-color: #f7fafc;
    padding: 80px 0;
}

.what-to-expect h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 40px;
}

.framework-box,
.newsletter-box,
.stock-list-box,
.company-reports-box {
    background: white;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.framework-box h5,
.newsletter-box h5,
.stock-list-box h5,
.company-reports-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 12px;
}

.framework-box p,
.newsletter-box p,
.stock-list-box p,
.company-reports-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #4a5568;
    margin: 0;
}

.phone-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Skills Section */
.skills-section {
    padding: 80px 0;
    background: white;
}

.skills-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 40px;
}

.skill-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.skill-header {
    padding: 16px 20px;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skill-header:hover {
    background: #f7fafc;
}

.skill-header.active {
    background: var(--primary-dark);
    color: white;
}

.skill-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.skill-content.active {
    max-height: 200px;
    padding: 16px 20px;
}

.skill-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #4a5568;
    margin: 0;
}

.skills-illustration {
    text-align: center;
    position: relative;
}

.trophy-container {
    position: relative;
    display: inline-block;
    margin: 40px 0;
}

.trophy-main {
    font-size: 120px;
    color: #4a5568;
    opacity: 0.3;
}

.check-icon {
    position: absolute;
    font-size: 24px;
    color: #4a5568;
}

.check-1 { top: 10px; left: -40px; }
.check-2 { top: 10px; right: -40px; color: var(--accent-orange); }
.check-3 { bottom: 10px; left: -40px; }
.check-4 { bottom: 10px; right: -40px; color: var(--accent-orange); }

/* Investment Strategy Banner */
.strategy-banner {
    background: var(--primary-dark);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.strategy-banner h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.strategy-banner p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Is Compounding Academy Right Section */
.right-for-you {
    padding: 80px 0;
    background: white;
}

.right-for-you h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 24px;
}

.right-for-you ul {
    margin-bottom: 24px;
}

.right-for-you li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #4a5568;
}

.right-for-you p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 32px;
}

.illustration-image {
    width: 100%;
    max-width: 400px;
    height: auto;
}

/* Paid Subscribers Section */
.paid-subscribers {
    background: #f7fafc;
    padding: 80px 0;
}

.paid-subscribers h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 60px;
    text-align: center;
}

.feature-card {
    background: var(--primary-dark);
    color: white;
    padding: 32px 24px;
    border-radius: 8px;
    height: 100%;
    margin-bottom: 24px;
}

.feature-card i {
    font-size: 40px;
    margin-bottom: 16px;
    color: white;
}

.feature-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.contact-email {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #4a5568;
}

/* Testimonials Section */
.testimonials {
    padding: 80px 0;
    background: white;
}

.testimonials h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 16px;
    text-align: center;
}

.testimonials .subtitle {
    font-size: 16px;
    color: #4a5568;
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    height: 100%;
    margin-bottom: 24px;
}

.stars {
    color: #ecc94b;
    font-size: 16px;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 24px;
}

.author-info {
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 48px;
    height: 48px;
    background: var(--primary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    margin-right: 12px;
}

.author-name {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 2px;
}

.author-title {
    font-size: 14px;
    color: #718096;
}

/* Footer CTA */
.footer-cta {
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    padding: 80px 0;
}

.footer-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .6;
}

.footer-cta h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-cta p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.signup-form {
    max-width: 400px;
    background: white;
    border-radius: 10px;
    padding: 20px;
}

.signup-form .form-control {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    font-size: 14px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.btn-subscribe {
    background: var(--accent-orange);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}

.btn-subscribe:hover {
    background: #9b2c2c;
}

/* Footer */
.footer {
    background: var(--primary-dark);
    color: white;
    padding: 60px 0 20px 0;
}

.footer h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.footer a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
}

.footer a:hover {
    color: #cbd5e0;
}

.social-icons a {
    color: white;
    font-size: 20px;
    margin-right: 16px;
}

.social-icons a:hover {
    color: var(--accent-orange);
}

.footer-bottom {
    border-top: 1px solid #4a5568;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 12px;
    color: #a0aec0;
    margin: 0;
}

/*defaults*/

.def-page {
    padding: 80px 0;
}

.page iframe {
    height: 650px !important;
    width: 100% !important;
}

@media (max-width: 600px) {
    .page iframe {
        height: 300px !important;
    }
}

/*Companies*/
.fancybox-container {
    z-index: 9999999;
}

.companies-archive {
    padding: 80px 0;
}

.companies-archive h1 {
    text-transform: uppercase;
}

.companies-archive .company-card {
  border: 0;
  border-radius: .75rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  overflow: hidden;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
}
.companies-archive .company-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}
.companies-archive .card-inner {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 575.98px) {
  .companies-archive .card-inner {
    grid-template-columns: 100%;
  }
}
.companies-archive .logo-pane {
  background: #40405e;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border-radius: .75rem;
}
.companies-archive .logo-pane img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: none;
}

.companies-archive .logo-pane .logo {
    background: white;
    border-radius: 5px;
    /*padding: 5px;*/
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.companies-archive .logo-pane img.main-logo {
    margin-top: 20px;
    max-width: 70%;
}

.companies-archive .logo-pane .text-white {
    margin-bottom: 20px;
    font-weight: 700;
}

.companies-archive .meta-pane {
    padding: 16px 16px 16px 0;
}
.companies-archive .brand-line {
    font-size: 1.1rem;
    letter-spacing: .04em;
    font-weight: 800;
    color: #2b2f36;
    margin-bottom: .25rem;
    text-transform: uppercase;
}
.companies-archive .company-title {
    font-weight: 700;
    margin: 0 0 .25rem;
    font-size: 1rem; /* baseline */
    line-height: 1.2;
    word-break: break-word;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.companies-archive .industry {
    color: #7a7a7a;
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.2;
    word-break: break-word;
    min-height: 2.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.companies-archive .quality {
    font-size: .95rem;
    color: #6b7280;
    margin-bottom: .75rem;
}
.companies-archive .chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .8rem;
    color: #6b7280;
}
.companies-archive .btn-wrap .btn {
  padding: .35rem .65rem;
  font-size: .85rem;
  border-radius: .5rem;
  margin-right: .35rem;
  margin-bottom: .35rem;
}
.companies-archive .btn-outline-secondary {
  border-color: #d1d5db;
  color: #374151;
}
.companies-archive .btn-outline-secondary:hover {
  background: #111827;
  border-color: #111827;
  color: #fff;
}
.companies-archive .card-outer {
  margin-bottom: 20px;
}
/* Minimal styles for the "Pro Only" lock state */
.companies-archive .company-card.pro-locked {
  opacity: .5;
}
.companies-archive .company-card.pro-locked .btn,
.companies-archive .company-card.pro-locked a {
  pointer-events: none !important;
}
.companies-archive .company-card .pro-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #111827;
  color: #fff;
  font-size: .75rem;
  padding: .2rem .45rem;
  border-radius: .35rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 36px;
    }
    .hero-section p {
        font-size: 18px;
    }
    .what-we-do h2,
    .what-to-expect h2,
    .skills-section h2,
    .right-for-you h2,
    .paid-subscribers h2,
    .testimonials h2 {
        font-size: 28px;
    }
    .strategy-banner h3,
    .footer-cta h3 {
        font-size: 24px;
    }
    .trophy-main {
        font-size: 80px;
    }
}

/*Subscription*/

.sub-block {
    position: relative;
    border-radius: 15px;
    background: var(--primary-dark);
    color: white;
    padding: 30px;
}

.sub-block p {
    color: white;
}

.sub-block .tag {
    font-weight: 600;
    font-size: 20px;
}

.sub-block .name {
    font-size: 45px;
    font-weight: 600;
}

.sub-block .name .smalltag {
    font-size: 12px;
    color: #aeaeae;
    display: inline-block;
    line-height: 13px;
    text-transform: uppercase;
}

.sub-block .plan-ul {
    list-style: none;
}

.sub-block .plan-ul li i {
    margin-right: 10px;
    font-size: 1.2em;
}

.sub-block .btn-signup {
    display: block;
    width: 100%;
    text-align: center;
}

/* Layout */
.sub-hero { padding: 60px 0; }
.sub-hero .sub-head h1.product_title { margin: 0 0 8px; font-size: 2rem; font-weight: 800; }
.sub-hero .sub-kicker { color: #666; margin-bottom: 16px; }

.sub-excerpt p { color: #444; line-height: 1.7; }

/* Bullets */
.plan-ul { list-style: none; padding: 0; margin: 20px 0 24px; }
.plan-ul li { display: flex; gap: 10px; align-items: baseline; margin-bottom: 10px; }
.plan-ul i { margin-top: 2px; }

/* Right column card */
.sub-card { border: 1px solid #eee; border-radius: 12px; padding: 24px; position: sticky; top: 24px; background:#fff; }
.sub-price { display:flex; align-items:baseline; gap:12px; margin-bottom: 16px; }
.sub-price .price { font-size: 1.75rem; font-weight: 800; color: #111; }
.save-badge { background:#111; color:#fff; border-radius: 999px; padding: 4px 10px; font-size:.8rem; }

.sub-form .variations,
.sub-form form.cart { margin-bottom: 14px; }
.sub-form .single_variation_wrap { margin-top: 10px; }
.sub-form .button {
        background-color: var(--accent-orange);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-transform: uppercase;
}

.sub-note { color:#666; font-size:.9rem; margin: 10px 0 0; }
.pay-icons { display:flex; gap:12px; align-items:center; margin-top: 12px; opacity:.8; }

/* Gallery (optional) */
.sub-gallery { margin-top: 20px; }
.woocommerce-product-gallery { border: 1px solid #eee; border-radius: 12px; }

/* Tidy Woo bits we don't want here */
.single-product .product_meta,
.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-tabs,
.single-product .related.products { display: none !important; }

/* Responsive */
@media (max-width: 991px) {
  .sub-card { position: static; margin-top: 24px; }
}


.trust-strip {
    position: relative;
}

.trust-strip span {
    margin-right: 10px;
}

/*Woocommerce*/

.variations .label {
    display: none;
}

.quantity {
    display: none !important;
}

/* General form control */
.woocommerce .form-control {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 1rem;
  margin-bottom: 12px;
  transition: border-color .2s;
}

.woocommerce .form-control:focus {
  border-color: #ff6600; /* your orange */
  outline: none;
}

/* Orange button */
.woocommerce .btn-orange,
.woocommerce .single_add_to_cart_button.btn-orange {
  display: block;
  width: 100%;
  background: #ff6600;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
}

.woocommerce .btn-orange:hover {
  background: #e65c00;
}

/* Subscription card spacing */
.sub-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.sub-card .price {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.sub-note {
  font-size: .9rem;
  color: #666;
  margin-top: 12px;
}


/* --- WooCommerce Product Tabs --- */

.woocommerce-tabs {
  margin-top: 40px;
  font-family: inherit;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  border-bottom: 2px solid #eee;
}

.woocommerce-tabs ul.tabs li {
  margin: 0;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  transition: all 0.2s ease;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  color: #000;
  border-color: #000;
}

/* --- Tab Content Styling --- */

.woocommerce-Tabs-panel {
  display: block;
  padding: 0 0 20px;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}

.woocommerce-Tabs-panel h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #111;
}

.woocommerce-Tabs-panel p {
  margin-bottom: 1rem;
}

.product-view {
    position: relative;
    padding: 80px 0;
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    ul {
        padding-left: 0;
    }

    .top-header .logo {
      display: none;
    }

    .top-header {
        display: none;
    }

    .header .bottom-header {
        position: fixed;
        z-index: 99999;
        width: 100%;
        background: #222222;
        top: 0;
    }

    .header .logo {
        text-align: left !important;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #80A0DF;
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
    }

    .header .bottom-header ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #191b1d;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
        text-align: center;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        text-align: center;
    }
    
}

@media (max-width: 460px) {
    .companies-archive .card-inner {
        display: block !important;
    }

    .companies-archive .logo-pane {

    }

    .companies-archive .logo-pane img.main-logo {
        max-width: 80px !important;
    }

    .companies-archive .logo-pane .logo {
        height: 60px;
    }

    .sub-block {
        margin: 20px 0;
    }
}