/* ========================================
   页面公共样式
   ======================================== */
/*********** reset start **************/
body {
  color: var(--text-color, #666);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  background: #ffffff;
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
}

/*body * {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  outline: none !important;*/
/*  line-height: 1.4;*/
/*}*/
address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

button, input, textarea {
  border: none;
}

/*********** 标题 start **************/
h1, .h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

h2, .h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

h3, .h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

h4, .h4 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color, #555);
  font-family: var(--title-font-family);
}

h5, .h5 {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color, #888);
  font-family: var(--title-font-family);
}

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 22px;
  }

  h2, .h2 {
    font-size: 20px;
  }

  h3, .h3 {
    font-size: 18px;
  }
}

/*********** 标题 end **************/

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

ol,
ul {
  list-style: none;
}

i,
em {
  font-style: normal;
}

.rich-text ol {
  list-style: decimal;
  width: fit-content;
  text-align: left;
  padding-left: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text ul {
  list-style: disc;
  width: fit-content;
  text-align: left;
  padding-left: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text ul li {
  list-style: disc;
}

.rich-text em {
  font-style: italic;
}

img {
  max-width: 100%;
}

:not(.rich-text) img {
  width: auto;
  height: auto;
}

.fr,
.float-right {
  float: right;
}

.fl,
.float-left {
  float: left;
}

.uppercase {
  text-transform: uppercase;
}

/* RTL布局 */
html[dir="rtl"] body {
  text-align: right;
}

/* 清除浮动 */
.cl {
  zoom: 1;
}

.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

/*富文本内置样式*/
.mce-img-32 {
  width: 32px;
  height: auto;
}

.mce-img-64 {
  width: 64px;
  height: auto;
}

.mce-img-240 {
  width: 240px;
  height: auto;
}

.mce-img-480 {
  width: 480px;
  height: auto;
}

.mce-img-600 {
  width: 600px;
  height: auto;
}

.mce-img-1024 {
  width: 1024px;
  height: auto;
}

.mce-img-2048 {
  width: 2048px;
  height: auto;
}

.mce-img-w-100 {
  width: 100%;
  height: auto;
}

:root {

  --color-primary: #026EB7;


  --color-primary-rgb: 2, 110, 183;

  --color-second: #F0841A;

  --color-second-rgb: 240, 132, 26;

  --bg-color: #F2F2F2;

  --btn-hover: #026EB7;

  --button-radius: 10px;

  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --title-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --text-color: #1d1d1d;
  --text-color-info: #858A93;
  --text-color-rgb: 29, 29, 29;

  --title-text-color: #040404;

  --title-text-color-rgb: 4, 4, 4;
}

/* ========================================
   公共样式文件 - 合并自 index_1.css 和 index_9.css
   ======================================== */

/* ========================================
   语言选择器样式 (原 index_1.css)
   ======================================== */
.lang-selector {
  display: inline-block;
  position: relative;
}

.lang-selector .current-lang {
  line-height: 1;
  height: 40px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 9px;
}

.lang-selector .current-lang img {
  height: 20px;
  width: 30px;
  object-fit: none;
  border-radius: 3px;
}

.lang-selector .current-lang em {
  margin: 0 7px 0 5px;
  font-size: 15px;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  font-style: inherit;
}

.lang-selector .current-lang i {
  font-size: 12px;
  color: inherit;
}

.lang-selector .lang-box {
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 1000;
  width: 260px;
  padding: 10px 0;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
  border-radius: 5px;
}

.lang-selector .lang-box::before {
  content: '';
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.lang-selector ul {
  text-align: left;
  font-size: 0;
  max-height: 60vh;
  overflow-y: scroll;
}

.lang-selector ul li {
  display: inline-block;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 5px 0;
  margin: 0 10px;
  border-bottom: 1px solid #f5f5f5;
}

.lang-selector ul li:last-child {
  border: none;
}

.lang-selector ul li a {
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

.lang-selector ul li a:hover {
  color: var(--color-primary);
}

.lang-selector ul li img {
  height: 20px;
  width: 30px;
  object-fit: none;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 3px;
}

.lang-selector:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/* ========================================
   页脚样式 (原 index_9.css)
   ======================================== */
#jwell-footer {
  background: url("../images/footbg.jpg") no-repeat center top;
  box-sizing: border-box;
  padding: 100px 0;
  background-size: cover;
}

#jwell-footer h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  background: url(../images/dot.png) no-repeat left center;
  padding: 0 0 0 30px;
  line-height: 27px;
  margin: 0 0 20px;
  padding-bottom: 4px;
  display: inline-block;
}

#jwell-footer > .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#jwell-footer .foot-nav ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.73);
}

#jwell-footer .foot-nav ul li::before {
  content: "\e650";
  font-family: "qico";
  font-size: 17px;
  color: rgba(255, 255, 255, 0.73);
  margin-right: 6px;
}

