
/* ========= Inner Pages ========= */
.tc-navbar-st1 {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tc-page-hero {
  position: relative;
  padding: 80px 0 70px;
  background: linear-gradient(135deg, rgba(255, 95, 109, 0.08) 0%, rgba(255, 195, 113, 0.12) 100%);
  overflow: hidden;
}

.tc-page-hero::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 95, 109, 0.08);
}

.tc-page-hero h1 {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.tc-page-hero .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}

.tc-page-hero .breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.tc-page-hero .breadcrumb a:hover {
  color: var(--cr-orange1);
}

.tc-page-hero .breadcrumb-item.active {
  color: var(--cr-orange1);
}

.tc-content-section {
  padding: 90px 0;
}

.tc-content-section.bg-light {
  background: #f9f9f9;
}

.tc-content-section .section-label {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.tc-content-section .section-label .icon {
  margin-right: 8px;
}

.tc-content-block {
  max-width: 900px;
}

.tc-content-block p,
.tc-content-block li {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.tc-content-block h3,
.tc-content-block h4 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.tc-content-block ul {
  padding-left: 20px;
}

.tc-content-block ul li {
  margin-bottom: 10px;
}

.tc-stat-card {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  height: 100%;
}

.tc-stat-card h3 {
  font-size: 42px;
  color: var(--cr-orange1);
  margin-bottom: 8px;
}

.tc-stat-card p {
  margin-bottom: 0;
  color: #666;
}

.tc-contact-card {
  padding: 35px;
  border-radius: 16px;
  border: 1px solid rgba(255, 95, 109, 0.15);
  background: #fff;
  height: 100%;
}

.tc-contact-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 95, 109, 0.1);
  color: var(--cr-orange1);
  font-size: 22px;
  margin-bottom: 20px;
}

.tc-contact-card h5 {
  margin-bottom: 10px;
}

.tc-contact-card p {
  margin-bottom: 0;
  color: #666;
}

.tc-footer-st1 .links-content {
  padding: 120px 0 60px;
}

.tc-footer-st1 .links a {
  margin: 6px 0;
}

.tc-footer-st1 .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 24px;
}

.navbar-toggler-st1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  border-radius: 8px;
  padding: 8px 12px;
}

.navbar-toggler-st1 span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 5px 0;
}

button.butn {
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .tc-page-hero {
    padding: 60px 0 50px;
  }

  .tc-page-hero h1 {
    font-size: 38px;
  }

  .tc-content-section {
    padding: 60px 0;
  }

  .tc-navbar-st1 .navbar-collapse {
    display: none;
    width: 100%;
    padding-top: 20px;
  }

  .tc-navbar-st1 .navbar-collapse.show {
    display: block;
  }

  .tc-navbar-st1 .navbar-nav .nav-link {
    margin: 8px 0;
  }
}
