.navbar-for-landing-page {
  height: 90px;
}
.logo-home {
  color: white;
margin-top: 13px;
}

.section-title2 h2,
.section-title2 .h2 {
  font-weight: 600;
}
.footer-single-item-ecommerce.pl-130.text-white h3 , .footer-single-item-ecommerce.pl-130.text-white a {
    color:white;
}
.unseenNotificitons {
  background-color: #ebf2fa !important;
}
body[sidebar-data-theme="sidebar-hide"] span.pnl {
    display: none;
}
/* --- Navigation Bar --- */
.navbar-for-landing-page {
  transition: all 0.4s ease-in-out;
}

.navbar-for-landing-page.sticky {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(15px);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.navbar-for-landing-page.sticky .nav-link,
.navbar-for-landing-page.sticky .navbar-brand img {
  color: #3a4252 !important;
}

.navbar-for-landing-page .nav-link {
  transition: color 0.3s ease;
}
.bg-transparents {
  --bs-bg-opacity: 1;
  background-color:rgb(24, 24, 24) !important;
}
.button-back a {
    text-decoration: none;
    color: white;
}
.top-features-content {
    height: 343px;
}
.navbar-for-landing-page .nav-link:hover,
.navbar-for-landing-page .nav-link.active {
  color: #4936f5 !important;
}
.navbar-for-landing-page.sticky .nav-link:hover,
.navbar-for-landing-page.sticky .nav-link.active {
  color: #4936f5 !important;
}
.navbar-for-landing-page .navbar-nav .nav-link.active {
    color: #ffffff !important;
}

/* --- Logo Enhancements (Mới thêm) --- */
.navbar-brand img {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.navbar-brand:hover img {
  transform: scale(1.05); /* Phóng to nhẹ khi di chuột qua */
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15)); /* Thêm bóng đổ tinh tế */
}
.top-title2 {
    font-size: 19px;
    padding: 6.5px 15px;
    border-radius: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #4936f5;
    background-color: #ECF0FF;
}

.banner-content-ecommerce h2 {
    font-size: 58px !important;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
}
/* --- Banner Section --- */
.banner-area-ecommerce {
  background: linear-gradient(180deg, #5d50fe 0%, #f8f9fc 100%);
  padding-top: 220px;
  padding-bottom: 100px;
}
.banner-content-ecommerce h2 {
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}

.banner-img img {
  border-radius: 12px;
  box-shadow: 0 1rem 3rem rgba(35, 39, 46, 0.175) !important;
}

/* --- General Button Style --- */
.btn.landing-page-btn {
  padding: 12px 32px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn.landing-page-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.why-trezo-img img {
  border-radius: 12px;
}
.top-features-area {
  background-color: rgb(233 200 168) !important;
  padding-bottom: 80px;
}

/* --- Why Trezo Section --- */
.why-trezo-single-item h1 {
  color: #f67c01;
  font-weight: 700;
}
.why-trezo-single-item h1::before {
  display: none; /* Removing the old line */
}

/* --- Features Section --- */
.top-features-single-item {
  background-color: #ffffff;
  border: 1px solid #eceef2;
  border-radius: 16px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 0 !important; /* Reset margin */
}

.top-features-single-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(67, 78, 97, 0.12);
  border-color: transparent;
}

.top-features-single-item .top-features-content {
  padding: 30px 25px;
  background-color: transparent;
}

.top-features-single-item .top-features-content img {
  border-radius: 50%;
  background: #ecf0ff;
  padding: 15px;
  width: 80px;
  height: 80px;
}

.top-features-single-item .top-features-content h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 20px;
}

/* --- Pricing Section --- */
.pricing-plans-single-item {
  background-color: #ffffff;
  border: 1px solid #eceef2;
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer-area-ecommerce.ptb-180,
.footer-single-item-ecommerce h3 {
  color: white;
}
.pricing-plans-single-item .pricing-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e2e8f0;
}
.pricing-plans-single-item .pricing-content ul {
  flex-grow: 1;
}

.pricing-plans-single-item:hover {
  box-shadow: 0 20px 40px rgba(67, 78, 97, 0.15);
  transform: translateY(-10px);
}

.pricing-plans-single-item.popular {
  border: 2px solid #4936f5;
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(73, 54, 245, 0.15);
}
.pricing-plans-single-item.popular:hover {
  transform: scale(1.08) translateY(-10px);
}

.pricing-header .trial {
  font-weight: 600;
}
.pricing-header .popular-badge {
  background-color: #4936f5;
  color: white;
  border-color: #4936f5;
}

/* --- Supercharge CTA --- */
.supercharge-content {
  border-radius: 24px;
  padding: 80px 40px;
  background: linear-gradient(135deg, #4936f5 0%, #757dff 100%);
}
.supercharge-content h2 {
  font-weight: 700;
}

/* --- Footer --- */
.footer-area-ecommerce {
  background: #f8f9fc;
  padding-top: 100px;
  padding-bottom: 40px;
}
.footer-single-item-ecommerce h3 {
  color: #23272e;
}
.supercharge-area {
  margin-bottom: 80px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .navbar-for-landing-page.sticky {
    background: rgba(45, 53, 68, 0.95) !important;
  }
  .navbar-for-landing-page .nav-link {
    color: #fff !important;
  }
  .navbar-for-landing-page #navbarSupportedContent {
    background: #2d3544;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .banner-content-ecommerce h2 {
    font-size: 40px;
  }
  .banner-area-ecommerce {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .why-trezo-area,
  .pricing-plans-area,
  .footer-area-ecommerce {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .why-trezo-area {
    margin-top: 70px !important;
  }
}