#jwell-footer .foot-nav ul li a:hover {
  color: var(--color-second);
}

#jwell-footer .foot-contact {
  width: 48%;
}

#jwell-footer .foot-contact h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#jwell-footer .foot-contact h6 ~ h6 {
  margin-top: 10px;
}

#jwell-footer .foot-contact p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}

#jwell-footer .foot-contact p a:hover {
  color: var(--color-second);
  text-decoration: underline;
}

#jwell-footer .foot-contact ul li {
  border: 1px solid #7c7c7c;
  box-sizing: border-box;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 90px;
  margin-top: 6px;
}

#jwell-footer .foot-contact ul li .ico {
  margin-left: 13px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #66ba58;
  border-radius: 50%;
  text-align: center;
}

#jwell-footer .foot-contact ul li .ico i {
  color: #292929;
  font-size: 35px;
}

#jwell-footer .foot-contact ul li .t {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#jwell-footer .foot-contact ul li .t::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #7c7c7c;
  display: block;
}

#jwell-footer .foot-contact ul li .t p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  line-height: 24px;
}

#jwell-footer .foot-contact ul li .t p em {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

/* 页脚底部栏 */
#jwell-footBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  display: none;
  z-index: 999;
  background: var(--color-second);
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}

#jwell-footBar li {
  width: 25%;
  height: 45px;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  box-sizing: border-box;
}

#jwell-footBar li:first-child {
  border-left: none;
}

#jwell-footBar li a {
  display: block;
  height: 45px;
  line-height: 1;
  text-transform: uppercase;
}

#jwell-footBar li i {
  color: #fff;
  font-size: 20px;
}

#jwell-footBar li span {
  display: block;
  color: #fff;
  font-size: 12px;
}

/* 版权信息 */
.jwell-copyright {
  background: #292929;
  padding: 30px 0;
}

.jwell-copyright .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jwell-copyright img {
  height: 40px;
  width: auto;
}

.jwell-copyright p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
}

.jwell-copyright a:hover {
  color: var(--color-second);
}

.jwell-copyright .share {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.jwell-copyright .share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #666;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.jwell-copyright .share a + a {
  margin-left: 10px;
}

.jwell-copyright .share a i {
  font-size: 18px;
  color: #fff;
}

