/* styles.css */

h5 a {
    width: auto;
}.menuToggle {
    background-color: #ed4933;
    margin-right: 5px;
    margin-top: 0px;
}

#menu ul li a {
    color: #ed4933;
}

#menu ul li strong {
    color: blue;
}

#menu ul li strong span {
    color: red;
}.custom-style-6 {
    color: #000000;
    font-size: 15px;
}

/* #banner {
    background-image: url("../../images/banner.jpg");
} */

#banner.inner {
    margin-top: 345px;
    margin-bottom: 10px;
}

#banner.inner p {
    margin: 0 0 1em;
}

#banner.inner h1 {
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    letter-spacing: 0.15em;
    line-height: 30px;
    margin: 0;
    opacity: 1;
    position: relative;
    text-transform: uppercase;
}

#banner.inner.actions {
    margin: 0 0 1em;
    display: none;
}

#banner.inner input[type="button"] {
    background-color: #4ca1f4;
    box-shadow: none!important;
    color: #ffffff!important;
    -moz-appearance: none;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1.55em;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.225em;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    white-space: nowrap;
    margin-bottom: 24px;
    margin-top: 5px;
    width: 270px;
}
.form-header {
	color: #6d0f14;
  font-size: 23px;
  font-weight: bold;
  margin-top: 3px;
  text-align: center;

}
.form-subheader {
  color: #6d0f14;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
  text-align: center;
  margin-top:15px;
  
}
#bt11 {
    background-color: #4ca1f4;
    box-shadow: none!important;
    color: #ffffff!important;
    -moz-appearance: none;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1.55em;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.225em;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    white-space: nowrap;
    margin-bottom: 24px;
    margin-top: 5px;
    width: 270px;
}

#arrosws {
    display: block;
}

#arrosws.scroll {
    border-bottom: 0px;
    font-size: 0.8em;
    letter-spacing: 0.225em;
}

#two.spotlight.image {
    margin-bottom: 0px;
}

#two.spotlight.content {
    padding-top: 0px;
}

#three.icon fa-heart-o h3 p {
    margin: 0px;
    padding: 0px;
}
.feedback-container {
    position: fixed;
    left: 0;
    bottom: 300px;
    z-index: 9998;
    width: auto;
}

.feedback-tab {
    background: rgba(0, 0, 0, 0) url("../../images/requestquote.png") no-repeat scroll 0 0;
    border-width: 1px 1px 1px 0;
    color: #000000;
    display: block;
    width: 150px;  /* Changed to match original */
    height: 32px;  /* Changed to match original */
    outline: none;
    cursor: pointer;
    text-indent: -9999px;
	position:fixed;
	bottom:0;
}
.feedback-panel.open {
    left: 45px;
    /*height: 420px;*/
    left: 33px;
    /*top: 60px;*/
}

.feedback-panel {
    width: 300px;
    position: fixed;
    top: 60px;
    right: -300px; /* This ensures it starts hidden */
    background: #fff;
    z-index: 9999;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    transition: right 0.3s ease-in-out;
	padding-left:10px;
	padding-right:10px;
}
.feedback-panel > div {
    position: relative; /* Ensure child elements are positioned inside */
}
 
