/* --- DEFAULT CSS --- */
@charset "UTF-8";

/* Font import */

@font-face {
  font-family: 'Roboto', sans-serif;

}
hr {
	margin-bottom: 60px;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}

.container{    
	border-radius: 5px;
	background-color: #FFF;
	/*box-shadow: 0 1px 3px 0 rgb(0 0 0 / 14%);*/
	padding: 5px;
}
.content-contact-form{margin-top: 5px;}

input[type="text"],
.uploadFileDiv{
	color: #000000 !important;
	font-size: 13px;
	line-height: 18px;
	border-radius: 0px !important;
	/*border: none  !important;
	border-bottom: 1px solid rgba(0, 74, 97, .3)  !important;*/
	/*padding-left: 3px !important;*/
	padding-right: 0px;
}
textarea{
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	border-radius: 3px !important;
	border: 1px solid rgba(0, 74, 97, .3)  !important;
	padding-left: 3px !important;
	resize: none;
}

@media (min-width: 200px) {
	.container {
		width: 100%;
	}
	
	.heading-row .logo-div{
		text-align:center;
	}
	
	.heading-row .title{
		text-align:center;
	}
	
	.modal-dialog{
		margin-top: 50%;
	}
	.powered-div{margin-bottom: 15px;}
}
@media (min-width: 992px) {
	.container {
		width: 70%;
	}
	
	.lDiv{padding-right: 20px !important;}
	.rDiv{padding-left: 20px !important;}
	
	.heading-row .logo-div{
		text-align:right;
	}
	
	.heading-row .title{
		text-align:left;
	}
	
	.modal-content{
		width: 70%;
		margin-left: 15%;
	}
	
	.modal-dialog{
		margin-top: 18%;
	}
	.powered-div{margin-bottom: 15px;}
}


/* Override the background and text color of selected items */
.choices__list--multiple .choices__item {
  background-color: #ccc !important; /* light gray background */
  color: #333 !important; /* dark text color */
  border-radius: 4px !important;
  border: none !important;
  font-weight: normal !important;
  padding: 5px 10px !important;
}

/* Style the "x" remove button inside selected items */
.choices__list--multiple .choices__item .choices__button {
  color: #666 !important;
  font-weight: bold !important;
  cursor: pointer !important;
  margin-left: 8px !important;
}

/* Optional: hover effect */
.choices__list--multiple .choices__item:hover,
.choices__list--multiple .choices__item:focus {
  background-color: #bbb !important;
  color: #222 !important;
}

.choices[data-type*=select-multiple] .choices__button, 
.choices[data-type*=text] .choices__button {
    border-left: none !important; /* Remove the left border */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==") !important;
    background-size: 8px;
    width: 8px;
    opacity: 1; /* make icon fully visible */
}

  .custom-input
   {
	    width: 90%;
	    height: 45px;
	    background-color: #f8f8f8;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    padding: 10px 20px;
	    font-size: 16px;
	    color: #333;
	    box-sizing: border-box;
	    outline: none;
	    transition: border-color 0.2s;
	    margin-bottom: 20px;
	    appearance: none; /* Removes default arrow */
	    background-repeat: no-repeat;
	    background-position: right 12px center;
	    background-size: 16px 16px;
	    padding-right: 40px;
	    cursor: pointer;

	}
	.desc textarea {
	        padding-left: 20px !important;
	}


	/* On focus */
	.custom-input:focus {
	    border: 1px solid #66afe9;
	    box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);   
	}

	/* Placeholder styling for inputs */
	.custom-input::placeholder ,.desc{
	  
	    font-size: 14px;
	    font-weight: 400;
	    opacity:1;
	    /*font-style: italic;*/
	}

	

	.hero-text {
	    color: white;
	    font-size: 38px;
	    font-weight: bold;
	    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	    line-height: 1.6; 
	}

	.business-criteria-section {
	    background-color: #f0f0f0;
	    padding: 10px 20px 20px 20px; 
	    margin-top: 10px;
	    border-radius: 2px;
	    
	}

	.criteria-title {
	    color: #ed1c24; /* Red */
	    font-size: 36px;
	    font-weight: bold;
	    margin-bottom: 20px;
	    text-align: left; 
	    font-weight: bold;
	    margin-left: -14px;
	    margin-top: unset;
	}

	.criteria-list {
	    font-size: 15px;
	    color: #333;
	    padding-left: 20px;
	    line-height: 1.6;
	    list-style-type: disc;
	    font-weight: bold;
	}

	.form-subtitle {
	    color: #ed1c24; 
	    font-weight: bold; 
	    font-size: 18px;
	}

	.no-box {
	    background-color: transparent;
	    box-shadow: none;
	    padding: 0;
	    padding:10px;

	}


.form-box.full-width .choices {
    width: 95%;
}

/* For side-by-side selects (like half-width in a row) */
.form-box.half-width .choices {
    width: 90%;
}


 #contact_file {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4285f4; /* Blue */
    color: black;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
}

.file-chosen {
    margin-left: 10px;
    font-size: 16px;
    color: #555;
}

 #form-send {
    background-color: #e53935; /* Red color */
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    width: 20%;
}

#form-send:hover {
    background-color: black; /* Darker red on hover */
}


/* Modal backdrop */
.modal {
    background-color: rgba(0, 0, 0, 0.5); /* darker overlay */
}

/* Make the modal wider */
.modal-dialog {
    max-width: 600px; /* wider than default Bootstrap */
    margin-top: 10vh;
}

/* Modal content styling */
.modal-content {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: none;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

/* Change header to red */
.modal-header {
    background-color: #c62828; /* deep red */
    color: #ffffff;
    padding: 16px 20px;
}

/* Title inside the header */
.modal-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

/* Modal body */
.modal-body {
    font-size: 16px;
    padding: 13px;
    color: #333;
    line-height: 1.5;
}

/* Modal footer */
.modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

/* OK Button styling */
.modal-footer input[type="button"] {
    background-color: #c62828; /* red to match header */
    color: #fff;
    border: none;
    padding: 3px 20px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-footer input[type="button"]:hover {
    background-color: #b71c1c; /* darker red on hover */
}

.modal-dialog {
    margin-top: 20vh; 
}

.file-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between button and file name */
}