.jwell-copyright .share a:hover {
  background: var(--color-primary);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* 页脚表单 */
.jwell-foot-form {
  background: #f5f5f5;
  background-image: url('https://www.szjy-led.com/wp-content/uploads/2025/06/footerTopBG.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 340px;
  position: relative;
  display: flex;
  align-items: center;
}

.jwell-foot-form .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jwell-foot-form .txt {
  -webkit-flex: 1;
  flex: 1;
}

.jwell-foot-form .txt em {
  font-size: 18px;
  color: var(--color-second);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 8px;
  display: inline-block;
  text-transform: uppercase;
}

.jwell-foot-form .txt h5 {
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  text-transform: none;
  text-align: left;
}

.jwell-foot-form form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.jwell-foot-form .submit_text {
  width: 400px;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: var(--text-color);
  background: #fff;
  box-sizing: border-box;
}

.jwell-foot-form .submit_btn {
  width: 120px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  background: var(--color-second);
  font-size: 18px;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.jwell-foot-form .submit_btn:hover {
  background: #B75F0A;
}

.jwell-foot-form .quote-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.jwell-foot-form .quote-btn {
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(to right, #026eb7 0%, #00a651 100%);
  transition: all 0.3s ease;
  text-transform: none;
  white-space: nowrap;
}

.jwell-foot-form .quote-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #035893 0%, #008a43 100%);
}

/* ========================================
   响应式设计
   ======================================== */

/* 大屏幕 (1500px以下) */
@media screen and (max-width: 1500px) {
  #jwell-footer {
    padding: 80px 0;
  }
  
  #jwell-footer h5 {
    font-size: 22px;
    padding: 0 0 0 25px;
    line-height: 25px;
    margin: 0 0 15px;
    padding-bottom: 3px;
  }
  
  #jwell-footer .foot-nav ul li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  
  #jwell-footer .foot-nav ul li::before {
    font-size: 16px;
    margin-right: 5px;
  }
  
  #jwell-footer .foot-contact {
    width: 50%;
  }
  
  #jwell-footer .foot-contact h6 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  
  #jwell-footer .foot-contact h6 ~ h6 {
    margin-top: 8px;
  }
  
  #jwell-footer .foot-contact p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  
  .jwell-copyright img {
    height: 35px;
  }
  
  .jwell-copyright p {
    font-size: 15px;
  }
  
  .jwell-copyright .share a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 8px;
  }
  
  .jwell-copyright .share a + a {
    margin-left: 8px;
  }
  
  .jwell-foot-form {
    height: 340px;
  }
  
  .jwell-foot-form .txt {
    -webkit-flex: 1;
    flex: 1;
  }
  
  .jwell-foot-form .txt h5 {
    font-size: 45px;
    margin: 0;
  }
  
  .jwell-foot-form .quote-btn-wrapper {
    margin-left: 30px;
  }
  
  .jwell-foot-form .quote-btn {
    padding: 14px 36px;
    font-size: 17px;
  }
  
  .jwell-foot-form form {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 30px;
  }
  
  .jwell-foot-form .submit_text {
    width: 350px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
  
  .jwell-foot-form .submit_btn {
    width: 110px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
}

/* 中等屏幕 (1400px以下) */
@media screen and (max-width: 1400px) {
  .jwell-foot-form .txt {
    -webkit-flex: 1;
    flex: 1;
  }
  
  .jwell-foot-form .txt h5 {
    font-size: 40px;
    margin: 20px 0 0;
  }
  
  .jwell-foot-form .quote-btn-wrapper {
    margin-left: 20px;
  }
  
  .jwell-foot-form form {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 20px;
  }
}

/* 平板 (768px以下) */
@media screen and (max-width: 768px) {
  #jwell-footer {
    padding: 60px 0;
  }
  
  #jwell-footer h5 {
    font-size: 20px;
    padding: 0 0 0 20px;
    line-height: 22px;
    margin: 0 0 10px;
    padding-bottom: 2px;
    background-size: 15px;
  }
  
  #jwell-footer .container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  
  #jwell-footer .foot-nav {
    margin-bottom: 30px;
  }
  
  #jwell-footer .foot-contact {
    width: 100%;
  }
  
  #jwell-footer .foot-contact h6 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  #jwell-footer .foot-contact p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  
  #jwell-footBar {
    display: block;
  }
  
  .jwell-copyright {
    padding: 15px 0 60px;
  }
  
  .jwell-copyright .container {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  
  .jwell-copyright img {
    height: 50px;
    margin-bottom: 10px;
  }
  
  .jwell-copyright p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
  .jwell-copyright .share {
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .jwell-copyright .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
  }
  
  .jwell-copyright .share a + a {
    margin-left: 5px;
  }
  
  .jwell-copyright .share a i {
    font-size: 16px;
  }
  
  .jwell-foot-form {
    height: 340px;
  }
  
  .jwell-foot-form .container {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  
  .jwell-foot-form .form-box {
    margin-top: 30px;
    width: 100%;
  }
  
  .jwell-foot-form .form-box p {
    margin-bottom: 15px;
  }
  
  .jwell-foot-form .form-box form {
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .jwell-foot-form .submit_text {
    width: 280px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
  }
  
  .jwell-foot-form .submit_btn {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  
  .jwell-foot-form {
    height: 340px;
  }
  
  .jwell-foot-form .container {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  
  .jwell-foot-form .txt {
    -webkit-flex: none;
    flex: none;
    margin-bottom: 20px;
  }
  
  .jwell-foot-form .txt em {
    font-size: 16px;
    letter-spacing: 6px;
  }
  
  .jwell-foot-form .txt h5 {
    font-size: 35px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  
  .jwell-foot-form .quote-btn-wrapper {
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .jwell-foot-form .quote-btn {
    padding: 14px 32px;
    font-size: 16px;
  }
  
  .jwell-foot-form form {
    -webkit-flex: none;
    flex: none;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 0;
  }
  
  .jwell-foot-form .submit_text {
    width: 250px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
  }
  
  .jwell-foot-form .submit_btn {
    width: 90px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}

/* 手机 (480px以下) */
@media screen and (max-width: 480px) {
  .jwell-foot-form {
    height: 340px;
  }
  
  .jwell-foot-form .txt h5 {
    font-size: 28px;
    margin: 0 0 20px 0;
    line-height: 1.3;
    text-align: center;
  }
  
  .jwell-foot-form .quote-btn {
    padding: 12px 28px;
    font-size: 15px;
  }
} 

/* ========================================
   Global contact modal
   ======================================== */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.contact-modal.contact-modal--open {
  opacity: 1;
  visibility: visible;
}

body.contact-modal-lock {
  overflow: hidden;
}

.contact-modal__overlay {
  position: absolute;
  inset: 0;
}

.contact-modal__panel {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  width: min(960px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(4, 4, 4, 0.08);
  background: #fff;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.contact-modal__close:hover {
  background: var(--color-primary);
  color: #fff;
}

.contact-modal__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.contact-modal__intro {
  padding-right: 10px;
}

.contact-modal__eyebrow {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.contact-modal__intro h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--title-text-color, #040404);
}

.contact-modal__desc {
  font-size: 16px;
  color: rgba(var(--text-color-rgb, 29, 29, 29), 0.85);
  margin-bottom: 20px;
}

.contact-modal__channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.contact-modal__channels li {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #4a4a4a;
}

.contact-modal__channels span {
  font-weight: 600;
  color: var(--title-text-color, #040404);
}

.contact-modal__channels a {
  color: var(--color-primary);
  word-break: break-all;
}

.contact-modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-modal__field label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--title-text-color, #040404);
}
.contact-modal__field label .required{
  padding-left: 2px;
  color: red;
}

.contact-modal__field input,
.contact-modal__field textarea {
  width: 100%;
  border: 1px solid rgba(4, 4, 4, 0.12);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-modal__field input:focus,
.contact-modal__field textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 2, 110, 183), 0.15);
}

.contact-modal__field textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-modal__field--file {
  position: relative;
}

.contact-modal__file-input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.contact-modal__file-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  font-size: 15px;
  color: #1d1d1d;
  background: #f5f5f5;
  border: 1px solid rgba(4, 4, 4, 0.12);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.contact-modal__file-label:hover {
  background: #e8e8e8;
  border-color: var(--color-primary);
}

.contact-modal__file-label:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 2, 110, 183), 0.15);
}

.contact-modal__file-label span:first-child {
  font-weight: 600;
  color: var(--title-text-color, #040404);
}

.form-file-name {
  font-size: 14px;
  color: #666;
  margin-left: auto;
}

.contact-modal__field--actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-modal__submit {
  align-self: flex-start;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--button-radius, 10px);
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-modal__submit:hover {
  background: #035893;
  transform: translateY(-1px);
}

.contact-modal__privacy {
  font-size: 13px;
  color: rgba(29, 29, 29, 0.7);
  line-height: 1.5;
}

.contact-modal__privacy a {
  color: var(--color-primary);
}

.contact-modal__hidden-inputs {
  display: none;
}

@media (max-width: 991px) {
  .contact-modal__content {
    grid-template-columns: 1fr;
  }

  .contact-modal__panel {
    padding: 30px 24px;
  }
}

@media (max-width: 575px) {
  .contact-modal {
    padding: 10px;
  }

  .contact-modal__panel {
    border-radius: 12px;
  }

  .contact-modal__intro h2 {
    font-size: 26px;
  }
}

.contactus-status {
  font-size: 14px;
  margin-top: 10px;
  min-height: 1.5em;
  color: rgba(4, 4, 4, 0.65);
  transition: color 0.2s ease;
}

.contactus-status:empty {
  min-height: 0;
}

.contactus-status[data-state='pending'] {
  color: rgba(4, 4, 4, 0.65);
}

.contactus-status[data-state='success'] {
  color: #1c7c54;
}

.contactus-status[data-state='error'] {
  color: #d93025;
}