/*
Theme Name: DOT COMPLIANCE MANAGEMENT Theme
Theme URI: http://www.dotcompliancemangement.com
Author: By Ernie
Author URI: http://www.uniquenetdesigns.com
Description: A custom Bootstrap WordPress theme.
Version: 1.0
*/

/* Add your custom styles here */

html, body {
    background-color: #f1f4f7 !important; /* Light background */
}
span.phone-nmbr {
    font-size: 1.5em;
}
.header-top {
    background-color: #0f3b5e;
    color: #ffffff;
	padding: 10px;
}
.header-top.mobile {
    display:none;
}
h1.heroh1 {
    font-weight: 700;
    font-size: 3.5em;
}
h2.subheading {
    color: #133c5d;
    font-weight: 700;
    font-size: 2.7em;
    line-height: 1.3em;
}
p.subp {
    line-height: 2em;
    margin-top: 40px;
    font-size: 1.2em;
    color: #485864;
}
span.overcharged {
    border-bottom: 4px solid #ef5c2b;
}
td.fstclm {
    text-align: left;
    background: #0f3b5e;
    padding: 30px;
    color: white;
}
/* Custom header background colors for the accordion on homepage*/
.header-toggled {
    background-color: #f25a29; /* Active color - Bootstrap primary color */
    color: white; /* Text color */
}

.header-untoggled {
    background-color: #0f3b5e; /* Inactive color - Bootstrap light color */
    color: black; /* Text color */
}
.custom-equal-widths th,
.custom-equal-widths td {
    width: 33% !important; /* as there are 5 columns */
    text-align: center;
}
/* Rotate arrow when accordion is open */
.rotate {
    transform: rotate(90deg);
}
button.btn.service-buttons.btn-primary {
    padding: 15px 40px !important;
    margin: 8px;
    white-space: nowrap;
    font-size: 1.2em;
    margin-bottom: 30px;
	margin-top:30px;
}
/* Define inactive class for buttons */
.btn.inactive {
    background-color: #fff !important; 
	color: #000;
}
footer {	
	padding: 3em;
	margin-top: 7em;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
}
.row.topfooter {
    margin-bottom: 2em;
    color: #2d5372;
}
button.btn.btn-link.ftrphone {
    text-decoration: none !important;
    color: #2d5372;
    border: 1px solid;
    padding: 10px;
}
button.btn.btn-link.ftrphone:hover {
	background-color:#0f3b5e;
	color: #ffffff;
}
.card {
    background: #0f3b5e;
}
td.add_cart a {
    color: #f25a29 !important;
    font-weight: 700;
}
/* Custom styles for table columns */
a.added_to_cart.wc-forward {
    display: block;
	margin-top: 15px;
}
.wide-column {
    width: 50% !important; /* or whatever percentage you prefer */
}
.super-narrow-column {
    width: 10% !important; /* Adjust accordingly */
}

.narrow-column {
    width: 40% !important; /* Adjust accordingly */
}
button.btn.btn-link.btn-block.text-left {
    color: #fff;
    font-size: .6em;
    font-weight: 700;
}
.ftr-call-btn a {
	text-decoration:none !important;
	color:#2d5372;	
}
.row.topfooter a {
	text-decoration:none !important;
	color:#2d5372;
}
.row.btmfooter {
    text-align: left;
    color: #2d5372;
}
.row.btmfooter a {
	text-decoration: none !important;
	color: #2d5372;
}
.col.hero {
	background: url('/assets/hero_image.png') no-repeat center center; 
	background-size: cover; 
	min-height:500px; 
	margin-bottom: -10%; 
	position: inherit;
}
.heromsg {
    padding-top: 10%;
    color: #fff;
	text-shadow: 0px 2px 3px #2421146e;
}

.footer-link {
   margin-left: 1.3em;
  /* Add additional styling as needed */
}

.table {
    background-color: #fff; /* White background for the table */
}

.table th {
    background-color: #0f3b5e; /* Bootstrap primary color */
    color: #fff; /* White text color */
	border-color: #aad6f9 !important;	
}
.table th, .table td {
  width: 33.3333%; /* Divide by the number of columns you have */
  text-align: center;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6; /* Default Bootstrap border color */
}

td.cantsee {
    background-color: whitesmoke !important;
    border-color: whitesmoke !important;
}
td.font-weight-bold {
    background-color: #e9faff;
}
td.align-middle {
    text-align: center;
}
td.the-service {
    background-color: #0f3b5e;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    border: 1px solid #aad6f9 !important;
}
td.price-column {
    background-color: #e9faff;
    color: #485864;
    font-size: 1.2em;
	font-weight: 600;
}
.form-control.is-valid {
    background-position: center right calc(1.375em + 0.1875rem) !important;
}
.form-control.is-invalid {
    background-position: center right calc(1.375em + 0.1875rem) !important;
}
.h-form {
	margin-bottom: 15px;
}
.header-row {
    background-color: #0f3b5e;
    color: white;
    margin-bottom: 40px;
    padding: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  
  .circle-arrow {
    width: 50px; /* Circle size */
    height: 50px; /* Circle size */
    background-color: white; /* Circle color */
    border-radius: 50%; /* Make it round */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px; /* Space between circle and text */
  }
  
  .circle-arrow .fas {
    color: #0f3b5e; /* Icon color */
    font-size: 1.5em; /* Adjust icon size as needed */
  }
 .container.mt-5.quest-questions {
    background-color: #fff;
    padding-bottom: 1em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
} 
.container.mt-5.checkbox-services {
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}  
  .header-text {
    font-size: 1.5em; /* Adjust the size as needed */
    font-weight: bold; /* If you want the text to be bold */
    line-height: 50px; /* Align text with the icon vertically */
    margin: 0; /* Remove default margins */
  }
.shadow-box {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2); /* Shadow effect */
  padding: 20px; /* Add padding if needed */
  background-color: white; /* Background color for the div, if desired */
  border-radius: 5px; /* Optional: if you want rounded corners */
  padding: 50px;
}
.option-buttons .btn {
    background-color: #0f3b5e; /* Your button color */
    color: white;
    margin: 10px; /* Spacing between buttons */
    display: inline-block; /* Align buttons side by side */
	font-size: 1.8em;
	padding: 25px;
	width:100%;
  }
