/* Fonts */
:root {
  --default-font: "Poppins", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --body-font:  "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --color-primary:#E4B946;
  --background-primary:#5F5F5F;
  --background-second: #FFF5DA;
  --background-color:#ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #1C0F13; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #242527;; /* Color for headings, subheadings and title throughout the website */
  --title-color:#2C1B20;
  --accent-color: #E4B946;; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #F3F3F3; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --background-color-footer:#2C1B20;
  --background-btn-second:#F9FAFB;
  --body-color:#767676;
  --primary-black: #1C0F13;
  --color-dark: #5F5F5F;
  --color-text-dark:#1C0F13;
  --color-text-body:#374151;
  --background-gradient: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%);
  
}


/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {

  --nav-color:#E5E7EB ;  /* The default color of the main navmenu links */
  --nav-hover-color:#E4B946; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #0a0f14; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #E4B946; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Smooth scroll */
:root {
scroll-behavior: smooth;
}
.visuallyhidden {
  display: none;
}

 .isDesktop {
    display: none;
}
.isMobile {
  display: none;
}
@media (max-width: 1024px) {
  .isMobile {
    display: block;
  }
}
@media (min-width: 1025px) {
  .isDesktop {
    display: inline-block;
  }
}

.bg-second {
  background-color: var(--background-second);
}
.hdg_lv1_blog h1 {
  color: #242527;
  font-family: var(--heading-font);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; 
  text-transform: capitalize;
}

@media (max-width:768px) {
  .hdg_lv1_blog h1 {
    font-size: 30px;
    font-style: normal;
  }
}
@media (max-width:400px) {
  .hdg_lv1_blog h1 {
    font-size: 26px;
    font-style: normal;
  }
}
nav.breadcrumb {
    border-bottom: 1px solid #DFE4EA;
    padding: 0px 0 20px;
}
.blog-section {
    margin-top: 44px;
    position: relative;
    clear: both;
    overflow: hidden;
}
form.search-form input.form-control {
    padding: 11px 16px;
    border-radius: 0;
}
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
    color: var(--body-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
  }
  
  a {
    color: var(--default-color);
    text-decoration: none;
    transition: 0.3s;
  }
  
  a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
  }
  p, span {
    font-family: var(--body-font);
  }
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--body-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}
@media (max-width: 768px) { 
  section, .section { padding: 40px 0;}
  .container, .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
  }

  .header .container {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
 
}
.hdg_lv1_primary {
  color:var(--default-color);
}
.custom-input {
  border: none;
  border-bottom: 1px solid #767676;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.custom-input:focus {
  box-shadow: none;
  outline: none;
  border-bottom-color: #767676; /* giữ màu viền khi focus */
}
.img_wraper {
  border: 16px solid #FFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}
@media (max-width:768px) {
 .img_wraper { 
  margin-top: 24px;
 }
 .invest-sec2.section .section-title2 h2 {
  margin-bottom: 12px;
 }
 .sec-gi-ad .section-title-middle h2,
 .investment-sectors .section-title-middle h2{
  margin-bottom: 24px;
 }
 .sec-gi-ad .content p:last-child {
   margin-bottom: 0px;
 }
}
.invest-sec2 .bx_thumbs_x1 {
  position: relative;
  overflow: hidden;
  border: 10px solid #FFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}
@media (min-width:992px) {
  .invest-sec2 .bx_thumbs_x1 { height: 398px; }
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.portfolio-content {
  max-width: 602px;
}
section#FAQs {
    background: #F9FAFB;
}
#our-es,
.oes-services-section {
    background-color: #F9FAFB;
}
.ks-services-section .section-title p:last-child{
  margin-bottom: 0;
}
@media (min-width:992px) {
  .ks-services-section .section-title h2{
    margin-bottom: 0;
  }
  
}
.oes-services-section .oes-service-card {
  background-color: #FFF;
}
.section-title {
  text-align: left;
  position: relative;
}
.section-title h1 {
  color: var(--default-color);
}

.section-title h2 {
  margin-bottom: 24px;
  padding-top: 16px;
  font-family: var(--heading-font);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; 
  text-transform: capitalize;
  background: var(--default-color);
  color: var(--default-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;



}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 9px;
  background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%);
  left: 0;
  right: 0;
  top: 0px;
  
}


.section-title2 {
  
   position: relative;
}

.section-title2 h2 {
  color: var(--heading-color);
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.section-title2 h3 {
  color: var(--heading-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  position: relative;
  word-break: auto-phrase;
}
@media (max-width:768px) {
  .section-title2 h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
}
.section-title h4 {
  color: var(--heading-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-title-middle {
  color: var(--heading-color);
  text-align: center;
  position: relative;
}

.section-title-middle h2 {
  font-size: 46px;
  font-weight: 600;
  margin:0 0 24px;
  padding-top: 16px;
  position: relative;
}

.section-title-middle h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 9px;
 background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%);
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width:768px) {
  .community-sec1 .section-title2 h2 {
    padding-bottom: 12px;
  } 
  #cta2-section {
    display: none;
    visibility: hidden;
  }
  .areas-wrapper {
    margin-top: 24px;
  }
  .section-title h2,
  .section-title2 h2,
  .section-title-middle h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin:0 ;
    
  }
  .section-title-middle h2 {
    padding-top: 12px;
  }
  .section-title h4 {
    font-size: 24px;
    line-height: 32px;
  }
   
  .ks-services-section .section-title h2,
  .featured-services .section-title h2, 
  .our-es-section .section-title h2,
  .project-acq-3 .section-title h2,
  .our-gallery-section .section-title h2,
  .page-template-community-charity .blogs-article .section-title h2,
  .page-template-community-charity .stats-counter2 .section-title h2,
  .page-template-home-template .slider-current .section-title h2 { 
    text-align: center;
    margin-bottom: 8px;
   }
   .ks-services-section .section-title h2::before,
  .featured-services .section-title h2::before,
  .our-es-section .section-title h2::before,
  .project-acq-3 .section-title h2::before,
  .our-gallery-section .section-title h2::before,   
  .page-template-community-charity .blogs-article .section-title h2::before,
  .page-template-community-charity .stats-counter2 .section-title h2::before,
  .page-template-home-template .slider-current .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 9px;
    background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%);
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    text-align: center;
  }
  section.logo_clients {
    padding:32px 0;
  }
 .featured-services .section-title h2 {
      margin-bottom: 24px;
    }   
  .our-proccess .section-title-middle h2 {
    margin-bottom: 8px;
  }
.our-gallery-section .section-title h2 {
  margin-bottom: 24px;
}

    
.oes-services-section {
  margin-top: 24px;
}
.our-es-section .mb-0 {
  text-align: center!important;
}
.page-template-community-charity .stats-counter2 .section-title {
    padding-bottom: 12px;
}

.page-template-community-charity .stats-counter2 .section-title .description {
  text-align: center;
  }
}
.section-title h3 {
  font-family: var(--heading-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section-title .title-shape {
  width: 200px;
  height: 20px;
  margin: 0 auto;
  color: var(--accent-color);
  opacity: 0.5;
}

.section-title .title-shape svg {
  width: 100%;
  height: 100%;
}
.section-title-middle p,
.section-title2 p,
.section-title p {
  margin: 0px auto 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #6B7280;
  line-height: 26px;
}
.font_sz_20 p {
  position: relative;
  color: #374151;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width:991px) {
  .font_sz_20 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
  }
 .font_sz_20 p:last-of-type{
    margin-bottom: 0 !important;
  }
}
p.font_size_16 {
font-family: var(--body-font);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.section .btn.btn-yellow,
.section .btn.btn-dark {
  margin-top: 9px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--default-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; 
  text-transform: uppercase;
  border-radius: 0;
  border:0;
  transition: all 0.3s ease;
}
.section .btn.btn-dark {
  color:  #E4B946;
   background: #1C0F13;
}
.section .btn.btn-dark:focus,
.section .btn.btn-dark:hover {
  color: #1C0F13;
  background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%);
  
}
.section .btn.btn-yellow {
  color:  #1C0F13;
  background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%);
}
.section .btn.btn-yellow:focus,
.section .btn.btn-yellow:hover {
  color: #E4B946;
  background: #1C0F13;
  
}

