:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-09999a8 *//* ============================================
   BRITISH CANNABIS HELP SECTION
   Complete CSS - Elementor Compatible
   ============================================ */

/* ----- Import Fonts (already imported in hero) ----- */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap'); */

/* ----- Section Base ----- */
.bc-help-section {
    padding: 30px 20px 50px 20px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.bc-help-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ----- Section Header ----- */
.bc-help-header {
    text-align: center;
    margin-bottom: 20px;
}

.bc-help-title {
    font-size: 28px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 2px;
    font-family: 'Poppins', sans-serif;
}

.bc-help-subtitle {
    font-size: 28px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.bc-help-description {
    font-size: 15px;
    line-height: 1.7;
    color: #3D3D3D;
    max-width: 700px;
    margin: 0 auto 5px;
    font-family: 'Poppins', sans-serif;
}

/* ----- Cards Grid ----- */
.bc-help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 20px 0;
}

/* ----- Individual Cards ----- */
.bc-help-card {
    background: #F3F3F3;
    border-radius: 0;
    padding: 20px;
    transition: all 0.3s ease;
}

.bc-help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.bc-help-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

/* Card Header */
.bc-help-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.bc-help-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.bc-help-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc-help-card-icon i {
    font-size: 18px;
    color: #ffffff;
}

/* Email Card Specific */
.bc-help-card-email {
    background: #F3F3F3;
}

.bc-help-card-email .bc-help-card-header {
    background: #BF9F61;
    padding: 10px 15px;
    margin: -20px -20px 12px -20px;
    border-radius: 0;
}

.bc-help-card-email .bc-help-card-text {
    color: #3D3D3D;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.bc-help-card-email .bc-help-card-text strong {
    color: #3D3D3D;
    font-weight: 600;
}

/* WhatsApp Card Specific */
.bc-help-card-whatsapp {
    background: #F3F3F3;
}

.bc-help-card-whatsapp .bc-help-card-header {
    background: #1ED14F;
    padding: 10px 15px;
    margin: -20px -20px 12px -20px;
    border-radius: 0;
}

.bc-help-card-whatsapp .bc-help-card-text {
    color: #3D3D3D;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.bc-help-card-whatsapp .bc-help-card-text strong {
    color: #3D3D3D;
    font-weight: 600;
}

/* ----- Address ----- */
.bc-help-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    color: #006430;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    max-width: 700px;
    margin: 0 auto;
}

.bc-help-address i {
    font-size: 18px;
    color: #006430;
}

/* ----- Note ----- */
.bc-help-note {
    text-align: center;
    padding: 20px 0 10px;
    max-width: 800px;
    margin: 0 auto;
}

.bc-help-note p {
    font-size: 14px;
    line-height: 1.7;
    color: #3D3D3D;
    font-family: 'Poppins', sans-serif;
}

.bc-help-note strong {
    font-weight: 600;
    color: #3D3D3D;
}

/* ----- Footer Text ----- */
.bc-help-footer {
    text-align: center;
    padding-top: 10px;
}

