/*
Theme Name: Kratom Brokers
Theme URI: https://codecanyon.net/user/
Author: Jason King Team
Author URI: https://codecanyon.net/user/
Description: Kratom Brokers Custom Theme
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #ebb300;
    --accent: #21C789;
    --accent-shade: #f0fdf4;
    --black: #000;
    --border: #ccc;
    --font: Jost;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;   
}

p {
    margin-bottom: 0.83em;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.83em;
}

h1, h2 {
    letter-spacing: -1px;
}

body {
    font-family: var(--font);
    font-feature-settings: "ss01";
    font-size: 16px;


    line-height: 1.7;
    color: var(--black);
    background-color: #fafafa;
    background-color: #f6f6f6;
}

a {
    text-decoration: none;
}

input:not([type="radio"], [type="checkbox"]),
select {
    border: 1px solid var(--border) !important;
    height: 44px !important;
    border-radius: 8px !important;
    padding: 0px 18px !important;
    font-size: 16px !important;
    font-family: var(--font);
    width: 100% !important;
    box-sizing: border-box !important;
}

select {
    appearance: none;
    border-radius: 4px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
    padding: 0px 40px 0px 18px !important;
}

textarea {
    border: 1px solid var(--border) !important;
    height: 120px !important;
    border-radius: 5px !important;
    padding: 20px 18px !important;
    font-family: var(--font);
    font-size: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;    
}

.button,
button,
input[type="submit"] {
    cursor: pointer;
    font-family: var(--font);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0px 18px;
    background: var(--primary);
    color: var(--black);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: none;
    outline: none;
    transition: all 0.4s ease;  
    box-sizing: border-box;

    &.large {
        width: 100%;
    }
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-white {
    background-color: #fff;
}

.text-center {
    text-align: center;
}

.align-center {
    margin: auto !important;
    width: fit-content !important;
    display: block !important;
}

.space {
    padding-bottom: 100px;
}

.fw700 {
    font-weight: 700;
}

img {
    max-width: 100%;
}

img.full {
    width: 100%;
}

/* Header */
header#master {
    background: #000;
    color: white;
    padding: 20px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.3s ease;
}

header#master.scrolled {
    background: rgba(20, 51, 45, 0.95);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}

.logo {

}

.logo img {
    height: 36px;
    max-height: 36px;
}


/* Hero Section */
.hero,
.slider {
    color: white;
    padding: 150px 0 150px;
    text-align: left;
    position: relative;
    overflow: hidden;

    background-size: cover;
    background-image: url(public/kratom_5.jpg);
    background-position: center;    
}

.hero:after,
.slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero h1,
.slider h1 {
    font-size: 60px;
    max-width: 900px;
    line-height: 1.1;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.hero p,
.slider p {
    font-size: 24px;
    max-width: 700px;
    opacity: 0.9;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 16px 40px;
    background: var(--primary);
    color: var(--black);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(232, 185, 35, 0.4);
}

.btn:hover:before {
    transform: scaleX(1);
}

.btn-small {
    padding: 8px 22px;  
}

/* Sections */

.section-title {
    font-size: 48px;
    color: var(--black);
    font-weight: 700;
    position: relative;
}

.section-title:after {
    content: '';
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary), #d19c00);
    position: relative;
    border-radius: 2px;
    display: block;
    margin-top: 15px;
}

.section-title.text-center:after {
    margin-left: auto;
    margin-right: auto;
}

/* Value Proposition */
.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px;
}

