html {
/* 	scroll-behavior: smooth; */
scroll-behavior: auto;
}


:root {
  --bc-font-color: #1f1f1f;
  --bc-light-font-color: #4f4f4f;
  
  --bc-action-color: #f6c445;
  
  --bc-action-color-hover: #ffcf4f;
  
  --bc-action-color-alt: #9ac1ef;
  
  --bc-link-color: rgb(20, 110, 190);
  
  --bc-light-border-color: #f1f1f1;
  
  --bc-panel-bg-color: white;
  
  --bc-teal-bg-color: #4aa382;
}



/* Hero background polish */
#first-banner {
  position: relative;
  overflow: hidden;
  background: var(--bc-action-color-alt);
}

/* subtle brand "glow" blobs (yellow TL, blue BR) */
#first-banner::before,
#first-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
#first-banner::before {
  width: 560px; height: 560px;
  top: -180px; left: -180px;
  background: radial-gradient(circle, rgba(246,196,69,.16) 0%, transparent 68%);
}
#first-banner::after {
  width: 460px; height: 460px;
  right: -140px; bottom: -140px;
  background: radial-gradient(circle, rgba(154,193,239,.12) 0%, transparent 70%);
}

/* keep hero content above blobs */
#first-banner .container > * { position: relative; z-index: 1; }

body
{
	font-family: Ubuntu;
/* 	font-family: 'Lucida Grande'; */
	background-color: #f8f9fa;
}

*{
	font-family: Ubuntu;
}

h1, h2, h3, h4, h5, h6 , p
{
/* 	margin-top: 20px; */
/* 	margin-bottom: 10px; */
    
    	font-family: Ubuntu;
}

::placeholder 
{ /* Most modern browsers support this now. */
   color:    #9f9f9f !important;
   font-size: small;
/*    font-size: 12pt  !important; */
}

a
{
	color: var(--bc-link-color);
	text-decoration: none !important;
}

.bc-light-color
{
	color: var(--bc-light-font-color) !important;
}

h1, h2, h3, h4, h5, h6 , p.light
{
	color: var(--bc-light-font-color);
}

#home-jumbo-form-submit
{
	color: #4f4f4f;
}

.big_signup
{
	/*border: 1px  #2593D5 solid; */
	border-radius: 8px;
	background-color: #006699 !important;
	color: white  !important;
	/*padding: ;*/
	padding: 10px 23px;
	min-width: 330px;
}

.big_signup:input
{
	min-width: 330px;
}


.float_left
{
	float:left; 
}

.small-font
{
	font-size: 10pt;
}



.float_right
{
	float:right;
	margin-right: 40px;
	/*display: block;*/
	/*position: absolute;	*/
}

#container-front-page
{
	
	background-color: #1b5b79;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239c92ac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");

}

#container-offer-page
{

	background-color: #f5f5f5;
/* 	background-image: url(data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239c92ac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E);	 */

	background-repeat: repeat;
	asdsa
/* 	padding-left: 25px; */
	
	/* 	opacity: 0.5;	 */
}
#container-faq-page
{

	background-color: white;

}

#container-sellers-page
{

	background-color: white;
/	background-size: cover;
	
	padding-left: 25px;
	
}


#hero-wrapper
{
	
	width: 100%;
	position: relative;
	overflow: hidden;

}








#never-been-easier
{	
	display: block;
/* 	margin-top: 200px; */
	text-align: center;
/* 	background: #f0f0f0; */
	padding-bottom: 60px;
}




#footer
{
	background: #fff;
	color: #7a7a7a;
	
	min-height: 200px;
}

#footer a
{
	color: #4f4f4f;
}


.pagination small
{
	font-size: 12px;
}







/******************** Offer Box CSS ********************************/

.offer-box
{
	
	/* 	background-color: #333; */
/* 	padding: 15px; */
	
/* 	background-color: rgba(30,30,30,0.9); */
	background-color: #084F70;
	min-height: 120px;
}

.offer-box-label
{
/* 	color: #fff; */
/* 	font-size: 18px; */
	font-weight: normal;
	
	
}

#offer-box-input
{	
	color: #4f4f4f;
	/* 	opacity: 1.0;  */
	background: rgba(255, 255,255, 1);
}



.inside
{
	/* 	background-color: rgba(50,50,50,0.9); */
	
	border: none;
	/* 	opacity: 1; */
	
	/* 	background: rgba(255, 0, 0, 1); */
}


