@font-face 
{
     src:url(../font/ArgueDEMO.otf);   
     font-family: ArgueDEMO;     
}
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(135deg, #e6e6e6, #ffffff, #eaeaea, #d9d9d9, #f2f2f2);
  color: #262626;
}
.font-title{  
     font-family: ArgueDEMO;   
}
.hero {
  position: relative;
  text-align: center;
  background: url(../images/hero.webp) center center no-repeat;
  background-size: cover;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.hero-page{
  background: url(../images/hero-page.webp) center center no-repeat;
  background-size: cover;
}
.hero-image {
  /*width: 100%;*/
  height: 900px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.hero-page{
  height: 500px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.page-contact{
  overflow: hidden;
}
.icon-about img
{
    width: 100%;
    max-width: 130px;
}
.logo-top img{
    width: 100%;
    max-width: 144px;
}
.icon-sv{
    position: absolute;
    right: 0px;
}
.sv-l{
    width: 65%;
    float: left;
}
.sv-r{
    width: 35%;
    float: right;
    text-align: right;
}
.sv-l1{
    width: 50%;
    float: left;
    text-align: left;
}
.sv-l2{
    width: 25%;
    float: left;
    text-align: left;
}
.sv-l3{
    width: 25%;
    float: left;
    text-align: left;
}
.sv-fill{
    width: 50%;
    float: left;
    background: #5c5c5c;
    color: #fff;
    padding: 0px 20px;
}
.sv-fs{
    width: 50%;
    float: left;
    background: #919191;
    color: #fff;
    padding: 0px 20px;
}
.text-gray{
    color: #262626!important;
}
.selected{
    padding: 8px 24px;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(90deg, #f9d976, #f6e27a);
  -webkit-background-clip: text;
  background-clip: text;

  border: 1px solid transparent;
  border-radius: 999px; /* Bo tròn như viên thuốc */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: 
    linear-gradient(#808080, #808080), /* màu nền xám */
    linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42); /* gradient viền vàng */
    
}
.selected-page{
    border: 1px solid transparent;
    border-radius: 999px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(#808080, #808080), /* màu nền xám */ linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42);
    border-radius: 30px;
    padding: 5px 10px;
    color: #fff!important;
}
.phone-top a{
    color: #fff;
    text-decoration: none;
}
/* Make all images responsive on mobile */
@media (max-width: 991.98px) {
  img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
  
  /* Override for Why Us card images to prevent overflow */
  .why-us-card .card-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
  }
}

/* Organic indented shape for content images */
.section-content img.img-fluid.rounded {
  border-radius: 50px 20px 50px 20px;
  position: relative;
  overflow: hidden;
}

.section-content img.img-fluid.rounded::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px 20px 50px 20px;
  box-shadow: inset 0 0 30px rgba(181, 140, 111, 0.3);
  pointer-events: none;
}

.hero-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  filter: drop-shadow(2px 0px 1px #333333);
  font-size: 70px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
  line-height: 1.1;
  
}
.bg-sv-home{
   background: linear-gradient(135deg, #e6e6e6, #ffffff, #eaeaea, #d9d9d9, #f2f2f2);
}
.about-section p{
  font-size: 12pt;
}
.icon-about2{
  position: absolute;
  bottom: 0;
  width: 900px;
}
h2 {
  font-family: ArgueDEMO;
  font-weight: 400;
  letter-spacing: 2px;
}

.quote-block {
  text-align: center;
  margin: 80px auto;
}

.quote-img {
  width: 300px;
  height: auto;
  display: block;
  margin: 20px auto;
}

.quote {
  font-size: 18px;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
  font-family: ArgueDEMO;
  letter-spacing: 1px;
}

footer {
  margin-top: 40px;
}

footer img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

footer::after {
  content: "Copyright © Nails And More Salon. Designed by MyESALON";
  display: block;
  background: #6c6c6c;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #262626;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
}
/*services*/
.servicesgroup
{
    overflow:hidden;
    margin: 0 auto;
    margin-bottom:50px;
    padding-bottom:30px;
    border: 10px solid transparent;
    padding: 20px;
    padding-top:30px;
    width:95%;
    background: url(../images/sv-bottom.png) 90% bottom no-repeat, #fff;
    background-size: 40%;
    padding-bottom: 130px; 
}

.bg-info
{
    padding-top:40px!important;  
    padding-bottom:10px!important;     
}
.bg-one
{
     padding-top:40px!important;  
    padding-bottom:10px!important;    
}
.row_note
{
    font-size:10pt;
    font-style:italic;
    text-transform: none;
    color: #000;  
    padding-top:7px;
    padding-bottom:7px;  
    overflow: hidden;
    width: 100%;
}
.sub-title
{
    text-align:center;
    color:#333333;
    font-size:14pt; 
    text-transform:uppercase;
    font-weight:bold;
    padding-top:20px;   
}
.price
{
    width: 40%;
    float: right;
    color: #666;
    font-weight: bold;
    font-size:12pt;   
    text-align: right;  
    padding-right:10px;
}
.price-full, .price-fill
{
    float: left;
    text-align: right;
}
.price-full
{
   padding: 0 5px 0 0;
}
.price-fill
{
   padding: 0 0 0 5px;
}
.services-fullfill{
    width: 100%;
    overflow: hidden;
    border: 1px solid #000;
    background: #ddd;
    padding: 5%;
}
.services-fullfill-l{
    width: 50%;
    float: left;
    overflow: hidden;
}
.services-fullfill-r{
    width: 50%;
    float: left;
    overflow: hidden;
}
.price-l
{
    width: 50%;
    float: left;
}
.price-r
{
    width: 50%;
    float: right;
}
.group-price
{
    float: right;
    overflow:hidden;
}
.full-price
{
    float:left;
    width:55px;
    color: #ae7900;
    font-weight: 600;
    font-size:13pt;   
}
.fill-price
{
    float:right;
    width:50px;
    text-align:right;
    color: #ae7900;
    font-weight: 600;
    font-size:13pt;   
}
/*.servicesimg
{    
    text-align: center;
    float:left;
}

.servicesimg img
{
   border: 1px solid rgba(92,23,36,0.2);
   padding:10px;
   margin-bottom:30px;
   width:100%;    
}*/
.bg-info {
    
}

.servicestitle {
    font-size: 21pt;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}
.grouprow
{
    overflow:hidden;    
    margin-bottom:30px;
    float:right;
}
.rowtitle, .rowtitle-extra
{
    font-size:20pt;
    text-align:center;
    margin-bottom:10px;
    margin-top:30px;
    color: #5c1724; 
}
.rowtitle-extra{
    font-size:15pt;
    text-align:left;
}
.rowtitle-extra span{
    font-size:12pt;
}
.rowtitle2
{
    font-size:25pt;
    text-align:center;
    margin-bottom:10px;
    margin-top:30px;
    color: #70323d; 
    background: #fae9e3;
    font-weight: 600;
}
.row-bold
{
    font-weight: 600;
}
.row_svpage
{
    border-bottom:1px dashed #000;
    overflow:hidden;
    color: #000; 
    text-transform:uppercase;
    text-align:left;
    font-size:12pt;    
    padding:10px 0px 10px 0px;
    width: 100%;
}
.row_svpage-full{
    border: none;
}
.row_name
{
    width: 60%;
    float: left;
    color:#000;
}
.row_note-l{
    width: 60%;
    float: left;
    color:#000;
}
/*services*/

@media (max-width: 768px) {
  .navbar {
    padding: 15px 0;
  }

  .navbar-collapse {
    background: #d6a737;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 1000;
  }

  .navbar-nav .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
  }

  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }

  .navbar-toggler {
    background: #d6a737;
    border: none !important;
    padding: 4px 8px;
    box-shadow: none !important;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: none !important;
  }

  .navbar-brand h1 {
    font-size: 1.5rem !important;
  }

  .hero-title {
    font-size: 48px;
    letter-spacing: 2px;
  }

  .quote {
    font-size: 16px;
  }
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px 0;
  background: transparent !important;
}

.navbar .navbar-brand h1 {
  font-family: serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-top: 69px;
}
.navbar .navbar-brand h1.logo-page
{
    margin-top: 90px;
}
.navbar .navbar-brand h1.logo-page img
{
     width: 150px !important;
}
.text-phone a, .phone-contact a{
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
}
.navbar .nav-link {
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 25px;
}
.navbar .nav-link.text-page{
  color: #fff !important;
}
.navbar .btn-outline-light {
  font-size: 14px;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #262626;
}
.navbar .btn-outline-light a
{
    color: #262626;
    text-decoration: none;
}
/* Mobile floating navigation bar */
.mobile-float-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border: 1px solid transparent;
    border-radius: 999px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(30deg, #999, #a7a7a7, #515151, #999), /* mÃ u ná»n xÃ¡m */ linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42);
}

.float-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
  flex: 1;
}
.float-nav-item a
{
    text-decoration: none;
}
.float-nav-item:hover {
  transform: translateY(-2px);
}

.float-nav-icon {
  width: 32px;
  height: 32px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-bottom: 2px;
  color: #fff;
}

.float-nav-icon i {
  font-size: 16px;
}

.float-nav-label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-family: ArgueDEMO;
}
.float-nav-label a{
  color: #262626;
  text-decoration: none;
}
/* Massage Services Section */
.massage-services {
  padding: 80px 0;
  position: relative;6
}
.massage-services-bg{
  position: relative;
}