.value-item {
    padding: 35px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.value-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.value-icon {
    font-size: 42px;
    color: var(--primary);
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.value-item:hover .value-icon {
    transform: scale(1.1);
}

.value-item h3 {
    font-size: 24px;
    color: var(--black);
    margin-bottom: 15px;
    font-weight: 600;
}

/* About Section */
.about-content {
    display: grid;
    grid-template-columns: 2fr auto;
    gap: 50px;
    align-items: center;
    max-width: 80%;
    margin: auto;
}

.about-text {

}

.about-image {

    position: relative;
}

.about-image img {

}

.about-image:hover img {
    transform: rotate(0deg) translateX(0);
}

/* Process Section */
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px;
}

.process-step {
    background: white;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.process-step p {
    margin-bottom: 0px;
}

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

.step-number {
    width: 70px;
    height: 70px;
    color: var(--black);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(232, 185, 35, 0.3);
}

/* Market Stats */
.market-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 60px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 54px;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(to right, var(--primary), #d19c00);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Pricing */
.pricing-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
}

.price {
    font-size: 72px;
    color: var(--accent);
    margin: 30px 0;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.pricing-features {
    position: relative;
    z-index: 1;
    text-align: left;
}

.pricing-features ul {
    list-style: none;
    margin: 35px 0;
}

.pricing-features li {
    margin: 18px 0;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
}

.pricing-features li:before {
    content: "✓";
    color: var(--primary);
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 20px;
}

/* Strains */
.strains-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    background: var(--accent);
    background-position: 20px;
    border-radius: 15px;
    gap: 1px;
}

.strain-category {
    padding: 30px;
    background: white;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.strain-category:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.strain-list {
    list-style: none;
    margin-top: 25px;
}

.strain-list li {
    margin: 15px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.strain-list li:before {
    content: "•";
    color: var(--primary);
    position: absolute;
    left: 0;
}

.testimonials-carousel {
    max-width: 800px;
    margin: auto;
}

.testimonials-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: fit-content;
}

.testimonials-navigation span {
    cursor: pointer;
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 0.15s;
}

.testimonials-navigation span:hover {
    background: rgba(0, 0, 0, 0.5);
}

.testimonials-navigation span.active {
    background: var(--primary);
    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 3px var(--primary);
}


.testimonial-author {
    font-size: 18px;
    font-weight: 700;
}

 /* FAQ Section */
.faq-item {
    margin-bottom: 20px;
}
.faq-question {
    font-weight: bold;
    margin-bottom: 10px;
}

/* CTA */
#cta {
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    color: var(--black);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

#cta .container {
    position: relative;
    z-index: 3;
}

#cta video {
    top: 0;
    position: absolute;
    z-index: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
}

#cta:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(33 199 137 / 58%);
}

#cta h2 {
    font-size: 48px;
    font-weight: 700;
}

/* Footer */
footer {
    background: #000;
    color: #f0f0f0;
    padding: 80px 0 40px;
    position: relative;
}

footer svg {
    width: auto;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    margin-right: 7px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 50px;
    margin-bottom: 60px;
}

.footer-column h4 {
    color: var(--primary);
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-links a {
    display: block;
    color: #f0f0f0;
    text-decoration: none;
    margin: 15px 0;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary);
    transform: translateX(5px);
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(232, 185, 35, 0.2);
    font-size: 14px;
}


#contact .info {
    display: grid;
    gap: 10px;
    justify-content: center;
}

#contact .info span {
    font-size: 30px;
}

#contact .info span i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
}



.investment-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.investment-highlight {
    background: linear-gradient(to right, var(--primary), #d19c00);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
    margin-top: -50px;
    position: relative;
}

.investment-amount {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  color: var(--accent);
  text-align: right;
  text-decoration: underline;
}

.benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.benefits-list[data-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;   
}

.benefit-card {
  background-color: white;
  border-radius: 12px;
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
}

.benefit-card:before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 0;
    width: 6px;
    background: linear-gradient(0deg, var(--accent), transparent);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;    
}

.benefit-icon {
    font-size: 42px;
    color: var(--accent);
    margin-bottom: 25px;
}

.benefit-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--accent);
  margin-bottom: 10px;
}


.why-invest,
.growth,
.notes {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  margin-top: 30px;
}

.why-invest strong,
.growth strong,
.notes strong {
    color: var(--accent);
}

.why-invest ul,
.growth ul,
.notes ul  {
    list-style-type: none;
    padding: 0;
    display: grid;
    gap: 10px;
}

.why-invest li,
.growth li,
.notes li {
    padding: 20px;
    background: var(--accent-shade);
    border-radius: 10px;
}

.cta-section {
  text-align: center;
  padding: 60px 0;
  background-color: var(--accent);
  color: white;
  border-radius: 10px;
}