.offer-box::after {
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #d8d8d8;
	content: "";
	height: 0;
	position: absolute;
	right:-5px;
	top: calc(50% - 10px);
	width: 0;
}
.offer-box:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.inquire-form-title
{
	color: white;
	background: #00a1ab;
	
	
}

.inquire-form-title h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-size:	20px !important;
	
	padding: 10px;
}



.inline_list
{
	margin: 15px;
	padding: 15px;
	
	margin-left: 0px;
	padding-left: 0px;	
}

.inline_list li
{
	display: inline;
	margin-right: 25px;
}


#faq-inquire
{
	font-weight: normal;
}  


#faq-inquire p
{
	font-weight: normal;
	font-size: 14px;
}



#faq-inquire h4
{
	color: #00a1ab;
	font-size: 1.2em;
}



#container-offer-thank-you-page
{
	background: #DDECF2;
	color: #555;	
	padding: 20px;
	text-align: center;
}



#container404
{ 
	background: #DDECF2;
	background-size: cover;
	color: #555;	
	padding: 20px;
	text-align: center;

	background-position: bottom;
	min-height: 500px;	
}

.white
{
	background: white !important;
}


.light-basic
{ 
	background:  #DDECF2 !important;
}

.dark-basic
{
	background:  #084F70 !important;
	color: white !important;
}

.basic
{
	background:  #23152d !important;
	color: white !important;
	
}

.world
{
/* 	background: url(/res/img/backgrounds/world-lighter.jpeg); */
/* 	color: white; */
/* 	background: #f5f5f5; */
/* 	background-size: cover; */
/* 	background: #fdf5e6; */
}
.office-desk
{
	background: url(/res/img/backgrounds/office-desk.jpeg);
	color: white;
	background-size: cover;
	
}

.notification
{
  padding: 15px;
  
  border-radius:10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px;
}


.notification-warning
{
  background:   #FAFFBD;
}


.notification-success
{
	background:  #DDECF2 !important;
}

.notification-info
{
	background: #DFF0D8;
}

.notification-title-light-gray
{
	background: #f0f0f0;
}

.sign-up
{
	border-radius: 8pt !important;
	background: white;
	width: 95%;
	color: var(--bc-font-color);
	padding: 10pt;
}


@media (min-width: 520px) 
{
	.sign-up
	{
		border-radius: 8pt !important;
		background: white;
		width: 95%;
		margin: 0 auto; 
		
	}
}

@media (min-width: 610px) 
{
	.sign-up
	{
		border-radius: 8pt !important;
		background: white;
		width: 600px;
		margin: 0 auto; 
		
	}
}


#signup_form
{
	background: white;
	color: #6f6f6f;
	padding: 20px;
}

#sign_form_wrapper
{
	background: red;
	
	margin: 0 auto;
	width: 600px;
	margin-top: 60px;
	
/* 	border: 2px solid black !important;   */
}

#signup_form_header
{
	padding: 5px;
	padding-top: 1px;
}


.dissapear-on-small
{
	display: none;

}


#buynow_2co_btn
{
	color: white;
	border-radius: 5px;
	background-color: #009bc9 ; 
	padding-bottom: 15px;
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px;
	text-decoration: none;
	font-size: 1.5em;
	box-shadow: #084f70 0px 4px 0px 0px;
	border: 2px solid #008ab3 !important; 	
	text-shadow: 1px 1px #084f70;
	width: 320px;
}


@media (min-width: 520px) 
{
	.dissapear-on-small{
/* 		width: 8%; */
		display: block;

	}

	#buynow_2co_btn
	{
	
		width: 450px !important;
		font-size: 2.0em;
	}
}




.brandcat-link
{
	color: #0d6efd !important;
}



.brandcat-text-color
{
	color: var(--bc-font-color) !important;
}



/****** For narrow screens ************/
.bfs--mobile-label {
    font-weight: 600;
    color: #666;
    font-size: 0.9em;
}


/**************************************************************************/
.bfs--action-btn { 
	color: var(--bc-font-color) !important;  
	background-color: var(--bc-action-color) !important;  
	border-color: black !important;  
	box-shadow: black 0px 4px 0px 0px !important;  
	border: 2px solid black !important;  
	border-radius: 8px !important;
}

 
.bfs--action-btn:hover, 
.bfs--action-btn:focus, 
.bfs--action-btn:active, 
.bfs--action-btn.active, 
.open .dropdown-toggle.bfs--action-btn { 
  color: #fff; 
  background-color: var(--bc-action-color-hover); 
  border-color: #F99E34;
  
  /*border-width: 4px;*/
 
  box-shadow: 0 4px 0 black;
 
  
} 
 