.border-bottom-services
{
  border-bottom: 1px dotted #000;
}
.massage-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #262626;
  margin-bottom: 0;
}

/* View More button styling */
.massage-services .btn {
  font-size: 12px;
  padding: 8px 20px;
  font-weight: 500;
  border-color: #5c5c5c;
  color: #5c5c5c;
  transition: all 0.3s ease;
}
.massage-services .btn a{
  color: #d6a737;
  text-decoration: none;
}
.massage-services .btn:hover {
  background: linear-gradient(45deg, #be8f42, #f3e7c2, #eac481, #be8f42);
  color: #5c5c5c;    
}
.massage-services .btn a:hover{
  color: #5c5c5c;
}
.slogan 
{
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../images/slogan.webp);
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.slogan-text {
    font-size: 50px;
    color: #262626;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
}
.service-card {
  background: transparent;
  border: none;
  border-radius: 25px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-5px);
}

.service-name-top {
  background: #5c5c5c;
  padding: 15px 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.service-title {
    background: linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}

.service-image-container {
  position: relative;
  overflow: hidden;
  /*flex: 1;*/
}
.service-image-gallery{
  border-radius: 30px;
}
.service-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.3s ease;
  min-height: 250px;
  transform: scale(1.02);
}
.service-image-page{
  height: 100%;
}
.service-card:hover .service-image {
  transform: scale(1.05);
}