.cta-button {
  display: inline-block;
  background-color: white;
  color: var(--accent);
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 30px;
  transition: all 0.3s;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


/******************* INVESTOR PAGE ************************/    /* Main Content */
.content-block {
    margin-bottom: 40px;
}

.performance-highlights,
.investment-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.highlight-item,
.option-card {
    background-color: white;
    border-radius: 12px;
    padding: 20px 20px 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: relative;
}

.highlight-item:before,
.option-card:before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 0;
    width: 6px;
    background: linear-gradient(0deg, var(--accent), transparent);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.highlight-item h4,
.option-card h4 {
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--accent);
    margin-bottom: 10px;
}



/*************************************/
.subtitle {
  font-size: 1.2rem;
  font-weight: 300;
}

.market-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.market-card {
  flex-basis: 30%;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  text-align: center;
}

.market-value {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--accent);
  margin: 10px 0;
}

.growth-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.growth-info {

}

.growth-chart {

}

.growth-chart img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: rotate(3deg) translateX(20px);
    transition: transform 0.3s ease;
}

.sections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.section-card {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.section-card h3 {
  color: var(--accent);
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
  margin-top: 0;
}

.sources {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.9rem;
}

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

.sources a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .market-overview, .growth-section {
    flex-direction: column;
  }
  .market-card {
    flex-basis: 100%;
  }
  .growth-info, .growth-chart {
    flex-basis: 100%;
    padding-right: 0;
  }
  .growth-chart {
    margin-top: 20px;
  }
}
/**************************/  





/****************************/
.strain-categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.strain-categories ul {
    list-style-type: none;
}

