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

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(20,68,150);
	--wd-alternative-color: rgb(255,161,74);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(26,61,151);
	--btn-accented-bgcolor-hover: rgb(24,56,137);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(16,16,16);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(244,243,242);
	background-image: url(https://sec-sf.com/wp-content/uploads/2025/10/Website-BG_Dark_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


@font-face {
	font-family: "sec";
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: 'MinaFont';
  src: url('https://sec-sf.com/reg_sys/assets/fonts/mina_font_r.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body, * {
  font-family: 'MinaFont', sans-serif !important;
}


.text-underline-behind {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.text-underline-behind::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px; /* adjust distance from text */
  width: 70px;
  height: 1.4em; /* thickness of the line */
  background-color: #fc8106; /* line color */
  z-index: -1; /* keeps it behind the text */
  border-radius: 3px; /* optional smooth edges */
}


.text-underline-behind-ar {
  position: relative;
  display: inline-block;
  z-index: 1;
}


.text-underline-behind-ar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px; /* adjust distance from text */
  width: 70px;
  height: 1.4em; /* thickness of the line */
  background-color: #fc8106; /* line color */
  z-index: -1; /* keeps it behind the text */
  border-radius: 3px; /* optional smooth edges */
}


    .agenda-section {
      background: #f8f9fa;
      padding: 60px 0;
    }
    .agenda-section h2 {
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
    }
    .nav-tabs .nav-link {
      border: none;
      font-weight: 600;
      color: #495057;
    }
    .nav-tabs .nav-link.active {
      background: #0d6efd;
      color: #fff;
      border-radius: 8px;
    }
    table {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
    }
    th {
      background: #0d6efd;
      color: #fff;
    }
    td, th {
      vertical-align: middle !important;
    }
    .bi {
      color: #0d6efd;
      margin-right: 6px;
    }


.section-padding{padding:0 10rem !important;}




/* make the title block act like two columns */
#wd-68f4ada6511dd .liner-continer {
  display: flex;
  align-items: center;
  position: relative; /* for the pseudo-element */
  gap: 1rem;
}

/* force the title to take the left 'col-6' */
#wd-68f4ada6511dd .woodmart-title-container {
  flex: 0 0 50%; /* left column - 50% width */
  max-width: 50%;
  position: relative;
  z-index: 2; /* stay above the image and underline */
  display: inline-flex;
  align-items: center;
}

/* place the image on the right half using a pseudo-element on the wrapper */
#wd-68f4ada6511dd .liner-continer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;            /* right column width (col-6) */
  height: 100%;          /* adjust if you want a smaller box */
  background-image: url('https://sec-sf.com/wp-content/uploads/2025/10/Asset-15@6x-scaled.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain; /* or '60%' to scale further */
  z-index: 1;             /* put it behind the title text but above the section bg */
  pointer-events: none;   /* image won't catch clicks */
}

/* keep the underline visible and behind the text */
#wd-68f4ada6511dd .text-underline-behind .woodmart-title-container {
  position: relative;
  z-index: 3; /* above the underline and image */
}
#wd-68f4ada6511dd .text-underline-behind::after {
  z-index: 0; /* ensure underline stays behind */
}



.text-left_1.wd-info-box .info-box-content {
    position: relative;
    right: 80px;
}

.text-underline-behind-2 {
  position: relative;
  display: inline-block;
  z-index: 1;
	
}


.text-underline-behind-2::after {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 5px;
    width: 70px;
    height: 1.4em;
    background-color: #fc8106;
    z-index: -1;
    border-radius: 3px;
}@media (max-width: 576px) {
	.section-padding{padding:30px !important;}
}