.link_comment:visited,
.link_comment:link,
.link_comment {
  color:  #E4B946;
  font-family: var(--default-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  cursor: pointer;

}
@media (max-width: 768px) {
  .section-title h2:after {
    width: 78px;
    height: 6px;
  }
  .section-title .subtitle-wrapper .subtitle {
    font-size: 13px;
  }
  .section-title-middle p,
  .section-title2 p,
  .section-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/* Đặt giới hạn cho container chính */
@media (min-width: 1921px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px; /* Hoặc 1600px, tùy thiết kế */
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
.header {
  transition: all 0.5s;
  z-index: 997;
  background: #5F5F5F;
  padding: 15px 0;
}
/* Kiểu chữ cho logo (nếu dùng text fallback) */
.header .logo .site-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header.scrolling-up {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background-color: var(--background-primary);
}

.mobile-nav-toggle {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/* Hiển thị mặc định */
#header {
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
/* Khi scroll xuống – ẩn */
.hide-header {
  transform: translateY(-100%);
  opacity: 0;
}

.hide-toggle {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.header .top-row {

}

.header .top-row .logo {
  text-decoration: none;
}

.header .top-row .logo img {
  max-height: 40px;
  margin-right: 10px;
}
.custom-logo-link img {
    width: 291px;
    height: 48px;
    
}
.header .custom-logo-link img {
    width: 291px;
    height: 48px;
    flex-shrink: 0;
    aspect-ratio: 97 / 16;
}
@media (max-width:600px) {
  .header .custom-logo-link img { 
    width: 85%;
  }
}

.header .top-row .logo .sitename {
  font-size: 32px;
  font-weight: 400;
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin: 0;
}

.header .top-row .logo span {
  color: var(--accent-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.header .social-links a {
  color: var(--heading-color);
  padding: 0 8px;
  display: inline-block;
  font-size: 18px;
  transition: 0.3s;
}

.header .social-links a:hover {
  color: var(--accent-color);
}

@media (max-width: 1200px) {
    .header .logo {
        order: 1;
    }
    .header .navmenu {
        order: 3;
    }

  .header .social-links {
    padding-right: 40px;
  }
}

.header .search-form {
  position: relative;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.header .search-form .form-control {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 7px 40px 7px 15px;
  background: transparent;
  transition: 0.3s;
  color: var(--default-color);
  font-size: 14px;
}

.header .search-form .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.header .search-form .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: none;
}

.header .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: 0;
  color: var(--heading-color);
  transition: 0.3s;
}

.header .search-form button:hover {
  color: var(--accent-color);
}

@media (max-width: 1200px) {
  .header .search-form {
    display: none;
  }
}

.header .nav-wrap {
  /* background-color: color-mix(in srgb, var(--default-color), transparent 96%); */
  margin-top:0px;
  display: flex;
  justify-content: center;
}

.header .mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 5px;
}
/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.contacts-item-content {
  padding: 40px 32px;
  /* word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all; */

}

@media (max-width:768px) {
  .contacts-item-content {
    padding: 40px 10px;
  } 
  .contacts-item-cta .btn {
    width: 100%;
  }
   .contacts-item-cta .btn + .btn{
    margin-top: 20px;

  }
}

/* /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero_ishome {
    width: 100%;
    padding: 80px 0;
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    background-color: #000;
    
}
.hero_ishome .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero_ishome .video-asset {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.hero_ishome .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.hero_ishome .z-index-content {
    z-index: 3;
    width: 100%;
}

.hero_ishome .hero-image {
    max-height: 80vh;
    object-fit: contain;
}

.hero_ishome .hero-title, 
.hero_ishome .hero-subtitle {
    color: #ffffff;
}
.hero_ishome .hero-subtitle, .hero_ishome .hero-subtitle {
    font-family: var(--heading-font);  
}
.hero_ishome_content {
    position: relative;
    z-index: 100;
}
@media (min-width:992px) {
  .hero_ishome_content {
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    width: 773px;
    padding: 40px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
  }
}

.hero_ishome .hero-title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.hero_ishome .hero-subtitle {
  color: #C4C4C4;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
}


.hero_ishome .btn-discover {
    display: inline-block;
    background: var(--gradient, linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%));
    color: var(--color-text-dark);
    margin-top: 16px;
    padding: 12px 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0; 
    transition: all 0.3s;
}

.hero_ishome .btn-discover:hover {
    background: #1C0F13;
    color: #E4B946;
}
@media (min-width: 1921px) {
    .hero_ishome .hero-image-wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 80%; 
        height: 100%; 
        display: flex;
        align-items: end;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) and (max-width: 1920px) {
    
    .hero_ishome .hero-image-wrap {
        position: absolute;
        top: 0;
        right: 0;
       width: 45%; 
        height: 100%; 
        display: flex;
         align-items: end;
        justify-content: flex-end;
    }
    .hero_ishome .hero-image {
        max-width: none; 
        width: 70%; 
        height: auto;
        max-height: 100%; 
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .hero_ishome {
        text-align: center;
        padding: 72px 0 48px;
        min-height: 56vh;
    }
    .hero_ishome .hero-title {
      font-size: 32px;
      text-align: left;
      padding: 0;
      margin-bottom: 0;
    }
    .hero_ishome .hero-image-wrap {
        margin: 0px 0 60px;
        padding: 0;
        position: static; 
        
        height: auto;
    }
    .hero_ishome_content {
      margin-top: 16px;
      background: rgba(0, 0, 0, 0.30);
      padding: 40px 20px;
    }
    .hero_ishome .hero-image {
        max-width: 100%;
        
        margin: 0 auto;
    }
  
    .hero_ishome .hero-subtitle {
      text-align: left;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }
    .hero_ishome .btn-discover {
      display: block;
      font-size: 14px;
      font-weight: 500;
        padding: 12px 15px;
    }
    
} 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    --default-color: #ffffff;
    --background-color: #000000;
    --heading-color: #ffffff;
    width: 100%;
    min-height: calc(80vh - 100px);
    /* min-height: 582px; */
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-color);
  }
  
  .hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    z-index: 1;
  }
  
 
  .hero .container {
    position: relative;
    z-index: 3;
  }
  .hero-banner-section {
    position: relative;
    width: 100%;
    /* min-height: 75vh;  */
    height: 582px;
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    overflow: hidden;
}
@media (min-width: 1441px) {
    .hero-banner-section {
        height: 582px; 
    }
}
@media (max-width: 1440px) and (min-width: 1024px) {
    .hero-banner-section {
        height: 40vw; 
        min-height: 450px;
    }
}
.hero-inner {
    width: 100%;
    padding: 100px 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.35);  */
    z-index: 1;
}

.hero-banner-section .container {
    z-index: 2; 
}

@media (max-width: 768px) {
    .hero-banner-section {
        min-height: 50vh; 
    }
   
}

  .hero h1 {
    font-family:var(--heading-font);
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px; 
    text-transform: capitalize;
  }

  .hero h2 {
    margin: 0;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px; 
    text-transform: capitalize;
  }
  
  .hero p {
   text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 0 0;
  }
  .btn-get-started,
  .hero .btn-get-started {
    font-family: var(--default-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 32px;
    padding: 16px 32px;
    border-radius: 0px;
    transition: 0.3s;
    background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%); 
    color: #1C0F13;
  }
  .btn-get-started:hover,
  .hero .btn-get-started:hover {
    background: #1C0F13;
    color: #E4B946;;
  }
  @media (max-width:991px) {
    .btn-get-started,
    .hero .btn-get-started{
      padding: 8px 20px;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px
    }
    .hero p {
      margin: 0px 0 0 0;
    }
  }
  .hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    font-weight: 600;
    color: var(--default-color);
  }
  
  .hero .btn-watch-video i {
    color: var(--accent-color);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }
  
  .hero .btn-watch-video:hover {
    color: var(--accent-color);
  }
  
  .hero .btn-watch-video:hover i {
    color: color-mix(in srgb, var(--accent-color), transparent 20%);
  }
  @media (max-width:768px) {
    .hero {
      min-height: calc(430px - 0px);
      height: 430px;
      max-height: 430px;
    }
    .hero h1 {
      font-size: 32px;
      font-weight: 700;
      line-height: normal;
    }
    .hero h2 {
      font-size: 32px;
      line-height: normal;
    }
  
    .hero p {
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px
    }
  }
   @media (max-width:768px) {
    .hero h1 {
      font-size: 28px;
      line-height: normal;
    }
    .btn-get-started, .hero .btn-get-started {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 20px;
    }
    .cta-banner  .btn-get-started {
       margin-top: 32px;
    }
 }

.project-acq-3 {
    background: #F9FAFB;
} 
/*--------------------------------------------------------------
# About Us Section (Mission & Vision)
--------------------------------------------------------------*/
.about-us {
    background: #ffffff;
}
.about-us .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
    line-height: 1.2;
}
.about-us-card {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
 
}
@media (min-width:992px) {
  .about-us-bxnail .about-large-image{
      /* height: 345px;
      width: 276px; */
      object-fit: cover;
  }
}

