/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       NevoThemes
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/
/*-----formm-------*/
/*-----CARD-----------*/
/*-------iconn-contact---phia-duoi----*/
/* bỏ underline */
.floating-contact a {
    text-decoration: none !important;
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #0000009e;
    padding: 10px 8px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}

/* Cụm icon */
.fc-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

/* item */
.fc-item {
    width: 38px;
    height: 38px;
    background: #26B677;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.25s ease;
}

.fc-item i {
    font-size: 18px;
    color: white;
}

.fc-item:hover {
    transform: translateY(-2px);
}

/* nút toggle */
.fc-main {
    background: #26B677 !important;
}

.fc-main i {
    transition: 0.3s ease;
}

/* WhatsApp màu */
.fa-whatsapp {
    color: #25D366;
}

/* =============================== */
/*        CHẾ ĐỘ THU GỌN           */
/* =============================== */

.floating-contact.closed {
    padding: 0;
    background: transparent;
    box-shadow: none;
    gap: 0;
}

.floating-contact.closed .fc-main {
    border-radius: 12px;
}

.floating-contact.closed .fc-group {
    max-height: 0;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    gap: 0;
}

/* xoay icon xuống → lên */
.floating-contact.closed .fc-main i {
    transform: rotate(180deg);
}
/*-------end-iconn-contact---phia-duoi----*/
/* Avatar */
.tk-avatar{
  width:50px;
  height:50px;
  border-radius:555px;
  background-color: #26B677;
  color:#fff;
  font-weight:700;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  margin-bottom:10px;
  box-shadow:0 5px 14px rgba(0,0,0,0.12);
}

.tk-body{
  flex:1;
}

.tk-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:6px;
}

.tk-name{
  font-weight:700;
  font-size:15px;
}

.tk-date{
  font-size:12px;
  color:#6b7280;
}

.tk-stars{
  color:#f5b921;
  margin:4px 0 8px;
  font-size:14px;
}

.tk-text{
  margin:0;
  line-height:1.5;
  font-size:14px;
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    margin-top: -5px;
}
/*------END--CARD------*/
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
}
.elementor-field-group .elementor-select-wrapper select:hover {
    background-color: unset;
}

.elementor-field-group .elementor-select-wrapper select:focus{
     background-color: unset;
}
.elementor-field.elementor-select-wrapper.remove-before {
    color: #919191 !important;
}
/*-----end--formm-------*/
/*-------------------------------footer--css----------------------*/
  .tk-inner{
    max-width:1200px;
    margin:auto;
    display:flex;
    gap:40px;
    flex-wrap:wrap;
  }
.tk-col h4 {
    font-size: 25px;
    font-weight: 600;
    color: white;
	text-transform: uppercase
}
.tk-col h4::after {
  content: "";
  display: block;
  width: 50px;  /* độ dài gạch */
  height: 3px;  /* độ dày */
  background: white;
  margin-top: 6px; /* cách chữ */
  border-radius: 3px;
}
  .tk-col{
    flex:1 1 260px;
    min-width:260px;
  }

  .tk-logo{
    font-size:28px;
    font-weight:800;
  }
  .tk-logo span{
    color:#ffd166;
  }

  .tk-tag{
    color:#9aa4b2;
    margin-top:6px;
  }

  /* CONTACT ITEMS */
  .tk-item{
    margin-bottom:18px;
    line-height:1.5;
    color:#e2e8f0;
  }

  .tk-item a{
    color:#e2e8f0;
    text-decoration:none;
  }
  .tk-item a:hover{
    text-decoration:underline;
  }

  .tk-flex{
    display:flex;
    align-items:flex-start;
    gap:14px;
  }

  /* ICON STYLE */
  .tk-ico{
    width:32px;
    height:32px;
    min-width:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f5ee33;
    border-radius:8px;
    color:#26B677;
    font-size:16px;
  }

  /* FORM */
   .tk-back{
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
  }
  .tk-back .tk-col h4{
    color: #26B677;
   }
 .tk-back .tk-col h4::after{
	content: "";
  display: block;
  width: 50px;  /* độ dài gạch */
  height: 3px;  /* độ dày */
  background: #26B677;
  margin-top: 6px; /* cách chữ */
  border-radius: 3px;
}
  .tk-form{
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .tk-form input,
  .tk-form textarea{
    padding:12px 14px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(40, 29, 29, 0.1);;
    border-radius:10px;
    color:rgb(41, 41, 41);
  }
  .tk-form ::placeholder {
    color: #585858 !important; /* màu bạn muốn */
}

  .tk-form button{
    padding:12px 16px;
    background:#f5ee33;
    border:0;
    border-radius:10px;
    font-weight:700;
    cursor:pointer;
    color:#0f1724;
  }
  .tk-form button:hover{
    opacity:0.9;
  }

  @media(max-width:780px){
    .tk-inner{
      flex-direction:column;
    }
  }
/*-------------------------------end--footer--css---------------------------*/
/*------css---header------*/
    .info-basic{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
}

.info-basic-icon i{
    font-size: 18px;
    color: white;
    width: 22px;              /* giãn đều, icon luôn thẳng hàng */
    text-align: center;
}

.info-basic-text{
    font-size: 15px;
    line-height: 1.4;
    color:white
}
/*-----end---css---header------*/
/*------------------css-slide--service--------------*/
 * /* Nút cơ bản */
.elementor-slides .swiper-slide-inner .elementor-slide-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    color: white !important;
    position: relative !important;
    padding: unset !important;
    background-color:#26B677 !important;
    padding:12px !important;
    padding-left:35px !important;
     padding-right:35px !important;
    border-radius:35px !important;
    transition: color 0.3s !important, transform 0.3s !important; /* thêm transform để hover mượt */
}

/* Hover chỉ khi rê chuột vào button */
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
    color: #26B677 !important;
    background-color:white !important;
    transform: translateX(6px) !important;
}

/* Pseudo-element after */
.elementor-slides .swiper-slide-inner .elementor-slide-button::after {
    content: "→" !important;
    display: inline-block !important;
    margin-left: 6px !important;
    transition: transform 0.3s !important;
}

/* Hover chỉ tác động lên ::after khi rê vào button */
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover::after {
    transform: translateX(4px) !important;
}


.swiper-slide-contents .elementor-slide-heading {
    font-size: 45px !important;
    font-weight: 600 !important; 
    text-transform: uppercase;
    color: #ffffff !important;
    position: relative;
    display: inline-block;
}

.swiper-slide-contents .elementor-slide-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px; /* độ dày gạch */
    margin-bottom:-10px;
    width: 20%; /* line ngắn ban đầu */
    background-color: #ffffff;
    transition: width 0.5s ease; /* animation mượt */
}

.swiper-slide-contents .elementor-slide-heading:hover::after {
    width: 100%; /* khi hover line kéo dài toàn chữ */
}
/*----------------end--css-slide--service--------------*/
ul.sub-menu.no-marker {
    border-radius: 10px;
}