/* =====================================================
   ROOT VARIABLES
===================================================== */
:root {
    --primary: #F28202;
    --tint-2: #F6D384;
    --tint-3: #F9E4AD;
    --tint-4: #FCF5D6;
}




/* =====================================================
   GLOBAL STYLES
===================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "SN Pro", sans-serif;
  color: var(--secondary);
}

a {
  color: var(--secondary-black);
  text-decoration: none;
}

p {
  font-size: 14px;
}


.pd50 {
    padding: 80px 0px 100px;
}


/* navbar */

#top_header {
    padding: 16px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--primary);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary);
}


/* Top Contact */
header .topcontact {
  text-align: right;
  padding: 1.5rem 1rem;
  margin-bottom: -4rem;
  font-size: 14px;
}

header .topcontact a {
  display: inline-block;
  margin-right: 20px;
}

header .topcontact a i {
  color: var(--primary);
  margin-right: 8px;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.6rem;
        padding-right: 0;
        font-size: 19px;
    }
}

@media (max-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2.5rem;
        padding-right: 0;
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.8rem;
        padding-right: 0;
        font-size: 18px;
    }
}


.web-logo img {
    width: 90px;
}

/* =====================================================
   SLIDER
===================================================== */
.carousel-caption {
  top: 40%;
}

.carousel-caption h1, .carousel-caption p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
}

.carousel-caption h1 {
  font-size: 45px;
}

/* Scroll indicator */
.scrollToContinue {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 999;
  font-size: 25px;
  color: #fff;
}

.scrollToContinue a {
  color: #fff;
}


/* =====================================================
   ABOUT SECTION
===================================================== */
.subtitle {
  color: var(--primary);
  font-size: 16px;
  margin: 0;
}

.title {
    font-size: 34px;
    margin-bottom: 30px;
}

.learnmore {
  display: inline-block;
  margin-top: 30px;
  text-decoration: underline;
  color: var(--secondary);
}

.learnmore:hover {
  color: var(--primary);
}


/* =====================================================
   SERVICES
===================================================== */
.serbox {
  max-width: 245px;
  margin: auto;
  text-align: center;
}

.serImg {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    padding: 12px;
    border-radius: 50%;
    background: var(--primarybackground);
}

.serbox .desc h6 {
    margin-bottom: 25px;
    font-size: 26px;
}


/* =====================================================
   ROOM SECTION
===================================================== */
.room {
  position: relative;
  background: url("../img/bg.png") no-repeat top center;
}

.room .container {
  position: relative;
  z-index: 2;
}

.room .title {
    color: #040404;
}

.roombox {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.05rem 0.6rem rgba(0, 0, 0, 0.15);
}

.roombox .des {
  position: relative;
  padding: 20px 30px;
}

.roombox .des h6 {
  font-size: 25px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.roombox .des::before {
    content: "";
    position: absolute;
    top: -18px;
    left: -6px;
    width: 102%;
    height: 40px;
    background: #fff;
    transform: rotate(5deg);
    z-index: 1;
}


/* =====================================================
   FOOTER
===================================================== */
footer {
    background: var(--primary);
    padding: 60px 20px 0px;
}

footer h4,
footer p,
footer a {
  color: #fff;
}

footer h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

footer p {
    min-height: 42px;
    font-size: 18px;
    margin-bottom: 0px;
}

footer a:hover {
  color: var(--black);
}

footer i {
    padding-right: 10px;
    font-size: 22px;
}


/* =====================================================
   SCROLL TO TOP
===================================================== */
.scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: none;
  cursor: pointer;
}

.scrollToTop .fa-angle-up {
  color: #fff;
  font-size: 20px;
  padding: 3px 0 0 6px;
}


/* =====================================================
   INNER BANNER
===================================================== */
#banner {
  position: relative;
  padding: 90px 0;
  color: #fff;
  background: linear-gradient(120deg, #0a3d62, #1e6fa3);
  overflow: hidden;
}

#banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 255, 255, 0.15),
    transparent 60%
  );
}

#banner .container {
  position: relative;
  z-index: 1;
}

#banner h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
}