.service-price-bottom {
  background: #5c5c5c;
  padding: 15px 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
}

.service-duration {
  font-size: 16px;
  color: white;
  font-weight: 500;
}
.service-duration a{
  font-size: 16px;
      background: linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 768px) {
  .massage-title {
    font-size: 36px;
    letter-spacing: 2px;
  }
  
  .service-title {
    font-size: 18px;
    padding: 10px 16px;
  }
  
  .service-image {
    min-height: 250px;
  }
}

/* Center service card offset for staggered layout */
@media (min-width: 992px) {
  .row .col-lg-4:nth-child(2) .service-card {
    margin-top: 160px;
  }
  .row .col-lg-4:nth-child(2) .service-card-sv{
    margin-top: 80px;
  }
  .row .col-lg-4:nth-child(2) .service-card-g{
    margin-top: 0px;
  }
  .img-holder-nails img{
    width: 100%;
  }
  .service-title-centered span{
    background: #262626;
    padding: 20px 50px;
    color: #fff;
    border-radius: 30px;
  }
  /* Make service boxes wider with good margin between them */
  .massage-services .row.g-4 {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  
  .massage-services .col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 320px;
    max-width: 320px;
  }
  
  .service-card {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Why Us Section */
.why-us-section {
  background: #d2d2d2;
  padding: 120px 0 80px 0;
}

.why-us-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #262626;
  margin: 0;
  text-align: center;
  padding-top: 60px;
}

.scroll-controls {
  display: flex;
  gap: 15px;
}

.scroll-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #5c5c5c;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #5c5c5c;
}

.scroll-btn:hover {
  background: #5c5c5c;
  color: white;
}

.cards-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1170px; /* Show exactly 3 cards: 3 * 350px + 2 * 30px gaps + padding */
  margin: 0 auto;
}

.cards-wrapper {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
  padding: 20px 0;
  width: max-content;
}

.why-us-card {
  /*flex: 0 0 350px;*/
  flex: 0 0 500px;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  /*height: 320px;*/
  position: relative;
}
.review-icon{
  text-align: center;
}
.review-icon img{
  width: 150px;
}
.stars-review{
  width: 90px;
}
.card-image {
  flex: 0 0 140px;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  flex: 1;
  padding: 40px 20px 0px 20px;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.card-content h3 {
  font-size: 19px;
margin-bottom: 20px;
line-height: 1.2;
letter-spacing: 1px;
color: white;
text-transform: uppercase;
}

.card-content p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

.card-icon {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
}

.card-icon svg {
  width: 100%;
  height: 100%;
}

/* Exact background colors from screenshot */
.signature-treatments {
  background: #5c5c5c;
}

.natural-healing {
  background: #919191;
}

.ambiance-atmosphere {
  background: #5c5c5c;
}

.expert-therapists {
  background: #919191;
}

.personalized-experience {
  background: #5c5c5c;
}

/* Gift Cards Section */
.gift-cards-section {
  background: #d2d2d2;
  padding: 80px 0;
}

.gift-cards-title {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #262626;
  margin-bottom: 0;
}
.gift-cards-title2{
  font-size: 48px;
}
.gift-card {
  border-radius: 25px;
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 10px;
}
.icon-about{
    width: 100%;
    max-width: 645px;
    margin: 0px auto;
    overflow: hidden;
}
.icon-about-l
{
    width: 25%;
    float: left;    
}
.icon-about-r{
    width: 25%;
    float: right;    
}
.icon-about-text
{
    width: 50%;
    float: left; 
    text-align: center;  
}
#notification
{
    width:100%;
    background: linear-gradient(30deg, #999, #a7a7a7, #515151, #999);
    position: fixed;
    top: 0;
    z-index:999;    
    text-align:center;
    color:#fff;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display:none;
    padding: 5px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color:#262626;
    text-decoration:none;    
    background:#fff;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
/* Notification */
#linktop {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    background: url(../images/top.webp)0px 0px no-repeat;
    opacity: 1;
    cursor: pointer;
}
#linktop:hover {
    background: url(../images/top-hover.webp)0px 0px no-repeat;
}
#subbar {
    position: fixed;
    z-index: 9;
    right: 0px;
    top: 35%;
    cursor: pointer;
    opacity: 1.0;
    color: #fff;
    text-align: center;
    padding: 6px 16px;
    text-transform: uppercase;
    border: 1px solid transparent;
      border-radius: 999px; /* Bo tròn như viên thuốc */
      background-origin: border-box;
      background-clip: padding-box, border-box;
      background-image: 
        linear-gradient(30deg, #999, #a7a7a7, #515151, #999), /* màu nền xám */
        linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42); /* gradient viền vàng */
}
#subbar:hover
{
    background: linear-gradient(45deg, #be8f42, #f3e7c2, #eac481, #be8f42);
    color: #5c5c5c;    
}
#subbar {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    right: -45px;
    top: 50%;
}
#groupnoti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99999;
    display: block;
}