.strain-category {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.green { 
    border: 1px solid var(--accent);
}

.green h2 {
    color: var(--accent);
}

.white { 
    border: 1px solid #ddd; 
}

.red { 
    border: 1px solid #F44336; 
}

.red h2 {
    color: #F44336;
}

.yellow { 
    border: 1px solid var(--primary); 
}

.yellow h2 {
    color: var(--primary);
}

.other { 
    border: 1px solid #9C27B0; 
}

.other h2 {
    color: #9C27B0;
}

.tag {
    display: inline-block;
    font-size: 0.7em;
    padding: 0px 6px;
    border-radius: 150px;
    margin-left: 8px;
    font-weight: bold;
    color: white;
}
.small-batch { background-color: #FFC107; }
.limited { background-color: #9C27B0; }
.new { background-color: #2196F3; }
.fermented { background-color: #795548; }

/****************************/






/**********************************/

.card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
    padding: 30px;
    margin-bottom: 30px;
}

.card h3 {
    color: var(--accent);
    margin-top: 0;
}

.competition-points {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.competition-point {
    border-radius: 8px;
    padding: 20px 30px;
    background-color: var(--accent-shade);
}

.competition-point h3 {
    color: var(--accent);
    margin-top: 0;
}

.licensing-options {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.licensing-option {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
}

.licensing-option:before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 0;
    width: 6px;
    background: linear-gradient(0deg, var(--accent), transparent);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.licensing-option h3 {
    color: var(--accent);
}

.includes-list {
    margin-top: 30px;
}

.includes-list h3 {
    color: var(--accent);
    margin-top: 0;
    text-align: center;
}

.includes-list ul {
    list-style-type: none;
    padding: 0;
}

.includes-list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.includes-list li:before {
    content: "✓";
    color: var(--accent);
    position: absolute;
    left: 0;
    font-weight: bold;
}


/**********************************/






















    .resources-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        
        .resource-card {
            background: white;
            border-radius: 8px;
            padding: 2rem;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .resource-card:hover {
            transform: translateY(-5px);
        }
        
        .resource-card h3 {
            color: var(--accent);
            margin-bottom: 1rem;
            font-size: 1.5rem;
        }
        
        .resource-card ul {
            list-style-position: inside;
            margin-left: 1rem;
        }




.access-info {
    background-color: #f0f7f0;
    padding: 3rem 0;
    border-top: 1px solid #e0e0e0;
}

.access-info h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--accent);
}

.support-section {
    background-color: #e8f4e8;
    padding: 3rem 0;
}

.support-section .container {
    text-align: center;
}





.call-to-action {
    text-align: center;
    background-image: url(public/trees.webp);
    background-color: var(--primary);
    background-color: #afe1a0;
    background-blend-mode: screen;
    padding: 100px 30px;
    background-size: cover;


    text-align: center;
    background-image: url(https://i.giphy.com/z2POQZ2t8s5Gzp4C7r.webp);
    background-color: var(--primary);
    background-color: #afe1a0;
    background-blend-mode: saturation;
    padding: 100px 30px;
    background-size: cover;
    background-position: center;    
}

.call-to-action p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.call-to-action .description {
    font-size: 22px;
}


/* Responsive Design */
@media (min-width: 980px) {
    #header-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .toggle-menu {
        display: none;
    }

    .nav-links,
    .nav-links li {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 40px;
        position: relative;
    }

    .nav-links a {
        text-decoration: none;
        color: #8f8f8f;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        position: relative;
        transition: color 0.3s ease;
    }

    .nav-links .current > a,
    .nav-links a:hover {
        color: var(--primary);
    }

    .nav-links a:hover:after {
        width: 100%;
    }

    .nav-links li {
        position: relative;
    }

    .nav-links li:has(.nav-links-sub) > a:after {
        content: "";    
        border-bottom: 1px solid currentColor;
        border-right: 1px solid currentColor;
        display: inline-block;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 7px;
        margin-bottom: 3px;
    }

    .nav-links-sub {
        position: absolute;
        top: 100%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        background: #000;
        padding: 23px;
        border-radius: 10px;
        transition: all 0.15s;
    }

    .nav-links-sub li {

    }

    .nav-links-sub a {
        white-space:nowrap;
    }

    .nav-links-sub a:hover {
        color: var(--primary);
    }

    .nav-links > li:hover .nav-links-sub {
        visibility: visible;
        opacity: 1;
    }   
}

@media (max-width: 980px) {
    h1, h2, h3, h3 {
        line-height: 1.2;
    }

    #header-menu {
        display: grid;
        gap: 10px;
    }

    .toggle-menu {
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.5);
        border-radius: 7px;
        padding: 4px 12px;
        cursor: pointer;
        transition: all 0.15s;
    }

    .toggle-menu:hover {
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: rgba(255, 255, 255, 0.7);
    }

    .nav-links {
        display: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .nav-links li {
        list-style-type: none;
    }

    .nav-links[active] {
        display: block;
    }

    .nav-links a {
        text-decoration: none;
        color: #8f8f8f;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        transition: all 0.15s;
    }


    .nav-links .current > a,
    .nav-links a:hover {
        color: var(--primary);
    }
    
    .hero h1 {
        font-size: 42px;
    }
    
    .hero p {
        font-size: 18px;
    }
    
    .about-content {
        flex-direction: column;
    }
    
    .market-stats {
        flex-direction: column;
        gap: 40px;
    }
    
    .pricing-box {
        padding: 40px;
    }
    
    .price {
        font-size: 54px;
    }

    .space {
        padding-bottom: 50px;
    }

    .investment-amount {
        margin-bottom: 30px;
        text-align: center;
    }

    .strain-categories,
    .investment-options,
    .performance-highlights,
    .investment-wrap,
    .growth-section,
    .market-overview,
    .benefits-list,
    .licensing-options,
    .resources-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .about-content {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


#site-contact {

}

.site-contact-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.site-contact-col {
    position: relative;
}

#site-contact-items svg {
    height: 21px;
}

#site-contact-items svg * {
    fill: var(--site-color) !important;
}

.site-contact-item {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.site-contact-item-icon {
    margin-right: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--site-color);
}

#site-contact-item-email svg {
    height: 18px;
}


#site-contact-item-skype svg {
    height: 20px;
}

@media only screen and (min-width: 980px) {
    #site-contact-form,
    #site-contact-items {
        padding-left: 50px;
    }

    .site-contact-text-vertical {
        position: absolute;
        left: 0;
        writing-mode: tb-rl;
        top: 30px;
        bottom: 0;
        letter-spacing: 1.5px;
    }
}

@media only screen and (max-width: 980px) {
    .site-contact-row {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .site-contact-text-vertical {
        font-size: 20px;
        margin-top: 50px;
    }
}