/* Breadcrumb */
#banner .breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 0;
  background: transparent;
}

#banner .breadcrumb li {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}

#banner .breadcrumb li a {
  color: #fff;
  transition: opacity 0.3s ease;
}

#banner .breadcrumb li a:hover {
  opacity: 0.75;
}

.breadcrumb-arrow li + li::before {
  content: "›";
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.6);
}

#banner .breadcrumb li.active span {
  color: #ffd166;
  font-weight: 500;
}


/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {
  #banner {
    padding: 60px 0;
    text-align: center;
  }

  #banner h1 {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  #banner .breadcrumb {
    justify-content: center;
  }
}


/* inner banner */
#innerPageBanner {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 600px;
    top: auto;
    z-index: 1;
}

#innerPageBanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}


#innerPageBanner .inner_banner_wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* about us */
.about-section {
    background: #f8f9fa;
}

.about-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.about-main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-content {
    padding: 10px 0;
}

.about-title {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 36px;
    color: var(--primary);
    font-family: var(--font-family);
}

.about-text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 18px;
}

.about-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.about-logos img {
    transition: all 0.3s ease;
    width: 180px;
    height: 240px;
    border-radius: 20px;
    object-fit: cover;
}

.about-logos img:hover {
    opacity: 1;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .about-title {
        font-size: 1.8rem;
    }
}


/* Core Expertise Section */
.core-services-header {
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--font-family);
}

.core-services-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.core-services-header h2::after {
    content: '';
    display: block;
    width: 130px;
    height: 4px;
    background-color: var(--primary);
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.core-services-header p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .core-services-header h2 {
        font-size: 28px;
    }

    .core-services-header p {
        font-size: 16px;
        line-height: 1.7;
        padding: 0 15px;
    }
}

.services {
    background: #fff;
    padding: 120px 0 60px;
}

.services .service-item {
  position: relative;
  margin-top: 95px;
  font-family: var(--font-family);
}

.services .service-item .icon {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 30px;
    top: -50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    box-shadow: 0 15px 35px rgba(241, 177, 51, 0.35);
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.services .service-item .icon i {
  font-size: 56px;
  color: #fff;
  transition: transform 0.25s ease;
}

.services .service-item:hover .icon {
  transform: translateY(-8px);
}

.services .service-item:hover .icon i {
  transform: scale(1.08);
}

.services .service-item .main-content {
    background-color: var(--tint-4);
    border-radius: 25px;
    padding: 80px 30px 20px;
    margin-right: 80px;
    margin-bottom: 30px;
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
    height: 240px;
}

@media (max-width: 1400px) {
    .services .service-item .main-content {
        padding: 90px 30px 0px;
        height: 280px;
    }

}

@media (max-width: 1200px) {
    .services .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services .service-item .main-content {
        padding: 90px 30px 0px;
        height: 250px;
    }
}


.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 15px;
}

.services .service-item p {
    color: #4a4a4a;
    line-height: 1.6;
    font-size: 16px;
}

@media (max-width: 991px) {
  .services .service-item {
    margin-top: 70px;
  }

    .services .service-item .icon {
        width: 100px;
        height: 100px;
        right: 0px;
    }

  .services .service-item .icon i {
    font-size: 42px;
  }

  .services .service-item .main-content {
    margin-right: 0;
    padding: 70px 25px 45px;
  }

  .kaixi-heading {
    margin-top: 40px;
}
}

@media (max-width: 768px) {
    .services .col-lg-4,
    .services .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .services .service-item .main-content {
        margin-right: 0;
        padding: 70px 25px 45px;
        height: auto; 
    }
}


/* Innovation and Products */

.kaixi-section {
    position: relative;
    padding: 40px 0px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.kaixi-section:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: var(--tint-4);
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.kaixi-heading {
  margin-bottom: 0px;
  margin-left: 60px;
  vertical-align: middle;
}

.kaixi-heading p {
    margin-top: 50px;
    font-size: 18px;
}

.kaixi-carousel-item {
    background-color: var(--primary);
    border-radius: 25px;
    padding: 50px;
}

.kaixi-carousel-item p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 40px;
}