.feedback-tab2 {
    position: absolute;
    left: 270px;
    top: -15px;
    text-decoration: none;
    color: #ff0000;
    font-weight: bolder;
	font-size:25px;
}
a.feedback-tab {
    background: rgba(0, 0, 0, 0) url("../../images/requestquote.png" no-repeat scroll 0 0;
    border-width: 1px 1px 1px 0;
    color: #000000;
    display: block;
    width: 211px;
    outline: medium none;
    text-indent: -9999px;
    height: 45px;
}
.style-selector-wrapper {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    z-index: 9999;
}
.style-selector-wrapper > div {
    margin: 0 20px 10px;
}
.sky-form.captcha-container {
    display: flex !important;
    align-items: center;
    gap: 10px; /* Space between image and text */
    justify-content: center;
    margin-top: 10px;
}

.captcha-image {
    width: 61px; /* Ensure it matches the original inline style */
    height: auto; /* Maintain aspect ratio */
    align-self: flex-start; /* Move the image higher within the flex container */
    border: 1px solid #ccc; /* Optional: Add border */
    border-radius: 5px; /* Optional: Rounded corners */
}

.captcha-code {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #f9f9f9;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block;
}

#form-wrap {
    padding: 0 10px;
}
.feedback-tab2 {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
#response-message {
    background: #ccc;
    border: 1px solid #999;
    padding: 50px;
}
.style-selector-wrapper > div > div:first-child {
    color: #8B0000;  /* Dark red color */
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
/* Captcha container */
.sky-form table {
    width: 100%;
    margin: 15px 0;
}

.sky-form table td {
    text-align: center;
}

/* Submit button */
.sky-form .sendbtn {
    background: #ed4933;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 15px auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

.sky-form .sendbtn:hover {
    background: #c63b29;
}

/* Phone number text */
.sky-form + div[align="center"] {
    margin-top: 15px;
    color: #666;
}
.sky-form .input input,
.sky-form .textarea textarea {
    width: 90%;  /* Reduce from 100% */
    margin: 0 auto;
}

.sky-form .col {
    padding: 0 10px;  /* Reduce padding */
}

.sky-form .row {
    margin: 0 -10px;
}

#style-selector.title {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #272727;
    display: block;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.style-selector-wrapper span {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

#style-selector.styles {
    margin: 0;
    overflow: hidden;
}.sky-form {
    color: #272727;
    font: 14px/1.55 "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0;
    outline: 0 none;
}.sky-form *,.sky-form *::after,.sky-form *::before {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}.sky-form.row::after {
    clear: both;
    content: "";
    display: table;
}.sky-form *,.sky-form *::after,.sky-form *::before {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}.sky-form.col-11 {
    width: 100%;
}.sky-form.col {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}.sky-form section {
    margin-bottom: 3px;
}.sky-form.label {
    border-radius: 0;
    color: inherit;
    font-size: 100%;
    text-align: left;
    white-space: normal;
}.sky-form.label {
    display: block;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 6px;
}.sky-form.input,.sky-form.select,.sky-form.textarea,.sky-form.radio,.sky-form.checkbox,.sky-form.toggle,.sky-form.button {
    display: block;
    position: relative;
}.sky-form *,.sky-form *::after,.sky-form *::before {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}.sky-form.icon-append,.sky-form.icon-prepend {
    color: #ccc;
}.sky-form.input input,.sky-form.select select,.sky-form.textarea textarea,.sky-form.radio i,.sky-form.checkbox i,.sky-form.toggle i,.sky-form.icon-append,.sky-form.icon-prepend {
    border-color: #d3d3d3;
    transition: border-color 0.3s ease 0s;
}.sky-form.icon-append {
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 3px;
    right: 5px;
}.sky-form.icon-append,.sky-form.icon-prepend {
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 29px;
}.sky-form [class^="icon-"],.ui-datepicker [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}.sky-form.input input,.sky-form.select select,.sky-form.textarea textarea {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: 15px/19px "Open Sans", Helvetica, Arial, sans-serif;
    height: 39px;
    outline: 0 none;
    padding: 8px 10px;
    width: 100%;
}.sky-form.tooltip-bottom-right::after {
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: 100%;
    right: 16px;
}.sky-form.icon-append,.sky-form.icon-prepend {
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 29px;
}.sky-form.input input,.sky-form.select select,.sky-form.textarea textarea,.sky-form.radio i,.sky-form.checkbox i,.sky-form.toggle i,.sky-form.icon-append,.sky-form.icon-prepend {
    border-color: #d3d3d3;
    transition: border-color 0.3s ease 0s;
}.sky-form.icon-append {
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 3px;
    right: 5px;
}
.footer {
    bottom: 0;
    height: 32px;
    position: fixed;
    width: 150px;
    left: 0;
    z-index: 9998;
}