.bfs--action-btn:active, 
.bfs--action-btn.active, 
.open .dropdown-toggle.bfs--action-btn { 
  background-image: none; 
}  

.bfs--action-btn:disabled
{
	background:  #8DD18D;
	box-shadow: 0 4px 0 #78BA78;
	
}

.bfs--btn-lg
{
	font-size: 16pt !important;
	padding: 8pt;
}


.bfs--btn-std
{
	font-size: 10pt !important;
	padding: 5pt;
}


/* Extra polish for bfs--action-btn */
.bfs--action-btn.bfs--btn-lg {
  transition: all 0.25s ease-in-out;
}

.bfs--action-btn.bfs--btn-lg:hover {
/*   transform: translateY(-2px); */
/*   box-shadow: 0 4px 0 black !important; */
  background: var(--bc-action-color-hover) !important;
}

.bfs--action-btn.bfs--btn-lg:active {
  transform: translateY(0);
  box-shadow: 0 4px 0 black !important;
}

/********************************************************************************/
/**************************************************************************/
.bfs--action-btn-alt { 
	color: var(--bc-font-color) !important;  
	background-color: var(--bc-action-color-alt) !important;  
	border-color: black !important;  
	box-shadow: black 0px 4px 0px 0px !important;  
	border: 2px solid black !important;  
	border-radius: 8px !important;
}

 
.bfs--action-btn-alt:hover, 
.bfs--action-btn-alt:focus, 
.bfs--action-btn-alt:active, 
.bfs--action-btn-alt.active, 
.open .dropdown-toggle.bfs--action-btn-alt { 
  color: #fff; 
  background-color: #F99E34; 
  border-color: #F99E34;
  
  /*border-width: 4px;*/
 
  box-shadow: 0 4px 0 black;
 
  
} 
 
.bfs--action-btn-alt:active, 
.bfs--action-btn-alt.active, 
.open .dropdown-toggle.bfs--action-btn-alt { 
  background-image: none; 
}  

.bfs--action-btn-alt:disabled
{
	background:  #8DD18D;
	box-shadow: 0 4px 0 #78BA78;
	
}

.bfs--btn-lg
{
	font-size: 14pt !important;
	padding: 8pt;
}


.bfs--btn-std
{
	font-size: 10pt !important;
	padding: 5pt;
}


/**************************************************************************/
.bfs--action-btn-empty { 
	color: var(--bc-font-color) !important;  
		
	border-color: none;
	border: 0px !important; 
	box-shadow: none !important; 
	background: none !important;
}

 
.bfs--action-btn-empty:hover, 
.bfs--action-btn-empty:focus, 
.bfs--action-btn-empty:active, 
.bfs--action-btn-empty.active, 
.open .dropdown-toggle.bfs--action-btn-empty { 
	color: var(--bc-font-color) !important;  
		
	border-color: none;
	border: 0px !important; 
	box-shadow: none !important; 
	background: none !important;
 
  
} 
 
.bfs--action-btn-empty:active, 
.bfs--action-btn-empty.active, 
.open .dropdown-toggle.bfs--action-btn-empty { 
  background-image: none; 
}  

.bfs--action-btn-empty:disabled
{
	color: var(--bc-font-color) !important;  
		
	border-color: none;
	border: 0px !important; 
	box-shadow: none !important; 
	background: none !important;
	
}

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


.bfs--action-btn-third { 
	color: var(--bc-font-color) !important;  
	background-color: white !important; /* minty green */
	border-color: black !important;  
	box-shadow: black 0px 4px 0px 0px !important;  
	border: 2px solid black !important;  
	border-radius: 8px !important;
}

.bfs--action-btn-third:hover, 
.bfs--action-btn-third:focus, 
.bfs--action-btn-third:active, 
.bfs--action-btn-third.active, 
.open .dropdown-toggle.bfs--action-btn-third { 
	color: #fff; 
/* 	background-color: #a0ce82;  */
	border-color: #a0ce82;
	background-color: #f7f7f7 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bfs--action-btn-third:hover {

}

.bfs--action-btn-third:active, 
.bfs--action-btn-third.active, 
.open .dropdown-toggle.bfs--action-btn-third {
	background-image: none;
}

.bfs--action-btn-third:disabled {
	background: #d7f0c8;
	box-shadow: 0 4px 0 #accfad;
}




.account_package_col
{
	
}


.account_package_col small
{
	color: #5f5f5f;
}