.option-buttons .btn i {
    margin-left: 10px; /* Spacing between button text and arrow */
  }
.option-buttons .btn:hover {
	color: #fff;
	background-color: #f25a29;
}
.question-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
    color: #0f3b5e;
    font-weight: 700;
}
.instruction-text {
    text-align: center;
    color: #485864;
    font-size: 1.2em;
	margin-top:50px;
}
div#hiddenForm3, div#hiddenForm4, div#hiddenForm5, 
div#questionKentucky, div#questionNewMexico,
div#questionNewYork, div#questionOregon, 
div#questionConnecticut {
    padding-left: 5em;
} 
/* Custom styling for the subtotal row */
#subtotal {
    color: #0f3b5e;
    float: left;
    font-size: 1.4em;
    margin-left: -10px;
	font-weight:700;
}
.sub-style {
    color: #8599a9;
    font-size: 1.4em;
    margin-right: -11px;
    font-weight: 600;
}
.col-4.farright-total-purchase {
    background-color: #e9faff;
    padding: 15px;
    border: 1px solid #c0d1d6;
	border-left:none;
	border-bottom-right-radius: 10px;
}
.col-4.bottomcenter{
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #c0d1d6;
	border-bottom-left-radius: 10px;
	
}
.col-sm-4.farright-total-purchase {
    background-color: #e9faff;
    padding: 15px;
    border: 1px solid #c0d1d6;
	border-left:none;
	border-bottom-right-radius: 10px;
}
.col-sm-4.bottomcenter{
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #c0d1d6;
	border-bottom-left-radius: 10px;
	
}
.col-xs-4.farright-total-purchase {
    background-color: #e9faff;
    padding: 15px;
    border: 1px solid #c0d1d6;
	border-left:none;
	border-bottom-right-radius: 10px;
}
.col-xs-4.bottomcenter{
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #c0d1d6;
	border-bottom-left-radius: 10px;
	
}
.row.subtotalrow {
    padding: 15px;
    margin-top: -32px;
}

/* Make the 'Purchase Now' button stand out */
.btn-primary {
    background-color: #f25a29 !important;
    border-color: #f25a29 !important;
    width: 100% !important;
    margin-top: 5%;
    border-radius: 25px !important;
    padding: 15px !important;
}

/* Button hover effect */
.btn-primary:hover {
    background-color: #fc6c0a; /* A darker shade of orange */
    border-color: #fb5b00; /* Same for the border */
	opacity: .8 !important;
}

/* Custom checkbox styles */
.custom-checkbox {
  position: relative;
  display: inline-block;
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

/* Create a custom box */
.custom-checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input[type="checkbox"] ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, change the background color */
.custom-checkbox input[type="checkbox"]:checked ~ .checkmark {
  background-color: #0f3b5e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Show the checkmark when checked */
.custom-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the items horizontally in the flex container */
    justify-content: center; /* Centers the flex container itself vertically within the td */
    height: 100%; /* Full height of the td */
}

.state-permit {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Adjust as needed */
	width:100%;
	margin-left: 55%;
}

/* Custom styles for the accordion */
.text-left {
    cursor: pointer;
    width: 100%;
    display: inline-block;
}
a.text-left {
    color: #ffffff !important;
    text-decoration: none !important;
}
a.text-left:hover {
	color: #ffffff !important;
	text-decoration:none !important;
}
.float-right {
    float: right;
}

/* Styling for the collapsible content */
.card{
	border:1px solid #fff !important;
}
.card.card-body {
    background-color: #0f3b5e;
    font-size: .8em;
	text-align:left;
}
.plus-sign {   
    color: #8cabc4;
    font-size: 1.6em;
    margin-top: -8px;
}

@media (max-width: 767px){
	
.wide-column {
    width: 40% !important; /* or whatever percentage you prefer */
}
.super-narrow-column {
    width: 10% !important; /* Adjust accordingly */
}

.narrow-column {
    width: 50% !important; /* Adjust accordingly */
}	
	
	
#subtotal {
    color: #0f3b5e;
    text-align:center !important;
    font-size: 1.4em;
	float:none;
   
}
.sub-style {
    color: #8599a9;
    font-size: 1.4em;
	text-align:center !important;
}
.col.hero {
	background: url('/assets/hero_image.png') no-repeat center center; 
	background-size: cover; 
	min-height:300px; 
	margin-bottom: -10%; 
	position: inherit;"
}
.header-top.mobile{
	display:block;
}
.header-top {
	display:none;
}
button.btn.btn-link.ftrphone {
	margin-top: 2em;
}
.footer-nav {
    display: inline-grid !important;
}
.footer-link {
    padding: 10px !important;
	margin-left: none !important;
}
   
}



/* Additional styling can be added as needed */
