.elementor-91 .elementor-element.elementor-element-470515e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d16522d */.sophilita-contact-section {
    font-family: 'Questrial', sans-serif;
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background-color: #fff; /* Nền trắng cho section */
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    color: #444; /* Màu chữ chính */
  }

  .sophilita-contact-section h2 {
    text-align: center;
    color: #B85F56;
    font-size: 2.5em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
  }
   /* Gạch chân trang trí cho H2 */
  .sophilita-contact-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #B85F56;
    opacity: 0.7;
  }

  .sophilita-contact-section .intro-paragraph {
    text-align: center;
    font-size: 1.1em;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.7;
  }

  .sophilita-contact-section .contact-subsection {
    margin-bottom: 40px;
    padding: 25px;
    background-color: #fdf7f7; /* Nền nhạt cho các subsection */
    border-left: 4px solid #B85F56;
    border-radius: 0 8px 8px 0;
  }
  
  .sophilita-contact-section .contact-subsection:last-child {
    margin-bottom: 0;
  }

  .sophilita-contact-section h3 {
    color: #B85F56;
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .sophilita-contact-section p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .sophilita-contact-section ul {
    list-style: none;
    padding-left: 0;
  }

  .sophilita-contact-section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.05em;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .sophilita-contact-section ul li.interactive-item:hover {
    background-color: #fff5f5;
    transform: translateX(5px) scale(1.01);
    box-shadow: 0 4px 10px rgba(184, 95, 86, 0.15); /* Shadow nhẹ màu #B85F56 */
  }

  .sophilita-contact-section ul li i {
    color: #B85F56;
    font-size: 1.3em;
    margin-right: 15px;
    width: 25px; /* Đảm bảo icon thẳng hàng */
    text-align: center;
  }

  .sophilita-contact-section ul li strong {
    color: #333;
    margin-right: 8px;
  }

  .sophilita-contact-section ul li a {
    color: #B85F56;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
  }

  .sophilita-contact-section ul li a:hover {
    color: #934a42; /* Màu đậm hơn khi hover */
    text-decoration: underline;
  }

  .sophilita-contact-section .store-locations h4 {
    font-size: 1.2em;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .sophilita-contact-section {
      padding: 20px;
    }
    .sophilita-contact-section h2 {
      font-size: 2em;
    }
    .sophilita-contact-section h3 {
      font-size: 1.5em;
    }
    .sophilita-contact-section ul li {
      font-size: 1em;
      flex-wrap: wrap; /* Cho phép xuống dòng nếu quá dài */
    }
    .sophilita-contact-section ul li i {
      margin-bottom: 5px; /* Thêm khoảng cách nếu icon và text xuống dòng */
    }
    .sophilita-contact-section .contact-subsection {
      padding: 20px;
    }
  }/* End custom CSS */