.bfs-li
{
	border: none !important;
	border-bottom: 1px solid var(--bc-light-border-color) !important;
	
/* 	border-top: 1px solid var(--bc-light-border-color) !important; */
	
}




.bfs-li a
{
	color: var(--bc-font-color) !important;
}

.bfs-li-selected
{
	background: #f5f5f5 !important;
}

.bfs-li-selected a
{
/* 	color: red !important; */
	font-weight: bold;
/* 	text-decoration: underline !important; */
}



.bfs-selected-bg
{
	
}



.bfs-panel
{
	padding: 15px; 	 
	border-radius: 5px; 
	font-size: 16px;
}

.bfs-success
{
	background: var(--bc-action-color-alt);
	color:var(--bc-font-color);
}



.bfs-warning
{
	background: var(--bc-action-color);
	color:var(--bc-font-color);
}






@media (max-width: 767px) {

    .sign-up {
        width: 90% !important;
        margin: 0 auto !important;
        padding: 15px !important;
    }

    .header_logo img {
        width: 40px !important;
    }

    .header_nav .brandcat-text-color {
        font-size: 18px !important;
    }

    #login_form_div h4 {
        font-size: 16px;
    }

    #footer {
        padding: 20px 10px;
        text-align: center;
    }

    #footer .col-xs-12 {
        margin-bottom: 15px;
    }

    #footer img {
        width: 40px !important;
    }

    .bfs--action-btn,
    .bfs--action-btn-alt {
        width: 80% !important;
        max-width: 250px;
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }
    
    
        
  .top-menu-nav
  {
/*     font-weight: 600; */
    font-size: 14px !important;
    color: var(--bc-font-color, #0066ff);
    text-decoration: none;
  }


  .top-menu-nav:hover 
  {
    text-decoration: underline;
/*     font-weight: 600; */
    font-size: 14px !important;
    color: var(--bc-light-font-color, #0066ff);
    text-decoration: underline ;
  }

}




@media (max-width: 767px) {
  .header-buttons a {
    flex: 1 1 100%;
    max-width: 90%;
  }

  .header-buttons .bfs--action-btn-third {
    width: 100% !important;
  }
}






.header-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 767px) {
  .header-buttons {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .header_logo {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .header-buttons {
    justify-content: flex-end;
  }
}




@media (max-width: 767px) {
  .d-grid.gap-2.d-sm-flex.justify-content-sm-center {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .d-grid.gap-2.d-sm-flex.justify-content-sm-center > a {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
  }

  .100w_on_small_screens {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
}





@media (max-width: 767px) {
  .list-group-horizontal {
    flex-direction: column !important;
    align-items: center;
  }

  .list-group-horizontal .list-inline-item {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .list-group-horizontal .list-inline-item a {
    display: block;
    width: 100% !important;
  }
}



@media (max-width: 767px) {
  .row.mt-3 {
    display: flex;
    flex-direction: column !important;
    gap: 20px;
  }

  .row.mt-3 .account_package_col {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*Account package stuff (on the first page), make things wider, larger and in column for smaller screens*/

@media (max-width: 767px) {
  .account_package_col a.btn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  
  
  .account_package_col h4,
  .account_package_col h3 {
    font-size: 1.5rem; /* ~24px */
    text-align: center;
    margin-bottom: 10px;
  }

  .account_package_col p {
    font-size: 1rem; /* ~16px */
    line-height: 1.4;
    text-align: center;
  }

  .account_package_col h2 {
    font-size: 2rem; /* ~32px */
    font-weight: bold;
    text-align: center;
  }

  .account_package_col small {
    font-size: 0.9rem;
    display: block;
    text-align: center;
  }

  .account_package_col {
    padding: 20px 10px;
  }  
}


.navbar
{
  background: var(--bc-panel-bg-color) !important;
}


/* fix hamburger icon */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



@media (max-width: 991.98px) {
  .navbar-collapse .nav-item a {
    /* Reset Bootstrap .btn and your .bfs styles on small screens */
    background: none !important;
    color: #222 !important;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    padding: 0.5rem 1rem;
    border-radius: 0 !important;
  }

  .navbar-collapse .nav-item a:hover {
    color: #007bff !important;
    text-decoration: underline;
  }
}


@media (max-width: 991.98px) {
  .navbar-collapse {
    text-align: center;
    padding-top: 1rem;
  }

  .navbar-collapse .nav-item {
    margin: 0.75rem 0;
  }

  .navbar-collapse .nav-item a {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222 !important;
  }

  .navbar-collapse.show {
    align-items: center; /* center the items */
  }

  .navbar-toggler {
    position: relative;
    z-index: 10000;
  }

  /* Optional: shift menu slightly down below the button */
  .navbar-collapse.full-screen-menu {
    justify-content: flex-start;
    padding-top: 3rem;
  }
}






.illustration-image {
    height: 300pt;
    max-width: 100%;
    width: auto;
}



.illustration-katzo-tos {
    height: 150pt;
    max-width: 100%;
    width: auto;
}



@media (max-width: 767px) {
  .container, .pricing-container {
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .pricing-container h1,
  .pricing-container h2,
  .pricing-container p {
    text-align: center;
  }

  .plan {
    margin: 0 auto;
    float: none;
  }
}




.toggle-container {
	max-width: 280px;
	background: #f0f0f0;
	border: 1px solid #bfbfbf;
	border-radius: 8pt;
	margin: 0 auto;
	padding: 5px;
	padding-bottom: 7px;
}

/* On small screens, make it fluid but max out at 280px */
@media (max-width: 767px) {
  .toggle-container {
    width: 100%;
    max-width: 280px;
    padding: 5px 10px 7px;
  }
}






@media (max-width: 767px) {


    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow-x: hidden !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .illustration-image {
        height: auto !important;
        max-width: 96% !important;
    }
    
    a.signup_form_btn {
        width: 90% !important;
        margin: 10px auto !important;
    }    
    

}



@media (max-width: 767px) {

  /* 1) Allow that “row.flex-nowrap” to wrap on small screens */
  .row.flex-nowrap {
    flex-wrap: wrap !important;
  }

  /* 2) Make all .col-auto go full-width under 768px */
  .col-auto {
    width: 100% !important;
  }

  /* 3) Tidy up your fluid containers so they never overflow */
  #main_container,
  #central_part {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto;
  }

  /* 4) As a last resort, hide any stray overflow */
  html,
  body {
    overflow-x: hidden !important;
  }
}






@media (max-width: 767px) {
  /* Assuming your add-keyword form has a wrapper like .keyword-form or form-inline */
  .keyword-form,
  .keyword-form .form-inline {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .keyword-form input,
  .keyword-form button {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0.75rem;
  }

  /* If your “Add New Keyword” is an <a> or <button> with bfs classes: */
  .keyword-form .bfs--action-btn {
    padding: 0.75rem 1rem;
  }
}



@media (max-width: 767px) {
  /* Stack the two cols vertically */
  #add-new-keyword-form .row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Make each col full-width */
  #add-new-keyword-form .row > .col {
    width: 100% !important;
    max-width: 100% !important;
  }



  /* Stretch the button itself */
  #add-new-keyword-form button.bfs--action-btn {
    width: 100% !important;
    display: block;
  }
}



@media (max-width: 767px) {
  /* 1) Target the very first .row inside your form */
  #add-new-keyword-form > .row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* 2) Force both the input-col and button-col to be 100% wide */
  #add-new-keyword-form > .row .col-12,
  #add-keyword-button-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* 3) Replace that extra pt-4 with a bit of margin for spacing */
  #add-keyword-button-col {
    padding-top: 0 !important;
    margin-top: 0.75rem !important;
  }

  
  
  #add-keyword-button
  {
	margin: 0 auto;
  }
}




















/* SIMHASH SECTION */
.simhash-section {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    border-left: 4px solid #e74c3c;
}

.simhash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.simhash-title {
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.new-badge {
    background: #e74c3c;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-weight: bold;
}

.view-all-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.view-all-btn:hover {
    background: #0056b3;
}

.simhash-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-card {
    text-align: center;
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.8rem;
    color: #666;
}

.high-similarity { color: #e74c3c; }
.medium-similarity { color: #f39c12; }
.low-similarity { color: #27ae60; }
.total-similarity { color: #333; }

.recent-detections {
    margin-top: 1rem;
}

.recent-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #666;
}

.detection-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.detection-domain {
    font-weight: 500;
    color: #333;
}

.similarity-badge {
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.similarity-high {
    background: #fee;
    color: #e74c3c;
}

.similarity-medium {
    background: #fff3cd;
    color: #f39c12;
}

/* PULSE ANIMATION */
.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}






.panel {
    background: var(--bc-panel-bg-color);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

/* PANEL VARIANTS */
.panel--accent-red {
    border-bottom: 4px solid #e74c3c;
}

.panel--accent-blue {
    border-bottom: 4px solid #007bff;
}

.panel--accent-green {
    border-bottom: 4px solid #28a745;
}

.panel--accent-orange {
    border-bottom: 4px solid #f39c12;
}

.panel--accent-black {
    border-bottom: 4px solid black;
}



/* SIMHASH SECTION */
.simhash-section {
    /* Uses .panel and .panel--accent-red classes instead */
}



.legend-square 
{
    -webkit-text-stroke: 1px black;
    text-stroke: 1px black;
}











/* Panel styling */
.brandcat-onboarding {
  border-radius: 14px;
  background: #fff;
/*   max-width: 550px; */
  margin: 0 auto; 
}

/* Input styling */
.brandcat-onboarding .input-group-text {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  font-size: 1.2rem;
}

.brandcat-onboarding .form-control-lg {
  transition: all 0.2s ease-in-out;
}

.brandcat-onboarding .form-control-lg:focus {
/*   border-color: black; */
  box-shadow: 0 0 6px rgba(249, 158, 52, 0.6); /* warm yellow-orange glow */
}

/* Button styling */
.brandcat-btn {
  background: #ffca28;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  transition: all 0.25s ease-in-out;
  border: none;
}

.brandcat-btn:hover {
  background: #ffb300; /* darker amber */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.brandcat-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}








/* Checklist panel */
.brandcat-checklist {
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #fef9e7 100%);
  border: 2px solid #ffca28;
  box-shadow: 0 0 12px rgba(255, 202, 40, 0.5);
  animation: glowPulse 3s infinite alternate;
}

/* Animated glowing border */
@keyframes glowPulse {
  from { box-shadow: 0 0 8px rgba(255, 202, 40, 0.6); }
  to   { box-shadow: 0 0 20px rgba(255, 202, 40, 1); }
}

/* Checklist items */
.checklist-list li {
  margin: 0.8rem 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.check-icon {
  display: inline-block;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
}

/* Example of "completed" state */
.checklist-list li.completed .check-icon {
  content: "✔️";
  color: #28a745;
  transform: scale(1.2);
}




.paw-icon {
  fill: #ffca28; /* default BrandCat paw color */
  margin-right: 0.5rem;
  vertical-align: middle;
  transition: transform 0.3s ease, fill 0.3s ease, filter 0.3s ease;
}

/* Wiggle + color shift on hover */
/*.checklist-list li:hover .paw-icon {
  transform: rotate(-15deg) scale(1.1);
  fill: #f99e34;
  filter: drop-shadow(0 0 6px gold);
}*/

/* Completed checklist state */
/*.checklist-list li.completed .paw-icon {
  fill: #28a745;
  transform: scale(1.2);
  filter: drop-shadow(0 0 6px #28a745);
}*/




.checklist-list li.completed {
  font-weight: bold;
}

.checklist-list li.completed .paw-icon {
  fill: #28a745;                /* green paw */
  transform: scale(1.2) rotate(-15deg);
  filter: drop-shadow(0 0 8px #28a745);
}


.checklist-list li {
  margin: 0.8rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.check-icon {
  width: 1.5rem;
  margin-right: 0.5rem;
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.checklist-list li.completed {
  font-weight: bold;
  color: #222;
}

.checklist-list li.completed .check-icon {
  color: #28a745;
  transform: scale(1.2);
}



@keyframes checkPop {
  0%   { transform: scale(0.5); opacity: 0; }
  50%  { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.btn-check-anim {
  animation: checkPop 0.4s ease forwards;
}




.section-title
{
  font-size:1.5rem; font-weight:700;
  margin:2rem 0 1rem; padding:.25rem 0;
  border-bottom:2px solid #eee;
  display:flex; align-items:center; gap:.5rem;
}



.hero-highlight {
  background: #9ac1ef;
  padding: 0 .3em;
  border-radius: 4px;
}


.display-4
{
  color: #3a3a3a;
}

.hero-visual {
  min-height: 420px;
  
  display: flex;
  align-items: center;  
  justify-content: center; 
  height: 100%;


}
.hero-visual .bg {
  max-width: 100%;
  opacity: 0.6;
  z-index: 0;
}



@media (min-width: 992px) {
  .hero-visual .real-card,
  .hero-visual .fake-card {
    max-width: 320px;
  }
}




/* Cards sit on top */
.cards-wrapper img {
  width: 90%;        /* scale relative to column width */
  max-width: 380px;  /* don’t get *too* huge */
  min-width: 240px;  /* don’t shrink into unreadable */
  height: auto;
  position: relative;
  z-index: 1;
}

/* Desktop breakpoint: allow wider */
@media (min-width: 992px) {
  .cards-wrapper img {
    width: 100%;
    max-width: 420px;
  }
}

/* Tablet: slightly smaller to prevent cramping */
@media (max-width: 991.98px) and (min-width: 576px) {
  .cards-wrapper img {
    width: 80%;
    max-width: 340px;
  }
}

/* Mobile: stack vertically, each card fills width */
@media (max-width: 575.98px) {
  .cards-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .cards-wrapper img {
    width: 95%;
    max-width: 320px;
  }
}


.blur
{
/*     filter: blur(5px); */
}



.video-preview-img 
{
  max-width: 100%;        /* scales with parent container */
  height: auto;           /* maintain aspect ratio */
  background: #fff;       /* ensures SVG always sits on white */
  border-radius: .5rem;   /* matches your “rounded” */
  padding: 10px;          /* optional: gives breathing room inside bg */
}

.video-preview 
{
  max-width: 450px;       /* caps size on desktop */
  width: 100%;            /* shrink nicely on smaller screens */
}

.video-preview img {
  border: 2px solid #3a3a3a;
  border-radius: 0.75rem;
  filter: brightness(0.95); /* less dimmed than 0.85 */
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.video-preview:hover img {
  filter: brightness(1);
  transform: scale(1.02);
}

.play-btn {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgba(255,0,0,0.0);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,0,0,0.5); }
  70% { box-shadow: 0 0 0 20px rgba(255,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,0,0,0); }
}



.video-label {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 0.8rem;
  border-radius: 4px;
  opacity: 0.8;
}











/*********** BLOG POST STUFF *****************************/




.blog-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.page-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}

.blog-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: transform 0.15s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.blog-title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.blog-title a {
  text-decoration: none;
  color: var(--bc-font-color, #333);
}

.blog-title a:hover {
  text-decoration: underline;
}

.blog-meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}

.blog-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1rem;
}

.pagination-wrapper {
  text-align: center;
  margin-top: 2rem;
}





.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.blog-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 1.2rem;
  flex: 1;
}

.blog-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #777;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.blog-title {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  color: var(--bc-font-color);
}

.blog-title a {
  color: var(--bc-font-color, #333);
  text-decoration: none;
}

.blog-title a:hover {
  text-decoration: underline;
}

.blog-meta {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 0.8rem;
}

.blog-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1rem;
}

.nav-link-blog
{
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--bc-font-color, #0066ff);
  text-decoration: none;
}

.nav-link-blog:hover 
{
  text-decoration: underline;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--bc-light-font-color, #0066ff);
  text-decoration: underline ;
}

.read-more 
{
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--bc-font-color-alt, #0066ff);
  text-decoration: none;
}

.read-more:hover 
{
  text-decoration: underline;
}

.pagination-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}




.blog-post-container {
  max-width: 850px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.blog-post-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #222;
}

.blog-post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 2rem;
}

.blog-post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 20px;
  color: #333;
}

.blog-post-content h2,
.blog-post-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #111;
  font-weight: bold;
}

.blog-post-content pre {
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
}








.top-menu-nav
{
  font-weight: 600;
  font-size: 10pt;
  color: var(--bc-font-color, #0066ff);
  text-decoration: none;
}


.top-menu-nav:hover 
{
  text-decoration: underline;
  font-weight: 600;
  font-size: 10pt;
  color: var(--bc-light-font-color, #0066ff);
  text-decoration: underline ;
}



/* vertical connector line between steps */
.journey-line {
  width: 3px;
  height: 40px;
  background-color: #ffc107;
  border-radius: 2px;
}
.journey-wrapper .badge {
  font-size: 0.9rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .journey-line {
    height: 30px;
  }
}

.journey-img-col {
  display: flex;
  justify-content: center;   /* horizontal center */
  align-items: center;       /* vertical center */
}





#how-it-works {
  font-size: 1.05rem;     /* slightly larger than Bootstrap’s default (1rem = 16px) */
  line-height: 1.6;       /* keeps it airy and readable */
}


#how-it-works p
{
  font-size: 1.5rem !important;     /* slightly larger than Bootstrap’s default (1rem = 16px) */
  line-height: 1.6;       /* keeps it airy and readable */
}


#how-it-works h5 {
  font-size: 1.4rem;     /* subhead titles slightly larger */
}
#how-it-works p.small {
  font-size: 1.1rem !important;  /* override Bootstrap’s .small shrink */
}


#how-it-works h2.fw-bold {
  font-size: 2.5rem !important;  /* override Bootstrap’s .small shrink */
}


#how-it-works .text-muted .small
{
  font-size: 1.1rem !important;  /* override Bootstrap’s .small shrink */
}






.bfs--table-header {
    font-weight: 600;
    color: #333; /* darker than Bootstrap's #6c757d gray */
    background-color: #f8f9fa; /* light neutral tone */
    border-bottom: 2px solid #dee2e6;
}

.bfs--muted {
    color: #6c757d; /* classic Bootstrap muted */
    font-size: 0.875em;
}

.bfs--count-cell p {
    margin-bottom: 0;
    font-weight: 500;
    color: #212529;
}

.keywords-table .bfs--count-link,
.keywords-table .bfs--count-link p {
    color: var(--bc-link-color);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.keywords-table .bfs--count-link:hover,
.keywords-table .bfs--count-link:hover p {
    color: #145cc2;
    text-decoration: underline;
    text-decoration-color: #145cc2;
}








/* ===== Responsive collapse for protected domains ===== */

@media (max-width: 768px) {
  .protected-domains-table .protected-domain-row {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }

  .protected-domains-table .domain-col,
  .protected-domains-table .matches-col {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
  }

  /* hide the redundant header row on small screens */
  .protected-domains-table .bfs--table-header {
    display: none;
  }

  /* format collapsed text lines */
  .protected-domains-table .domain-col a.bfs--keyword {
    display: block;
    font-size: 1.05em;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }

  .protected-domains-table .domain-col .bfs--muted {
    font-size: 0.85em;
    margin-bottom: 0.25rem;
  }

  .protected-domains-table .matches-col {
    color: #333;
    font-size: 0.9em;
  }

  .protected-domains-table .matches-col a.bfs--count-link p {
    display: inline;
    font-weight: 600;
  }

  .protected-domains-table .matches-col small {
    display: inline;
    color: #666;
  }

  
  
}





.domain-col a.bfs--keyword {
    font-weight: 600;
    color: var(--bc-link-color);
    text-decoration: none;
}














/* BrandCat style for control panel buttons */
.btn-brandcat-yellow {
  color: var(--bc-font-color);
  background-color: var(--bc-action-color);
  border: 2px solid black;
  border-radius: 8px;
  box-shadow: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn-brandcat-yellow:hover {
  background-color: var(--bc-action-color-hover);
  color: black;
}

.btn-brandcat-blue {
  color: var(--bc-font-color);
  background-color: var(--bc-action-color-alt);
  border: 2px solid black;
  border-radius: 8px;
  box-shadow: none;
  transition: background-color 0.2s ease-in-out;
}

.btn-brandcat-blue:hover {
  background-color: #b6d4ff;
}

/* Clean flat outline for secondary / info buttons */
.btn-brandcat-outline {
  background: white;
  color: var(--bc-font-color);
  border: 2px solid black;
  border-radius: 8px;
  box-shadow: none;
}

.btn-brandcat-outline:hover {
  background-color: #f8f9fa;
}


/* --- BrandCat "confirmed" teal (for Mark as contacted) --- */
.btn-brandcat-teal {
  color: #fff;
  background-color: var(--bc-teal-bg-color);;
  border: 2px solid #000;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: none !important;
  transition: background-color 0.2s ease-in-out;
}

.btn-brandcat-teal:hover {
  background-color: #63ba9a;
  color: #fff;
}

.btn-brandcat-teal:disabled,
.btn-brandcat-yellow:disabled,
.btn-brandcat-blue:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(40%);
}



/* === BrandCat "Trademark List" Styling === */



.flag-icon
{
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 2px;
    cursor: help;
    opacity: .85;
    transition: opacity .2s;
}
.flag-icon:hover { opacity: 1; }



.features-title-icon {
    font-size: 0.75rem;
    vertical-align: middle;
}
.features-title {
    color: #000 !important;
    margin-bottom: 0.75rem;
}




.features-title .fa-circle {
    color: var(--bc-action-color-alt);
}
.features-title .fa-trademark {
    color: var(--bc-action-color-alt);
}





.zoom-modal {
    border: none;
    padding: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;        /* ← prevent lingering zoom-out */
    outline: none;
}

/* backdrop covers entire viewport */
.zoom-modal::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

/* ensure backdrop actually gets pointer events */
.zoom-modal[open]::backdrop {
    pointer-events: auto;
}

.zoom-modal img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0,0,0,2);
    transition: transform 0.2s ease-in-out;
}


.zoom-modal:focus-visible {
    outline: none !important;  /* ← safety for accessibility quirks */
}