.kaixi-carousel-item img {
  border-radius: 50%;
  max-width: 100px;
  float: left;
  margin-right: 25px;
}

.kaixi-carousel-item span {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}

.kaixi-carousel-item h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
}

.kaixi-carousel-item h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.kaixi-carousel-item li {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-style: italic;
    font-weight: 300;
}

/* KAIXI Membership Section */
.kaixi-membership {
    background-color: #f7f7f7;
    padding: 30px 20px;
    margin-top: 50px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.kaixi-membership p {
    font-size: 16px; 
    color: #333;
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
}

.kaixi-membership img {
    max-width: 100%; 
    height: auto;
    border-radius: 10px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.kaixi-membership img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .kaixi-membership {
        padding: 20px 15px;
    }

    .kaixi-membership p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .kaixi-membership {
        padding: 30px 20px;
    }

    .kaixi-membership p {
        font-size: 14px;
    }
}



/* qualifications */
.kaixi-qualifications {
    padding: 60px 0px 100px;
    border-radius: 20px;
    margin-top: 50px;
}

.kaixi-qualifications-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    line-height: 1.4;
}

.kaixi-qualifications img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.kaixi-qualifications img:hover {
    transform: scale(1.1); 
}

/* products */
.best-deal {
    padding: 80px 0 0px;
    background-color: #f7f7f7;
}

.best-deal .section-heading h6 {
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 10px;
}

.best-deal .section-heading h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

.best-deal .nav-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px;
    margin-top: -90px;
}

.best-deal .nav-tabs {
    border-bottom: none;
}

.best-deal .nav-tabs .nav-item {
    margin-left: 10px;
}

.best-deal .nav-tabs .nav-link {
    color: #333;
    border: 2px solid var(--primary);
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 18px;
}

.best-deal .nav-tabs .nav-link:hover {
    background-color: var(--primary);
    color: #fff;
}

.best-deal .nav-tabs .nav-link.active {
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}

.best-deal .info-table ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.best-deal .info-table ul li {
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #333;
}

.best-deal .info-table ul li span {
    font-weight: 700;
}

