/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.e-n-accordion {
  font-family: "Inter", sans-serif;
  background-color: #F4F0EB;
  max-width: 700px;
  margin: 0 auto;
}

.e-n-accordion-item {
  border: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.e-n-accordion-item summary {
  background-color: #F4F0EB;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0000;
  cursor: pointer;
  list-style: none;
  transition: all 0.3s ease;
}

.e-n-accordion-item summary::-webkit-details-marker {
  display: none;
}

.e-n-accordion-item:not([open]) {
  border-bottom: 1px solid #d6d3ce;
}

.e-n-accordion-item[open] {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  border: none;
}


.e-n-accordion-item[open] summary {
  background-color: #ffffff;
  border-radius: 20px;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  background-color: #060C13;
  padding: 15px 0;
}

.marquee {
  display: flex;
  flex-wrap: nowrap;
  animation: scroll 25s linear infinite;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -6%;
  color: #ffffff;
  gap: 20px;
  padding-right: 80px;
}

.marquee span:first-child {
  margin-right: 170px;
}

.marquee .icon {
  width: 30px;
  height: auto;
  display: inline-block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700&display=swap');

.custom-contact-form {
  font-family: "Wix Madefor Display", sans-serif;
  max-width: 400px;
  margin: 0 auto;
}

.custom-contact-form label {
  font-size: 14px;
  font-weight: 700;
  color: #060C13;
  display: block;
  margin-bottom: -10px;
}

.custom-contact-form .required {
  color: #FF2200;
  font-size: 13px;
  margin-left: 2px;
}

.custom-contact-form input[type="email"],
.custom-contact-form input[type="text"],
.custom-contact-form select {
  width: 100%;
  padding: 14px 12px;
  border: 2px solid #060C13;
  border-radius: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #f6f6f6;
  box-sizing: border-box;
  margin-bottom: 15px;
  transition: border-color 0.3s ease;
}

.custom-contact-form input[type="email"]:focus,
.custom-contact-form input[type="text"]:focus,
.custom-contact-form select:focus {
  border: 2px solid #000;
  outline: none;
  background-color: #fff;
}

.custom-contact-form input[name="address1"] {
  margin-bottom: 0px;
}

.address-row {
  display: flex;
  gap: 8px;
}

.address-row p {
  display: flex;
  gap: 8px;
  width: 100%;
  margin: 0;
}

.address-row input {
  width: 100%;
  background-color: #f6f6f6;
}

.btn-container input[type="submit"] {
  width: 100%;
  padding: 14px 0;
  background-color: #060C13;
  color: #fff;
 font-family: Wix Madefor Display;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 5%;
text-align: center;

  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-container input[type="submit"]:hover {
  background-color: #1a1a1d;
}

.custom-contact-form p {
  margin: 0 0 10px 0;
}
/* === Custom Dropdown Icon Styling === */
/* === Custom Dropdown Icon Styling (Bigger Icon) === */
.custom-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23060C13' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 24px; /* increased icon size */
  padding-right: 45px; /* add space for larger icon */
  margin-left: 2px;
}


/* Slight left margin for better layout */
.custom-contact-form select {
  margin-left: 2px;
}


/* FAQ Style Start */

details.faq_details {
    padding: 24px 62px 24px 32px;
    border-bottom: 1px solid #D5D5D5;
}

details.faq_details summary {
    color: #060C13;
    font-family: "Wix Madefor Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
}

details.faq_details[open] {
    border-radius: 20px;
    background: #FFF;
    border-bottom: 0;
}

details.faq_details[open] summary {
    margin-bottom: 16px;
}

details.faq_details[open] p {
    margin: 0;
}

details.faq_details p {
    color: #1C1C1C;
    font-family: "Wix Madefor Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
}

details.faq_details summary {
    list-style: none;
    position: relative;
}

details.faq_details summary::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(https://onesaltroofing.com/wp-content/uploads/2025/10/Frame-53.svg);
    left: unset;
    right: 0;
}

details.faq_details[open] summary::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(https://onesaltroofing.com/wp-content/uploads/2025/10/Frame-52.svg);
    left: unset;
    right: 0;
}

details.faq_details summary::before {
    right: -40px;
}


div#pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 50px;
}

div#pagination a {
    color: #060C13;
    text-align: center;
    font-family: "Wix Madefor Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    border-radius: 55px;
    border: 1px solid #060C13;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 5px 4px;
    justify-content: center;
    align-items: center;
}

div#pagination a:hover {
    background: #060C13;
    color: #fff;
}

lis {
    line-height: normal;
}

ul.faq_cat_list {
    list-style: none;
    padding: 0;
    gap: 18.5px;
    display: flex;
    flex-wrap: wrap;
}

ul.faq_cat_list li {
    border-radius: 60px;
    border: 1px solid #060C13;
    display: inline-flex;
    padding: 12px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #060C13;
    font-family: "Wix Madefor Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 19.8px */
    letter-spacing: 1.08px;
    text-transform: uppercase;
    transition: .3s ease-in;
}

ul.faq_cat_list li:hover {
    background: #060C13;
    color: #fff;
    cursor: pointer;
    transition: .3s ease-in;
}