@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//brotherspvt.com/wp-content/themes/Woodmart/fonts/woodmart-font-1-400.woff2?v=7.1.4") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: url(https://brotherspvt.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Michroma", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(56,56,56);
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Syncopate", Arial, Helvetica, sans-serif;
--wd-title-font-weight:400;
--wd-title-color:rgb(58,58,58);
}
:root{
--wd-entities-title-font:"Josefin Sans", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:400;
--wd-entities-title-color:rgb(58,58,58);
--wd-entities-title-color-hover:rgb(0, 0, 0);
}
:root{
--wd-alternative-font:"Syncopate", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Josefin Sans", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:400;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:rgb(58,58,58);
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Michroma", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:400;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(211,54,48);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:rgb(0,0,0);
--wd-link-color-hover:rgb(0,0,0);
}
.single-product .main-page-wrapper{
	background-color:rgb(249,249,249);
	background-image: none;
}

:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(221,51,51);
}
:root{
--btn-accented-bgcolor-hover:rgb(209,48,48);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
							--wd-form-brd-radius: 5px;
			
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-width: 1222px;
		}
	
			.elementor-section.wd-section-stretch > .elementor-column-gap-no {
			max-width: 1192px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-narrow {
			max-width: 1202px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-default {
			max-width: 1212px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-extended {
			max-width: 1222px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-wide {
			max-width: 1232px;
		}
		.elementor-section.wd-section-stretch > .elementor-column-gap-wider {
			max-width: 1252px;
		}
		@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 190px;
		}
	
	
/* --- THE MAIN CONTAINER --- */
.brothers-micro-form {
    background: rgba(36, 48, 70, 0.75) !important; 
    border: 1.5px solid #ffffff !important;        
    border-radius: 8px !important;                 
    padding: 20px 25px !important;                 
    max-width: 450px;                              
    margin: 0 auto;
    color: #ffffff;
    box-sizing: border-box !important;
}

/* --- KILL ALL CF7 HIDDEN GAPS --- */
.brothers-micro-form p { margin: 0 !important; padding: 0 !important; }
.brothers-micro-form br { display: none !important; }
.wpcf7-form-control-wrap { display: block !important; margin: 0 !important; }

/* --- THE GRID (Forces side-by-side ALWAYS) --- */
.brothers-micro-form .m-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 12px !important;
}

.brothers-micro-form .m-col {
    width: 48%; 
    box-sizing: border-box;
}

.brothers-micro-form .m-full {
    width: 100%;
    margin-bottom: 8px !important; 
}

/* --- ULTRA-SMALL LABELS --- */
.brothers-micro-form label {
    display: block;
    font-size: 9px !important; 
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px !important;
    color: #ffffff !important;
    white-space: nowrap; 
    letter-spacing: 0.5px;
}

.brothers-micro-form .r { color: #ff5e5e; }

/* --- COMPACT INPUTS --- */
.brothers-micro-form input, 
.brothers-micro-form textarea {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important; 
    border-radius: 0px !important;
    color: #ffffff !important;
    padding: 4px 0 !important;
    font-size: 11px !important; /* Base font size */
    outline: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important; /* Helps with mobile styling */
}

.brothers-micro-form ::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 10px !important;
}

/* --- FIX MESSAGE BOX (Hide arrows & shrink height) --- */
.brothers-micro-form textarea { 
    height: 25px !important;       
    min-height: 25px !important;   
    resize: none !important;       /* Removes the drag arrows you saw on tablet */
    padding-top: 5px !important;
    overflow: hidden !important;   /* Prevents scrollbars */
}

/* --- THE BUTTON --- */
.brothers-micro-form .wpcf7-submit {
    width: 100% !important;
    background: #aecdf0 !important;
    color: #2d3a54 !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px !important;
    cursor: pointer;
    margin-top: 5px !important;
}

/* =========================================
   RESPONSIVE DESIGN (TABLET & PHONE)
========================================= */

/* --- TABLET VIEW (e.g., iPad) --- */
@media (max-width: 768px) {
    .brothers-micro-form {
        padding: 20px !important;
        max-width: 85% !important; /* Gives it nice breathing room on tablet */
    }
}

/* --- PHONE VIEW (e.g., iPhone) --- */
@media (max-width: 480px) {
    .brothers-micro-form {
        padding: 15px !important;     
        width: 100% !important;       
        max-width: 100% !important; 
    }
    
    .brothers-micro-form .m-row {
        gap: 10px !important; /* Tighter gap for phone screens */
    }

    /* This fixes the giant squashed text from your last screenshot */
    .brothers-micro-form input, 
    .brothers-micro-form textarea {
        font-size: 11px !important; /* Keeps text small so it fits side-by-side */
        padding: 2px 0 !important;
    }

    .brothers-micro-form ::placeholder {
        font-size: 9px !important; /* Shrinks placeholder to prevent cut-off */
    }

    .brothers-micro-form label {
        font-size: 8px !important;
    }
}

.text-w{
color:white!important;
}
.text-b{
color:#3f4193!important;
}
.ghg-matrix-container {
    background-color: #0b111e; /* Deep dark blue background */
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 40px 20px;
    border-radius: 8px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ghg-matrix-container *, 
.ghg-matrix-container *:before, 
.ghg-matrix-container *:after {
    box-sizing: inherit;
}

/* Header Styles */
.ghg-header {
    margin-bottom: 25px;
}

.ghg-section-tag {
    color: #4ade80;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.ghg-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.ghg-subtitle {
    color: #9ca3af;
    font-size: 15px;
    margin: 0;
}

/* Main Matrix Card with Neon Green Glow */
.ghg-card {
    background-color: #111827;
    border: 1px solid #065f46;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 25px rgba(4, 120, 87, 0.2);
    margin-bottom: 30px;
}

/* Data View Toggle Styling */
.ghg-card-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.ghg-data-view {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.view-label {
    color: #9ca3af;
    margin-right: 8px;
}

.view-status-live {
    color: #4ade80;
}

.view-separator {
    color: #4b5563;
    margin: 0 4px;
}

.view-status-historical {
    color: #6b7280;
    margin-right: 10px;
}

/* Toggle Switch Styling */
.ghg-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.ghg-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ghg-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #374151;
    transition: .3s;
    border-radius: 20px;
}

.ghg-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

input:checked + .ghg-slider {
    background-color: #047857;
}

input:checked + .ghg-slider:before {
    transform: translateX(16px);
}

/* Table Architecture */
.ghg-table-wrapper {
    overflow-x: auto; /* Enables seamless swipe scrolling on mobile */
    width: 100%;
}

.ghg-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    min-width: 750px; /* Prevents layout squeezing on small screens */
}

.ghg-table th {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 600;
    padding: 14px 16px;
    border-bottom: 1px solid #1f2937;
    letter-spacing: 0.5px;
}

.ghg-table td {
    padding: 16px;
    border-bottom: 1px solid #1f2937;
    vertical-align: middle;
    color: #e5e7eb;
}

/* Row-specific elements styling */
.row-highlighted {
    background-color: rgba(4, 120, 87, 0.15);
}

.col-scope {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.scope-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.scope-icon {
    font-size: 18px;
    color: #9ca3af;
}

.icon-lightning {
    color: #f59e0b;
}

.scope-name {
    font-size: 14px;
}

.scope-sub {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 400;
}

.source-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.source-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #1f2937;
    border-radius: 4px;
    font-size: 12px;
}

.icon-bg-green {
    background-color: #065f46;
    color: #4ade80;
}

.method-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #4b5563;
    color: #4b5563;
    border-radius: 50%;
    font-size: 10px;
    font-family: serif;
    font-style: italic;
    font-weight: bold;
}

.info-icon.icon-green {
    border-color: #4ade80;
    color: #4ade80;
}

.cell-highlight-text {
    color: #4ade80;
}

.text-green {
    color: #4ade80 !important;
}

.goal-achieved-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.badge-achieved {
    background-color: #065f46;
    color: #34d399;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 12px;
    white-space: nowrap;
}

/* Utilities */
.text-uppercase { text-transform: uppercase; }
.font-bold { font-weight: 700; }
.text-small { font-size: 12px !important; }

/* Footer Compliance Badges Layout */
.ghg-badges-footer {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ghg-badge {
    background-color: #1f2937;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .ghg-matrix-container {
        padding: 20px 12px;
    }
    .ghg-title {
        font-size: 22px;
    }
    .ghg-card {
        padding: 12px;
    }
}

.eco-section-container {
    background-color: #080d1a; /* Dark cyber navy blue background */
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 40px 20px;
    border-radius: 8px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.eco-section-container *, 
.eco-section-container *:before, 
.eco-section-container *:after {
    box-sizing: inherit;
}

/* Header Styles */
.eco-header {
    margin-bottom: 25px;
}

.eco-section-tag {
    color: #38bdf8; /* Vibrant Cyber Blue Accent */
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.eco-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.eco-subtitle {
    color: #9ca3af;
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
}

/* Main Dashboard Card with Neon Blue Glow */
.eco-card {
    background-color: #0f172a;
    border: 1px solid #0369a1;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 0 30px rgba(14, 165, 233, 0.25);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

/* Data View Toggle Styling */
.eco-card-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.eco-data-view {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.eco-view-label {
    color: #64748b;
    margin-right: 8px;
}

.eco-status-live {
    color: #38bdf8;
}

.eco-view-separator {
    color: #334155;
    margin: 0 6px;
}

.eco-status-historical {
    color: #64748b;
    margin-right: 10px;
}

/* Toggle Switch Styling */
.eco-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.eco-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.eco-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #334155;
    transition: .3s;
    border-radius: 20px;
}

.eco-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

input:checked + .eco-slider {
    background-color: #0284c7;
}

input:checked + .eco-slider:before {
    transform: translateX(16px);
}

/* Responsive Grid Architecture */
.eco-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;
    align-items: center;
}

/* Left Column Styling */
.eco-col-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.eco-image-wrapper {
    background: radial-gradient(circle, rgba(14,165,233,0.15) 0%, rgba(15,23,42,1) 70%);
    border-radius: 8px;
    padding: 10px;
    border: 1px solid rgba(56, 189, 248, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.eco-main-img {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
    border-radius: 6px;
    opacity: 0.9;
}

.eco-visual-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
}

/* Right Column Content Styling */
.eco-col-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 2;
    border-left: 1px solid rgba(51, 65, 85, 0.7);
    padding-left: 30px;
}

.eco-transparency-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
}

.eco-copy-block {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.6;
}

.eco-copy-block p {
    margin: 6px 0 0 0;
}

.text-blue {
    color: #38bdf8;
}

/* Key Benefits Module */
.eco-benefits-heading {
    font-size: 12px;
    color: #38bdf8;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
}

.eco-benefits-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.eco-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(56, 189, 248, 0.15);
    padding: 10px 14px;
    border-radius: 8px;
    flex: 1;
    min-width: 130px;
}

.eco-benefit-icon {
    font-size: 20px;
}

.eco-benefit-title {
    font-size: 13px;
    font-weight: 600;
    color: #f8fafc;
}

.eco-benefit-sub {
    font-size: 11px;
    color: #64748b;
}

/* Decorative Watermark Overlay */
.glove-watermark {
    position: absolute;
    right: -10px;
    bottom: -30px;
    font-size: 140px;
    opacity: 0.04;
    pointer-events: none;
    transform: rotate(-15deg);
    color: #38bdf8;
}

/* Footer Badges Styling */
.eco-badges-footer {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.eco-badge {
    background-color: #1e293b;
    border: 1px solid #334155;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Tablet & Mobile Layout Shifts */
@media (max-width: 992px) {
    .eco-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .eco-col-right {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(51, 65, 85, 0.7);
        padding-top: 24px;
    }
}

@media (max-width: 768px) {
    .eco-section-container {
        padding: 20px 12px;
    }
    .eco-title {
        font-size: 22px;
    }
    .eco-card {
        padding: 16px;
    }
    .eco-benefits-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}