#noti {
    width: 100%;
    overflow: hidden;
    max-width: 500px;
    margin: 0px auto;
    padding: 10px;
    margin-top: 130px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

    #noti img {
        width: 100%;
        border: 1px solid #ccc;
    }

#closenoti {
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    text-align: right;
}
.Counters {
    width: 100%;
    max-width: 250px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    line-height: 1.7;
    margin-top: 30px;
}
/*Host-a-party*/
.party-page {
    text-align: center;
}
.party {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    margin-top: 70px;
    margin-bottom: 70px;
    background: #f5f5f5;
    padding: 30px;
}
#bSend {
    padding: 16px 30px;
}
#bSend:hover {
    color: #fff;
}
.contact-form2 {
    background: url(../img/dots.png) 0px 0px repeat #e4c78d;
}

#form2 {
    margin-bottom: 50px;
}

.contentparty {
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.txt_hostparty {
    color: #333;
    font-size: 12pt;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.formrowtext {
    text-align: left;
}

.img_hostparty {
    width: 96%;
    max-width: 700px;
    margin: 0px auto;
    margin-top: 20px;
}

    .img_hostparty img {
        width: 50%;
        float: left;
    }

    .img_hostparty img {
        padding-bottom: 15px;
        padding-right: 15px;
    }

.contact_r {
    max-width: 650px;
    width: 100%;
    margin: 0px auto;
    margin-top: 40px;
}

.contact_title {
    font-size: 15pt;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group h5 {
    font-size: 12pt;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#Btn_Party {
    background: #b81414;
    cursor: pointer;
    color: #fff;
    font-size: 12pt;
    text-transform: uppercase;
    max-width: 120px;
    width: 100%;
}
#Btn_Party:hover {
    background: #000;
    color: #fff;
}
/*End-Host-a-party*/
/*Contact form*/
.contact_r {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 15px 0px rgb(62 65 159 / 10%);
}

#form {
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.txtbox {
    border: 1px solid #ccc;
    height: 30px;
    width: 90%;
}

.textarea {
    min-height: 100px;
}

.formrowtop {
    font-weight: bold;
}

.formrow {
    margin-bottom: 10px;
}

.buttonrow {
    text-align: center;
}

#formnotify, #formnotifyS {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 99999;
    display: none;
}

#formnotifycontent, #formnotifycontentS {
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
}

#formnotifyok, #formnotifyokS {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #df811e;
    cursor: pointer;
}

#formsign {
    margin-top: 30px;
}

#formnotifyok:hover {
    background: #be3024;
}

#formpwait, #formpwaitS {
    float: left;
    margin-left: 20px;
    display: none;
}

#formwait {
    display: none;
}
/*Contact form*/
.gift-card:hover {
  transform: translateY(-5px);
}

.gift-card-small {
  height: 240px;
  background: #5c5c5c;
}