.about-us-bxnail img {
  border:10px solid #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.about-us-card img {
  width: 100%;
  object-fit: cover;
  border:10px solid #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.about-us p {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}
.about-us .vision-text {
  color:  #374151;
  text-align: left;
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.about-us .vision-text p:last-child{
  margin-bottom: 0;
}
.about-us .vision-text2 {
color:  #374151;  
text-align: justify;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
/* Thêm hiệu ứng cho ảnh (bo góc, đổ bóng) */
.about-us .about-us-card .about-large-image,
.about-us .about-us-card  .about-small-image {
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.about-us .about-us-card .about-large-image {
  width:276px ;
  height:345px;
}
.about-us .about-us-card:hover img
{
    transform: scale(1.03);
}
.about-us .mission-block {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
    .about-us {
        text-align: center;
    }
    .about-us .mission-block {
      margin-bottom: 24px;
    }
    
    .about-us .section-title {
		font-size: 32px;
		margin-bottom: 8px;
		padding-bottom: 0px;
    }
    .about-us .vision-text2,
    .about-us .vision-text {
		font-size: 16px;
		line-height: 24px;
    }
    .about-us .vision-text2 {
      padding-bottom: 0px;
      margin-bottom: 0px;
    }
    .project-sec1 .project-sec1-text {
      padding-top: 24px;
    }
  
}
/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
    background: var(--color-primary);
    padding: 40px 0;
}

.stats-counter .stat-item {
    padding: 20px 0;
}

.stats-counter .stat-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* Style cho các đơn vị nhỏ (projects, millions) 
  và dấu + hoặc %
*/
.stats-counter .stat-unit,
.stats-counter .stat-percent {
  color:#5F5F5F;
  font-family: var(--default-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 5px;
  position: relative;
  bottom:0px; 
}

.stats-counter .stat-plus,
.stats-counter .stat-percent {
  color:  #1C0F13;
  font-family: var(--heading-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  top: 0px;
}
.stats-counter .stat-plus {
  margin-left: -10px;
}
.stats-counter .stat-label {
  font-family: var(--default-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; 
  text-transform: uppercase;
  color: var(--color-text-dark);
  letter-spacing: 0.5px;
  margin: 10px 0 0 0;
}

/* Căn giữa trên mobile */
@media (max-width: 768px) {
    .stats-counter .stat-item {
      padding: 16px 0 0;
      text-align: center;
    }
    .stats-counter {
      padding: 24px 0;
  }
  .stats-counter2 .col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }
.hero:before {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
	position: absolute;
	inset: 0;
	z-index: 2;
  }
  .hero .content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  
  @media (max-width: 991px) {
    .hero .content h2 {
      font-size: 2.5rem;
    }
  }
  
  .hero .content .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
  }
  
  .hero .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  
  @media (max-width: 576px) {
    .hero .cta-buttons {
      flex-direction: column;
    }
  }
  
  .hero .cta-buttons .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  
  .hero .cta-buttons .btn.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
  }
  
  .hero .cta-buttons .btn.btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    border-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    transform: translateY(-2px);
  }
  
  .hero .cta-buttons .btn.btn-outline {
    border: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    color: var(--accent-color);
    background: transparent;
  }
  
  .hero .cta-buttons .btn.btn-outline:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: translateY(-2px);
  }
  
  .hero .hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
  }
  
  @media (max-width: 576px) {
    .hero .hero-stats {
      flex-direction: column;
      gap: 1.5rem;
    }
  }
  
  .hero .hero-stats .stat-item .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1;
  }
  
  .hero .hero-stats .stat-item .stat-label {
    font-size: 0.9rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-top: 0.5rem;
    display: block;
  }
  
  .hero .hero-image {
    position: relative;
    padding: 2rem;
  }
  
  .hero .hero-image img {
    position: relative;
    z-index: 2;
  }
  
  .hero .hero-image .shape-1,
  .hero .hero-image .shape-2 {
    position: absolute;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    z-index: 1;
  }
  
  .hero .hero-image .shape-1 {
    width: 300px;
    height: 300px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    top: -20px;
    right: -20px;
    animation: morphShape 15s linear infinite;
  }
  
  .hero .hero-image .shape-2 {
    width: 200px;
    height: 200px;
    background-color: color-mix(in srgb, var(--heading-color), transparent 90%);
    bottom: -20px;
    left: -20px;
    animation: morphShape 20s linear infinite reverse;
  }
  
  @media (max-width: 991px) {
    .hero {
      text-align: center;
      padding: 100px 20px;
      margin-top: 70px;
    }
    .hero .container{
      padding-left: 0px!important;
      padding-right:0px!important;
      
    }
  
    .hero .cta-buttons {
      justify-content: center;
    }
  
    .hero .hero-stats {
      justify-content: center;
    }
  
    .hero .hero-image {
      margin-top: 3rem;
    }
  }
  
  @keyframes morphShape {
    0% {
      border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
  
    25% {
      border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
  
    50% {
      border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }
  
    75% {
      border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
  
    100% {
      border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
  }
  /*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-image {
    position: relative;
  }
  
  .about .about-image img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  
  .about .about-content {
    padding-left: 2rem;
  }
  
  @media (max-width: 991.98px) {
    .about .about-content {
      padding-left: 0;
      margin-top: 3rem;
    }
  }
  
  .about .about-content .subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--accent-color);
    margin-bottom: 1rem;
    display: block;
  }
  
  .about .about-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  
  .about .about-content .lead {
    font-size: 1.1rem;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
  }
  
  .about .personal-info {
    margin-top: 2rem;
    padding: 2rem;
    background-color: var(--surface-color);
    border-radius: 1rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }
  
  .about .personal-info .info-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .about .personal-info .info-item .label {
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
  }
  
  .about .personal-info .info-item .value {
    font-weight: 600;
    color: var(--heading-color);
  }
  
  .about .signature {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  
  .about .signature .signature-image {
    max-width: 150px;
  }
  
  .about .signature .signature-info h4 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
  
  .about .signature .signature-info p {
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin: 0;
  }
  /*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
  }
  
  .scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
  }
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-family: var(--nav-font);
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
 
  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
.navmenu>ul>li>a:hover:before,
.navmenu>ul>li>a[aria-current="page"]:before {
  visibility: visible;
  width: 100%; /* Hoặc chiều rộng bạn muốn */
}

  .navmenu .current-menu-item a{
    color: var(--nav-hover-color);
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
.current-portfolio {
  position: relative;
  overflow: hidden;
}

.page-template-service-template .faqs_adhg {
  background: #fff !important;
}
/* Section about-visual .visual-container */
.about-visual .visual-container {
    position: relative;
    height: 440px;  
}

.about-visual .visual-container .featured-property {
    position: relative;
    margin-top: 80px;
    border-radius: 0px;
    overflow: hidden;
    width: 276px;
    height: 345px;
    border: 10px solid #fff;
    box-shadow: 0 10px 15px 0 rgba(151, 151, 151, 0.12);
}
.about-visual .visual-container .featured-property img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-visual .visual-container .overlay-images .overlay-1 {
    top: -80px;
    right: 50px;
    width: 173px;
    height: 245px;
}
.about-visual .visual-container .overlay-images .overlay-img {
    position: absolute;
    border-radius: 0px;
    overflow: hidden;
   
    
}
.about-visual .visual-container .overlay-images .overlay-img img{
 border: 10px solid #fff;
    box-shadow: 0 10px 15px 0 rgba(151, 151, 151, 0.12);
}
@media (max-width:991.89px) {
    .about-visual .visual-container {
        height: 300px;  
    }
   .about-visual .visual-container .featured-property{
        width: 223.784px;
        height: auto;
    }
  .about-visual .visual-container .overlay-images .overlay-1 {
     right: 0px;
     width: 140.27px;
    height: 198.649px;
  } 
  
  .current-portfolio .section-title h2,
  .abouts.section .section-title h2{
      margin-bottom: 24px;
  }
  .contacts-banner-thumbnail,
  .investment-advantages-slider {
      margin-top: 24px;
  }
}
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.see-more-btn {
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background-color: #fff;
  color: #1C0F13;;
  display: flex;
  margin-top: 16px;
  padding: 6px 12px 6px 16px;
  align-items: center;
  gap: 6px;
  border: 1px solid #1C0F13;
}
.see-more-btn .arrow {
    width:10px;
    height: 10px;
    display: inline-block;
    background-image: url('../svg/icon_off_svg.svg');
    background-size: cover;
    transition: all .25s ease;
}

.see-more-btn .arrow.close {
   transform: rotate(180deg);
}

.accent-background {
   background-color: var(--default-color);
}
.footer {
  color: #fff;
  
  font-size: 16px;
  position: relative;
}
.logo_heading a{
font-family: var(--heading-font);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;  
color: transparent; 
background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%); 
-webkit-background-clip: text; 
background-clip: text; 

}
.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 60px 0;
}

.footer .footer-newsletter h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer .footer-newsletter p {
  font-size: 16px;
  margin-bottom: 30px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.footer .footer-newsletter .newsletter-form {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  height: 54px;
  border-radius: 50px;
  padding: 10px 25px;
  width: 100%;
  color: var(--default-color);
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.footer .footer-newsletter .newsletter-form input[type=email]::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.footer .footer-newsletter .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transition: all 0.3s ease;
  border-radius: 50px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 15px;
}

.footer .footer-newsletter .newsletter-form button:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-main {
  padding: 0px;
}
.footer-main .testimonial-boxes {
    padding-bottom: 0px;
    z-index: 4;
}
.footer-main .testimonial-boxes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(50% + 20px);
  background-color: var(--background-color);
  
}

.footer .wrapper-footer {
  padding-top:60px ;
}
.footer .footer-main .footer-widget {
  margin-bottom: 30px;
}
.footer .footer-main .footer-widget .logo_heading {
  margin-bottom: 0px;
}
.footer .footer-main .footer-widget .logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer .footer-main .footer-widget .logo span {

  background: var(--gradient, linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: var(--heading-font);
}

.footer .footer-main .footer-widget p {
  margin-bottom: 12px;
  color: #FFF;
  font-family: var(--default-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}

.footer .footer-main .footer-widget h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  color:#fff;
}

.footer .footer-main .footer-widget h5 {
  color: color-mix(in srgb, var(--contrast-color), transparent 20%);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer .footer-main .footer-widget .site-slogan{
  max-width: 213px;
}
.footer .footer-main .footer-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: flex-start;
}

.footer .footer-main .footer-contact .contact-item i {
  color: var(--accent-color);
  font-size: 18px;
  margin-right: 12px;
  margin-top: 3px;
}
.footer .footer-main .contact-info {
  position: relative;
  text-align: left; 
  padding: 0px; 
  line-height: 1.5; 
}
.footer .footer-main .border-top {
  border-top: 1px solid #4B5563!important;
}
.footer .footer-main .copyright p, 
.contact-info p a,
.footer .footer-main .contact-info p {
  position: relative;
  margin: 0; 
  color: #FFF;
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}
.footer .footer-main .contact-info p:not(:first-child) {
    margin-left: 30px;
}
.footer .copyright {
  font-family: var(--default-font);
  font-size: 14px;
}
.footer .copyright a:link,.footer .copyright a:visited{
  color: #FFF!important;
}
.copyright .sitename {
	color: #E5E7EB;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.contact h2{
  color: var(--accent-color);
}
.contact a:link, .contact a:visited,
.contact a[href^="tel:"] {
  color:var(--background-color-footer);
}
.contact p,
.contact a[href^="tel:"] {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  
}
.footer .footer-main .footer-contact .contact-item span {
  color: #fff;
  line-height: 1.5;
}

.footer .footer-main .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-main .footer-links li {
  margin-bottom: 12px;
}
.footer .footer-main .footer-links li:last-child {
  margin-bottom: 0px;
}

.footer .footer-main .footer-links a {
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
  display: inline-block;
  color: #E5E7EB;
  font-family: var(--default-font);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.footer .footer-main .footer-links a:hover {
  color: var(--accent-color);
  padding-left: 5px;
}

.footer .footer-main .footer-links a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.footer .footer-main .footer-links a:hover:before {
  width: 100%;
}

.footer .footer-main .app-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.footer .footer-main .app-buttons .app-btn {
  display: flex;
  align-items: center;
  background-color: color-mix(in srgb, var(--contrast-color), transparent 90%);
  color: var(--contrast-color);
  padding: 8px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.footer .footer-main .app-buttons .app-btn i {
  font-size: 20px;
  margin-right: 8px;
}

.footer .footer-main .app-buttons .app-btn span {
  font-size: 13px;
  font-weight: 500;
}

.footer .footer-main .app-buttons .app-btn:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
  color: var(--contrast-color);
}

.footer .footer-main .social-icons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.footer .footer-main .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #51626c45;
  color: var(--background-color);
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer .footer-main .social-icons a:hover {
  background-color:#E4B946;
  transform: rotate(360deg);
  color: var(--contrast-color);
}

.footer .footer-bottom {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 25px 0;
}

.footer .footer-bottom .payment-methods {
  display: flex;
  align-items: center;
}

.footer .footer-bottom .payment-methods span {
  margin-right: 15px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.footer .footer-bottom .payment-methods .payment-icons {
  display: flex;
  gap: 12px;
}

.footer .footer-bottom .payment-methods .payment-icons i {
  font-size: 22px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: color 0.3s ease;
}

.footer .footer-bottom .payment-methods .payment-icons i:hover {
  color: var(--accent-color);
}

.footer .footer-bottom .copyright {
  padding-top: 10px;
}

.footer .footer-bottom .copyright p {
  margin-bottom: 0;
}

.footer .footer-bottom .copyright p strong {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.footer .footer-bottom .credits {
  text-align: center;
  padding-top: 5px;
}

.footer .footer-bottom .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 0 15px 0;
}

.footer .footer-bottom .legal-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer .footer-bottom .legal-links a:hover {
  color: var(--accent-color);
}

@media (max-width: 991.98px) {
  .footer .footer-newsletter {
    padding: 50px 0;
  }

  .footer .footer-newsletter h2 {
    font-size: 28px;
  }

  .footer .footer-main {
    padding: 0;
  }
  .footer .footer-main .wrapper-footer .gy-4 {
    --bs-gutter-y: 24px;
  }
  .footer .footer-main .footer-widget {
    margin-bottom: 20px;
  }

}

@media (max-width: 767.98px) {
  .footer .footer-main .social-icons {
    justify-content: flex-start;
  }
  .footer .footer-newsletter {
    padding: 40px 0;
  }

  .footer .footer-newsletter h2 {
    font-size: 24px;
  }

  .footer .footer-newsletter p {
    font-size: 15px;
  }

  .footer .footer-newsletter .newsletter-form button {
    padding: 0 20px;
    font-size: 14px;
  }

  .footer .footer-bottom .payment-methods {
    justify-content: center;
    margin-bottom: 15px;
  }

  .footer .footer-bottom .copyright {
    text-align: center;
  }

  .footer .app-buttons {
    justify-content: center;
  }

  .footer .social-icons {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--accent-color);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}
@media (min-width:992px) {
	.accordion.adhgFAQAccordion {
		max-height: 500px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}
.community-sec1 .community-sec1-img {
	position: relative;
    overflow: hidden;
    /* border: 10px solid #FFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1); */
}
.community-sec1 .community-sec1-img img {
    border: 10px solid #FFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}
  /* banner hero*/
  .bsb-overlay {
    --bsb-overlay-opacity: 0.5;
    --bsb-overlay-bg-color: var(--bs-black-rgb);
    position: relative;
  }
  .bsb-overlay:after {
    background-color: rgba(
      var(--bsb-overlay-bg-color),
      var(--bsb-overlay-opacity)
    );
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .bsb-overlay > * {
    position: relative;
    z-index: 1;
  }
  .bsb-overlay-figure {
    --bsb-overlay-figure-opacity: 0.5;
    --bsb-overlay-figure-bg-color: var(--bs-black-rgb);
    position: relative;
  }
  .bsb-overlay-figure:after {
    background-color: rgba(
      var(--bsb-overlay-figure-bg-color),
      var(--bsb-overlay-figure-opacity)
    );
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .bsb-overlay-hover {
    --bsb-overlay-hover-opacity: 0.5;
    --bsb-overlay-hover-bg-color: var(--bs-black-rgb);
    position: relative;
  }
  .bsb-overlay-hover > a {
    bottom: 0;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .bsb-overlay-hover > a > img.bsb-scale {
    --bsb-scale: 1;
  }
  .bsb-overlay-hover > a > img.bsb-scale,
  .bsb-overlay-hover > a > img.bsb-scale-up {
    transform: scale3d(var(--bsb-scale), var(--bsb-scale), var(--bsb-scale));
    transform-style: preserve-3d;
    transition: transform 0.5s;
  }
  .bsb-overlay-hover > a > img.bsb-scale-up {
    --bsb-scale: 1.2;
  }
  .bsb-overlay-hover > a:after {
    background-color: rgba(
      var(--bsb-overlay-hover-bg-color),
      var(--bsb-overlay-hover-opacity)
    );
    content: "";
    cursor: pointer !important;
    display: block;
    z-index: 0;
  }
  .bsb-overlay-hover > a:after,
  .bsb-overlay-hover > figcaption {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .bsb-overlay-hover > figcaption {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
  }
  .bsb-overlay-hover > figcaption > * {
    opacity: 0;
  }
  .bsb-overlay-hover:hover > a > img.bsb-hover-scale {
    --bsb-scale-hover: 1;
    transform: scale3d(
      var(--bsb-scale-hover),
      var(--bsb-scale-hover),
      var(--bsb-scale-hover)
    );
  }
  .bsb-overlay-hover:hover > a > img.bsb-hover-scale-up {
    --bsb-scale-hover: 1.2;
    transform: scale3d(
      var(--bsb-scale-hover),
      var(--bsb-scale-hover),
      var(--bsb-scale-hover)
    );
  }
  .bsb-overlay-hover:hover > a:after {
    opacity: 1;
    transition: opacity 0.15s linear;
  }
  .bsb-overlay-hover:hover > figcaption {
    opacity: 1;
    transition: opacity 0.15s linear 0.1s;
  }
  .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeIn {
    --bsb-animation-duration: 500ms;
    animation-duration: var(--bsb-animation-duration);
    animation-fill-mode: both;
    animation-name: bsb-fadeIn;
  }
  .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeInUp {
    --bsb-animation-duration: 500ms;
    animation-duration: var(--bsb-animation-duration);
    animation-fill-mode: both;
    animation-name: bsb-fadeInUp;
  }
  .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeInDown {
    --bsb-animation-duration: 500ms;
    animation-duration: var(--bsb-animation-duration);
    animation-fill-mode: both;
    animation-name: bsb-fadeInDown;
  }
  .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeInLeft {
    --bsb-animation-duration: 500ms;
    animation-duration: var(--bsb-animation-duration);
    animation-fill-mode: both;
    animation-name: bsb-fadeInLeft;
  }
  .bsb-overlay-hover:hover > figcaption > .bsb-hover-fadeInRight {
    --bsb-animation-duration: 500ms;
    animation-duration: var(--bsb-animation-duration);
    animation-fill-mode: both;
    animation-name: bsb-fadeInRight;
  }
  .bsb-overlay-hover:hover > figcaption > .bsb-hover-zoomIn {
    --bsb-animation-duration: 500ms;
    animation-duration: var(--bsb-animation-duration);
    animation-fill-mode: both;
    animation-name: bsb-zoomIn;
  }
  .bsb-btn-xl {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: calc(1.26rem + 0.12vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  @media (min-width: 1200px) {
    .bsb-btn-xl {
      --bs-btn-font-size: 1.35rem;
    }
  }
  .bsb-btn-2xl {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: calc(1.27rem + 0.24vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  @media (min-width: 1200px) {
    .bsb-btn-2xl {
      --bs-btn-font-size: 1.45rem;
    }
  }
  .bsb-btn-3xl {
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: calc(1.28rem + 0.36vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  @media (min-width: 1200px) {
    .bsb-btn-3xl {
      --bs-btn-font-size: 1.55rem;
    }
  }
  .bsb-btn-4xl {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: calc(1.29rem + 0.48vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  @media (min-width: 1200px) {
    .bsb-btn-4xl {
      --bs-btn-font-size: 1.65rem;
    }
  }
  .bsb-btn-5xl {
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-font-size: calc(1.3rem + 0.6vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  @media (min-width: 1200px) {
    .bsb-btn-5xl {
      --bs-btn-font-size: 1.75rem;
    }
  }
  .bsb-hero-5 {
    background-position: 50%;
    background-size: cover;
  }
  .bsb-hero-5 .container > .row {
    min-height: 667px;
  }
  @media (min-width: 1200px) {
    .bsb-hero-5 .container > .row {
      min-height: 1012px;
    }
  }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.blog-author-widget img {
  max-width: 160px;
}

.blog-author-widget h4 {
  font-weight: 600;
  font-size: 24px;
  margin: 15px 0 0 0;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget .social-links {
  margin: 5px 0;
}

.blog-author-widget .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin: 0 3px;
  font-size: 18px;
}

.blog-author-widget .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 20px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
  transition: 0.3s;
}

.search-widget input[type="search"],
.search-widget input[type="text"] {
  flex: 1;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
  border-right: none;
  border-radius: 6px 0 0 6px;
  outline: none;
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}
.recent-posts-widget {
  position: relative;
  overflow: hidden;
}
.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  height: 60px;
  margin-right: 15px;
  float: left;
  object-fit: cover;
  border-radius: 5px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}
/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/

.blog-posts article {
  background-color: var(--contrast-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}
.blog-posts .post-img img{
  height: 240px;
  width: 100%;
  object-fit:cover;
}
.blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.blog-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
}

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  /* border-radius: 50%;
  border: 1px solid var(--accent-color); */
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.page-details {
  position: relative;
  overflow: hidden;
}
.page-details {
  margin:40px auto;
}
.blog-details {
  margin:30px auto;
  
}
.page-details h1,
.blog-details h1 {
  font-family: var(--heading-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
.page-details .article,
.blog-details .article {
  background-color: var(--background-color);
  padding: 0px;
  
}
.blog-details .short_the_excerpt {
  margin:24px 0 32px ;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.blog-details .post-img {
  margin: 0;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog-details .content h5,
.blog-details .content h4,
.blog-details .content h3,
.blog-details .content h2 { 
  margin-top: 30px;
}
.blog-details .content p {
  color:  #556987;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}

.post-content img {
    margin: 0px 0 24px;
    display: block; 
    height: auto;   
    max-width: 100%; 
}

.blog-details .content .post-content a:visited,
.blog-details .content .post-content a:link {
    color: var(--accent-color);
    text-decoration: none;
}
.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}
.custom-social-share-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin:12px auto 0;
}

.custom-social-share-buttons i {
  font-size: 24px;
  aspect-ratio: 1 / 1;
  color: #797979;
    
}
@media screen and (max-width:767px) {
  .blog-details h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-details .article {
    padding: 0px;
  }
} 
  /*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
/* .blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
} */
/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}
/*--------------------------------------------------------------
# Best Sellers Section
--------------------------------------------------------------*/
.best-sellers {
  position: relative;
}
.best-sellers .product-card {
  position: relative;
  height: 100%;
  background-color: var(--contrast-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.best-sellers .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.best-sellers .product-card:hover .default-image {
  opacity: 0;
}

.best-sellers .product-card:hover .hover-image {
  opacity: 1;
}

.best-sellers .product-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: #f8f9fa;
}

.best-sellers .product-image img {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  transition: transform 0.5s ease;
}

.best-sellers .product-image .default-image {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.best-sellers .product-image .hover-image {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.best-sellers .product-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.best-sellers .product-tags .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 500;
  border-radius: 4px;
  margin-right: 5px;
}

.best-sellers .product-tags .bg-accent {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.best-sellers .product-tags .bg-sale {
  background-color: #ff6b6b;
  color: var(--contrast-color);
}

.best-sellers .product-tags .bg-sold-out {
  background-color: #6c757d;
  color: var(--contrast-color);
}

.best-sellers .product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.best-sellers .product-actions button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--surface-color);
  border: none;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.best-sellers .product-actions button:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.best-sellers .product-actions button i {
  font-size: 1rem;
}

.best-sellers .product-card:hover .product-actions {
  opacity: 1;
  transform: translateX(0);
}

.best-sellers .product-info {
  padding: 1.25rem;
}

.best-sellers .product-title {
  font-family: var(--heading-font);
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  height: 2.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.best-sellers .product-title a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.best-sellers .product-title a:hover {
  color: var(--accent-color);
}

.best-sellers .product-price {
  margin-bottom: 0.5rem;
  /* display: flex; */
  align-items: center;
  gap: 0.5rem;
}

.best-sellers .product-price .current-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--heading-color);
}

.best-sellers .product-price .original-price {
  font-size: 0.875rem;
  text-decoration: line-through;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.best-sellers .product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #ffc107;
  font-size: 0.875rem;
}

.best-sellers .product-rating i {
  margin-right: 2px;
}

.best-sellers .product-rating .rating-count {
  margin-left: 4px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 0.75rem;
}

.best-sellers .btn-add-to-cart {
  
  padding: 10px 30px;
  background-color: var(--default-color);
  color: var(--contrast-color);
  border: none;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.best-sellers .btn-add-to-cart:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
}

.best-sellers .btn-add-to-cart i {
  font-size: 1rem;
}

.best-sellers .btn-add-to-cart.btn-disabled {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
}

.best-sellers .btn-add-to-cart.btn-disabled:hover {
  background-color: #e9ecef;
}
.best-sellers .swiper-pagination {
  bottom:0px;
}
.best-sellers .swiper-pagination-bullet {
  background: var(--accent-color);
}
.best-sellers .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 12px !important;
  height: 12px !important;
}
.best-sellers .swiper-pagination-bullet-active {
  width: 24px!important;
  height: 12px;
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .best-sellers .product-title {
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .best-sellers .product-card {
    max-width: 320px;
    margin: 0 auto;
  }

  .best-sellers .product-actions {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--------------------------------------------------------------
# Recent Blog Postst Section
--------------------------------------------------------------*/
.recent-blog-postst {
  background-color:var(--background-btn-second)
}
.recent-blog-postst .post-item {
  transition: 0.3s;
}
.recent-blog-postst .post-img {
  border-radius: 0px;
  border:10px solid #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}
.recent-blog-postst .post-item .post-img img {
  transition: 0.5s;
  width: 100%;
  object-fit: cover;


}

@media (min-width: 992px) {
  .recent-blog-postst .post-item .post-img img {
  width: 100%;
  height: 287px;
  }
}
.recent-blog-postst .post-item .post-date {
    display: flex;
    width: 50px;
    padding: 4px;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: var(--accent-color);
    color: var(--color-text-dark);

}
.recent-blog-postst .post-item .post-date .day{
  display: block;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.recent-blog-postst .post-item .post-date .month{
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;

}
.recent-blog-postst .post-item .post-content {
  padding: 24px 0;
}

.recent-blog-postst .post-item .post-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-postst .post-item .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.recent-blog-postst .post-item .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.recent-blog-postst .post-item hr {
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  margin: 20px 0;
}


.recent-blog-postst .post-item .post-author {
  margin-bottom: 10px;;
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  
}
.post-author img.rounded-circle {
  width: 32px; 
  height: 32px;
}
.post-author span {
  color: #6B7280;
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}
.recent-blog-postst .post-item .readmore {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-family: var(--default-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  color: var(--color-text-dark);
  text-decoration: none;

}

.recent-blog-postst .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-postst .post-item:hover .post-title,
.recent-blog-postst .post-item:hover .readmore {
  color: var(--accent-color);
}

.recent-blog-postst .post-item:hover .post-img img {
  transform: scale(1.1);
}
.box-thumbnail img{
border: 10px solid #FFF;
box-shadow: 0 10px 15px 0 rgba(151, 151, 151, 0.12);
}
.related-posts-section {
    background: #F9FAFB;
}
.related-posts-section .card {
    background-color: transparent;
}
.related-posts-section .card-img-top-wrapper {
    overflow: hidden;
    border-radius: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.related-posts-section .card-img-top-wrapper img {
  transition: transform 0.3s ease-in-out;
}
.related-posts-section .card-img-top-wrapper:hover img {
  transform: scale(1.05);
}

.related-posts-section .swiper-button-prev,
.related-posts-section .swiper-button-next {
    color: #fff;
    background-color: #1C0F13;
    border: 1px solid #1C0F13;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.related-posts-section .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
    background-color: #1C0F13;
}
/* Di chuyển nút điều hướng vào giữa */
.related-posts-section .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 1rem !important;
}
/* Thay đổi Icon */
.related-posts-section .swiper-button-prev:after {
    content: '\2190'; 
    font-size: 1rem !important;
    font-weight: 700;
}

.related-posts-section .swiper-button-next:after {
    content: '\2192';
    font-size: 1rem !important;
    font-weight: 700;
}

.related-posts-section .swiper-button-prev {
    left: 0px;
}
.related-posts-section .swiper-button-next {
    right: 0px;
}

/*--------------------------------------------------------------
# Video Responsive
--------------------------------------------------------------*/
.video-responsive {
  position: relative;
  margin: 20px 0;
  padding-bottom: 56.25%; /* Tỷ lệ 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 6px; 
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
  border-radius:0px ;
}
.portfolio .portfolio-content img {
  transition: 0.3s;
}
.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}


.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-desc {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  /* background: color-mix(in srgb, var(--surface-color), transparent 10%); */
  padding: 50px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  padding-right: 50px;
  color: #fff;
} 
.portfolio .portfolio-item .portfolio-info .short-desc {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width:768px) {
  .portfolio .portfolio-item .portfolio-desc {
    padding: 36px;
  }
  .portfolio .portfolio-item .portfolio-info h4 {
    font-size: 14px;
  }
  .portfolio .portfolio-item .portfolio-info .short-desc {
    font-size: 24px;
  }
}
.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 0px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}
.portfolio .portfolio-item:hover .portfolio-desc,
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}
.portfolio .portfolio-item.active .portfolio-info,
.portfolio .portfolio-item.active .portfolio-desc{
  opacity: 1;
  bottom: 0;
}
.portfolio button.cta_book{
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}
.portfolio .portfolio-info .cta_book_2st {
  color: #fff;
  background: transparent;
  border: 1px solid #FFFFFF;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;

}
.gallery {
  position: relative;
}
.follow-us-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)!important;
  padding: 40px 0;
  z-index: 10;
}

.follow-us {
  background-color: rgb(253 248 246 / 84%);
  text-align: center;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  font-family: var(--body-font);
  color: #b38c6c;
  font-weight: bold;
  font-size: 18px;
  max-width: 356px;
 
}

.follow-us i {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease;
}
.follow-us i:hover
{
 
  transform: rotate(360deg);
  color: var(--accent-color);
  
}
.follow-us:hover p {
  color: var(--accent-color);
}
@media (min-width:992px) {
  .follow-us { width: 356px;}
}

@media (max-width:768px) {
  .follow-us {
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 12px;
  }
  .follow-us i {
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
  }
}
/* Section Booking*/
.booking-now label{
  color: var(--accent-color);
}
.blog-posts .btn-secondary,
.booking-now button {
  padding: 10px 30px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.blog-posts .btn-secondary:hover {
  background-color: var(--default-color);
  color: var(--background-color);
}

.align-middle {
  vertical-align: middle !important;
}
.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  
}
@media (max-width:768px) {
  .call-to-action .cta-btn { margin: 10px 0 0; }
}
.call-to-action .cta-btn-second {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background: var(--background-btn-second);
  color:var(--default-color)
}


.call-to-action .cta-btn:hover {
  background: var(--default-color);

}

.call-to-action .cta-btn-second:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}
.call-to-action .woocommerce-Price-amount bdi,
.call-to-action .woocommerce-Price-currencySymbol {
  color:var(--accent-color);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;

}
@media (max-width:768px) {
  .call-to-action .woocommerce-Price-amount bdi,
  .call-to-action .woocommerce-Price-currencySymbol {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  padding: 8px 20px; 
}
.contact .info-item+.info-item {
  margin-top:10px;
}

.contact .info-item i {
  background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%);
  color: var(--primary-black);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.contact .info-item .icon {
  color: var(--contrast-color);
  background-color: var(--color-text-dark);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  font-family: var(--default-font);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
p.cta_address {
color: #1C0F13;
font-family: var(--body-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}
.contact .info-item a:visited,
.contact .info-item a:link {
  color: #1C0F13;
}

.contact .info-item .social-links a:hover {
  color: var(--accent-color);
}

.contact .php-email-form {
  padding: 0px;
  margin-top: 30px;
}
.contact .info-item .cta_email:link,
.contact .info-item .cta_email:visited,
.contact .info-item .cta_email {
  color: #E4B946;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 575px) {
  .contact .info-item {
    padding: 8px 0px; 
  }
  .contact .info-item p {
    margin-bottom: 16px;
  }  
} 

.emailsubmit_wrapper {
  display: flex;
  margin: 0;
  align-items: stretch;
  justify-content: center;
}

.emailsubmit_wrapper .email_input input {
  border-radius: 0;
  border: 1px solid #fff;
  outline: 0;
  padding: 9px 14px;
}

.contact .wpcf7-form.php-email-form .emailsubmit_wrapper button[type=submit] {
  text-transform: uppercase;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.contact .wpcf7-form.php-email-form .emailsubmit_wrapper .email_input input[type=email],
.contact .wpcf7-form.php-email-form .emailsubmit_wrapper .email_input input[type=text]
{
  width: 100%;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}

@media (max-width: 768px) {
  .contact .php-email-form input#button-subscribe, .contact .php-email-form button[type=submit]
 {
  padding: 10px 20px;

  }
 
}
/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.gallery .gallery-item img {
  transition: 0.3s;
}

.gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
  color: #ffffff;
}

.gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
  margin-top: 0;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #272727;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
/*
* Product Woocommerce
*/
.single-product-page .product-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
 /*--------------------------------------------------------------
  # Featured Services Section
  --------------------------------------------------------------*/
  .featured-services {
    --cyan-color: #0dcaf0;
    --orange-color: #fd7e14;
    --teal-color: #20c997;
    --red-color: #df1529;
  }
  @media (min-width:992px) {
    .featured-services.section {
      padding-bottom: 0;
    }
  }
  .featured-services .service-item {
    height: 100%;
    padding: 0px 0px 24px;
    text-align: left;
    transition: 0.3s;
    border-radius: 5px;
  }
   .featured-services .service-item:last-child {
    padding: 0px 0px 0px;
   }
  
  .featured-services .service-item .icon {
    margin: 0;
    width: 58px;
    height: 58px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }
  
  .featured-services .service-item .icon i {
    font-size: 28px;
    transition: 0.5s;
    position: relative;
  }
  
  .featured-services .service-item h3 {
    
    margin: 10px 0 8px 0;
    font-family: var(--heading-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  @media (max-width:767px) {
    .featured-services .service-item {padding: 20px 0px;}
    .featured-services .service-item h3 {font-size: 20px;}
  }
  .featured-services .service-item p {
    margin-bottom: 0;
    color:  #6B7280;
    font-family:var(--default-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  
  .featured-services .service-item:hover {
    /* box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1); */
  }
  
  .featured-services .service-item.item-cyan .icon {
    background-color: color-mix(in srgb, var(--cyan-color) 10%, white 95%);
  }
  
  .featured-services .service-item.item-cyan .icon i {
    color: var(--cyan-color);
  }
  
  .featured-services .service-item.item-cyan:hover {
    border-color: var(--cyan-color);
  }
  
  .featured-services .service-item.item-cyan:hover .icon {
    background-color: var(--cyan-color);
  }
  
  .featured-services .service-item.item-cyan:hover .icon i {
    color: var(--contrast-color);
  }
  
  .featured-services .service-item.item-orange .icon {
    background-color: color-mix(in srgb, var(--orange-color) 10%, white 95%);
  }
  
  .featured-services .service-item.item-orange .icon i {
    color: var(--orange-color);
  }
  
  .featured-services .service-item.item-orange:hover {
    border-color: var(--orange-color);
  }
  
  .featured-services .service-item.item-orange:hover .icon {
    background-color: var(--orange-color);
  }
  
  .featured-services .service-item.item-orange:hover .icon i {
    color: var(--contrast-color);
  }
  
  .featured-services .service-item.item-teal .icon {
    background-color: color-mix(in srgb, var(--teal-color) 10%, white 95%);
  }
  
  .featured-services .service-item.item-teal .icon i {
    color: var(--teal-color);
  }
  
  .featured-services .service-item.item-teal:hover {
    border-color: var(--teal-color);
  }
  
  .featured-services .service-item.item-teal:hover .icon {
    background-color: var(--teal-color);
  }
  
  .featured-services .service-item.item-teal:hover .icon i {
    color: var(--contrast-color);
  }
  
  .featured-services .service-item.item-red .icon {
    background-color: color-mix(in srgb, var(--red-color) 10%, white 95%);
  }
  
  .featured-services .service-item.item-red .icon i {
    color: var(--red-color);
  }
  
  .featured-services .service-item.item-red:hover {
    border-color: var(--red-color);
  }
  
  .featured-services .service-item.item-red:hover .icon {
    background-color: var(--red-color);
  }
  
  .featured-services .service-item.item-red:hover .icon i {
    color: var(--contrast-color);
  }
  
  .contacts-banner .contacts-item {
    background-color: #F3F4F6;
    margin: 0 0px;
  }
  .contacts-banner .contacts-item-content p {
  color:#6B7280;
  font-family: var(--default-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  }
.contacts-banner .contacts-item-content p {
    margin: 0px auto 12px!important;
}

  @media (max-width:768px) {
    .contacts-banner .row {
      margin:0 -20px !important;
      padding: 0px;
    }
    .contacts-banner .contacts-item .contacts-wrper{
      padding: 40px 48px;
    }
  }
.desc_16px {
font-family: var(--default-font);
font-size: 16px!important;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
  /* MISSION & PROMISE SECTION STYLING */
/* Thiết lập ảnh nền (tòa nhà cao tầng) */
.mission-promise-section {
    position: relative;
    background-size: cover; /* Bao phủ toàn bộ khu vực */
    background-position: center center;
    background-attachment: fixed; /* Hiệu ứng parallax nhẹ (tùy chọn) */
}

/* Lớp phủ làm tối nền */
.mission-promise-overlay {
    background-color: rgba(0, 0, 0, 0.75); /* Màu đen với độ trong suốt 75% */
}

/* Đường kẻ vàng dưới Mission */
.mission-divider {
    width: 60px; /* Độ rộng của đường kẻ */
    height: 4px; /* Độ dày của đường kẻ */
    background-color: #ffc107; /* Màu vàng của Bootstrap (text-warning) */
}

/* Kỹ thuật xếp chồng hình ảnh */
.mission-image-stack {
    position: relative;
    padding-left: 15%; /* Để tạo khoảng trống cho ảnh nhỏ lùi sang trái */
    padding-top: 15%; /* Để tạo khoảng trống cho ảnh nhỏ lùi lên trên */
}

/* Ảnh lớn: là lớp nền */
.mission-image-stack .building-img-large {
    display: block;
    width: 100%;
    height: auto;
}

/* Ảnh nhỏ: xếp chồng lên trên và dịch chuyển */
.mission-image-stack .building-img-small {
    position: absolute;
    top: 0; 
    left: 0;
    width: 65%; 
    max-width: 300px;
    transform: translate(-15px, -15px); 
}

@media (min-width: 992px) { 
    .mission-image-stack {
        padding-left: 0; 
        padding-top: 0; 
    }
    .mission-image-stack .building-img-small {
        top: -15%; 
        left: -15%;
        width: 60%;
        max-width: none;
        transform: none; 
    }
}
/*--------------------------------------------------------------
# Home About Section
--------------------------------------------------------------*/
.about-image-wrapper .founder-card {
    background-color: #1c0f13c4!important;
}
.home-about .image-gallery {
  position: relative;
  height: 100%;
}

.home-about .image-gallery .primary-image {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
 
      text-align: right;
}

.home-about .image-gallery .primary-image img {
  margin-bottom: 45px;
  width: 370px;
  height: 100%;
  object-fit: cover;
  border: 10px solid #FFF;
   box-shadow: 0 10px 15px 0 rgba(151, 151, 151, 0.12);
}

@media (max-width: 768px) {
  .home-about .image-gallery .primary-image img {
    height: 300px;
  }
}

.home-about .image-gallery .primary-image .experience-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 20%));
  border-radius: 16px;
  padding: 1.5rem;
  color: var(--contrast-color);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .home-about .image-gallery .primary-image .experience-badge {
    top: 1rem;
    left: 1rem;
    padding: 1rem;
  }
}

.home-about .image-gallery .primary-image .experience-badge .badge-content {
  text-align: center;
}

.home-about .image-gallery .primary-image .experience-badge .badge-content .number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .home-about .image-gallery .primary-image .experience-badge .badge-content .number {
    font-size: 1.5rem;
  }
}

.home-about .image-gallery .primary-image .experience-badge .badge-content .text {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.9;
}

.home-about .image-gallery .secondary-image {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  border-radius: 0px;
  overflow: hidden;
  
 
}

@media (max-width: 992px) {
  .home-about .image-gallery .secondary-image {
    
  }
}

.home-about .image-gallery .secondary-image img {
  width: 216px;
  height: 216px;
  object-fit: cover;
  border: 10px solid #FFF;
  box-shadow: 0 10px 15px 0 rgba(151, 151, 151, 0.12);
 
}

.home-about .content {
  padding-left: 2rem;
}

@media (max-width: 992px) {
  .home-about .content {
    padding-left: 0;
    margin-top: 2rem;
  }
}

.home-about .content .section-header {
  margin-bottom: 2rem;
}

.home-about .content .section-header .section-label {
  display: inline-block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.home-about .content .section-header h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 768px) {
  .home-about .content .section-header h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }
}
.home-about .content .section-header h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.home-about .content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom:20px;
  color:var(--color-text-body);
}
.home-about .content-noted {
  margin-top: 24px;
}
.home-about .content-noted p {
color: var(--accent-color);
font-size: 18px;
font-style: italic;
font-weight: 600;
line-height: 26px; 
}
.home-about .content .achievements-list {
  margin-bottom: 2.5rem;
}

.home-about .content .achievements-list .achievement-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.home-about .content .achievements-list .achievement-item:last-child {
  margin-bottom: 0;
}

.home-about .content .achievements-list .achievement-item .achievement-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .achievements-list .achievement-item .achievement-icon i {
  font-size: 1.4rem;
  color: var(--accent-color);
}

.home-about .content .achievements-list .achievement-item .achievement-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--heading-color);
}

.home-about .content .achievements-list .achievement-item .achievement-content p {
  font-size: 0.9rem;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.home-about .content .action-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .home-about .content .action-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .home-about .content p {
    font-size: 16px;
  font-style: normal;
  font-weight: 400;
  }
  .home-about .content-noted p {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0;
  }

}

.home-about .content .action-section .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 15%));
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.home-about .content .action-section .btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  color: var(--contrast-color);
}

.home-about .content .action-section .btn-cta:hover i {
  transform: translateX(3px);
}

.home-about .content .action-section .btn-cta i {
  transition: transform 0.3s ease;
}

.home-about .content .action-section .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-about .content .action-section .contact-info .contact-icon {
  width: 40px;
  height: 40px;
  background-color: var(--surface-color);
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .action-section .contact-info .contact-icon i {
  color: var(--accent-color);
  font-size: 1.1rem;
}

.home-about .content .action-section .contact-info .contact-details {
  display: flex;
  flex-direction: column;
}

.home-about .content .action-section .contact-info .contact-details span {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0.1rem;
}

.home-about .content .action-section .contact-info .contact-details strong {
  font-size: 1rem;
  color: var(--heading-color);
  font-weight: 700;
}
.cta-banner {
  position: relative;
  padding: 60px 0;
  background-image: url('../images/hero_banner_2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: inset(0);
}
.cta-banner p {
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width:991px) {
  .cta-banner .section-title2 h2 {
    margin-bottom: 16px;
  }
  .cta-banner-item .btn.btn-dark {
    margin-top: 16px;
  }
}
/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/


.stats .stats-item {
  

  background-color: #F9FAFB;
  padding: 24px;
  font-family: var(--default-font);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stats .stats-item:hover {
   transform: translateY(-2px);
}
.stats .stats-item .stats-hdg {
  margin-bottom: 12px;
}
.stats .stats-item .icon {
  margin-right: 20px;
  
}
.stats .stats-item .icon img {
  height: 32px;
  width: 32px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}
.stats .stats-item h3 {
  color: var(--primary-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.stats .stats-item .content-short p {
  color: var(--color-text-body);
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width:768px) {
  .stats .stats-item {
    min-height: 220px;
  }
}


/*==========================================*/
.md-stepper-horizontal {
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;

}

@media (max-width:991px) {
    .md-stepper-horizontal {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
}

.md-stepper-horizontal .md-step {
    display: table-cell;
    position: relative;
    padding: 24px 10px 0px;
   
}
@media (min-width:992px) {
 .md-stepper-horizontal .md-step {
  width: 25%;
 } 
}
.md-stepper-horizontal .md-step:active {
    border-radius: 15% / 75%;
}

.md-stepper-horizontal .md-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.md-stepper-horizontal .md-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.md-stepper-horizontal .md-step:hover .md-step-circle {
    background-color: #757575;
}

.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display: none;
}

.md-stepper-horizontal .md-step .md-step-circle {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    background-color: #E4B946;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.md-stepper-horizontal.green .md-step.active .md-step-circle {
    background-color: #E4B946;
}

.md-stepper-horizontal.orange .md-step.active .md-step-circle {
    background-color: #E4B946;
}

.md-stepper-horizontal .md-step.active .md-step-circle {
    background-color: #E4B946;
}

.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {}

.md-stepper-horizontal .md-step.editable .md-step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.md-stepper-horizontal .md-step .md-step-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color: rgba(0, 0, 0, .26);
}

.md-stepper-horizontal .md-step.active .md-step-title {
  width: 278px;
  color: rgba(0, 0, 0, .87);
}

.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
    
}
.md-stepper-horizontal .md-step.active .md-step-title p {
text-align: center;
font-family: var(--default-font);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
white-space: normal;

}
.md-stepper-horizontal .md-step-title p:last-child {
  margin-bottom: 0!important;

}
.md-stepper-horizontal .md-step .md-step-optional {
    font-size: 12px;
}

.md-stepper-horizontal .md-step.active .md-step-optional {
    color: rgba(0, 0, 0, .54);
}

.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
    position: absolute;
    top: 65px;
    height: 2px;
    border-top: 2px solid #E4B946;
}

.md-stepper-horizontal .md-step .md-step-bar-right {
    right: 0;
    left: 50%;
    margin-left: 20px;
}

.md-stepper-horizontal .md-step .md-step-bar-left {
    left: 0;
    right: 50%;
    margin-right: 20px;
}
@media (max-width:768px) {
  .slider-current {
    background: #F9FAFB;
  }
  .page-template-home-template .slider-current{
    background: #FFFF!important;
    padding-top: 40px!important;
  }
   .slider-current .section-title h2{
    padding-bottom: 8px;
   }
  .md-stepper-horizontal .md-step {
        padding: 24px 10px 0;
  }
}
.icon-wrap {
    width: 85px;
    height: 85px;
}

.icon-wrap {
    width: 85px;
    height: 85px;
    background-color: #E4B946;
    padding: 14px 20px;
    border: 1px solid #E4B946;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 50%;
    color: #fff;
}

.process-icon {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 30px;
}
/*==========================================*/
.cta_blogs_item {
  background: #FAF5EF;
  padding: 20px 48px;

}
.cta_blogs_item .cta_blogs_text {
  position: relative;
  text-align: left;
}
.cta_blogs_item .cta_blogs_text h4{
color:  #E4B946;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px; 
}
.cta_blogs_item .cta_blogs_text p {
color: #374151;
font-family: var(--body-font);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}
.cta_blogs_item  .social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.cta_blogs_item .social-icons a {
  padding: 5px;
}
.cta_blogs_item .social-icons i.bi {
  font-size: 40px;
  aspect-ratio: 1/1;
  color:  #E4B946;
}
@media screen and (max-width:768px) {
  .cta_blogs_item { padding:20px 20px;}
  .cta_blogs_item  .social-icons {
        gap: 8px;
        justify-content: space-between;
  }
  .cta_blogs_item .social-icons i.bi {
    font-size: 30px;
}
}
.latest-articles-section {
  background-color: #F9FAFB;
}
.blog-section {
    margin-top: 60px;
}
.card-details-item .card-details-img {
  position: relative;
  overflow: hidden;
  border: 10px solid #FFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}
.card-details-item .card-details-img img {
  transition: transform 0.3s ease-in-out;
}
.card-details-item .card-details-img:hover img {
  transform: scale(1.05);
}
.card-details-item .card-img-top {
  height: 287px;
  border: 0;
  border-radius: 0;
}
.card-details-item .meta-card {
  display: flex;
  width: 50px;
  padding: 4px;
  flex-direction: column;
  align-items: center;
  gap: -6px;

  position: absolute;
    left: 20px;
    top: 20px;
    background-color: var(--accent-color);
    color: var(--color-text-dark);
    padding: 4px;
    
}
.card-details-item .meta-card .meta-date {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
}
.card-details-item .meta-card .meta-month {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.card-details-item .card-title {
    color: #1C0F13;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.card-details-item .card-text{
    color:#5F5F5F;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.card-details-item .btn-blog-df{
    color: #1C0F13;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.card-details-item .btn-blog-df:hover {
color: var(--accent-color);
}
        
.hover-shadow-sm:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.transition-all {
    transition: all 0.3s ease;
}
 /* Giới hạn 2 dòng cho phần mô tả trong lưới chính */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-numbers {
    list-style: none;
    display: flex;
    padding-left: 0;
    border-radius: .25rem;
    justify-content: center;
}
.page-numbers li {
    margin: 0 5px;
}
.page-numbers .page-numbers, 
.page-numbers .prev, 
.page-numbers .next,
.page-numbers .dots {
    display: block;
    padding: .375rem .75rem;
    color: #1C0F13;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}
.page-numbers .current {
    background: linear-gradient(98deg, #FFE8AA 0.33%, #F3D27A 93.35%);
    color: #fff;
    border-color: 0;
}
.page-numbers .dots {
    border: none;
}

.latests-section {
background: #F9FAFB;
}
.latests-section .latest-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0px 0 20px;
}
.latests-section .latest-item img {
    max-width: 175px;
    min-width: 175px;
    height: 146px;
    position: relative;
    overflow: hidden;
    width: 100%;
    
}
.latests-section .hdg_title {
  color: #231C1D;
  font-family: var(--default-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.latests-section .desc_expert {
  color:  #333845;
  font-family: var(--default-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  }
.latests-section .latest-item a.d-flex {
    align-items: center; 
    width: 100%;
}
@media (max-width:768px) {
.latests-section .latest-item img {
    max-width: 175px;
    min-width: 175px;
    height: 146px;
    position: relative;
    overflow: hidden;
    width: 100%;
    
}
}
.breadcrumb-item.active {
  color: var(--accent-color);
}
/* section why-investment */
.row-gap-32 {
    row-gap: 32px; 
}
.project_alltabs .project-long-content a:visited,
.project_alltabs .project-long-content a:link {
  color: #E4B946;
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.why-investment {
  background-image: url(../images/about-us/bg-cta.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-investment h2{
    color: var(--contrast-color);
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
    text-transform: capitalize;
}
.why-investment .why-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 32px;
}
.why-investment .why-header h2, 
.why-investment .why-header p {
  color: var(--background-color);
      margin-bottom: 0;
}
.why-investment .row {
    display: flex;
    flex-wrap: wrap;
}
.why-investment .col-lg-6 {
    display: flex;
    flex-direction: column;
}
.why-investment .why-card {
  position: relative;
  background-color: #000;
  flex: 1;
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}
.why-investment .why-card .why-hdg .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.why-investment .why-card h3 {
    color: var(--background-color);
    font-family: var(--heading-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.why-investment .why-card p {
  color: var(--background-color);
  text-align: left;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.cta-investment {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 364px;
  background-image: url(../images/bg_investment_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width:768px) {
  .why-investment .why-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  }
  .cta-investment h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  .ourteam-swiper-wrapper,
  .swiper.ks-services-mobile-swiper,
  .swiper.relatedSwiper {
      margin: 0 -20px 0 0!important;
  }
}

.project-long-content p {
    color: #374151;
    font-family:var(--default-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
} 
.project-long-content .truncated-content {
 -webkit-line-clamp: unset; 
  max-height: 1000px;       
  transition: max-height 0.6s ease-in;   
}
@media (min-width:992px){
  .project-long-content .truncated-content h2 {
    margin-bottom: 24px;
  }
}
@media (max-width:768px){
  .project-long-content .truncated-content h2 {
    margin-bottom: 8px;
  }
}

.project-long-content.content-limited-active .truncated-content {
    -webkit-line-clamp: unset;
    max-height: none;
    height: auto;
} 
.project-long-content p:last-child {
  margin-bottom: 0;
}
@media (max-width:768px) {
  .project-long-content p {
    font-size: 16px;
    line-height: 24px;
  }
 
}
.oes-toggle-btn,
.ks-toggle-btn {
  color: var(--color-text-dark);
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; 
}
/*
* Section Investment-sectors
*/
.investment-sectors {
    position: relative;
    overflow: hidden;
}



.invest-service-card {
  background-color: #fff;
  position: relative;
overflow: visible;
}
.invest-services-box {
    padding:20px 24px 24px;
}
 .invest-services-box .card-title {
    margin-bottom: 12px;
    color:#1C0F13;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
 }  
  .invest-services-box .content-items p {
    color: #6B7280;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
 } 
  .invest-services-box .content-items p:last-child {
    margin-bottom: 0;
  }
 @media (max-width:768px) {
  .invest-mobile-slider-box {
      margin: 0 -20px 0 0;
  }
  .invest-mobile-slider .swiper-slide {
    height: auto !important; /* Slide tự co giãn theo slide cao nhất trong hàng */
    display: flex; 
  }
  .invest-services-box .card-title {
    font-size: 20px;
  }
  .invest-services-box .content-items {
    font-size: 14px;
   }
 }

.nav-tabs.adhg-nav-tabs {
    background-color: #fff;
    gap: 12px;
    flex: 1 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; 
    margin:0px 0 48px;
    border-bottom: 1px solid #dee2e6; 
    align-items: stretch;
}
.adhg-nav-tabs .nav-item {
    margin-bottom: 0;
    position: relative;
    display: flex;
}

.adhg-nav-tabs .nav-item {
    display: flex; /* Để button bên trong có thể cao 100% */
    flex: 1 1 auto;
}

.adhg-nav-tabs .nav-item:nth-last-child(1) {
    flex: 0 0 245px !important;
    width: 245px;
}

.adhg-nav-tabs .nav-item:nth-last-child(2) {
    flex: 0 0 198px !important;
    width: 198px;
}
  .adhg-nav-tabs .nav-item:nth-last-child(3) {
    flex: 0 0 157px !important;
    width: 157px;
}
.adhg-nav-tabs .nav-link {
    width: 100%;
    height: 100%; 
    display: flex;
    align-items: center;   
    justify-content: center; 
    text-align: center;
    white-space: normal;
    word-break: break-word;
    padding: 20px 10px;
    border-radius: 0 !important; 
    border: none;
    color: #6B7280 !important; 
    font-family: var(--body-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    border-bottom: 2px solid transparent; 
    transition: all 0.3s ease;


}
.adhg-nav-tabs .nav-item,
.adhg-nav-tabs .nav-link {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.adhg-nav-tabs .nav-link:hover {
    color: #E4B946 !important;
    border: none;
    border-bottom: 1px solid transparent; 
}
.adhg-nav-tabs .nav-link.active {
    color: #E4B946 !important;
    border-bottom: 1px solid #E4B946 !important;
    background-color: transparent !important;

}
.adhg-nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E4B946;
    border-radius: 0 !important;
}
.adhg-gallery-item {
    overflow: hidden;
    background: #f8f8f8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}
.adhg-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 8px;
}
/* Hiệu ứng hover ảnh nhẹ nhàng */
.adhg-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.adhg-gallery-item:hover img {
    transform: scale(1.05);
}

/* Custom Lightbox Arrows */
.gnext, .gprev, .gclose {
    background-color: rgba(212, 175, 55, 0.9) !important;
}
.breadcrumb-item.is_home {
  text-indent: -999pt;
  display: flex;
  width: 18px;
  height: 18px;
  padding: 0.492px 0.505px 0.478px 0.478px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-image: url(../svg/home_breadcrumb.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width:768px) {
  
  .nav-tabs.adhg-nav-tabs {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0px 0 25px;
  }
  
  .adhg-nav-tabs .nav-item {
    flex: 0 0 auto;
  }

  .adhg-nav-tabs .nav-link {
    word-break: normal;
    font-size: 16px;
    padding: 20px 16px;
  }
  .adhg-nav-tabs .nav-item:nth-last-child(3),
  .adhg-nav-tabs .nav-item:nth-last-child(2),
  .adhg-nav-tabs .nav-item:nth-last-child(1) {
    flex:none!important;
    width: auto!important;
  }
}
.faqs_adhg .section-title2 h2{
  margin-bottom: 32px;
}
@media (max-width:991px) {
  .faqs_adhg .section-title2 h2{
    margin-bottom: 24px;
  }
}
.page-template-investment-page .faqs_adhg,
.page-template-project-acquisition .faqs_adhg,
.page-template-projects-template .faqs_adhg {
    background: #fff!important;
}
.desktop-posts-container .slider-cards-js {
  position: relative;
  margin-bottom: 24px;
}
.desktop-posts-container .slider-cards-js:last-of-type {
 margin-bottom: 0px;
}
@media (max-width: 767.98px) {
    .home-wrapper {
        margin: 14px -20px 0 0px;
    }
}

.ks-service-card img {
   object-fit: cover;
}
.ks-wrp-desktop a:visited, 
.ks-wrp-desktop a:link {
    text-decoration:underline;
    color: #E4B946;
}