.bc-help-footer p {
    font-size: 11px;
    line-height: 1.7;
    color: #3D3D3D;
    font-family: 'Poppins', sans-serif;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* ----- Tablets (1024px) ----- */
@media (max-width: 1024px) {
    .bc-help-section {
        padding: 30px 20px 40px 20px;
    }
    
    .bc-help-title {
        font-size: 24px;
    }
    
    .bc-help-subtitle {
        font-size: 24px;
    }
    
    .bc-help-grid {
        max-width: 100%;
        gap: 15px;
    }
}

/* ----- Mobile Landscape & Tablets (768px) ----- */
@media (max-width: 768px) {
    .bc-help-section {
        padding: 30px 15px 35px 15px;
    }
    
    .bc-help-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        gap: 20px;
        padding: 10px 0;
    }
    
    .bc-help-title {
        font-size: 22px;
    }
    
    .bc-help-subtitle {
        font-size: 22px;
    }
    
    .bc-help-description {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .bc-help-address {
        font-size: 13px;
        flex-wrap: wrap;
        text-align: center;
        padding: 10px 15px;
    }
    
    .bc-help-note p {
        font-size: 13px;
        padding: 0 10px;
    }
}

/* ----- Mobile Portrait (480px) ----- */
@media (max-width: 480px) {
    .bc-help-section {
        padding: 20px 10px 30px 10px;
    }
    
    .bc-help-title {
        font-size: 20px;
    }
    
    .bc-help-subtitle {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .bc-help-description {
        font-size: 13px;
        line-height: 1.6;
        padding: 0 5px;
    }
    
    .bc-help-grid {
        padding: 5px 0;
        gap: 15px;
    }
    
    .bc-help-card {
        padding: 15px;
    }
    
    .bc-help-card-email .bc-help-card-header,
    .bc-help-card-whatsapp .bc-help-card-header {
        padding: 8px 12px;
        margin: -15px -15px 10px -15px;
    }
    
    .bc-help-card-title {
        font-size: 13px;
    }
    
    .bc-help-card-text {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    
    .bc-help-address {
        font-size: 12px;
        gap: 8px;
        padding: 8px 10px;
    }
    
    .bc-help-address i {
        font-size: 16px;
    }
    
    .bc-help-note p {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .bc-help-footer p {
        font-size: 10px;
    }
}

/* ----- Extra Small (360px) ----- */
@media (max-width: 360px) {
    .bc-help-section {
        padding: 15px 8px 25px 8px;
    }
    
    .bc-help-title {
        font-size: 18px;
    }
    
    .bc-help-subtitle {
        font-size: 18px;
    }
    
    .bc-help-description {
        font-size: 12px;
    }
    
    .bc-help-card-text {
        font-size: 12px !important;
    }
    
    .bc-help-address {
        font-size: 11px;
        flex-direction: column;
        gap: 5px;
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

/* ----- Reduced Motion ----- */
@media (prefers-reduced-motion: reduce) {
    .bc-help-card {
        transition: none;
    }
    
    .bc-help-card:hover {
        transform: none !important;
    }
}

/* ----- High Contrast Mode ----- */
@media (prefers-contrast: high) {
    .bc-help-card {
        border: 2px solid #3D3D3D;
    }
    
    .bc-help-card-email .bc-help-card-header {
        background: #8B6E3A;
    }
    
    .bc-help-card-whatsapp .bc-help-card-header {
        background: #0FA83A;
    }
}

/* ----- Dark Mode Support ----- */
@media (prefers-color-scheme: dark) {
    .bc-help-section {
        background: #1a1a1a;
    }
    
    .bc-help-title,
    .bc-help-subtitle {
        color: #e0e0e0;
    }
    
    .bc-help-description {
        color: #b0b0b0;
    }
    
    .bc-help-card {
        background: #2a2a2a;
    }
    
    .bc-help-card-text {
        color: #b0b0b0 !important;
    }
    
    .bc-help-card-text strong {
        color: #e0e0e0 !important;
    }
    
    .bc-help-address {
        color: #4AB381;
    }
    
    .bc-help-note p {
        color: #b0b0b0;
    }
    
    .bc-help-footer p {
        color: #808080;
    }
}

/* ----- Print Styles ----- */
@media print {
    .bc-help-section {
        padding: 20px 0;
        background: #ffffff !important;
    }
    
    .bc-help-card {
        border: 1px solid #cccccc;
        break-inside: avoid;
    }
    
    .bc-help-card:hover {
        transform: none !important;
        box-shadow: none !important;
    }
}

/* ============================================
   ANIMATIONS (Optional)
   ============================================ */

/* Fade In Up Animation */
@keyframes bcFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bc-help-card {
    opacity: 0;
    animation: bcFadeInUp 0.6s ease-out forwards;
}

.bc-help-card-email {
    animation-delay: 0.1s;
}

.bc-help-card-whatsapp {
    animation-delay: 0.2s;
}

/* Remove animations for reduced motion */
@media (prefers-reduced-motion: reduce) {
    .bc-help-card {
        opacity: 1;
        animation: none;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

/* Different card header colors */
.bc-help-card-header--gold {
    background: #BF9F61 !important;
}

.bc-help-card-header--green {
    background: #1ED14F !important;
}

.bc-help-card-header--dark-green {
    background: #006430 !important;
}

/* Card without hover effect */
.bc-help-card--no-hover:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Full width cards */
.bc-help-grid--full {
    max-width: 100%;
}

.bc-help-grid--full .bc-help-card {
    max-width: 600px;
    margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f888638 *//* ============================================
   BRITISH CANNABIS MAP SECTION
   Complete CSS - Elementor Compatible
   ============================================ */

/* ----- Section Base ----- */
.bc-map-section {
    position: relative;
    width: 100%;
    min-height: 200px;
    background: #ffffff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* ----- Container ----- */
.bc-map-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

/* ----- Iframe Styles ----- */
.bc-map-iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
    margin: 0;
    padding: 0;
    background: #e8ecef; /* Fallback color while loading */
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* ----- Tablets (1024px) ----- */
@media (max-width: 1024px) {
    .bc-map-iframe {
        height: 400px;
    }
}

/* ----- Mobile Landscape & Tablets (768px) ----- */
@media (max-width: 768px) {
    .bc-map-section {
        min-height: 300px;
    }
    
    .bc-map-iframe {
        height: 350px;
    }
}

/* ----- Mobile Portrait (480px) ----- */
@media (max-width: 480px) {
    .bc-map-section {
        min-height: 250px;
    }
    
    .bc-map-iframe {
        height: 300px;
    }
}

/* ----- Extra Small (360px) ----- */
@media (max-width: 360px) {
    .bc-map-section {
        min-height: 200px;
    }
    
    .bc-map-iframe {
        height: 250px;
    }
}

/* ============================================
   ACCESSIBILITY & SPECIAL FEATURES
   ============================================ */

/* ----- Reduced Motion ----- */
@media (prefers-reduced-motion: reduce) {
    .bc-map-iframe {
        /* No animations needed for maps */
    }
}

/* ----- High Contrast Mode ----- */
@media (prefers-contrast: high) {
    .bc-map-container {
        border: 2px solid #000000;
    }
}

/* ----- Dark Mode Support ----- */
@media (prefers-color-scheme: dark) {
    .bc-map-section {
        background: #1a1a1a;
    }
    
    .bc-map-iframe {
        filter: brightness(0.8) contrast(1.2);
    }
}

/* ----- Print Styles ----- */
@media print {
    .bc-map-section {
        display: none;
    }
}

/* ============================================
   LOADING STATE
   ============================================ */

/* Loading animation while iframe loads */
.bc-map-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid #e8ecef;
    border-top: 3px solid #006430;
    border-radius: 50%;
    animation: bcMapSpin 1s linear infinite;
    z-index: 0;
    display: none; /* Hidden by default, shown if needed */
}

/* Uncomment to show loading spinner */
/* .bc-map-container:not(:has(.bc-map-iframe[src]))::before {
    display: block;
} */

@keyframes bcMapSpin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

/* Different map heights */
.bc-map-iframe--small {
    height: 300px;
}

.bc-map-iframe--large {
    height: 550px;
}

.bc-map-iframe--full {
    height: 600px;
}

/* Dark overlay for map */
.bc-map-container--overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 23, 0.05);
    pointer-events: none;
    z-index: 1;
}

/* Gradient overlay for better text readability */
.bc-map-container--gradient::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(255,255,255,0.8), transparent);
    pointer-events: none;
    z-index: 1;
}

/* Rounded corners for map */
.bc-map-container--rounded .bc-map-iframe {
    border-radius: 12px;
}

.bc-map-container--rounded {
    padding: 15px;
}

/* Shadow effect */
.bc-map-container--shadow .bc-map-iframe {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* With title overlay */
.bc-map-container--title {
    position: relative;
}

.bc-map-container--title .bc-map-title {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: rgba(0, 48, 23, 0.85);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive title */
@media (max-width: 480px) {
    .bc-map-container--title .bc-map-title {
        top: 15px;
        padding: 8px 16px;
        font-size: 14px;
        width: 90%;
    }
}

/* ============================================
   RESPONSIVE UTILITY CLASSES
   ============================================ */

/* Responsive heights */
@media (max-width: 768px) {
    .bc-map-iframe--small {
        height: 250px;
    }
    
    .bc-map-iframe--large {
        height: 350px;
    }
    
    .bc-map-iframe--full {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .bc-map-iframe--small {
        height: 200px;
    }
    
    .bc-map-iframe--large {
        height: 280px;
    }
    
    .bc-map-iframe--full {
        height: 320px;
    }
}/* End custom CSS */