.gift-card-large {
  height: 300px;
  background: linear-gradient(30deg, #999, #a7a7a7, #515151, #999);
  transform: scale(1.1);
}

.gift-card-header {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.border-circle{
  border: 1px solid #fff;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  padding: 56px;
}
.brand-name {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
}
.gift-card-content {
  flex: 1;
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  text-align: center;
}

.gift-card-amount {
  font-size: 48px;
  font-weight: 300;
      background: linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1;
}

.gift-card-large .gift-card-amount {
  font-size: 76px;
}

.gift-card-type {
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
  text-transform: lowercase;
}

.gift-card-label {
  font-size: 20px;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gift-card-large .gift-card-label {
  font-size: 24px;
}

.gift-card-btn {
    border: 1px solid transparent;
      border-radius: 999px; /* Bo tròn như viên thuốc */
      background-origin: border-box;
      background-clip: padding-box, border-box;
      background-image: 
        linear-gradient(30deg, #999, #a7a7a7, #515151, #999), /* màu nền xám */
        linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42); /* gradient viền vàng */
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.gift-card-btn a{
  color: #fff;
  text-decoration: none;
}
.gift-card-btn:hover {
  background: #5c5c5c;
  color: white;
}
.gift-card-btn a:hover{
  color: white;
}
/* Mobile responsive for gift cards */
@media (max-width: 768px) {
  .gift-cards-title {
    font-size: 36px;
    letter-spacing: 2px;
  }
  
  .gift-card-large {
    transform: none;
    height: 280px;
  }
  
  .gift-card-small {
    height: 220px;
  }
  
  
  .gift-card-large .gift-card-amount {
    font-size: 56px;
  }
  
  .gift-card-btn {
    font-size: 16px;
    padding: 10px 35px;
  }
}

@media (max-width: 576px) {
  .gift-card-large {
    height: 260px;
  }
  
  .gift-card-small {
    height: 200px;
  }
  
  .gift-card-amount {
    font-size: 36px;
  }
  
  .gift-card-large .gift-card-amount {
    font-size: 48px;
  }
}

/* Info Section */
.info-section {
  background: #666666;
  background: url(../images/footer.webp);
  background: #5c5c5c;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0 60px 0;
}

.info-title {
  font-family: ArgueDEMO;
  font-size: 24px;
  letter-spacing: 2px;
  background: linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* Contact Information */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-item i {
  color: #fff;
  font-size: 18px;
  margin-top: 3px;
  min-width: 20px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-label {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-value {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.contact-value a
{
    text-decoration: none;
    color: #fff;
}
/* Website Links */
.website-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.website-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.website-link:hover {
  color: #d6a737;
  border-bottom-color: #d6a737;
  padding-left: 10px;
}

/* Social Media */
.social-media {
  text-align: left;
}

.social-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.social-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  /*border: 2px solid rgba(181, 140, 111, 0.3);*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}
.social-icons-top a{
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 999px; /* Bo tròn như viên thuốc */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: 
    linear-gradient(30deg, #999, #a7a7a7, #515151, #999), /* màu nền xám */
    linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42); /* gradient viền vàng */
  color: #fff;
}
.social-icon:hover {
  background: linear-gradient(45deg, #be8f42, #f3e7c2, #eac481, #be8f42);
  color: #5c5c5c;
}

/* Divider */
.info-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 140, 111, 0.5), transparent);
  margin: 40px 0 20px 0;
}

/* Business Hours */
.hours-title {
  font-family: ArgueDEMO;
  font-size: 20px;
  letter-spacing: 2px;
  background: linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.business-hours {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}

.hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.day {
  color: #fff;
  font-size: 15px;
}

.time {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .info-section {
    padding: 60px 0 40px 0;
  }
  .navbar .nav-link {
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 25px;
}
  .info-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .img-none{
    display: none;
  }
  .img-about-main
  {
    text-align: center;
  }
  .img-about-main img
  {
    width: 100%!important;
    max-width: 500px!important;
  }
  .contact-item {
    gap: 12px;
  }
  .contact-item i {
    font-size: 16px;
  }
  
  .social-icons {
    justify-content: flex-start;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .business-hours {
    gap: 10px;
  }
  
  .hours-item {
    padding: 8px 15px;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  
  .day, .time {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .social-icons {
    justify-content: center;
  }
  
  .social-media {
    text-align: center;
  }
    .img-about-main img {
        width: 100% !important;
        max-width: 400px !important;
    }
}

/* Mobile responsive for Why Us section */
@media (max-width: 768px) {
  .why-us-section {
    padding: 80px 0 60px 0;
    margin-top: 40px;
  }
  
  .why-us-title {
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .slogan-text {
    font-size: 36px;
}
  .cards-container {
    max-width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  
  .cards-wrapper {
    gap: 20px;
    padding: 15px 0;
  }
  
  .why-us-card {
    flex: 0 0 280px;
    height: 260px;
  }
  
  .card-image {
    flex: 0 0 100px;
    overflow: hidden;
  }
  
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
  }
  
  .card-content {
    padding: 20px 15px;
  }
  
  .card-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  
  .card-content p {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .scroll-controls {
    gap: 10px;
    margin-top: 20px;
  }
  
  .scroll-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .card-icon {
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 576px) {
  .why-us-card {
    flex: 0 0 260px;
    height: 240px;
  }
  .hero-title{
    width: 90%;
  }
  
  .card-image {
    flex: 0 0 90px;
    overflow: hidden;
  }
  #linktop{
   bottom: 150px;
}
.hero-title {
    font-size: 27px;
}
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
  }
  .gift-cards-title2 {
        font-size: 27px;
    }
  .card-content {
    padding: 15px 12px;
  }
  
  .card-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .card-content p {
    font-size: 12px;
  }
  
  .scroll-btn {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.icon-sv img
{
    width: 120px;
}
/* Hero content layout for service pages */
.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  padding: 60px;
}

.hero-main-title {
  font-family: ArgueDEMO;
  font-size: 120px;
  font-weight: 300;
  color: #262626;
  margin: 0 0 40px 0;
  letter-spacing: 8px;
  line-height: 0.9;
  flex: 0 0 auto;
  margin-right: 140px;
}
.hero-main-titlesv{
  color: #262626;
  margin-right: 0px;
  padding-top: 80px;
}
.hero-description {
  flex: 1;
  max-width: 400px;
  color: #262626;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}
.hero-description-mani
{
    width: 100%;
    max-width: 1500px;
    text-align: left!important;
    font-size: 13px;
}
.float-left
{
    float: left;    
}
.float-right
{
    float: right;    
}
.hero-description p {
  margin-bottom: 16px;
}

.hero-description p:last-child {
  margin-bottom: 0;
  font-weight: 500;
}

/* Hero content mobile responsiveness */
@media (max-width: 991.98px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    bottom: 20px;
  }
  
  .hero-main-title {
    font-size: 70px;
    margin-right: 0;
    margin-bottom: 20px;
    letter-spacing: 4px;
  }
  
  .hero-description {
    max-width: 100%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .hero-content {
    padding: 20px 15px;
    bottom: 10px;
  }
  
  .hero-main-title {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  
  .hero-description {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* Services Section Styles */
.services-section {
  padding: 80px 0;
}
.group-sv h2{
  font-family: "Montserrat", sans-serif;
}
.font-sv-title h2{
   font-family: ArgueDEMO; 
}
.service-item {
  margin-bottom: 120px;
}
.service-item-sv{
  margin-bottom: 0px;
}
.service-item:last-child {
  margin-bottom: 0;
}

.service-title-centered {
  /*font-family: ArgueDEMO;*/
  font-size: 48px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 40px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}
.service-title-centered-sv{
  font-size: 30px;
  margin-bottom: 0px;
  text-align: left;
  line-height: 2.5;
}
.service-content-left {
  padding: 20px;
  text-align: left;
}
.price-sv{
  text-align: right;
}
.service-content-right {
  padding: 20px;
  text-align: right;
}

.service-description {
  font-size: 16px;
  line-height: 1.6;
  color: #262626;
  margin-bottom: 30px;
}
.hiring-title{
  color: #fff;
  font-size: 26px;
  background: #5c5c5c;
  text-align: center;
  padding: 20px;
}
.hiring-call{
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  text-align: center;
}
.hiring-call a:hover
{
    color: #fff;
}
.btn-learn-more {
  background: transparent;
  border: 1px solid #262626;
  color: #262626;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border-radius: 20px;
}
.btn-learn-more a{
  color: #262626;
  text-decoration: none;
}
.btn-learn-more:hover {
  background: linear-gradient(45deg, #be8f42, #f3e7c2, #eac481, #be8f42);
  color: #5c5c5c;
}
.btn-learn-more a:hover {
  color: #5c5c5c;
}
.service-pricing-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.service-pricing-right-sv{
  align-items: flex-start;
  line-height: 1.7;
}
.price {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
}

.btn-book-now {
  background: linear-gradient(30deg, #999, #a7a7a7, #515151, #999);
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 60px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-book-now:hover {
  background: linear-gradient(45deg, #999, #a7a7a7, #515151, #999);
}

.service-image-center {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
}

.service-image-center img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-image-center:hover img {
  transform: scale(1.05);
}
/*Egift*/

.error
{
    line-height:40px;
    margin-top:30px;
    text-align: center;
    font-size: 15pt;
    margin-bottom:80px;
}
.error a
{
    color:#000;
}
.egiftcontent
{
    width: 100%;
    margin-top: 70px;   
}
.textbox2
{
    width:500px;
    height:100px;
}
.card_m
{
    max-width: 650px;
    width: 98%;
    border: 1px dashed #ccc;
    background: #f1f1f1;
}

#egifttopnote
{
	color: #000;
	font-family: ArgueDEMO;
	text-align:left;
}

.egiftrow
{
	text-align: left;
	margin-top: 20px;
	color: #000;
	font-family: ArgueDEMO;
    font-weight: 500;
}

#egiftlibrary
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary img
{
	margin: 5px;
	border: 2px solid #ffffcc;
	padding: 2px;
	cursor: pointer;
}

#egiftlibrary img:hover
{
	border: 2px solid #666;
}

.egiftbox
{
	float: left;
	width: 208px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 20px;
}

#cardimg img
{
	width: 100%;
}

#egiftmessagegroup
{
	font-family: Arial;
	font-size: 10pt;
	line-height: 140%;
	overflow: hidden;
	background: #f1f1f1;
	color: #000;
}

.calendar
{
	position: relative;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}
.center_egift
{
    font-family:Arial;
    color:#000;    
    text-align:left;
}
.searchbutton {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	display:inline-block;
	color:#666666;
	font-size:12px;
	padding:6px 24px;
	text-decoration:none;
	cursor: pointer;
	margin-bottom: 20px;
	
	background: linear-gradient(30deg, #999, #a7a7a7, #515151, #999);
    color: white;
    font-family: ArgueDEMO;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
    border: none;
}
.searchbutton:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#262626;
}.searchbutton:active {
	position:relative;
	top:1px;
}
.group-info{
	width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 50px;
    padding-bottom: 120px;
}
.textbox
{
	width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 1rem;
    color: #262626;
    font-family: "Montserrat", sans-serif;
}

#productcart
{
	text-align: center;
	width: 350px;
	border: 1px dashed #e5e5e5;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	float: right;
	margin-right: 10px;
}

#productcart img
{
	border: none;
}

#egifttabbar
{
	margin-bottom: 20px;
	overflow: hidden;
}

.egifttab
{
	float: left;
	height: 35px;
	margin-right: 10px;
	width: 200px;
	font-size: 12pt;
	color: #fff;
	background: #f2c781;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

.egifttab a
{
	height: 35px;
	width: 200px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.egifttab a:hover
{
	background: #666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

.giftselect
{
	background: #666;
}
#dragguide
{
	width: 195;
	height: 19px;
	background: url(../images/dragguide.jpg) 0px 0px no-repeat;
	display: none;
}

.gifttextarea
{
	width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 1rem;
    color: #262626;
}
/*Egift*/
.desktop-hero{
	display: block;
}
.mobi-hero, .mobi-hero2{
	display: none;
}
.menu {
  text-align: center;
  margin-top: 0px;
  margin-left: 20px;
}

.menu ul {
  display: inline-flex;
  gap: 20px;
  padding: 0;
  margin: 5px 0;
  list-style: none;
}

.menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.mg-right{
  margin-right: 14px;
}
/* Mobile Responsiveness */
@media (max-width: 1750px) 
{
    .hero-image {
        width: 100%;
        height: auto;
    }
    .desktop-hero, .mobi-hero2{
	    display: none;
    }
    .mobi-hero{
	    display: block;
    }
    .icon-about2{
      width: 600px;
    }
    .hero-title{
      width: 100%;
    }
}
@media (max-width: 1400px) 
{
    .row1
    {
        width: 100%;
    }
    .row2
    {
        width: 100%;
    }
    .menu ul {
        gap: 25px;
    }
}
@media (max-width: 1300px) 
{
    .menu li a {
        margin-right: 22px;
    }
    .hero-title {
        font-size: 44px;
    }
    .menu ul {
        gap: 6px;
    }
    .mg-right
    {
        margin-right: 5px;
    }
    .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    bottom: 20px;
  }
  
  .hero-main-title {
    font-size: 70px;
    margin-right: 0;
    margin-bottom: 20px;
    letter-spacing: 4px;
  }
  
  .hero-description {
    max-width: 90%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    margin: 0px;
  }
  .icon-sv{
    position: absolute;
    right: 0px;
  }
}
@media (max-width: 1160px) 
{
    .img-none-sv{
        display: none;
    }
}
@media (max-width: 1024px) 
{
    .hero-title {
        font-size: 34px;
    }
    .slogan {
        background: url(../images/footer-mb.webp);
        background-size: cover;
        background-position: center;
        margin-top: 100px;
    }
    .gift-card-amount {
        font-size: 23px;
      }
      .gift-card-label {
        font-size: 14px;
        letter-spacing: 0px;
    }
    
}
@media (max-width: 991.98px) {
  .services-section {
    padding: 60px 0;
  }
  .icon-sv img {
    width: 120px;
    width: 100px !important;
}
  footer::after {
  padding-bottom: 120px;
}
  .social-icons-mb{
    justify-content: center;
    margin-top: 20px;
  }
  .navbar-collapse {
    background: #e1e1e1;
    padding: 20px 30px;
    margin-top: 100px;
}
  .navbar-toggler {
    background: #5c5c5c;
  }
  .navbar .nav-link {
    font-size: 18px;
    padding: 5px 25px;
}
  .icon-about2{
      display: none;
    }
  .service-item {
    margin-bottom: 80px;
  }
  
  .service-title-centered {
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  .service-content-left,
  .service-content-right {
    padding: 20px 15px;
    text-align: center;
  }
  
  .service-description {
    margin-bottom: 20px;
  }
  
  .service-pricing-right {
    align-items: center;
    gap: 10px;
  }
  
  .service-image-center img {
    height: 300px;
  }
  
  /* Stack layout for mobile */
  .service-item .row {
    flex-direction: column;
  }
  .service-item-sv .row {
      flex-direction: inherit;
  }
  .service-item .col-lg-3:first-child {
    order: 2;
  }
  
  .service-item .col-lg-6 {
    order: 1;
    margin-bottom: 20px;
  }
  
  .service-item .col-lg-3:last-child {
    order: 3;
  }
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }
    .service-title-centered span {
        background: #262626;
        padding: 20px 10px;
        color: #fff;
        border-radius: 30px;
    }
    .hiring-title {
        font-size: 21px;
    }
    #egiftlibrary img {
        max-width: 200px;
    }
}
@media (max-width: 576px) {
  .service-title-centered {
    font-size: 28px;
    letter-spacing: 1px;
  }
    .group-info {
        padding: 50px 20px;
        padding-bottom: 120px;
    }
    #egiftlibrary {
        text-align: center;
    }
    #egiftlibrary img {
        max-width: 200px;
    }
  .service-title-centered-sv {
    font-size: 13pt;
}
  .service-description {
    font-size: 14px;
  }
  .hiring-title {
        font-size: 19px;
    }
  .artificial-title{
    font-size: 10pt;
  }
  .slogan {
    background: url(../images/footer-mb2.webp);
    background-size: cover;
    background-position: center;
}
  .service-image-center img {
    height: 250px;
  }
    .desktop-hero{
	    display: none;
    }
    .mobi-hero{
	    display: none;
    }
    .mobi-hero2{
	    display: block;
    }
}
/* Services Categories Styles */
.services-categories {
  padding: 60px 0;
}

.service-category-item {
  padding: 40px 0;
  border-bottom: 2px solid #5c5c5c;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.service-number {
  font-family: ArgueDEMO;
  font-size: 2rem;
  font-weight: 300;
  color: #be8f42;
  min-width: 60px;
}

.service-category-title {
  font-family: ArgueDEMO;
  font-size: 3.5rem;
  font-weight: 400;
  color: #262626;
  letter-spacing: 2px;
  margin: 0;
}

.service-image-right {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
  position: relative;
  margin-bottom: -250px;
  z-index: 1;
}

.service-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f5ede3;
}

/* Service Category Links */
.service-category-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.service-category-link:hover,
.service-category-link:focus,
.service-category-link:active {
  text-decoration: none;
  color: inherit;
}

.service-category-link:hover .service-category-title {
  color: #be8f42;
  transition: color 0.3s ease;
}

/* Responsive layout for tablet and mobile */
@media (max-width: 1024px) {
  .service-category-item {
    flex-direction: column !important;
    padding: 0 0 30px 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    overflow: visible !important;
  }

  .service-image-right {
    order: 1 !important;
    width: 90vw !important;
    max-width: 350px !important;
    height: 175px !important;
    overflow: hidden !important;
    border-top-left-radius: 175px !important;
    border-top-right-radius: 175px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 1 !important;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
  }

  .service-image-right img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    object-position: top !important;
  }

  .service-left {
    order: 2 !important;
    width: 90vw !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 25px 0 25px !important;
    background: transparent !important;
    z-index: 2 !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }

  .service-number {
    font-size: 1.2rem !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
  }

  .service-category-title {
    font-size: 1.1rem !important;
    text-align: right !important;
    text-transform: uppercase;
    font-weight: 600;
    flex: 1 !important;
    margin-left: 20px !important;
    margin-bottom: 0 !important;
  }
}

/* Contact Page Styles */
.contact-section {
  padding: 80px 0;
}

.contact-info-box, .contact-form-box {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  height: 100%;
}

.contact-section-title {
  font-family: ArgueDEMO;
  font-size: 2.5rem;
  color: #262626;
  margin-bottom: 15px;
}

.contact-section-subtitle {
  font-size: 1rem;
  color: #262626;
  line-height: 1.6;
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-item i {
  font-size: 20px;
  color: #262626;
  margin-right: 20px;
  margin-top: 5px;
  width: 25px;
  text-align: center;
}

.info-item strong {
  font-family: ArgueDEMO;
  color: #262626;
  font-size: 1.1rem;
}

.info-item p {
  margin: 5px 0 0 0;
  color: #262626;
}

.business-hours-title {
  font-family: ArgueDEMO;
  font-size: 1.8rem;
  color: #262626;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.business-hours-list li {
  color: #262626;
  margin-bottom: 8px;
}

.form-label {
  font-family: ArgueDEMO;
  color: #262626;
  margin-bottom: 8px;
  font-size: 1rem;
}

.form-control {
  background-color: #f0f0f0;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 1rem;
  color: #262626;
}

.form-control:focus {
  background-color: white;
  border-color: #8e8e8e;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.form-control::placeholder {
  color: #cacaca;
}

.btn-submit-custom {
  border: 1px solid transparent;
      border-radius: 999px; /* Bo tròn như viên thuốc */
      background-origin: border-box;
      background-clip: padding-box, border-box;
      background-image: 
        linear-gradient(30deg, #999, #a7a7a7, #515151, #999), /* màu nền xám */
        linear-gradient(120deg, #be8f42, #f3e7c2, #eac481, #be8f42); /* gradient viền vàng */
        color: #fff;
  font-family: ArgueDEMO;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-submit-custom:hover {
  background-color: #262626;
  color: white;
}
@media (max-width: 991.98px) {
  .contact-info-box, .contact-form-box {
    padding: 30px;
  }
  
}
@media (max-width: 500px) {
    #formnotify, #formnotifyS {
        margin-left: -187px;
    }
    .social-text {
        text-align: left;
    }
    .social-icons {
        justify-content: left;
    }
    .social-icons-mb{
        justify-content: center;
    }
    .icon-sv {
        bottom: -57px;
    }
    .hero-main-title {
        font-size: 55px;
    }
    
  .hero-description-mani
    {
        font-size: 13px;
    }
}
@media (max-width: 375px) {
    .slogan-text {
        font-size: 32px;
    }
    #formnotify, #formnotifyS {
        margin-left: -169px;
    }
    .gift-cards-title {
        font-size: 29px;
    }
    .icon-about-l, .icon-about-r {
        width: 22%;
    }
    .icon-about-text {
        width: 56%;
    }
    .hero-main-title {
        font-size: 50px;
    }
}
@media (max-width: 360px) {
    #formnotify, #formnotifyS {
        margin-left: -163px;
    }
}
@media (max-width: 350px) {
    #formnotify, #formnotifyS {
        margin-left: -155px;
    }
    .hero-main-title {
        font-size: 37px;
    }
    .hiring-title {
        font-size: 17px;
    }
}