.best-deal .icon-button a {
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.best-deal .icon-button a:hover {
    background-color: #333;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .best-deal .nav-wrapper {
        justify-content: center;
        margin-bottom: 20px;
    }

    .best-deal .nav-tabs .nav-link {
        padding: 8px 15px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .best-deal .nav-wrapper {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .best-deal .section-heading h2 {
        font-size: 24px;
    }

    .best-deal .nav-tabs .nav-link {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .best-deal .nav-wrapper {
        margin-top: 0px !important;
    }
}


/* Info Table Styling */
.best-deal .info-table {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.best-deal .info-table:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
}

.best-deal .info-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.best-deal .info-table ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
}

.best-deal .info-table ul li:last-child {
    border-bottom: none;
}

.best-deal .info-table ul li span {
    font-weight: 700;
    color: var(--primary);
    margin-left: 20px;
    text-align: left;
}

.tab-pane h4 {
    line-height: 1.3;
}

.tab-pane p {
    font-size: 20px;
    line-height: 1.6;
}

.tab-pane img {
    object-fit: cover;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .best-deal .info-table {
        margin-bottom: 15px;
        padding: 15px;
        margin-top: 40px;
    }

    .best-deal .info-table ul li {
        font-size: 14px;
        padding: 6px 0;
    }
}

@media (max-width: 576px) {
    .best-deal .info-table {
        padding: 10px;
    }

    .best-deal .info-table ul li {
        font-size: 13px;
    }
}

/* Products details  */
.events-section {
    background-color: #f7f7f7;
}

.section-padding {
    padding: 80px 0;
}

.section-bg {
    background: #f7f7f7;
}

.events-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1f1f1f;
}

.custom-block {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.custom-block-date-wrap {
    background-color: var(--primary, #f1b133);
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

.custom-block-date {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.custom-block-image-wrap {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.custom-block-image {
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.custom-block-image-wrap:hover .custom-block-image {
    transform: scale(1.08);
}

.custom-block-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-block-image-wrap:hover .custom-block-icon {
    opacity: 1;
}

.custom-block-info {
    padding-left: 10px;
}

.events-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f1f1f;
    text-decoration: none;
    display: inline-block;
}

.custom-block-bg .events-title {
    color: #070707;
}

.events-title:hover {
    color: var(--primary, #f1b133);
}

.custom-block-info p {
    color: #555;
    line-height: 1.6;
}

.custom-block-bg .custom-block-info p {
    color: #ddd;
}

.custom-block-span {
    font-weight: 600;
    margin-right: 6px;
    color: var(--primary, #f1b133);
}

.custom-btn {
    background-color: var(--primary, #f1b133);
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: #1f1f1f;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .events-section h2 {
        font-size: 26px;
    }

    .custom-block {
        padding: 20px;
    }

    .custom-block-date {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .custom-block {
        padding: 15px;
    }

    .events-title {
        font-size: 20px;
    }
}

/* product card */
.custom-block {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.custom-block-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.custom-block-image-wrap img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.custom-block-image-wrap:hover img {
    transform: scale(1.08);
}

.custom-block-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-block-image-wrap:hover .custom-block-icon {
    opacity: 1;
}

.custom-block-info {
    padding-left: 20px;
}

.events-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}

.events-title:hover {
    color: var(--primary);
}

.custom-block-info ul {
    padding-left: 18px;
    margin-bottom: 20px;
}

.custom-block-info ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.custom-block-info a[href]:last-child {
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.row.custom-block.mb-3.custom-block-bg {
    background: var(--tint-4);
}

.row.custom-block.mb-3.custom-block-bg li {
    color: #0a0a0a;
}

/* Responsive */
@media (max-width: 991px) {
    .custom-block-info {
        padding-left: 0;
        margin-top: 20px;
    }

    .events-title {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .custom-block {
        padding: 20px;
    }

    .events-title {
        font-size: 20px;
    }
}

/* VIEW MORE BTN*/
.fancy-view-btn {
    position: relative;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    transition: all 0.35s ease;
    overflow: hidden;
    z-index: 1;
}

.fancy-view-btn.btn-outline-primary {
    color: var(--primary);
    border: 2px solid var(--primary);
    background: transparent;
    margin-bottom: 50px;
}

.fancy-view-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transition: all 0.35s ease;
    z-index: -1;
}

.fancy-view-btn:hover::before {
    left: 0;
}

.fancy-view-btn:hover {
    color: #fff;
    box-shadow: 0 8px 20px rgba(206, 145, 13, 0.35);
    transform: translateY(-2px);
}

.fancy-view-btn i {
    transition: transform 0.3s ease;
}

.fancy-view-btn:hover i {
    transform: translateX(6px);
}

/*  */

.properties.section {
    padding: 80px 0;
}

section.properties.section h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 60px;
}

.properties .item {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.35s ease;
    height: 100%;
}

.properties .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.properties .item img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.properties .item:hover img {
    transform: scale(1.08);
}

.properties .category {
    display: inline-block;
    margin: 18px 20px 5px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    border-radius: 20px;
}

.properties h6 {
    margin: 30px 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #f1b133;
}

.properties h4 {
    margin: 8px 20px 10px;
    font-size: 18px;
    line-height: 1.4;
}

.properties h4 a {
    color: #212529;
    text-decoration: none;
    transition: color 0.3s ease;
}

.properties h4 a:hover {
    color: #0d6efd;
}

.properties ul {
    margin: 0 20px 20px;
    padding: 0;
    list-style: none;
}

.properties ul li {
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: 6px;
    display: flex;
}

.properties ul li span {
    font-weight: 600;
    color: #212529;
}

.properties .main-button {
    padding: 20px;
    border-top: 1px solid #eee;
}

.properties .main-button a {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ffc107, #f1b133);
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.35s ease;
    justify-content: center;
}

.properties .main-button a:hover {
    box-shadow: 0 8px 20px rgba(253, 189, 13, 0.4);
    transform: translateY(-2px);
}

.spec-list-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spec-list-icons li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.spec-list-icons li i {
  font-size: 18px;
  color: var(--primary);
  margin-right: 8px;
}

.modal-body p {
    font-size: 20px;
}

.modal-body span {
    font-size: 18px;
}

/* gallery */
/* ===============================
   GALLERY SECTION
================================ */
.kx-gallery {
  padding: 80px 0;
  background-color: #fafafa;
}

.kx-gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.kx-gallery-header {
  text-align: center;
  margin-bottom: 50px;
}

.kx-gallery-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.kx-gallery-desc {
  font-size: 15px;
  color: #777;
  max-width: 600px;
  margin: 0 auto;
}

.kx-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.kx-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background: #000;
}

.kx-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover Effects */
.kx-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.kx-gallery-icon {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.kx-gallery-card:hover img {
  transform: scale(1.1);
}

.kx-gallery-card:hover .kx-gallery-overlay {
  opacity: 1;
}

.kx-gallery-card:hover .kx-gallery-icon {
  transform: scale(1);
}

/* model */

.kx-gallery-modal .modal-dialog {
  max-width: 1200px;
}

.kx-gallery-modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.kx-gallery-modal.modal {
  background: rgba(0, 0, 0, 0.85);
}

.kx-gallery-modal .modal-body {
  padding: 0;
  display: flex;
  justify-content: center;
}

.kx-gallery-modal-img {
  max-height: 85vh;
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
  background: #111;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.6);
}

.kx-gallery-modal .btn-close {
    position: absolute;
    top: 0px;
    right: 200px;
    z-index: 10;
    opacity: 0.9;
    transform: scale(1.2);
}

.kx-gallery-modal .btn-close:hover {
  opacity: 1;
  transform: scale(1.35);
}

.kx-gallery-modal.fade .modal-dialog {
  transform: scale(0.96);
  transition: transform 0.3s ease;
}

.kx-gallery-modal.show .modal-dialog {
  transform: scale(1);
}

/* contact */

.contact-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px 35px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border: 2px solid #F1B133;
}

.contact-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #111;
}

.contact-card .details p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.contact-method {
  background: var(--tint-4);
  border-radius: 10px;
  padding: 18px 20px;
  flex: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-method h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.contact-method p {
  font-size: 14px;
  color: #666;
}

.contact-method a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
}

.contact-method a:hover {
  text-decoration: underline;
}

.contact-method:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.gray {
  color: #777;
}

@media (max-width: 767px) {
  .contact-card {
    padding: 30px 25px;
  }

  .contact-card h3 {
    font-size: 22px;
  }
}

.form-bg {
  background: var(--tint-4);
  border-radius: 14px;
  padding: 40px 35px;
  height: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.form-section {
  width: 100%;
}

.reservation-form-control {
    width: 100%;
    height: 48px;
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 16px;
}

textarea.reservation-form-control {
  height: auto;
  min-height: 120px;
  resize: vertical;
}

.reservation-form-control:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.reservation-form-control::placeholder {
  color: #5e5e5e;
  font-size: 18px;
}

.form-group {
  margin-bottom: 16px;
}

.btn-submit {
    background-color: var(--primary);
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  color: #fff;
}

.btn-submit:focus {
  box-shadow: none;
}

.form-bg .alert {
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}

.form-bg .alert.success {
  background: #e9f7ef;
  color: #1e7e34;
  border: 1px solid #cde9d7;
}

@media (max-width: 767px) {
    .form-bg {
        padding: 30px 25px;
        margin-top: 40px;
    }
}

/* location map */
.map-row{
    margin: 100px 0;
}

.location-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
  filter: grayscale(10%) contrast(1.05);
  transition: filter 0.3s ease;
}

.location-map:hover iframe {
  filter: grayscale(0%) contrast(1.05);
}


.location-map::before {
  content: "Our Office Location";
  position: absolute;
  top: 16px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 2;
}

@media (max-width: 767px) {
  .location-map iframe {
    height: 320px;
  }
}


/*  */
@media (max-width: 992px) {
.navbar-expand-lg .navbar-nav
 {
        font-size: 18px !important;
    }
}

/* home */
.carousel-caption.d-none.d-md-block p {
    font-size: 18px;
}

.services {
    position: relative;
}

.services.pd50 {
    padding: 60px 0;
}

.services h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.services h1::after {
    content: "";
    width: 120px;
    height: 4px;
    background: var(--primary, #EED484);
    display: block;
    margin: 12px auto 0;
    border-radius: 2px;
}

.services p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #333a41;
}

.services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(238,212,132,0.08), transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(31,45,61,0.05), transparent 40%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .services h1 {
        font-size: 28px;
    }

    .services p {
        font-size: 14px;
        padding: 0 15px;
    }
}


.roombox img {
    width: 410px;
}

.web-logo.d-flex h1 {
    font-size: 28px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--primary);
    padding-top: 40px;
}

.web-logo.d-flex {
    align-items: center;
}

section.kaixi-membership h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    color: #161616;
}

/* nav active */

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    transition: color 0.2s ease;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item.active > .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-light .navbar-nav .nav-link:focus {
    color: var(--primary);
}

/*  */
.scrollup {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 42px;
    height: 42px;
    background: #1d1d1d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, background 0.3s ease;
}
.scrollup.show {
    opacity: 1;
    visibility: visible;
}

.scrollup:hover {
    color: var(--primary);
}

.scrollup i {
    line-height: 1;
}

.web-logo {
    align-items: center;
}

.logo-img {
    max-height: 90px; 
    transition: max-height 0.3s ease;
}

.logo-text h1 {
    font-size: 18px; 
    font-weight: 700;
    line-height: 1.1;
    color: #1f2d3d;
}

.logo-text span {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
}

/* Medium screens and up */
@media (min-width: 768px) {
    .logo-img {
        max-height: 80px;
    }
    .logo-text h1 {
        font-size: 24px;
    }
    .logo-text span {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .logo-img {
        max-height: 100px;
    }
    .logo-text h1 {
        font-size: 28px;
    }
    .logo-text span {
        font-size: 18px;
    }
}

.roombox {
    width: 100%;
    box-sizing: border-box;
}

.roombox img {
    width: 100%;
    height: auto;
    display: block;
}

.aboutus p {
    font-size: 20px;
}

.desc h6 {
    font-weight: bold;
}

.product a :hover{
    color: var(--primary);
}

footer li {
    color: #fff;
    text-decoration: none;
    list-style: none;
    margin-left: -40px;
    margin-bottom: 10px;
    font-size: 18px;
}

footer hr{
    color: #fff;
}

.footer p{
    font-size: 16px;
}

@media (min-width: 768px){
    .goodwe{
    margin-top: 10px;
}
}

.social-icons {
    margin-bottom: 20px;
}

.copyright p{
    font-size: 16px;
}

/*  */
.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.gallery-arrow:hover {
    background: rgba(0,0,0,0.8);
}

.gallery-prev {
    left: 15px;
}

.gallery-next {
    right: 15px;
}

/* Gallery Card Wrapper */
.kx-gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Image */
.kx-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Overlay */
.kx-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease;
}

/* Icon */
.kx-gallery-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transform: scale(0.8);
  transition: transform 0.35s ease;
}

/* Hover Effects */
.kx-gallery-card:hover img {
  transform: scale(1.08);
}

.kx-gallery-card:hover .kx-gallery-overlay {
  opacity: 1;
}

.kx-gallery-card:hover .kx-gallery-icon {
  transform: scale(1);
}

/* Mobile friendly */
@media (max-width: 575px) {
  .kx-gallery-card {
    border-radius: 10px;
  }
}

/*  */
#google_translate_element{
    padding-left: 20px;
}

.wechat img{
    width: 100px;
}

.carousel-item {
    position: relative;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    z-index: 2; 
}

@media (max-width: 568px) {

    .carousel-item {
    height: 200px;
}

    .carousel-item img {
    height: 200px;
    overflow: hidden;
    object-fit: cover;
}

.carousel-caption {
    display: none;
}
}

@media (max-width: 768px) {

    .carousel-caption {
        top: 20%;
    }

    .carousel-caption p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
}

.carousel-caption h1 {
    font-size: 35px;
}

}