.header .flex-row {
  border: 1px solid #173155;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

.header .stuck .flex-row {
  background-color: #FFF;
}

.stuck .header-main .nav>li>a {
  color: #000;
}

html.drpet-no-scroll, 
body.drpet-no-scroll {
    overflow: hidden !important;
    height: 100%; /* đảm bảo không bị trượt */
}
#drpet-popup-overlay {
  pointer-events: none; /* overlay không bắt click */
}
#drpet-popup-form {
  pointer-events: auto; /* form bên trong vẫn bắt click */
}
.stuck .header-main .nav>li.active>a,
.stuck .header-main .nav>li>a:hover,
.stuck .header-main .nav>li>a:focus {
  color: var(--primary-color);
}

.header-main .nav>li>a {
  font-size: 18px;
}

.header-main .nav-left {
  justify-content: space-evenly;
}

.header-bg-color {
  background: transparent !important;
}

.header-wrapper.stuck {
  box-shadow: none !important;
}

.btn-register {
  color: #FFF;
  padding: 13px 26px;
  border-radius: 6px;
  background-color: #ffa500;
  text-transform: capitalize;
}

.section .button {
  border-radius: 8px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.img-top {
  top: -45%;
  left: 40%;
}

.img-bottom-cat {
  bottom: -60%;
  left: 0;
}

.img-bottom-pawn {
  bottom: -40%;
  left: 60%;
  opacity: .2;
  animation: zoomInOut 3s ease-in-out infinite;
}

.img-right-main img {
  z-index: 2;
}

.img-right-main::after {
  content: '';
  background: #ffa800;
  border-radius: 50%;
  min-height: 500px;
  width: 100%;
  position: absolute;
  left: 40px;
  top: 110px;
  z-index: -1;
}

.img-right-main::before {
  content: '';
  background: #1d4068;
  border-radius: 50%;
  min-height: 500px;
  width: 540px;
  position: absolute;
  left: 3px;
  top: 75px;
  z-index: -1;
}

.customer-textbox {
  right: -80px !important;
}

.customer-box {
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.customer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer-count {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.customer-avatars {
  display: flex;
  justify-content: center;
}

.customer-avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  box-shadow: 0 0 0 1px #ccc;
}

.customer-avatars img:first-child {
  margin-left: 0;
}

.customer-label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 12px;
  text-align: left;
}

.sub-title {
  font-size: 16px;
  position: relative;
}

.sub-title strong {
  padding-left: 5px;
  font-weight: 400;
}

.section h3 {
  font-size: 48px;
  line-height: 1.3;
}

.sub-title::before {
  content: '';
  background: url(/wp-content/uploads/2025/06/paw1.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  max-width: 20px;
  background-size: cover;
  line-height: 20px;
  vertical-align: sub;
}

.section blockquote {
  border-left: 5px solid #ffa800;
  padding: 10px 20px;
  background-color: #edf7ff;
}

.section blockquote p {
  margin-bottom: 0;
  font-size: 16px;
}

.section-about .icon-box-left img {
  border-radius: 50%;
}

.section-about img {
  border-radius: 12px;
}

.section-about .box-about-us .main-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 32px;
}

.section-about .box-about-us p {
  margin-bottom: 0;
  font-size: 14px;
  color: #393939;
}

.section-about .box-about-us {
  padding: 10px 0;
}

.section-about .box-about-us:first-child {
  border-bottom: 3px solid var(--primary-color);
}

.section-about .box-about-us:nth-child(2) {
  border-bottom: 3px solid var(--primary-color);
}

.section-about .box-about-us.experience {
  background-color: var(--primary-color);
  border-radius: 12px;
  color: #fff;
  text-align: center;
  max-width: 280px;
  margin-left: -60px;
}

.section-about .box-about-us.experience p {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}

.section-about .box-about-us.experience .count-up {
  font-size: 70px;
  color: #ffa800;
  font-weight: bold;
}

.section-about .button {
  min-width: 175px;
}

.section-brand .ux-logo-link {
  background-color: #FFF;
  border-radius: 8px;
}

.section-service .icon-box {
  border-radius: 12px;
  box-shadow: 0px 5px 30px 0px rgba(19, 19, 19, 0.07);
  padding: 25px 15px;
  margin-bottom: 15px;
  align-items: center;
  min-height: 200px;
}

.section-service .icon-box:last-child {
  margin-bottom: 0;
}

.section-service .icon-box h4 {
  font-size: 20px;
}

.section-service .col:nth-child(2) .col-inner {
  background-color: aliceblue;
  border-radius: 12px;
  padding: 15px;
}

.project-grid-wrapper .medium-6 {
  padding: 0 15px;
}

.project-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 360px;
  display: flex;
  align-items: flex-end;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.project-item:hover {
  transform: translateY(-4px);
}

/* Overlay nền màu */
.project-content {
  width: 100%;
  background-color: var(--primary-color);
  color: white;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px 16px 0 0;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.project-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.project-content p {
  font-size: 13px;
  margin: 6px 0 0;
  opacity: 0.8;
}

/* Nút cam hình tròn */
.project-btn {
  background-color: #fdb813;
  color: #fff;
  border: none;
  min-width: 38px;
  height: 38px;
  max-width: 38px;
  transform: rotate(-45deg);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.project-btn:hover {
  background-color: #ffa800;
  color: #fff;
}

/* Thẻ cuối cùng: View All Projects */
.project-item.view-all {
  background-color: #fdb813;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.project-item.view-all::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .85;
  background: #fdb813;
}

.project-item.view-all a {
  position: relative;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-item.view-all a::after {
  content: "→";
  margin-top: 8px;
  font-size: 22px;
  font-weight: bold;
}

.project-grid-wrapper {
  align-items: stretch;
}

.project-grid-wrapper img {
  object-fit: cover;
  height: 100%;
}

.project-col-left,
.project-col-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.team-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  position: relative;
}

.team-card {
  height: 100%;
  box-shadow: rgba(19, 19, 19, 0.07) 0px 5px 30px 0px;
  border-radius: 20px;
  position: relative;
  display: flex;
}

.team-info {
  width: 50%;
  text-align: left;
  padding-left: 30px;
}

.team-card img {
  width: 50%;
  height: auto;
  border-radius: 20px;
}

.team-socials {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FFF;
  padding: 10px 5px;
  border-radius: 70px;
}

.team-socials a {
  background: #004225;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.team-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #004225;
  color: white;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 4px solid #fff;
}

.team-card h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}

.team-card .team-position {
  font-size: 16px;
  color: #393939;
  padding-bottom: 30px;
}

.row-cta {
  background-color: var(--primary-color);
  border-radius: 8px;
  color: #FFF;
  padding: 60px !important;
}

.row-cta .img-left img {
  border-radius: 100px;
}

.row-cta .img-right img {
  border-radius: 50%;
  border: 5px solid #FFF;
  border-radius: 50% !important;
}

.row-cta .small-title {
  font-size: 18px;
  text-transform: capitalize;
}

.row-cta .text-cta {
  font-size: 36px;
  font-weight: 600;
}

.row-cta .large-3 {
  flex-basis: 22%;
  max-width: 22%;
}

.row-cta .large-6 {
  flex-basis: 56%;
  max-width: 56%;
}

.row-cta .icon-certificate::before {
  content: url('/wp-content/uploads/2025/06/arrow-up-right-1.svg');
}

.row-cta .btn-booking {
  font-size: 0px;
  padding: 40px;
  border: 5px solid #FFF;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px -5px -40px !important;
}

.row-cta .btn-booking i {
  margin: 0 !important;
}

.section-comit .icon-box .icon-inner {
  background-color: #ffa800;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.section-comit .icon-box .icon-inner svg {
  width: 40px;
  height: 40px;
  padding-top: 0;
}

.section-comit .img-gradient {
  background-color: transparent;
  background-image: linear-gradient(90deg, var(--primary-color) 0%, #FFFFFF00 100%);
  border-radius: 8px;
}

.box-comit {
  padding: 30px 20px;
  border-radius: 8px;
  background: var(--primary-color);
  text-align: center;
  max-width: 200px;
  right: 0;
  bottom: 0;
}

.box-comit .count-up {
  color: #ffa800;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: bold;
}

.box-comit h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

.section.section-data {
  align-items: flex-start;
}

.section-data .dr-data .count-up {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
}

.section-data .dr-data p:not(.count-up) {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
}

.row-form {
  margin-top: -300px !important;
}

.row-form form {
  margin-bottom: 0;
}

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.row-form .col:first-child .col-inner,
.row-form .col:first-child .col-inner .img,
.row-form .col:first-child .col-inner .img-inner {
  height: 100%;
}

.row-form .col:first-child .col-inner img {
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.row-form .col:last-child .col-inner {
  background-color: #fff;
  padding: 60px 36px;
  border-radius: 12px;
  box-shadow: rgba(19, 19, 19, 0.07) 0px 5px 30px 0px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  background: #eff3fa !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 14px 18px !important;
  width: 100% !important;
  font-size: 16px;
  height: unset !important;
}

.wpcf7-form textarea {
  max-height: 140px;
}

.row-form .wpcf7-form textarea {
  height: 140px;
  resize: vertical;
}

.wpcf7-form .wpcf7-submit {
  background-color: var(--primary-color) !important;
  color: white;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin: 0;
}

.row-form .wpcf7-form .wpcf7-submit:hover {
  background-color: #ffa500;
  box-shadow: 2px 2px 2px 2px rgb(16 41 86 / 30%);
}

.section-customer .customer-title .col {
  position: relative;
}

.section-customer .customer-title .col:first-child img {
  transform: rotate(-45deg);
  width: 120px;
  height: 100px;
}

.section-customer .customer-title .col:last-child img {
  transform: rotate(45deg);
  width: 120px;
  height: 100px;
}

.online-support {
  position: absolute;
  /* hoặc fixed nếu bạn muốn nó luôn hiển thị */
  top: 40%;
  right: 0;
  background-color: #ffa500;
  /* màu cam */
  color: white;
  padding: 20px 10px;
  writing-mode: vertical-rl;
  /* xoay chữ dọc */
  text-orientation: mixed;
  font-weight: bold;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  z-index: 9999;
}

.section-customer .row-customer-feedback {
  position: relative;
}

.section-customer .row-customer-feedback .absolute.img {
  width: 100px !important;
  border-radius: 50% !important;
}

.section-customer .row-customer-feedback .absolute img {
  border-radius: 50%;
}

.section-customer .row-customer-feedback .top-right {
  top: 30px;
  right: -30px;
  transform: rotate(25deg);
}

.section-customer .row-customer-feedback .bottom-right {
  bottom: 30px;
  right: 30px;
}

.section-customer .row-customer-feedback .top-left {
  top: 30px;
  left: -30px;
  transform: rotate(-25deg);

}

.section-customer .row-customer-feedback .bottom-left {
  bottom: 30px;
  left: 30px;
}

.section-faq .accordion .toggle {
  left: unset;
  right: 0;
}

.section-faq .accordion-item {
  margin-bottom: 10px;
}

.section-faq .accordion-title {
  border: none;
  background-color: #FFF;
  border-radius: 8px;
  padding: 14px 30px 14px 14px;
}

.section-faq .accordion-inner {
  padding: 20px 30px;
}

.section-faq .accordion-title.active {
  background-color: var(--fs-color-primary);
  color: #FFF;
  font-weight: 700;
}

.row-appointment {
  margin-top: -175px;
}

.row-appointment>.col:first-child>.col-inner {
  padding-right: 15px;
  height: 100%;
}

.row-appointment>.col:last-child>.col-inner {
  padding-left: 15px;
  height: 100%;
}

.row-appointment>.col:first-child>.col-inner>.row {
  background-color: var(--primary-color);
  border-radius: 10px;
  color: #FFF;
}

.row-appointment .col .col>.col-inner {
  padding: 30px;
}

.row-appointment>.col:last-child>.col-inner {
  padding-left: 15px;
}

.row-appointment>.col:last-child>.col-inner .row {
  background-color: #ffa500;
  border-radius: 10px;
  color: #FFF;
}

.row-appointment h3 {
  color: #FFF;
  margin-bottom: 0;
  line-height: 1.2;
}

.box-blog-post {
  box-shadow: rgba(19, 19, 19, 0.07) 0px 5px 30px 0px;
  border-radius: 12px;
}

.box-blog-post .box-image,
.box-blog-post .box-image img {
  border-radius: 12px;
}

.box-blog-post .box-text {
  padding: 30px
}

.section-newletters .absolute.top-left {
  top: 0;
  left: -100px;
}

.section-newletters .absolute.middle-left {
  top: 50%;
  left: -200px;
}

.section-newletters .absolute.bottom-left {
  top: 100%;
  left: -100px;
}

.section-newletters .absolute.top-right {
  top: 0;
  right: -100px;
}

.section-newletters .absolute.middle-right {
  top: 50%;
  right: -200px;
}

.section-newletters .absolute.bottom-right {
  top: 100%;
  right: -100px;
}

.section-newletters .absolute.img {
  width: 60px !important;
}

.section-newletters .absolute img {
  width: 60px;
  opacity: .3;
}

.section-newletters h2 {
  font-size: 36px;
}

.section-newletters .form-flat input:not([type=submit]) {
  background-color: #fff;
  border-radius: 5px;
  padding: 14px !important;
  height: 60px;
}

.section-newletters .form-flat input[type=submit] {
  border-radius: 5px;
  padding: 14px !important;
  height: 60px;
  line-height: 1;
}

.section-newletters .ml-half {
  margin-left: 0;
}

.section-newletters .flex-row.form-flat .flex-col {
  padding-right: 0;
}

.dr-footer .col:nth-child(2) {
  border-left: 1px solid #304760;
  border-right: 1px solid #304760;
}

.dr-footer .col .col-inner {
  padding: 15px;
}

.dr-footer h3 {
  font-size: 28px;
}

.row-copyright {
  border-top: 1px solid #304760;
}

.row-copyright p {
  margin-bottom: 0;
}

.list-service a::before {
  content: '\f105';
  font-family: fl-icons;
  left: 0;
  color: #ffa500;
  padding-right: 5px;
  font-size: 16px;

}

.contact-info {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon-glow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--fs-color-primary);
  font-size: 16px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
  /* ánh sáng phát ra */
  text-align: center;
}

.icon-glow i {
  font-family: "fl-icons";
  width: 36px;
  line-height: 1;
}

.contact-info a {
  color: #fff;
  text-decoration: underline;
}

.section-pricing {
  align-items: flex-start !important;
}

.row-pricing {
  margin-top: -230px !important;
}

.drpet-package {
  background: #fff;
  border: 1.8px solid #e5e8f0;
  border-radius: 18px;
  box-shadow: 0 3px 18px #c6d2f522;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 18px 24px 18px;
  position: relative;
  transition: box-shadow 0.22s, border-color 0.22s;
}

.drpet-package:hover {
  box-shadow: 0 7px 32px #bccbee45;
  border-color: #a2c3fd;
  background: #f5fbff;
}

.drpet-package-header {
  width: 100%;
  text-align: center;
  padding: 18px 10px 8px 10px;
  border-bottom: 3px solid #fbbc04;
  margin-bottom: 13px;
  min-height: 185px;
  background-color: var(--primary-color);
  border-radius: 12px;
}

.drpet-package-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}

.drpet-package-icon {
  font-size: 2.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f9ff;
  border-radius: 8px;
  width: 46px;
  height: 46px;
}

.drpet-package-name {
  font-size: 1.25em;
  font-weight: 700;
  color: #fbbc04;
  line-height: 1.1;
  display: inline-block;
  text-align: left;
}

.drpet-member-label {
  display: inline-flex;
  align-items: center;
  background: #f4f9ff;
  border-radius: 12px;
  padding: 2px 10px 2px 2px;
  margin-left: 8px;
  font-size: 0.99em;
  color: #1972f5;
  font-weight: 600;
  box-shadow: 0 1px 7px #b9d0f633;
  cursor: pointer;
  transition: background 0.15s;
}

.drpet-member-label:hover,
.drpet-member-label:focus {
  background: #dbeaff;
}

.drpet-member-label-text {
  margin-left: 2px;
}

.drpet-package-desc {
  color: #fffcf6;
  font-size: 1em;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 45px;
}

.drpet-package-current-price {
  margin: 9px 0 0 0;
  font-size: 1.13em;
}

.drpet-package-price-highlight {
  background: hsla(33, 100%, 53%, 1);
  background: linear-gradient(90deg, hsla(33, 100%, 53%, 1) 0%, hsla(58, 100%, 68%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(33, 100%, 53%, 1) 0%, hsla(58, 100%, 68%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(33, 100%, 53%, 1) 0%, hsla(58, 100%, 68%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF930F", endColorstr="#FFF95B", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 26px;
  margin: 0 4px;
}

.drpet-package-selected-label,
.drpet-package-current-price {
  color: #FFF !important;
}

.drpet-package-price-old {
  color: #747474;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 8px;
}

/* CTA */
.drpet-package-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 18px 0 14px 0;
}

.drpet-pricing-btn {
  display: block;
  width: 98%;
  max-width: 360px;
  margin: 0 auto;
  padding: 12px 0;
  border-radius: 8px;
  border: none;
  background: #e7edfd;
  color: #1972f5;
  font-size: 1.07em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}

.drpet-pricing-btn-main {
  background: #1972f5;
  color: #fff;
}

.drpet-pricing-btn-main:hover {
  background: #2856b7;
}

.drpet-package-options {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 22px 0;
  flex-wrap: wrap;
}

.drpet-package-option {
  background: #f8fbfe;
  border: 1px solid #e5e8f0;
  border-radius: 8px;
  box-shadow: 0 1.5px 12px #dbefff16;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  padding: 14px 8px 9px 8px;
  font-weight: 400;
  font-size: 16px;
  transition: border-color 0.18s, box-shadow 0.18s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.drpet-package-option.active,
.drpet-package-option:focus {
  border-color: #2571d3;
  box-shadow: 0 5px 18px #bdd7ff22;
  background-color: #fffcf5;

}

.drpet-package-option:hover {
  background-color: #fffcf5;
}

.drpet-package-label {
  color: #243a6d;
  font-weight: 400;
  margin-top: 3px;
  line-height: 1.2;
  font-size: 14px;
}

.drpet-gender-icon {
  font-size: 16px;
}

.drpet-package-option:hover::after,
.drpet-package-option:focus::after,
.drpet-package-option.show-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: 98%;
  transform: translateX(-50%);
  background: #1972f5;
  color: #fff;
  font-size: 1.01em;
  padding: 7px 14px;
  border-radius: 9px;
  white-space: nowrap;
  min-width: 70px;
  box-shadow: 0 2px 18px #19306622;
  z-index: 50;
  opacity: 1;
}


/* SERVICE LIST */
.drpet-service-list {
  width: 100%;
  margin-top: 0;
}

.drpet-pricing-feature {
  font-size: 1.01em;
  color: #2a2b4f;
  padding: 6px 10px;
  margin-bottom: 5px;
  position: relative;
  background: none;
}

.drpet-pricing-tick {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/wp-content/uploads/2025/07/checked-v2.svg') center center no-repeat;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}

.drpet-pricing-sublist {
  list-style: none;
  padding-left: 0;
  font-size: 0.98em;
  color: #567;
}

.drpet-pricing-sublist li {
  margin-bottom: 3px;
}

.drpet-pricing-sublist .drpet-pricing-tick {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-right: 6px;
}

.drpet-sublist-col strong {
  color: #1972f5;
}

/* Tooltip note */
.drpet-note {
  color: #fbbc04;
  margin-left: 8px;
  font-size: 0.99em;
  cursor: pointer;
  position: relative;
}

.drpet-note:hover::after,
.drpet-note:focus::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 60%;
  top: 108%;
  transform: translateX(-50%);
  background: #174292;
  color: #fff;
  font-size: 0.98em;
  padding: 7px 12px;
  border-radius: 8px;
  white-space: pre-line;
  min-width: 220px;
  width: fit-content;
  max-width: 250px;
  box-shadow: 0 2px 14px #19306622;
  opacity: 1;
  z-index: 9999;
}

.drpet-note:hover::before,
.drpet-note:focus::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 103%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 7px solid #174292;
  z-index: 100;
}

.has-sublist {
  background: #ecf2ff;
  /* pastel xanh nhạt, có thể đổi sang màu khác nếu muốn */
  border-radius: 9px;
  cursor: pointer;
  position: relative;
  transition: background 0.18s;
}

.has-sublist:hover {
  background: #f2f7fe;
}

.icon-plus {
  font-style: normal;
  display: inline-block;
  margin-left: auto;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #1972f5;
  font-size: 1.12em;
  cursor: pointer;
  transition: transform 0.17s;
}

.has-sublist.active .icon-plus {
  transform: rotate(45deg);
  /* đổi icon khi mở */
}

.drpet-pricing-sublist {
  display: none;
  width: 100%;
  padding-left: 0;
}

.has-sublist.active .drpet-pricing-sublist {
  display: block;
}

.drpet-pricing-sublist-2col {
  display: none;
  gap: 10px;
}

.has-sublist.active .drpet-pricing-sublist-2col {
  display: flex;
  margin: 15px 10px;
}

.drpet-sublist-col {
  flex: 1 1 0;
  min-width: 120px;
}

.drpet-sublist-col-title {
  font-weight: 600;
  color: #1972f5;
  font-size: 1em;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.drpet-pet-icon {
  font-size: 1.22em;
  display: inline-block;
}

.drpet-sublist-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drpet-sublist-col li {
  margin-bottom: 4px;
  margin-left: 0 !important;
}
.btn-register{
  cursor: pointer;
}
/* popup.css */
#drpet-popup-overlay {
  display: none;
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
}

#drpet-popup-form {
  max-width: 430px;
  margin: 16% auto;
  background: #fff;
  padding: 32px 24px;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
  animation: drpetFadeIn .2s;
  height: fit-content;
  animation: popup-scale 0.3s ease-out;
}

.popup-title {
  text-align: center;
  font-size: 26px;
}

#drpet-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  transition: color .2s;
  margin: 0;
  background: #081f3e !important;
  border-radius: 0 12px;
  padding: 12px 20px;
  width: auto;
  min-height: auto;
}

#drpet-popup-close:hover {
  color: #f87171;
}
#drpet-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* #drpet-popup-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;

} */

@keyframes popup-scale {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    #drpet-popup-form {
        padding: 20px;
        margin: 20px;
    }
    
    .popup-title {
        font-size: 20px;
    }
}
@keyframes drpetFadeIn {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 700px) {
  .drpet-pricing-sublist-2col {
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
  }
}

/* Responsive */
@media (max-width:700px) {
  .drpet-package {
    width: 99vw;
    padding: 13px 2vw 15px 2vw;
  }

  .drpet-package-header {
    padding: 0 3vw;
  }
}

@media (max-width:600px) {
  .drpet-package-title-row {
    gap: 7px;
  }

  .drpet-package-icon {
    font-size: 1.4em;
    width: 34px;
    height: 34px;
  }

  .drpet-package-name {
    font-size: 1.03em;
  }

  .drpet-package-header {
    padding: 11px 1px 7px 1px;
  }
}

.dr-footer .logo-text {
  font-size: 48px;
}

.dr-footer .logo-text strong {
  color: #ffa500;
}

.absolute-footer {
  display: none;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    /* zoom in */
  }

  100% {
    transform: scale(1);
  }
}