@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Aqlix - Technology & IT Solutions HTML5 Template
    Author: TogoTheme
    Support: NAFIULPUST@GMAIL.COM
    Description: Aqlix is a modern Technology & IT Solution HTML5 template with multiple homepages, inner pages, and reusable UI components.
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME DEFAULT
	-----------------
		1.1 Theme Default
		1.2 Typography
		1.3 Common Classes
		1.4 Colors & Helpers

	-----------------
    02. COMPONENTS
	-----------------
		2.1 Buttons
		2.2 Animations
		2.3 Breadcrumb
		2.4 Section Title
		2.5 Search
		2.6 Tabs
		2.7 Accordion
		2.8 Details Sidebar
		2.9 Shape
		2.10 Magic Cursor
		2.11 Smooth Scroll
		2.12 Preloader
		2.13 Banner / Breadcrumb Text Entrance

	-----------------
    03. HEADER & NAVIGATION
	-----------------
		3.1 Header Style
		3.2 Offcanvas
		3.3 Sidemenu / Mobile Menu

	-----------------
    04. FOOTER
	-----------------
		4.1 Footer Style

	-----------------
    05. SECTIONS & PAGES
	-----------------
		5.1 Hero
		5.2 About
		5.3 Process
		5.4 Mission
		5.5 Brand / Clients
		5.6 Project / Portfolio
		5.7 General Content
		5.8 Technology
		5.9 Service
		5.10 Join / CTA
		5.11 Fact / Counter
		5.12 Team
		5.13 Locations
		5.14 Testimonial
		5.15 Blog
		5.16 FAQ
		5.17 Pricing
		5.18 Contact
		5.19 Error / 404
		5.20 Service Details
		5.21 Team Details
		5.22 Project Details

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Sue+Ellen+Francisco&family=Tillana:wght@400;500;600;700;800&display=swap");
:root {
  --tc-primary-color: #142324;
  --tc-secondary-color: #182D2E;
  --tc-accent-color: #FF3B00;
  --tc-body-color: #000000;
  --tc-heading-color: #050A1E;
  --tc-text-color: #3c3a3a;
  --tc-white-color: #FFFFFF;
  --tc-black-color: #000000;
  --tc-grey-color: #F2F0EC;
}

:root {
  --tc-font-body: "Inter", serif;
  --tc-font-heading: "Libre Baskerville", serif;
  --tc-font-heading-2: "Libre Baskerville", serif;
  --tc-font-sub-heading: "Libre Baskerville", serif;
  --tc-font-sub-heading-2: "Libre Baskerville", system-ui;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*----------------------------------------*/
/*  1.2 Typography
/*----------------------------------------*/
body {
  font-family: var(--tc-font-body);
  font-size: 18px;
  font-weight: normal;
  color: var(--tc-black-color);
  line-height: 1.6;
}

p {
  font-family: var(--tc-font-body);
  color: var(--tc-text-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 17px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tc-font-heading);
  color: var(--tc-heading-color);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 54px;
  width: 100%;
  line-height: 56px;
  font-size: 16px;
  color: #121018;
  font-weight: 400;
  border-radius: 12px;
  background: #F6F6F6;
  padding: 0 20px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #85838B;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #85838B;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #85838B;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #85838B;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-secondary-color);
  box-shadow: 0 0 0 4px rgba(254, 78, 21, 0.1);
  background: #fff;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

textarea {
  height: 160px;
  margin-bottom: 30px;
}

*::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: rgba(7, 61, 48, 0.7);
  font-size: 16px;
  opacity: 1;
  font-weight: 500;
}

*::placeholder {
  color: rgba(7, 61, 48, 0.7);
  font-size: 16px;
  opacity: 1;
  font-weight: 500;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-23 {
  --bs-gutter-x: 23px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

/*----------------------------------------*/
/*  1.3 Common Classes
/*----------------------------------------*/
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-1600 {
  max-width: 1430px;
}
.container-1630 {
  max-width: 1660px;
}
.container-1330 {
  max-width: 1360px;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.tc-rounded-5 {
  border-radius: 4px;
}
.tc-rounded-10 {
  border-radius: 10px;
}
.tc-rounded-15 {
  border-radius: 15px;
}
.tc-rounded-20 {
  border-radius: 20px;
}
.tc-rounded-25 {
  border-radius: 25px;
}
.tc-rounded-30 {
  border-radius: 30px;
}

.lh-0 {
  line-height: 0;
}
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-28 {
  line-height: 28px;
}
.lh-30 {
  line-height: 30px;
}
.lh-32 {
  line-height: 32px;
}
.lh-34 {
  line-height: 34px;
}
.lh-36 {
  line-height: 36px;
}
.lh-38 {
  line-height: 38px;
}

.lhp-100 {
  line-height: 1;
}
.lhp-110 {
  line-height: 1.1;
}
.lhp-120 {
  line-height: 1.2;
}
.lhp-130 {
  line-height: 1.3;
}
.lhp-140 {
  line-height: 1.4;
}
.lhp-150 {
  line-height: 1.5;
}
.lhp-160 {
  line-height: 1.6;
}
.lhp-180 {
  line-height: 1.8;
}

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

.p-inherit {
  position: inherit;
}

/*----------------------------------------*/
/*  1.4 Colors & Helpers
/*----------------------------------------*/
/* Text Colors */
.tc-primary-color {
  color: var(--tc-primary-color);
}

.tc-secondary-color {
  color: var(--tc-secondary-color);
}

.tc-accent-color {
  color: var(--tc-accent-color);
}

.tc-body-color {
  color: var(--tc-body-color);
}

.tc-heading-color {
  color: var(--tc-heading-color);
}

.tc-white-color {
  color: var(--tc-white-color);
}

.tc-black-color {
  color: var(--tc-black-color);
}

.tc-grey-color {
  color: var(--tc-grey-color);
}

/* Background Colors */
.tc-bg-primary-color {
  background-color: var(--tc-primary-color);
}

.tc-bg-secondary-color {
  background-color: var(--tc-secondary-color);
}

.tc-bg-accent-color {
  background-color: var(--tc-accent-color);
}

.tc-bg-body-color {
  background-color: var(--tc-body-color);
}

.tc-bg-heading-color {
  background-color: var(--tc-heading-color);
}

.tc-bg-white-color {
  background-color: var(--tc-white-color);
}

.tc-bg-black-color {
  background-color: var(--tc-black-color);
}

.tc-bg-grey-color {
  background-color: var(--tc-grey-color);
}

.tc-app ul li {
  margin-left: 25px;
  padding-bottom: 10px;
}
.tc-app ol li {
  margin-left: 25px;
  padding-bottom: 10px;
}

.list-check ul, .list-check ol {
  list-style: none;
  padding-left: 0;
}
.list-check ul li, .list-check ol li {
  margin-left: 10px;
  display: flex;
  align-items: start;
}
.list-check ul li i, .list-check ol li i {
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 100%;
  font-size: 10px;
  top: 3px;
  position: relative;
  margin-right: 10px;
}

@media only screen and (max-width: 1599px) {
  .space-xxl-pt-25 {
    padding-top: 25px;
  }
  .space-xxl-pt-30 {
    padding-top: 30px;
  }
  .space-xxl-pt-50 {
    padding-top: 50px;
  }
  .space-xxl-pt-70 {
    padding-top: 70px;
  }
  .space-xxl-pb-25 {
    padding-bottom: 25px;
  }
  .space-xxl-pb-30 {
    padding-bottom: 30px;
  }
  .space-xxl-pb-50 {
    padding-bottom: 50px;
  }
  .space-xxl-pb-70 {
    padding-bottom: 70px;
  }
  .space-xxl-mt-25 {
    margin-top: 25px;
  }
  .space-xxl-mt-30 {
    margin-top: 30px;
  }
  .space-xxl-mt-50 {
    margin-top: 50px;
  }
  .space-xxl-mt-70 {
    margin-top: 70px;
  }
  .space-xxl-mb-25 {
    margin-bottom: 25px;
  }
  .space-xxl-mb-30 {
    margin-bottom: 30px;
  }
  .space-xxl-mb-50 {
    margin-bottom: 50px;
  }
  .space-xxl-mb-70 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .space-xl-pt-25 {
    padding-top: 25px;
  }
  .space-xl-pt-30 {
    padding-top: 30px;
  }
  .space-xl-pt-50 {
    padding-top: 50px;
  }
  .space-xl-pt-70 {
    padding-top: 70px;
  }
  .space-xl-pb-25 {
    padding-bottom: 25px;
  }
  .space-xl-pb-30 {
    padding-bottom: 30px;
  }
  .space-xl-pb-50 {
    padding-bottom: 50px;
  }
  .space-xl-pb-70 {
    padding-bottom: 70px;
  }
  .space-xl-mt-25 {
    margin-top: 25px;
  }
  .space-xl-mt-30 {
    margin-top: 30px;
  }
  .space-xl-mt-50 {
    margin-top: 50px;
  }
  .space-xl-mt-70 {
    margin-top: 70px;
  }
  .space-xl-mb-25 {
    margin-bottom: 25px;
  }
  .space-xl-mb-30 {
    margin-bottom: 30px;
  }
  .space-xl-mb-50 {
    margin-bottom: 50px;
  }
  .space-xl-mb-70 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .space-lg-pt-25 {
    padding-top: 25px;
  }
  .space-lg-pt-30 {
    padding-top: 30px;
  }
  .space-lg-pt-50 {
    padding-top: 50px;
  }
  .space-lg-pt-70 {
    padding-top: 70px;
  }
  .space-lg-pb-25 {
    padding-bottom: 25px;
  }
  .space-lg-pb-30 {
    padding-bottom: 30px;
  }
  .space-lg-pb-50 {
    padding-bottom: 50px;
  }
  .space-lg-pb-70 {
    padding-bottom: 70px;
  }
  .space-lg-mt-25 {
    margin-top: 25px;
  }
  .space-lg-mt-30 {
    margin-top: 30px;
  }
  .space-lg-mt-50 {
    margin-top: 50px;
  }
  .space-lg-mt-70 {
    margin-top: 70px;
  }
  .space-lg-mb-25 {
    margin-bottom: 25px;
  }
  .space-lg-mb-30 {
    margin-bottom: 30px;
  }
  .space-lg-mb-50 {
    margin-bottom: 50px;
  }
  .space-lg-mb-70 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .space-md-pt-25 {
    padding-top: 25px;
  }
  .space-md-pt-30 {
    padding-top: 30px;
  }
  .space-md-pt-50 {
    padding-top: 50px;
  }
  .space-md-pt-70 {
    padding-top: 70px;
  }
  .space-md-pb-25 {
    padding-bottom: 25px;
  }
  .space-md-pb-30 {
    padding-bottom: 30px;
  }
  .space-md-pb-50 {
    padding-bottom: 50px;
  }
  .space-md-pb-70 {
    padding-bottom: 70px;
  }
  .space-md-mt-30 {
    margin-top: 25px;
  }
  .space-md-mt-30 {
    margin-top: 30px;
  }
  .space-md-mt-50 {
    margin-top: 50px;
  }
  .space-md-mt-70 {
    margin-top: 70px;
  }
  .space-md-mb-25 {
    margin-bottom: 25px;
  }
  .space-md-mb-30 {
    margin-bottom: 30px;
  }
  .space-md-mb-50 {
    margin-bottom: 50px;
  }
  .space-md-mb-70 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .space-sm-pt-25 {
    padding-top: 25px;
  }
  .space-sm-pt-30 {
    padding-top: 30px;
  }
  .space-sm-pt-50 {
    padding-top: 50px;
  }
  .space-sm-pt-70 {
    padding-top: 70px;
  }
  .space-sm-pb-25 {
    padding-bottom: 25px;
  }
  .space-sm-pb-30 {
    padding-bottom: 30px;
  }
  .space-sm-pb-50 {
    padding-bottom: 50px;
  }
  .space-sm-pb-70 {
    padding-bottom: 70px;
  }
  .space-sm-mt-25 {
    margin-top: 25px;
  }
  .space-sm-mt-50 {
    margin-top: 50px;
  }
  .space-sm-mt-70 {
    margin-top: 70px;
  }
  .space-sm-mb-25 {
    margin-bottom: 25px;
  }
  .space-sm-mb-30 {
    margin-bottom: 30px;
  }
  .space-sm-mb-50 {
    margin-bottom: 50px;
  }
  .space-sm-mb-70 {
    margin-bottom: 70px;
  }
}

.mfp-bg, .mfp-wrap {
  z-index: 999999;
}

.bg-gradient-1 {
  background: linear-gradient(155deg, #220407 0%, rgba(2, 39, 42, 0.9) 45%, rgba(110, 30, 7, 0.88) 100%);
}

.bg-gradient-2 {
  background: linear-gradient(155deg, #220407 0%, rgba(110, 30, 7, 0.88) 100%, rgba(2, 39, 42, 0.9) 45%);
}

.common-underline:hover {
  text-decoration: underline;
}

/*----------------------------------------*/
/*  2.1 Buttons
/*----------------------------------------*/
.tc-btn {
  background-color: var(--tc-accent-color);
  background-image: linear-gradient(to right, #c8421a, #d21527);
  background-size: 0% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 22px 35px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  border-radius: 35px;
  color: var(--tc-white-color);
  transition: background-size 0.4s ease, color 0.35s ease;
}
.tc-btn:hover {
  background-size: 100% 100%;
  color: #ffffff;
}
.tc-btn:focus {
  color: var(--tc-white-color);
}
.tc-btn-primary {
  background-color: var(--tc-primary-color);
  color: #fff;
}
.tc-btn-primary:hover {
  background-color: var(--tc-primary-color);
  color: #fff;
}
.tc-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
}
.tc-btn-icon .btn-icon {
  width: 30px;
  height: 30px;
  background: var(--tc-white-color);
  color: var(--tc-accent-color);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-btn-icon:hover .btn-icon {
  transform: rotate(0);
  margin-left: 1px;
}
.tc-btn-play {
  color: var(--tc-white-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-btn-play-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  border-radius: 100%;
  margin-right: 10px;
  border: 2px solid var(--tc-white-color);
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
.tc-btn-play:hover {
  color: var(--tc-accent-color);
  color: var(--tc-accent-color);
}
.tc-btn-play:hover .tc-btn-play-icon {
  color: var(--tc-accent-color);
  background: var(--tc-white-color);
  border-color: var(--tc-accent-color);
}
.tc-btn-cta :hover {
  text-decoration: underline;
}
.tc-btn-cta img {
  transform: rotate(-15deg);
}
.tc-btn-hero-1 {
  background-image: none;
  background-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-btn-hero-2 {
  background-image: none;
  color: var(--tc-white-color);
}
.tc-btn-hero-2 img {
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.tc-btn-hero-2:hover {
  color: var(--tc-accent-color);
}
.tc-btn-hero-2:hover img {
  border: 2px solid var(--tc-accent-color);
  padding: 1px;
  background: var(--tc-white-color);
}

/*----------------------------------------*/
/*  2.2 Animations
/*----------------------------------------*/
.tcFadeInUp, .tpFadeInUp {
  animation: tcFadeInUp 2s ease-out forwards;
  opacity: 0;
}

@keyframes tcFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tcFadeInLeft {
  animation: tcFadeInLeft 2s ease-out forwards;
  opacity: 0;
}

@keyframes tcFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.tcFadeInRight {
  animation: tcFadeInRight 2s ease-out forwards;
  opacity: 0;
}

@keyframes tcFadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes tcFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tcFadeInDown {
  animation: tcFadeInDown 1s ease-out forwards;
}

/* Alias kept for existing HTML that still uses the legacy class name */
.tcZoomIn {
  animation: tcZoomIn 2s ease-out forwards;
  opacity: 0;
}

@keyframes tcZoomIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tcRipple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.tcRotate {
  animation: tcRotate 15s linear infinite;
}

@keyframes tcRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tcRotateScale {
  animation: tcRotateScale 15s linear infinite;
}

@keyframes tcRotateScale {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(0.75);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.5);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
@keyframes tcSlideHar {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes tcSlideHar2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/*----------------------------------------*/
/*  2.13 Banner / Breadcrumb Text Entrance (CSS)
/*----------------------------------------*/
@keyframes tcBannerFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body:has(.loader-wrap) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-subtitle,
body:has(.loader-wrap) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-title,
body:has(.loader-wrap) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-title-box > p,
body:has(.loader-wrap) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-content > .tc-btn-box,
body:has(.loader-wrap) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-content .tc-btn-box,
body:has(.loader-wrap) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-video-wrap {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  animation: none !important;
}
body:has(.loader-wrap) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-headline.clip .tc-words-wrapper {
  animation: none !important;
  transition: none !important;
}
body:has(.loader-wrap) .tc-breadcrumb .tc-breadcrumb-title-decor,
body:has(.loader-wrap) .tc-breadcrumb .tc-breadcrumb-title,
body:has(.loader-wrap) .tc-breadcrumb .tc-breadcrumb-list {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  animation: none !important;
}
body:has(.loader-wrap) .tc-hero-2-slider-active .swiper-slide-active .tc-hero-2-title,
body:has(.loader-wrap) .tc-hero-2-slider-active .swiper-slide-active .tc-hero-2-main .tc-btn-box,
body:has(.loader-wrap) .tc-hero-2-slider-active .swiper-slide-active .tc-hero-2-dec,
body:has(.loader-wrap) .tc-hero-2-slider-active .swiper-slide-active .tc-hero-2-bottom {
  opacity: 0 !important;
  transform: translate3d(0, 22px, 0) !important;
  animation: none !important;
}

body:not(:has(.loader-wrap)) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-subtitle {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.05s both;
}
body:not(:has(.loader-wrap)) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-title {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}
body:not(:has(.loader-wrap)) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-title-box > p {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}
body:not(:has(.loader-wrap)) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-content > .tc-btn-box,
body:not(:has(.loader-wrap)) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-content .tc-btn-box {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.46s both;
}
body:not(:has(.loader-wrap)) .tc-hero-area:not(:has(.tc-hero-2-slider-active)) .tc-hero-video-wrap {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.56s both;
}
body:not(:has(.loader-wrap)) .tc-breadcrumb .tc-breadcrumb-title-decor {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
body:not(:has(.loader-wrap)) .tc-breadcrumb .tc-breadcrumb-title {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both;
}
body:not(:has(.loader-wrap)) .tc-breadcrumb .tc-breadcrumb-list {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.36s both;
}

.tc-hero-2-slider-active .swiper-slide .tc-hero-2-title,
.tc-hero-2-slider-active .swiper-slide .tc-hero-2-main .tc-btn-box,
.tc-hero-2-slider-active .swiper-slide .tc-hero-2-dec,
.tc-hero-2-slider-active .swiper-slide .tc-hero-2-bottom {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  animation: none;
}
.tc-hero-2-slider-active .swiper-slide.swiper-slide-active .tc-hero-2-title {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
.tc-hero-2-slider-active .swiper-slide.swiper-slide-active .tc-hero-2-main .tc-btn-box {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.24s both;
}
.tc-hero-2-slider-active .swiper-slide.swiper-slide-active .tc-hero-2-dec,
.tc-hero-2-slider-active .swiper-slide.swiper-slide-active .tc-hero-2-bottom {
  opacity: 0;
  will-change: transform, opacity;
  animation: tcBannerFadeUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.38s both;
}

@media (prefers-reduced-motion: reduce) {
  .tc-hero-area .tc-hero-subtitle,
  .tc-hero-area .tc-hero-title,
  .tc-hero-area .tc-hero-title-box > p,
  .tc-hero-area .tc-hero-content > .tc-btn-box,
  .tc-hero-area .tc-hero-content .tc-btn-box,
  .tc-hero-area .tc-hero-video-wrap,
  .tc-hero-area .tc-hero-2-title,
  .tc-hero-area .tc-hero-2-main .tc-btn-box,
  .tc-hero-area .tc-hero-2-dec,
  .tc-hero-area .tc-hero-2-bottom {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .tc-breadcrumb .tc-breadcrumb-title-decor,
  .tc-breadcrumb .tc-breadcrumb-title,
  .tc-breadcrumb .tc-breadcrumb-list {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
/*----------------------------------------*/
/*  2.3 Breadcrumb
/*----------------------------------------*/
.tc-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tc-breadcrumb-area {
  position: relative;
  overflow: hidden;
}
.tc-breadcrumb-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 220px 15px 220px 15px;
}
.tc-breadcrumb-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(7, 61, 48, 0.82) 0%, rgba(10, 20, 18, 0.72) 45%, rgba(20, 35, 36, 0.88) 100%);
}
.tc-breadcrumb-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 120%, rgba(255, 59, 0, 0.22) 0%, transparent 55%);
  pointer-events: none;
}
.tc-breadcrumb-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 42px 42px;
  animation: tcBreadcrumbGridDrift 18s linear infinite;
  pointer-events: none;
}
.tc-breadcrumb-glow {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  filter: blur(40px);
}
.tc-breadcrumb-glow-1 {
  bottom: -40px;
  left: 10%;
  width: 180px;
  height: 180px;
  background: rgba(255, 59, 0, 0.35);
  animation: tcBreadcrumbGlowMove 8s ease-in-out infinite;
}
.tc-breadcrumb-glow-2 {
  bottom: -60px;
  right: 8%;
  width: 220px;
  height: 220px;
  background: rgba(7, 61, 48, 0.55);
  animation: tcBreadcrumbGlowMove 10s ease-in-out infinite 1.5s;
}
.tc-breadcrumb-shape {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.tc-breadcrumb-float-shape {
  position: absolute;
  top: 18%;
  right: 6%;
  z-index: 2;
  width: 120px;
  opacity: 0.22;
  pointer-events: none;
  animation: tcBreadcrumbShapeSpin 14s linear infinite;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-breadcrumb-float-shape {
    width: 80px;
    opacity: 0.14;
  }
}
.tc-breadcrumb-ball {
  border-radius: 50%;
}
.tc-breadcrumb-ball-1 {
  top: 16%;
  left: 7%;
  width: 16px;
  height: 16px;
  background: var(--tc-accent-color);
  box-shadow: 0 0 28px rgba(255, 59, 0, 0.6);
  animation: tcBreadcrumbBallFloat 5s ease-in-out infinite;
}
.tc-breadcrumb-ball-2 {
  top: 24%;
  right: 10%;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.35);
  animation: tcBreadcrumbBallFloat 6.5s ease-in-out infinite 0.8s;
}
.tc-breadcrumb-ball-3 {
  bottom: 24%;
  left: 12%;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.9);
  animation: tcBreadcrumbBallFloat 4.5s ease-in-out infinite 1.2s;
}
.tc-breadcrumb-ball-4 {
  top: 42%;
  right: 6%;
  width: 8px;
  height: 8px;
  background: var(--tc-accent-color);
  animation: tcBreadcrumbBallFloat 5.8s ease-in-out infinite 0.4s;
}
.tc-breadcrumb-ball-5 {
  bottom: 18%;
  right: 20%;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.55);
  animation: tcBreadcrumbBallFloat 7s ease-in-out infinite 1.8s;
}
.tc-breadcrumb-ring {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.tc-breadcrumb-ring-1 {
  width: 360px;
  height: 360px;
  margin-top: -180px;
  margin-left: -180px;
  animation: tcBreadcrumbRingPulse 5s ease-in-out infinite;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-breadcrumb-ring-1 {
    width: 240px;
    height: 240px;
    margin-top: -120px;
    margin-left: -120px;
  }
}
.tc-breadcrumb-ring-2 {
  width: 260px;
  height: 260px;
  margin-top: -130px;
  margin-left: -130px;
  border-color: rgba(255, 59, 0, 0.22);
  animation: tcBreadcrumbRingPulse 4s ease-in-out infinite 0.8s reverse;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-breadcrumb-ring-2 {
    width: 180px;
    height: 180px;
    margin-top: -90px;
    margin-left: -90px;
  }
}
.tc-breadcrumb-square {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
}
.tc-breadcrumb-square-1 {
  top: 20%;
  right: 18%;
  animation: tcBreadcrumbSquareSpin 10s linear infinite;
}
.tc-breadcrumb-square-2 {
  bottom: 28%;
  left: 20%;
  animation: tcBreadcrumbSquareSpin 12s linear infinite reverse;
}
.tc-breadcrumb-line {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
}
.tc-breadcrumb-line-1 {
  top: 32%;
  left: 4%;
  transform: rotate(-24deg);
  animation: tcBreadcrumbLineSlide 6s ease-in-out infinite;
}
.tc-breadcrumb-line-2 {
  bottom: 34%;
  right: 5%;
  transform: rotate(18deg);
  animation: tcBreadcrumbLineSlideAlt 7s ease-in-out infinite 1s;
}
.tc-breadcrumb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tc-accent-color);
}
.tc-breadcrumb-dot-1 {
  top: 30%;
  right: 24%;
  animation: tcBreadcrumbDotBlink 2.4s ease-in-out infinite;
}
.tc-breadcrumb-dot-2 {
  bottom: 32%;
  right: 9%;
  animation: tcBreadcrumbDotBlink 2.4s ease-in-out infinite 0.6s;
}
.tc-breadcrumb-dot-3 {
  top: 48%;
  left: 6%;
  animation: tcBreadcrumbDotBlink 2.8s ease-in-out infinite 1.1s;
}
.tc-breadcrumb-dot-4 {
  top: 14%;
  left: 42%;
  animation: tcBreadcrumbDotBlink 2.2s ease-in-out infinite 0.3s;
}
.tc-breadcrumb-dot-5 {
  bottom: 14%;
  left: 38%;
  animation: tcBreadcrumbDotBlink 2.6s ease-in-out infinite 1.4s;
}
.tc-breadcrumb-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: 48px;
  background: var(--tc-white-color);
  clip-path: ellipse(58% 100% at 50% 100%);
  pointer-events: none;
}
.tc-breadcrumb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  margin-bottom: 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  animation: tcBreadcrumbBadgeIn 0.8s ease forwards;
}
.tc-breadcrumb-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tc-accent-color);
  box-shadow: 0 0 12px rgba(255, 59, 0, 0.8);
  animation: tcBreadcrumbDotBlink 2s ease-in-out infinite;
}
.tc-breadcrumb-title-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
  max-width: 100%;
}
@media only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-breadcrumb-title-wrap {
    gap: 12px;
  }
}
.tc-breadcrumb-title-decor {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: tcBreadcrumbDecorIn 0.8s ease forwards 0.45s;
}
.tc-breadcrumb-title-decor-right {
  animation-delay: 0.55s;
}
@media only screen and (max-width: 480px) {
  .tc-breadcrumb-title-decor {
    display: none;
  }
}
.tc-breadcrumb-title-line {
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), var(--tc-accent-color), rgba(255, 255, 255, 0.35), transparent);
  animation: tcBreadcrumbLineGrow 0.9s ease forwards 0.65s;
}
.tc-breadcrumb-title-decor-right .tc-breadcrumb-title-line {
  animation-name: tcBreadcrumbLineGrow;
}
.tc-breadcrumb-title-point {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tc-accent-color);
  box-shadow: 0 0 16px rgba(255, 59, 0, 0.65);
  animation: tcBreadcrumbDotBlink 2.2s ease-in-out infinite;
  flex-shrink: 0;
}
.tc-breadcrumb-title {
  position: relative;
  display: inline-block;
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  animation: tcBreadcrumbTitleIn 0.9s ease forwards 0.2s;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .tc-breadcrumb-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-breadcrumb-title {
    font-size: 32px;
  }
}
.tc-breadcrumb-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  opacity: 0;
  animation: tcBreadcrumbListIn 0.8s ease forwards 0.55s;
}
.tc-breadcrumb-list span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: -0.02em;
}
.tc-breadcrumb-list span.dvir {
  color: rgba(255, 255, 255, 0.45);
}
.tc-breadcrumb-list span.active {
  color: #ffffff;
  font-weight: 600;
}
.tc-breadcrumb-list span a {
  color: var(--tc-accent-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-breadcrumb-list span a:hover {
  color: #ffffff;
}

@keyframes tcBreadcrumbGridDrift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(42px);
  }
}
@keyframes tcBreadcrumbGlowMove {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.65;
  }
  50% {
    transform: translate(12px, -10px) scale(1.08);
    opacity: 1;
  }
}
@keyframes tcBreadcrumbShapeSpin {
  from {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(-12px);
  }
  to {
    transform: rotate(360deg) translateY(0);
  }
}
@keyframes tcBreadcrumbBallFloat {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(8px);
  }
}
@keyframes tcBreadcrumbRingPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.07);
    opacity: 0.7;
  }
}
@keyframes tcBreadcrumbSquareSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tcBreadcrumbLineSlide {
  0%, 100% {
    transform: translateX(0) rotate(-24deg);
    opacity: 0.35;
  }
  50% {
    transform: translateX(14px) rotate(-24deg);
    opacity: 0.9;
  }
}
@keyframes tcBreadcrumbLineSlideAlt {
  0%, 100% {
    transform: translateX(0) rotate(18deg);
    opacity: 0.35;
  }
  50% {
    transform: translateX(-14px) rotate(18deg);
    opacity: 0.9;
  }
}
@keyframes tcBreadcrumbDotBlink {
  0%, 100% {
    opacity: 0.35;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}
@keyframes tcBreadcrumbBadgeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tcBreadcrumbDecorIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tcBreadcrumbTitleIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tcBreadcrumbListIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tcBreadcrumbLineGrow {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 88px;
    opacity: 1;
  }
}
/*----------------------------------------*/
/*  2.4 Section Title
/*----------------------------------------*/
.tc-title {
  font-family: var(--tc-font-heading);
  color: var(--tc-heading-color);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
  font-size: 52px;
}
@media only screen and (max-width: 991px) {
  .tc-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tc-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .tc-title {
    font-size: 36px;
  }
}
.tc-title-big {
  font-family: var(--tc-font-heading);
  font-size: 180px;
  line-height: 1.2;
  background: linear-gradient(179deg, #E0DEDA 39.13%, #F2F0EC 104.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  position: relative;
  top: 80px;
  margin-top: -70px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .tc-title-big {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-title-big {
    font-size: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .tc-title-big {
    font-size: 75px;
    top: 90px;
    margin-top: -80px;
  }
}
.tc-title-big-center {
  left: 0;
  right: 0;
  text-align: center;
}
.tc-title-z-index-9 {
  z-index: 9;
}
.tc-subtitle {
  font-size: 22px;
  line-height: 1.4;
  font-family: var(--tc-font-heading);
  color: var(--tc-accent-color);
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .tc-subtitle br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tc-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .tc-subtitle {
    font-size: 16px;
  }
}
.tc-subtitle-line {
  display: flex;
  align-items: center;
}

.line {
  position: relative;
  width: 80px;
  height: 2px;
  background-color: var(--tc-accent-color);
  margin-right: 15px;
  display: inline-block;
}

.line:after {
  position: absolute;
  right: 0;
  bottom: -4px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tc-accent-color);
}

.square {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.square:before, .square:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}

.square:before {
  background: var(--tc-primary-color);
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.square:after {
  background: var(--tc-accent-color);
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}

/*----------------------------------------*/
/*  2.5 Search
/*----------------------------------------*/
.tc-search-form-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--tc-white-color);
  padding: 70px 0 100px;
  opacity: 0;
  backdrop-filter: blur(10px);
  transform: translateY(calc(-100% - 80px));
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
  z-index: 9999;
}
.tc-search-form-toggle.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.tc-search-form-toggle.active .tc-search-form-input {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.tc-search-form-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--tc-black-color);
  background: transparent;
  border: 0;
  padding: 0;
}
.tc-search-form-icon:hover {
  color: var(--tc-primary-color);
}
.tc-search-form-input {
  position: relative;
  height: 52px;
  transform: translateY(-40px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
.tc-search-form-input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tc-accent-color);
  border-bottom: 1px solid rgba(98, 0, 53, 0.1);
  padding: 0 30px 0 0;
}
.tc-search-form-input input::-webkit-input-placeholder {
  font-size: 18px;
  color: rgba(98, 0, 53, 0.5);
}
.tc-search-form-input input:-moz-placeholder {
  font-size: 18px;
  color: rgba(98, 0, 53, 0.5);
}
.tc-search-form-input input::-moz-placeholder {
  font-size: 18px;
  color: rgba(98, 0, 53, 0.5);
}
.tc-search-form-input input:-ms-input-placeholder {
  font-size: 18px;
  color: rgba(98, 0, 53, 0.5);
}
.tc-search-form-input input:focus {
  border-color: transparent;
}
.tc-search-form-input input:focus ~ .tc-search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.8s;
}
.tc-search-form-input .tc-search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--tc-accent-color);
  transition: all 0.5s;
}
.tc-search-close {
  color: var(--tc-black-color);
  font-size: 40px;
  transition: all 0.3s ease;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}
.tc-search-close:hover {
  color: var(--tc-primary-color);
  transform: rotate(180deg);
}
.tc-search-form-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9998;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.tc-search-form-overlay-open {
  opacity: 0.4;
  visibility: visible;
}

/*----------------------------------------*/
/*  2.6 Tabs
/*----------------------------------------*/
.tc-tab-area {
  background-color: var(--tc-grey-color);
}
@media only screen and (max-width: 991px) {
  .tc-tab-area-3 .tab-pane .row {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .tc-tab-img {
    padding-left: 0;
  }
}

.tc-nav-tabs {
  border-radius: 12px;
  border: 1px solid rgba(18, 16, 24, 0.1);
}
.tc-nav-tabs button {
  color: #121018;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  padding: 15px 25px;
  border-radius: 12px;
  background: transparent;
  border: 0;
}
@media only screen and (max-width: 480px) {
  .tc-nav-tabs button {
    width: 100%;
  }
}
.tc-nav-tabs button.active {
  background-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}

/*----------------------------------------*/
/*  2.7 Accordion
/*----------------------------------------*/
.tc-accordion .tc-accordion-item,
.tc-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.tc-accordion .tc-accordion-header,
.tc-accordion .accordion-header {
  margin-bottom: 0;
}
.tc-accordion .tc-accordion-item {
  border-bottom: 1px solid rgba(18, 16, 24, 0.12);
}
.tc-accordion .tc-accordion-button {
  position: relative;
  text-align: left;
  padding: 32px 0;
  padding-right: 90px;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--tc-font-heading);
  color: var(--tc-heading-color);
  background: transparent;
  border: 0;
  line-height: 1.35;
}
@media only screen and (max-width: 991px) {
  .tc-accordion .tc-accordion-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-accordion .tc-accordion-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-accordion .tc-accordion-button {
    font-size: 18px;
    padding-right: 56px;
  }
}
.tc-accordion .tc-accordion-button .tc-accordion-icon {
  position: absolute;
  top: 50%;
  right: 0;
  height: 52px;
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  transform: translateY(-50%);
  color: var(--tc-white-color);
  background-color: var(--tc-primary-color);
  border-radius: 4px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-accordion .tc-accordion-button .tc-accordion-icon {
    height: 40px;
    width: 40px;
  }
}
.tc-accordion .tc-accordion-button .tc-accordion-icon svg {
  width: 12px;
  height: 12px;
  transition: 0.3s ease;
}
.tc-accordion .tc-accordion-button:not(.collapsed) {
  padding-bottom: 22px;
}
.tc-accordion .tc-accordion-button:not(.collapsed) .tc-accordion-icon {
  background-color: var(--tc-accent-color);
}
.tc-accordion .tc-accordion-button:not(.collapsed) .tc-accordion-icon svg {
  transform: rotate(-90deg);
}
.tc-accordion .tc-accordion-body {
  padding: 0 90px 24px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px), only screen and (max-width: 991px), only screen and (max-width: 480px) {
  .tc-accordion .tc-accordion-body {
    padding-right: 0;
  }
}
.tc-accordion .tc-accordion-body p {
  line-height: 1.71;
  margin-right: 180px;
  font-size: 16px;
  color: rgba(18, 16, 24, 0.72);
}
@media only screen and (max-width: 1200px), only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-accordion .tc-accordion-body p {
    margin-right: 0;
    font-size: 15px;
  }
}
.tc-accordion .tc-accordion-body p a {
  color: var(--tc-accent-color);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tc-accordion .tc-accordion-body p a:hover {
  color: var(--tc-primary-color);
}

/*----------------------------------------*/
/*  2.8 Details Sidebar
/*----------------------------------------*/
.tc-sidebar-col {
  position: relative;
}

.tc-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 8;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-sidebar {
    position: relative;
    top: 0;
  }
}

.tc-sidebar-widget {
  padding: 28px 24px;
  border-radius: 20px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  margin-bottom: 24px;
}
.tc-sidebar-widget:last-child {
  margin-bottom: 0;
}

.tc-sidebar-widget-title {
  font-family: var(--tc-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--tc-heading-color);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(18, 16, 24, 0.08);
}

.tc-sidebar-widget.tc-sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tc-sidebar-widget.tc-sidebar-nav ul li {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style: none;
}
.tc-sidebar-widget.tc-sidebar-nav ul li:not(:last-child) {
  margin-bottom: 8px;
}
.tc-sidebar-widget.tc-sidebar-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tc-heading-color);
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-sidebar-widget.tc-sidebar-nav ul li a i {
  padding-left: 0;
  font-size: 12px;
  color: rgba(18, 16, 24, 0.35);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-sidebar-widget.tc-sidebar-nav ul li a:hover, .tc-sidebar-widget.tc-sidebar-nav ul li a.active {
  color: var(--tc-white-color);
  background: var(--tc-primary-color);
  border-color: var(--tc-primary-color);
}
.tc-sidebar-widget.tc-sidebar-nav ul li a:hover i, .tc-sidebar-widget.tc-sidebar-nav ul li a.active i {
  color: var(--tc-white-color);
}
.tc-sidebar-widget.tc-sidebar-nav ul li.active a {
  color: var(--tc-white-color);
  background: var(--tc-primary-color);
  border-color: var(--tc-primary-color);
}
.tc-sidebar-widget.tc-sidebar-nav ul li.active a i {
  color: var(--tc-white-color);
}

.tc-sidebar-info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
}
.tc-sidebar-info:not(:last-child) {
  border-bottom: 1px solid rgba(18, 16, 24, 0.08);
}
.tc-sidebar-info i {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--tc-white-color);
  color: var(--tc-accent-color);
  font-size: 16px;
}
.tc-sidebar-info strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(18, 16, 24, 0.5);
  margin-bottom: 4px;
}
.tc-sidebar-info a,
.tc-sidebar-info span,
.tc-sidebar-info p {
  font-size: 15px;
  font-weight: 700;
  color: var(--tc-heading-color);
  line-height: 1.5;
  margin-bottom: 0;
}
.tc-sidebar-info a:hover {
  color: var(--tc-accent-color);
}

.tc-sidebar-download {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 16px;
  background: var(--tc-white-color);
  border: 1px dashed rgba(255, 59, 0, 0.35);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-sidebar-download:hover {
  border-style: solid;
  border-color: var(--tc-accent-color);
  box-shadow: 0 12px 28px rgba(255, 59, 0, 0.1);
}

.tc-sidebar-download-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 22px;
}

.tc-sidebar-download-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--tc-heading-color);
  line-height: 1.3;
}
.tc-sidebar-download-text span {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: rgba(18, 16, 24, 0.55);
}

.tc-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 30px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 60%, #142324 100%);
  color: var(--tc-white-color);
  text-align: center;
}
.tc-sidebar-cta::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.25) 0%, transparent 70%);
  pointer-events: none;
}
.tc-sidebar-cta h4 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  color: var(--tc-white-color);
  margin-bottom: 10px;
}
.tc-sidebar-cta p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 20px;
}
.tc-sidebar-cta .tc-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: center;
}

/*----------------------------------------*/
/*  2.9 Shape
/*----------------------------------------*/
.tc-shape-1, .tc-shape-2, .tc-shape-3 {
  position: absolute;
  opacity: 1;
  margin: 0 auto;
  z-index: -1;
}
.tc-shape-2 {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tc-shape-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.tc-shape-left-center {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.tc-shape-right-center {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

/*----------------------------------------*/
/*  2.10 Magic Cursor
/*----------------------------------------*/
body.tc-magic-cursor,
body.tc-magic-cursor * {
  cursor: none;
}

body.tc-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: fixed;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 1;
  top: 0;
  left: 0;
}

#ball,
#ball-follower {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
}

#ball-follower {
  border-radius: 50%;
  border: 1px solid var(--tc-accent-color);
  background-color: transparent;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

#ball-follower .ball-hand-icon {
  display: none;
  font-size: 18px;
  line-height: 1;
  color: var(--tc-white-color);
  pointer-events: none;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.9)) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.45));
}

#magic-cursor.is-pointer-hover #ball {
  opacity: 0;
}
#magic-cursor.is-pointer-hover #ball-follower {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 6px 18px rgba(0, 0, 0, 0.18);
}
#magic-cursor.is-pointer-hover #ball-follower .ball-hand-icon {
  display: block;
}

#ball {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: transparent;
  z-index: 99999;
  background-color: var(--tc-black-color);
  border: 0;
}

.cursor-bg-red #ball {
  background-color: var(--tc-accent-color) !important;
  mix-blend-mode: normal;
}
.cursor-bg-red #ball .ball-view {
  color: var(--tc-white-color);
}

.cursor-white-bg #ball {
  background-color: var(--tc-white-color) !important;
  mix-blend-mode: normal;
}
.cursor-white-bg #ball .ball-view {
  color: var(--tc-black-color);
}

.cursor-black-bg #ball {
  background-color: var(--tc-black-color) !important;
}
.cursor-black-bg #ball-follower {
  border-color: rgba(0, 0, 0, 0.28);
}
.cursor-black-bg #ball .ball-view {
  color: var(--tc-white-color);
}

.cursor-bg-green #ball {
  background-color: var(--tc-primary-color) !important;
  mix-blend-mode: normal;
}
.cursor-bg-green #ball .ball-view {
  color: var(--tc-white-color);
}

#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  transform: scale(0);
  font-family: var(--tc-font-body);
  color: var(--tc-black-color);
}

#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  font-family: var(--tc-font-body);
  color: var(--tc-black-color);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--tc-white-color);
  font-family: "Font Awesome 7 Free";
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104";
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105";
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  mix-blend-mode: normal;
}

#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--tc-black-color);
}

.tc-magnetic-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------*/
/*  2.11 Smooth Scroll
/*----------------------------------------*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.tc-reveal-wrap {
  overflow: hidden;
  display: block;
}

.tc-reveal-wrap-text {
  overflow: hidden;
}

html.tc-scroll-anim-ready .wow {
  visibility: visible;
  animation-name: none;
  opacity: 1;
  transform: none;
}

/*----------------------------------------*/
/*  2.12 Preloader (optional)
/*----------------------------------------*/
body.tc-preloader-active {
  overflow: hidden;
  height: 100%;
}

.loader-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 35, 36, 0.88);
  overflow: hidden;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.95s cubic-bezier(0.16, 1, 0.3, 1), transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}
@supports (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px)) {
  .loader-wrap {
    background-color: rgba(20, 35, 36, 0.72);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.loader-wrap.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0, 0) scale(1.03);
}
.loader-wrap-heading {
  position: relative;
  z-index: 2;
}

.load-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--tc-white-color);
  font-family: var(--tc-font-heading, var(--tc-font-body));
  font-size: clamp(42px, 8vw, 72px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
}
.load-text span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation-name: tcPreloaderLetterIn;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: forwards;
}
.load-text span:nth-child(1) {
  animation-delay: 0.1s;
}
.load-text span:nth-child(2) {
  animation-delay: 0.18s;
}
.load-text span:nth-child(3) {
  animation-delay: 0.26s;
}
.load-text span:nth-child(4) {
  animation-delay: 0.34s;
}
.load-text span:nth-child(5) {
  animation-delay: 0.42s;
}
.load-text span:nth-child(6) {
  animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
  animation-delay: 0.58s;
}
.load-text span:nth-child(8) {
  animation-delay: 0.66s;
}

.loader-wrap.is-hiding .load-text span {
  animation-name: tcPreloaderLetterOut;
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
.loader-wrap.is-hiding .load-text span:nth-child(1) {
  animation-delay: 0s;
}
.loader-wrap.is-hiding .load-text span:nth-child(2) {
  animation-delay: 0.05s;
}
.loader-wrap.is-hiding .load-text span:nth-child(3) {
  animation-delay: 0.1s;
}
.loader-wrap.is-hiding .load-text span:nth-child(4) {
  animation-delay: 0.15s;
}
.loader-wrap.is-hiding .load-text span:nth-child(5) {
  animation-delay: 0.2s;
}
.loader-wrap.is-hiding .load-text span:nth-child(6) {
  animation-delay: 0.25s;
}
.loader-wrap.is-hiding .load-text span:nth-child(7) {
  animation-delay: 0.3s;
}
.loader-wrap.is-hiding .load-text span:nth-child(8) {
  animation-delay: 0.35s;
}

@keyframes tcPreloaderLetterIn {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes tcPreloaderLetterOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .loader-wrap {
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .loader-wrap.is-done {
    transform: none;
  }
  .load-text span,
  .loader-wrap.is-hiding .load-text span {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
/*----------------------------------------*/
/*  5.1 Hero
/*----------------------------------------*/
.bg-position {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tc-hero {
  padding-top: 210px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  min-height: 100vh;
  align-items: center;
}
@media only screen and (max-width: 1599px) {
  .tc-hero {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .tc-hero {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .tc-hero {
    padding-top: 150px;
  }
}
.tc-hero-title {
  font-size: 65px;
  color: var(--tc-white-color);
}
.tc-hero-title span, .tc-hero-title .tc-words-wrapper b {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(199deg, #f8c62f 0%, #1ab69d 100%);
  color: transparent;
}
@media only screen and (max-width: 1200px) {
  .tc-hero-title {
    font-size: 55px;
  }
  .tc-hero-title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tc-hero-title {
    font-size: 50px;
  }
  .tc-hero-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-title {
    font-size: 40px;
  }
  .tc-hero-title br {
    display: none;
  }
  .tc-hero-title br.break-1 {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .tc-hero-title {
    font-size: 35px;
  }
  .tc-hero-title br {
    display: none;
  }
  .tc-hero-title br.break-1 {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-title {
    font-size: 25px;
  }
  .tc-hero-title br {
    display: none;
  }
  .tc-hero-title br.break-1 {
    display: block;
  }
}
.tc-hero-title-box p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--tc-white-color);
}
@media only screen and (max-width: 767px) {
  .tc-hero-title-box p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-title-box p {
    font-size: 18px;
  }
}
.tc-hero-subtitle {
  line-height: 1;
  border-radius: 100px;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--tc-black-color);
  border: 1px solid rgba(3, 89, 78, 0.3);
  background-color: var(--tc-white-color);
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-hero-subtitle {
    font-size: 14px;
  }
}
.tc-hero-subtitle svg {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .tc-hero-subtitle svg {
    display: none;
  }
}
.tc-hero-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-animation: tcRotate 15s linear infinite;
  animation: tcRotate 15s linear infinite;
}
.tc-hero-shape-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-animation: tcRotateScale 15s linear infinite;
  animation: tcRotateScale 15s linear infinite;
}
.tc-hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tc-hero-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-hero-video-wrap {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 290px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
}
.tc-hero-video-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tc-white-color);
  display: inline-block;
}
.tc-hero-video-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 120px;
  height: 80px;
  background: var(--tc-accent-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--tc-white-color);
}
.tc-hero-video-btn:focus {
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-hero-video-btn:hover {
  color: var(--tc-accent-color);
  background: var(--tc-white-color);
}
.tc-hero-2-wrap {
  position: relative;
  min-height: 100vh;
}
.tc-hero-2-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.tc-hero-2-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1);
  transition: transform 8s;
}
.tc-hero-2-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.tc-hero-2-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 180px 0 160px;
}
@media only screen and (max-width: 767px) {
  .tc-hero-2-main {
    padding: 140px 0 120px;
  }
}
@media only screen and (max-width: 575px) {
  .tc-hero-2-main {
    padding: 120px 0 100px;
  }
}
.tc-hero-2-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 2;
  padding-right: 160px;
}
@media only screen and (max-width: 767px) {
  .tc-hero-2-bottom {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .tc-hero-2-bottom {
    bottom: 30px;
    padding-right: 100;
  }
}
.tc-hero-2-title {
  font-size: 55px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: var(--tc-white-color);
  animation-delay: 0.3s;
  animation-duration: 1s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .tc-hero-2-title {
    font-size: 35px;
  }
}
.tc-hero-2-dec {
  font-family: var(--tc-font-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  color: var(--tc-white-color);
  animation-delay: 0.7s;
  animation-duration: 1s;
  opacity: 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .tc-hero-2-dec {
    font-size: 20px;
  }
  .tc-hero-2-dec br {
    display: none;
  }
}
.tc-hero-2-btn {
  animation-delay: 0.5s;
  animation-duration: 1s;
  opacity: 0;
}
.tc-hero-2-slider-active .swiper-slide.swiper-slide-active .tc-hero-2-title, .tc-hero-2-slider-active .swiper-slide.swiper-slide-active .tc-hero-2-btn, .tc-hero-2-slider-active .swiper-slide.swiper-slide-active .tc-hero-2-dec {
  opacity: 1;
}
.tc-hero-2-slider-active .swiper-slide.swiper-slide-active .tc-hero-2-thumb {
  transform: scale(1.07);
}
.tc-hero-2-pagination {
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: 3;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .tc-hero-2-pagination {
    right: 20px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-hero-2-pagination {
    right: 12px;
    bottom: 30px;
  }
}
.tc-hero-2-pagination span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 58px;
  width: 54px;
  height: 54px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tc-white-color);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-hero-2-pagination span:hover {
  background: var(--tc-accent-color);
}
.tc-hero-3 {
  position: relative;
  z-index: 1;
  padding-top: 270px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1200px), only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .tc-hero-3 {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-3 {
    padding-top: 200px;
  }
}
.tc-hero-3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.tc-hero-3 .tc-hero-title {
  font-size: 70px;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .tc-hero-3 .tc-hero-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .tc-hero-3 .tc-hero-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-hero-3 .tc-hero-title {
    font-size: 36px;
  }
}

/* Animated headline */
.tc-headline {
  line-height: 1.3;
  color: var(--tc-white-color);
}
.tc-headline.clip span {
  display: inline-block;
}
.tc-headline.clip .tc-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.tc-headline.clip .tc-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.tc-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.tc-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  opacity: 0;
}
.tc-words-wrapper b.is-visible {
  position: relative;
  opacity: 1;
}

.no-js .tc-words-wrapper b {
  opacity: 0;
}
.no-js .tc-words-wrapper b.is-visible {
  opacity: 1;
}

/*----------------------------------------*/
/*  5.2 About
/*----------------------------------------*/
.tc-about-img {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .tc-about-img-regular {
    width: 100%;
  }
}
.tc-about-img img {
  border-radius: 16px;
}
.tc-about-img-top {
  position: absolute;
  right: -35px;
  bottom: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  max-width: 250px;
}
@media only screen and (max-width: 1200px) {
  .tc-about-img-top {
    right: -5px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .tc-about-img-top {
    right: 10px;
    bottom: 0;
  }
}
.tc-about-img-top-1 {
  position: absolute;
  border: 6px solid #fcf8ec;
  bottom: 100px;
  left: -120px;
  max-width: 300px;
}
@media only screen and (max-width: 1200px) {
  .tc-about-img-top-1 {
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .tc-about-img-top-1 {
    display: none;
  }
}
.tc-about-img-top-2 {
  position: absolute;
  top: 35px;
  left: -60px;
  max-width: 100px;
}
@media only screen and (max-width: 1200px) {
  .tc-about-img-top-2 {
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .tc-about-img-top-2 {
    display: none;
  }
}
.tc-about-img-top-3 {
  position: absolute;
  bottom: 60px;
  left: -40px;
}
@media only screen and (max-width: 1200px) {
  .tc-about-img-top-3 {
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .tc-about-img-top-3 {
    display: none;
  }
}
.tc-badge-wrap {
  background: #f6f3ec;
  padding: 25px 15px;
  border-radius: 3px;
  margin-right: -80px;
}
@media only screen and (max-width: 991px) {
  .tc-badge-wrap {
    margin-right: 0;
  }
}
.tc-badge-image {
  flex: 0 0 60px;
  width: 60px;
}
.tc-badge-image img {
  border: 1px solid var(--tc-accent-color);
  padding: 1px;
  border-radius: 100%;
}

.tc-content-box {
  display: flex;
  gap: 15px;
}
.tc-content-box-icon {
  flex: 0 0 20px;
  width: 20px;
}
.tc-content-box-icon i {
  margin-top: 5px;
  font-size: 25px;
  color: var(--tc-accent-color);
}
.tc-content-box-text h5, .tc-content-box-text h3 {
  font-size: 22px;
}
.tc-content-box-text p {
  font-size: 16px;
}

.play-btn {
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.play-btn > i {
  position: relative;
  z-index: 1;
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.play-btn::before, .play-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--tc-white-color);
  animation: tcRipple 3s ease-in-out infinite;
  pointer-events: none;
}
.play-btn::after {
  animation-delay: 1.5s;
}
.play-btn:hover > i, .play-btn:hover::before, .play-btn:hover::after {
  background-color: var(--tc-accent-color);
}
.play-btn:hover > i {
  color: var(--tc-white-color);
}

/* About v3 — index-3 */
.tc-about-3 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fcf8ec 0%, var(--tc-white-color) 42%);
}
.tc-about-3 .tc-section-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
}
.tc-about-3 .tc-section-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
}
.tc-about-3 .tc-section-title span {
  color: var(--tc-accent-color);
}
.tc-about-3-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.tc-about-3-shape-1 {
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(7, 61, 48, 0.08) 0%, rgba(7, 61, 48, 0) 70%);
}
.tc-about-3-shape-2 {
  bottom: -100px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.1) 0%, rgba(255, 59, 0, 0) 70%);
}
.tc-about-3-rotate {
  position: absolute;
  top: 120px;
  left: 40px;
  width: 72px;
  opacity: 0.35;
  animation: tcRotate 18s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.tc-about-3 .container {
  position: relative;
  z-index: 1;
}
.tc-about-3-media {
  position: relative;
  min-height: 560px;
}
@media only screen and (max-width: 767px) {
  .tc-about-3-media {
    min-height: auto;
    margin-bottom: 40px;
  }
}
.tc-about-3-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tc-about-3-media-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 72%;
  box-shadow: 0 24px 60px rgba(5, 10, 30, 0.12);
}
@media only screen and (max-width: 767px) {
  .tc-about-3-media-main {
    position: relative;
    width: 100%;
    height: 320px;
  }
}
.tc-about-3-media-secondary {
  position: absolute;
  top: 8%;
  right: 0;
  width: 38%;
  height: 34%;
  border: 5px solid var(--tc-white-color);
  box-shadow: 0 16px 40px rgba(5, 10, 30, 0.1);
}
@media only screen and (max-width: 767px) {
  .tc-about-3-media-secondary {
    display: none;
  }
}
.tc-about-3-media-video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 44%;
  border: 5px solid var(--tc-white-color);
  box-shadow: 0 20px 50px rgba(5, 10, 30, 0.12);
}
@media only screen and (max-width: 767px) {
  .tc-about-3-media-video {
    position: relative;
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }
}
.tc-about-3-experience {
  position: absolute;
  left: 42%;
  bottom: 18%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 22px 18px;
  text-align: center;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 60%, #142324 100%);
  color: var(--tc-white-color);
  box-shadow: 0 20px 50px rgba(7, 61, 48, 0.28);
}
@media only screen and (max-width: 767px) {
  .tc-about-3-experience {
    left: auto;
    right: 20px;
    bottom: auto;
    top: 260px;
  }
}
@media only screen and (max-width: 575px) {
  .tc-about-3-experience {
    right: 12px;
    min-width: 120px;
    padding: 16px 14px;
  }
}
.tc-about-3-experience-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tc-white-color);
}
@media only screen and (max-width: 575px) {
  .tc-about-3-experience-num {
    font-size: 34px;
  }
}
.tc-about-3-experience-text {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
.tc-about-3-trust {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: var(--tc-white-color);
  box-shadow: 0 16px 40px rgba(5, 10, 30, 0.1);
}
@media only screen and (max-width: 767px) {
  .tc-about-3-trust {
    position: relative;
    margin-top: 20px;
    width: fit-content;
  }
}
.tc-about-3-trust-avatars {
  display: flex;
}
.tc-about-3-trust-avatars img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--tc-white-color);
  object-fit: cover;
}
.tc-about-3-trust-avatars img:not(:first-child) {
  margin-left: -10px;
}
.tc-about-3-trust-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.tc-about-3-trust-text strong {
  font-family: var(--tc-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: #073d30;
}
.tc-about-3-trust-text span {
  font-size: 12px;
  color: rgba(18, 16, 24, 0.6);
}
.tc-about-3-desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(18, 16, 24, 0.72);
  max-width: 560px;
}
.tc-about-3-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .tc-about-3-features {
    grid-template-columns: 1fr;
  }
}
.tc-about-3-feature {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-about-3-feature:hover {
  border-color: rgba(255, 59, 0, 0.25);
  box-shadow: 0 12px 32px rgba(5, 10, 30, 0.08);
  transform: translateY(-2px);
}
.tc-about-3-feature h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--tc-heading-color);
}
.tc-about-3-feature p {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
  color: rgba(18, 16, 24, 0.62);
}
.tc-about-3-feature-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 18px;
}
.tc-about-3-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 22px 10px;
  background: #f6f3ec;
  border: 1px solid rgba(7, 61, 48, 0.06);
}
@media only screen and (max-width: 575px) {
  .tc-about-3-stats {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }
}
.tc-about-3-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}
.tc-about-3-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background: rgba(7, 61, 48, 0.12);
}
@media only screen and (max-width: 575px) {
  .tc-about-3-stat:not(:last-child)::after {
    display: none;
  }
}
.tc-about-3-stat-num {
  font-family: var(--tc-font-heading);
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #073d30;
}
.tc-about-3-stat-label {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(18, 16, 24, 0.58);
}

/*----------------------------------------*/
/*  5.3 Process
/*----------------------------------------*/
.tc-process-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #073d30 0%, #0b3530 50%, #162028 100%);
}
.tc-process-area::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}
.tc-process-area::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.tc-process-area .container {
  position: relative;
  z-index: 1;
}
.tc-process-area .tc-subtitle.tc-white-color {
  color: var(--tc-white-color);
}
.tc-process-area .tc-subtitle.tc-white-color .square::before,
.tc-process-area .tc-subtitle.tc-white-color .square::after {
  background: var(--tc-white-color);
}

.tc-process-desc {
  max-width: 620px;
  margin: 22px auto 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

.tc-process-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--tc-white-color);
  margin-bottom: 0;
}
.tc-process-title span {
  color: var(--tc-accent-color);
}

.tc-process-board {
  position: relative;
  padding-top: 10px;
}

.tc-process-line {
  position: absolute;
  top: 52px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 59, 0, 0.15), rgba(255, 59, 0, 0.55), rgba(255, 59, 0, 0.15));
  z-index: 0;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-process-line {
    display: none;
  }
}

.tc-process-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 34px 26px 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-process-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 59, 0, 0.38);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}
.tc-process-card:hover .tc-process-num {
  background: var(--tc-accent-color);
  color: #073d30;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 14px 30px rgba(255, 59, 0, 0.35);
}
.tc-process-card:hover .tc-process-icon {
  background: rgba(255, 59, 0, 0.18);
  color: var(--tc-accent-color);
}

.tc-process-num-wrap {
  margin-bottom: 22px;
}

.tc-process-num {
  width: 84px;
  height: 84px;
  margin-inline: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.18);
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--tc-white-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-process-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-process-step-title {
  font-family: var(--tc-font-heading);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tc-white-color);
  margin-bottom: 12px;
}

.tc-process-step-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 0;
}

.tc-process-arrow {
  position: absolute;
  top: 44px;
  right: -14px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #073d30;
  border: 1px solid rgba(255, 59, 0, 0.45);
  color: var(--tc-accent-color);
  font-size: 11px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-process-arrow {
    display: none;
  }
}

.tc-process-col {
  position: relative;
}
.tc-process-col:last-child .tc-process-arrow {
  display: none;
}

.tc-process-cta {
  margin-top: 65px;
  padding: 28px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 28px;
}
.tc-process-cta p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}
.tc-process-cta .tc-btn {
  border-radius: 999px;
  padding: 18px 30px;
}

/*----------------------------------------*/
/*  5.4 Mission
/*----------------------------------------*/
.tc-mission .tc-mission-wrap {
  border: 1px solid rgba(5, 10, 30, 0.08);
  border-radius: 24px;
  padding: 70px 30px 40px;
  background: var(--tc-white-color);
  box-shadow: 0 18px 50px rgba(5, 10, 30, 0.05);
}
.tc-mission .tc-mission-item {
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-mission .tc-mission-item:hover .tc-mission-num {
  color: var(--tc-accent-color);
}
.tc-mission .tc-mission-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(7, 61, 48, 0.35);
  margin-bottom: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-mission .tc-mission-title {
  font-family: var(--tc-font-heading);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--tc-heading-color);
  line-height: 1.25;
}
.tc-mission .tc-mission-dec {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: rgba(18, 16, 24, 0.65);
  max-width: 320px;
  margin-inline: auto;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-mission .tc-mission-dec br {
    display: none;
  }
}
.tc-mission .tc-mission-border {
  position: relative;
}
.tc-mission .tc-mission-border::before {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: rgba(5, 10, 30, 0.08);
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-mission .tc-mission-border::before {
    display: none;
  }
}
.tc-mission .tc-mission-text {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  text-align: center;
}
.tc-mission .tc-mission-text span {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  background: var(--tc-white-color);
  border: 1px solid rgba(5, 10, 30, 0.08);
  box-shadow: 0 10px 30px rgba(5, 10, 30, 0.06);
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(18, 16, 24, 0.68);
}
.tc-mission .tc-mission-text img {
  display: inline-block;
  padding: 0 20px;
  background: var(--tc-white-color);
}

/*----------------------------------------*/
/*  5.5 Brand / Clients
/*----------------------------------------*/
.tp-text-slide-title {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  color: var(--tc-white-color);
}
.tp-text-slide-title img {
  margin-right: 30px;
}

.tc-slide-transtion.swiper-wrapper,
.tp-slide-transtion.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tpcauses-text-slider-active .swiper-slide {
  width: auto;
  display: inline-block;
}

.tp-text-bg-1 {
  padding: 50px 0;
}

.tp-text-bg-2 {
  padding: 67px 0;
}

.tp-logo-brand {
  text-align: center;
}

.tp-gallery img {
  border-radius: 24px;
}

.tp-logo-border {
  border-top: 1px solid rgba(18, 16, 24, 0.1);
  border-bottom: 1px solid rgba(18, 16, 24, 0.1);
  padding: 40px 0;
}

.tc-brand-area {
  overflow: hidden;
}
.tc-brand-area.tc-brand-marquee {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.tc-brand-slider-v2,
.tc-brand-slider-v3 {
  overflow: visible;
  cursor: grab;
}
.tc-brand-slider-v2.swiper-grabbing,
.tc-brand-slider-v3.swiper-grabbing {
  cursor: grabbing;
}
.tc-brand-slider-v2 .swiper-slide,
.tc-brand-slider-v3 .swiper-slide {
  width: auto;
}
.tc-brand-slider-v2 .swiper-slide a,
.tc-brand-slider-v2 .swiper-slide img,
.tc-brand-slider-v3 .swiper-slide a,
.tc-brand-slider-v3 .swiper-slide img {
  -webkit-user-drag: none;
  user-select: none;
}

.tc-brand-2-item {
  width: 230px;
  height: 110px;
  padding: 20px 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--tc-white-color);
  border-right: 1px solid rgba(18, 16, 24, 0.08);
  border-top: 1px solid rgba(18, 16, 24, 0.08);
  border-bottom: 1px solid rgba(18, 16, 24, 0.08);
  transition: background 0.35s ease;
}
.tc-brand-2-item img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.35s ease;
}
.tc-brand-2-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tc-brand-2-item:hover {
  background: var(--tc-grey-color);
}
.tc-brand-2-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.tc-brand-3-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(18, 16, 24, 0.72);
}
.tc-brand-3-title span {
  color: var(--tc-accent-color);
  font-weight: 600;
}

.tc-brand-3-wrap .tc-brand-2-item {
  width: 300px;
  border: 1px solid rgba(18, 16, 24, 0.08);
  border-radius: 12px;
  margin: 0 10px;
}
@media only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-brand-3-wrap .tc-brand-2-item {
    width: 250px;
  }
}

/*----------------------------------------*/
/*  5.6 Project / Portfolio
/*----------------------------------------*/
.tc-project-area {
  overflow: hidden;
}
.tc-project-area .tc-project-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.tc-project-area .tc-project-arrow-btn {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(18, 16, 24, 0.12);
  border-radius: 50%;
  background: var(--tc-white-color);
  color: var(--tc-heading-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.tc-project-area .tc-project-arrow-btn:hover {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-project-area .tc-project-cat {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 30px;
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  font-size: 13px;
  font-weight: 600;
}
.tc-project-area .tc-project-title {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}
.tc-project-area .tc-project-title a {
  color: var(--tc-heading-color);
  transition: color 0.3s ease;
}
.tc-project-area .tc-project-title a:hover {
  color: var(--tc-accent-color);
}
.tc-project-area .tc-project-dec {
  color: rgba(18, 16, 24, 0.65);
  margin-bottom: 0;
}
.tc-project-area .tc-project-foot {
  text-align: center;
}
.tc-project-area .tc-project-foot p {
  margin: 0;
  color: rgba(18, 16, 24, 0.65);
}
.tc-project-area .tc-project-foot a {
  color: var(--tc-accent-color);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tc-project-area {
  /* v2 — compact cards */
}
.tc-project-area.tc-project-1 .tc-project-slider-v2 .swiper-wrapper {
  align-items: stretch;
}
.tc-project-area.tc-project-1 .tc-project-slider-v2 .swiper-slide {
  height: auto;
  display: flex;
}
.tc-project-area.tc-project-1 .tc-project-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.tc-project-area.tc-project-1 .tc-project-item:hover {
  box-shadow: 0 20px 50px rgba(18, 16, 24, 0.1);
  transform: translateY(-6px);
}
.tc-project-area.tc-project-1 .tc-project-item:hover .tc-project-thumb img {
  transform: scale(1.06);
}
.tc-project-area.tc-project-1 .tc-project-thumb {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.tc-project-area.tc-project-1 .tc-project-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tc-project-area.tc-project-1 .tc-project-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 12px;
  border-radius: 6px;
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 1;
}
.tc-project-area.tc-project-1 .tc-project-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}
.tc-project-area.tc-project-1 .tc-project-item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.tc-project-area.tc-project-1 .tc-project-item-title a {
  color: var(--tc-heading-color);
}
.tc-project-area.tc-project-1 .tc-project-item-title a:hover {
  color: var(--tc-accent-color);
}
.tc-project-area.tc-project-1 .tc-project-item-dec {
  font-size: 15px;
  color: rgba(18, 16, 24, 0.6);
  margin-bottom: 20px;
  flex: 1;
}
.tc-project-area.tc-project-1 .tc-project-item-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 16, 24, 0.08);
}
.tc-project-area.tc-project-1 .tc-project-item-foot span {
  font-size: 14px;
  color: rgba(18, 16, 24, 0.5);
}
.tc-project-area.tc-project-1 .tc-project-item-foot a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--tc-grey-color);
  color: var(--tc-heading-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.tc-project-area.tc-project-1 .tc-project-item-foot a:hover {
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-project-area {
  /* v4 — dual marquee showcase */
}
.tc-project-area.tc-project-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tc-project-area.tc-project-3 .tc-project-3-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #192229 0%, #135953 100%);
}
.tc-project-area.tc-project-3 .tc-subtitle {
  color: var(--tc-accent-color);
}
.tc-project-area.tc-project-3 .tc-project-3-desc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}
.tc-project-area.tc-project-3 .tc-project-3-feature {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tc-project-area.tc-project-3 .tc-project-3-feature span {
  margin: 0 9px 15px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: var(--tc-white-color);
}
.tc-project-area.tc-project-3 .tc-project-3-feature span svg {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--tc-white-color);
}
.tc-project-area.tc-project-3 .tc-project-3-slide-wrap {
  border-radius: 30px;
  overflow: hidden;
  margin: -5px 0;
}
.tc-project-area.tc-project-3 .tc-project-3-marquee {
  display: flex;
  animation: tcSlideHar 14.4s linear infinite;
  transition: animation-duration 300ms;
  user-select: none;
}
@media only screen and (max-width: 480px) {
  .tc-project-area.tc-project-3 .tc-project-3-marquee {
    animation: tcSlideHar 2.4s linear infinite;
  }
}
.tc-project-area.tc-project-3 .tc-project-3-marquee.style-2 {
  animation: tcSlideHar2 14.4s linear infinite;
}
@media only screen and (max-width: 480px) {
  .tc-project-area.tc-project-3 .tc-project-3-marquee.style-2 {
    animation: tcSlideHar2 2.4s linear infinite;
  }
}
.tc-project-area.tc-project-3 .tc-project-3-marquee:hover, .tc-project-area.tc-project-3 .tc-project-3-marquee.style-2:hover {
  animation-play-state: paused;
}
.tc-project-area.tc-project-3 .tc-project-3-marquee img {
  -webkit-user-drag: none;
  user-select: none;
}
.tc-project-area.tc-project-3 .tc-project-3-slide-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 auto;
  margin: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 280px;
}
@media only screen and (max-width: 480px) {
  .tc-project-area.tc-project-3 .tc-project-3-slide-item {
    width: 220px;
  }
}
.tc-project-area.tc-project-3 .tc-project-3-slide-item img {
  border-radius: 10px;
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.tc-project-area.tc-project-3 .tc-project-3-slide-item:hover .tc-project-3-slide-overlay {
  opacity: 1;
  visibility: visible;
}
.tc-project-area.tc-project-3 .tc-project-3-slide-item:hover .tc-project-3-view-btn {
  transform: translateY(0);
}
.tc-project-area.tc-project-3 .tc-project-3-slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(25, 34, 41, 0.78) 0%, rgba(19, 89, 83, 0.78) 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
.tc-project-area.tc-project-3 .tc-project-3-slide-item:hover .tc-project-3-slide-overlay {
  pointer-events: auto;
}
.tc-project-area.tc-project-3 .tc-project-3-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 30px;
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transform: translateY(12px);
  transition: transform 0.35s ease, background 0.3s ease;
}
.tc-project-area.tc-project-3 .tc-project-3-view-btn svg {
  transition: transform 0.3s ease;
}
.tc-project-area.tc-project-3 .tc-project-3-view-btn:hover svg {
  transform: translateX(4px);
}
.tc-project-area {
  /* v5 — demo grid showcase */
}
.tc-project-area.tc-project-4 .tc-project-4-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
  margin-bottom: 15px;
}
.tc-project-area.tc-project-4 .tc-project-4-desc {
  max-width: 705px;
  margin: 0 auto;
  color: rgba(18, 16, 24, 0.65);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.tc-project-area.tc-project-4 .tc-project-4-item {
  padding: 20px 20px 30px;
  border-radius: 10px;
  background: var(--tc-white-color);
  box-shadow: 0 0 30px rgba(18, 16, 24, 0.08);
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.tc-project-area.tc-project-4 .tc-project-4-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(18, 16, 24, 0.12);
}
.tc-project-area.tc-project-4 .tc-project-4-thumb {
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.tc-project-area.tc-project-4 .tc-project-4-thumb img {
  width: 100%;
  transition: transform 0.8s ease;
  border-radius: 10px;
  border: 1px solid rgba(18, 16, 24, 0.12);
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-project-area.tc-project-4 .tc-project-4-thumb img {
    height: 220px;
    object-fit: cover;
  }
}
.tc-project-area.tc-project-4 .tc-project-4-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  transition: opacity 0.3s ease;
  background-color: rgba(20, 35, 36, 0.45);
}
.tc-project-area.tc-project-4 .tc-project-4-btn {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 40px;
  visibility: hidden;
  text-align: center;
  transition: 0.4s ease;
  z-index: 2;
  transform: translateY(-40%);
}
.tc-project-area.tc-project-4 .tc-project-4-btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 25px;
  margin-bottom: 10px;
  border-radius: 100px;
  color: var(--tc-heading-color);
  background-color: var(--tc-white-color);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1200px), only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-project-area.tc-project-4 .tc-project-4-btn-sm {
    padding: 10px 25px;
  }
}
.tc-project-area.tc-project-4 .tc-project-4-btn-sm:hover {
  background-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-project-area.tc-project-4 .tc-project-4-item:hover .tc-project-4-thumb::after {
  opacity: 1;
  visibility: visible;
}
.tc-project-area.tc-project-4 .tc-project-4-item:hover .tc-project-4-thumb img {
  transform: scale(1.08);
}
.tc-project-area.tc-project-4 .tc-project-4-item:hover .tc-project-4-btn {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.tc-project-area.tc-project-4 .tc-project-4-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: var(--tc-font-heading);
  font-weight: 700;
}
@media only screen and (max-width: 1200px), only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-project-area.tc-project-4 .tc-project-4-title {
    font-size: 16px;
  }
}
.tc-project-area.tc-project-4 .tc-project-4-title a {
  color: var(--tc-heading-color);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(var(--tc-heading-color), var(--tc-heading-color)), linear-gradient(var(--tc-accent-color), var(--tc-accent-color));
}
.tc-project-area.tc-project-4 .tc-project-4-title a:hover {
  color: var(--tc-accent-color);
  background-size: 0% 1px, 100% 1px;
}
.tc-project-area.tc-project-4 .tc-project-4-item-desc {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(18, 16, 24, 0.62);
}
.tc-project-area.tc-project-4 .tc-project-4-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tc-heading-color);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 8px 20px rgba(18, 16, 24, 0.08);
}
.tc-project-area.tc-project-4 .tc-project-4-filter-wrap {
  margin-bottom: 44px;
}
.tc-project-area.tc-project-4 .tc-project-4-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tc-project-area.tc-project-4 .tc-project-4-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 50px;
  border: 1px solid rgba(18, 16, 24, 0.1);
  background: var(--tc-white-color);
  color: var(--tc-heading-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-project-area.tc-project-4 .tc-project-4-filter-btn:hover, .tc-project-area.tc-project-4 .tc-project-4-filter-btn.active {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 59, 0, 0.22);
}
.tc-project-area.tc-project-4 .tc-project-4-col {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-project-area.tc-project-4 .tc-project-4-col.is-hidden {
  display: none;
}
.tc-project-area.tc-project-4 .tc-project-4-empty {
  padding: 48px 24px;
  border-radius: 20px;
  background: var(--tc-grey-color);
  border: 1px dashed rgba(18, 16, 24, 0.12);
}
.tc-project-area.tc-project-4 .tc-project-4-empty i {
  font-size: 34px;
  color: var(--tc-accent-color);
  margin-bottom: 14px;
}
.tc-project-area.tc-project-4 .tc-project-4-empty h4 {
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--tc-heading-color);
}
.tc-project-area.tc-project-4 .tc-project-4-empty p {
  margin-bottom: 0;
  color: rgba(18, 16, 24, 0.62);
}

.tc-project-slider-v2 {
  overflow: visible;
}
.tc-project-slider-v2 .swiper-slide {
  height: auto;
}

.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed;
}

/*----------------------------------------*/
/*  5.7 General Content
/*----------------------------------------*/
.tc-general-content-area {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tc-general-content-area.tc-general-content-ptb {
  padding: 165px 0;
}
@media only screen and (max-width: 480px) {
  .tc-general-content-area.tc-general-content-ptb {
    padding: 120px 0;
  }
}
.tc-general-content-area .tc-general-content-thumb-wrap {
  position: relative;
}
.tc-general-content-area .tc-general-content-thumb-wrap .shape-1 {
  position: absolute;
  left: -26%;
  bottom: 10%;
  z-index: 2;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-general-content-area .tc-general-content-thumb-wrap .shape-1 {
    transform: scale(0.7);
  }
}
.tc-general-content-area .tc-general-content-thumb-wrap .shape-2 {
  position: absolute;
  right: 30%;
  bottom: -16%;
  z-index: 2;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-general-content-area .tc-general-content-thumb-wrap .shape-2 {
    transform: scale(0.7);
  }
}
.tc-general-content-area .tc-general-content-thumb img {
  max-width: inherit;
  border-radius: 10px;
}
@media only screen and (max-width: 1599px), only screen and (max-width: 1200px), only screen and (max-width: 991px) {
  .tc-general-content-area .tc-general-content-thumb img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-general-content-area .tc-general-content-thumb img {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.tc-general-content-area .tc-general-content-box {
  margin-left: 75px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-general-content-area .tc-general-content-box {
    margin-left: 0;
  }
}
.tc-general-content-area .tc-general-content-title {
  font-family: var(--tc-font-heading);
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--tc-heading-color);
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1200px) {
  .tc-general-content-area .tc-general-content-title {
    font-size: 32px;
  }
  .tc-general-content-area .tc-general-content-title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tc-general-content-area .tc-general-content-title {
    font-size: 30px;
  }
  .tc-general-content-area .tc-general-content-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tc-general-content-area .tc-general-content-title {
    font-size: 30px;
  }
  .tc-general-content-area .tc-general-content-title br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .tc-general-content-area .tc-general-content-title {
    font-size: 28px;
  }
  .tc-general-content-area .tc-general-content-title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .tc-general-content-area .tc-general-content-title {
    font-size: 30px;
  }
  .tc-general-content-area .tc-general-content-title br {
    display: none;
  }
}
.tc-general-content-area .tc-general-content-title span {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(199deg, #f8c62f 0%, #1ab69d 100%);
  color: transparent;
}
.tc-general-content-area .tc-general-content-desc {
  margin-right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: var(--tc-text-color);
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .tc-general-content-area .tc-general-content-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-general-content-area .tc-general-content-desc {
    font-size: 14px;
    margin-right: 0;
  }
}

/* General Content v3 — index-3 only */
.tc-general-content-area.tc-general-content-3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tc-general-content-area.tc-general-content-3 .container {
  position: relative;
  z-index: 2;
}
.tc-general-content-area.tc-general-content-3 .tc-section-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
}
.tc-general-content-area.tc-general-content-3 .tc-section-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
}
.tc-general-content-area.tc-general-content-3 .tc-section-title span {
  color: var(--tc-accent-color);
}

.tc-general-content-3-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(252, 248, 236, 0.94) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(252, 248, 236, 0.92) 100%);
  z-index: 0;
}

.tc-general-content-3-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.tc-general-content-3-shape-1 {
  top: -80px;
  right: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.1) 0%, rgba(255, 59, 0, 0) 70%);
}
.tc-general-content-3-shape-2 {
  bottom: -100px;
  left: -80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(7, 61, 48, 0.1) 0%, rgba(7, 61, 48, 0) 70%);
}

.tc-general-content-3-media {
  position: relative;
  min-height: 520px;
}
@media only screen and (max-width: 767px) {
  .tc-general-content-3-media {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.tc-general-content-3-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc-general-content-3-media-main {
  position: relative;
  width: 78%;
  height: 420px;
  box-shadow: 0 28px 70px rgba(5, 10, 30, 0.14);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tc-general-content-3-media-main {
    width: 100%;
    height: 320px;
  }
}

.tc-general-content-3-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 16px 40px rgba(5, 10, 30, 0.12);
  max-width: 220px;
}
.tc-general-content-3-float-card img {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: cover;
}
.tc-general-content-3-float-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tc-heading-color);
  line-height: 1.2;
}
.tc-general-content-3-float-card span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(18, 16, 24, 0.58);
  line-height: 1.3;
}
.tc-general-content-3-float-card.card-1 {
  top: 12%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .tc-general-content-3-float-card.card-1 {
    top: auto;
    right: 12px;
    bottom: 100px;
  }
}
.tc-general-content-3-float-card.card-2 {
  bottom: 18%;
  left: 8%;
}
@media only screen and (max-width: 767px) {
  .tc-general-content-3-float-card.card-2 {
    left: 12px;
    bottom: 24px;
  }
}

.tc-general-content-3-stat {
  position: absolute;
  right: 14%;
  bottom: 8%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 18px 16px;
  text-align: center;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 60%, #142324 100%);
  color: var(--tc-white-color);
  box-shadow: 0 20px 50px rgba(7, 61, 48, 0.28);
}
@media only screen and (max-width: 767px) {
  .tc-general-content-3-stat {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}

.tc-general-content-3-stat-num {
  font-family: var(--tc-font-heading);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.tc-general-content-3-stat-label {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.tc-general-content-3-desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(18, 16, 24, 0.68);
  max-width: 560px;
}

.tc-general-content-3-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tc-general-content-3-feature {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  box-shadow: 0 10px 28px rgba(18, 16, 24, 0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-general-content-3-feature:hover {
  border-color: rgba(255, 59, 0, 0.22);
  box-shadow: 0 14px 34px rgba(18, 16, 24, 0.1);
  transform: translateX(4px);
}
.tc-general-content-3-feature h3 {
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--tc-heading-color);
}
.tc-general-content-3-feature p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(18, 16, 24, 0.62);
}

.tc-general-content-3-feature-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 18px;
}

/*----------------------------------------*/
/*  5.8 Technology
/*----------------------------------------*/
.tc-technology-area .tc-technology-desc {
  color: rgba(18, 16, 24, 0.65);
  font-size: 17px;
  line-height: 1.7;
  max-width: 720px;
  margin-inline: auto;
}
.tc-technology-area .tc-technology-item {
  padding: 40px 20px 35px;
  border-radius: 16px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 4px 40px rgba(18, 16, 24, 0.06);
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.tc-technology-area .tc-technology-item:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 59, 0, 0.25);
  box-shadow: 0 20px 50px rgba(18, 16, 24, 0.1);
}
.tc-technology-area .tc-technology-item:hover img {
  filter: grayscale(100);
}
.tc-technology-area .tc-technology-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 103px;
}
.tc-technology-area .tc-technology-icon img {
  height: 103px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1200px) {
  .tc-technology-area .tc-technology-icon {
    min-height: 75px;
  }
  .tc-technology-area .tc-technology-icon img {
    height: 75px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-technology-area .tc-technology-icon {
    min-height: 55px;
  }
  .tc-technology-area .tc-technology-icon img {
    height: 55px;
  }
}
.tc-technology-area .tc-technology-title {
  font-family: var(--tc-font-body);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 23px;
  color: var(--tc-heading-color);
  letter-spacing: -0.01em;
}

/* Technology v3 — index-3 only */
.tc-technology-area.tc-technology-3 {
  overflow: hidden;
  background: radial-gradient(circle at 10% 20%, rgba(255, 59, 0, 0.06) 0%, transparent 34%), radial-gradient(circle at 90% 80%, rgba(7, 61, 48, 0.08) 0%, transparent 36%), linear-gradient(180deg, var(--tc-white-color) 0%, #fcf8ec 100%);
}
.tc-technology-area.tc-technology-3 .tc-section-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
}
.tc-technology-area.tc-technology-3 .tc-section-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
}
.tc-technology-area.tc-technology-3 .tc-section-title span {
  color: var(--tc-accent-color);
}
.tc-technology-area.tc-technology-3 .container {
  position: relative;
  z-index: 1;
}

.tc-technology-3-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(7, 61, 48, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 61, 48, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 85%);
  pointer-events: none;
  z-index: 0;
}

.tc-technology-3-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.tc-technology-3-shape-1 {
  top: -60px;
  right: -80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.12) 0%, rgba(255, 59, 0, 0) 70%);
  animation: tcTechnology3Float 8s ease-in-out infinite;
}
.tc-technology-3-shape-2 {
  bottom: -100px;
  left: -60px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(7, 61, 48, 0.1) 0%, rgba(7, 61, 48, 0) 70%);
  animation: tcTechnology3Float 10s ease-in-out infinite reverse;
}

.tc-technology-3-desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(18, 16, 24, 0.68);
  max-width: 620px;
}

.tc-technology-3-highlights {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tc-technology-3-highlights-inline {
  margin-bottom: 0;
}

.tc-technology-3-highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.1);
  box-shadow: 0 10px 28px rgba(18, 16, 24, 0.06);
}

.tc-technology-3-highlights-inline .tc-technology-3-highlight-num {
  color: #073d30;
}

.tc-technology-3-highlights-inline .tc-technology-3-highlight-label {
  color: rgba(18, 16, 24, 0.62);
}

.tc-technology-3-highlight-num {
  font-family: var(--tc-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--tc-white-color);
}

.tc-technology-3-highlight-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.tc-technology-3-showcase {
  position: relative;
  width: min(100%, 360px);
  height: 360px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .tc-technology-3-showcase {
    height: 300px;
    width: min(100%, 300px);
  }
}

.tc-technology-3-showcase-ring {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px dashed rgba(7, 61, 48, 0.18);
  animation: tcRotate 24s linear infinite;
}

.tc-technology-3-showcase-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 60%, #142324 100%);
  box-shadow: 0 24px 60px rgba(7, 61, 48, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  text-align: center;
  z-index: 2;
}

.tc-technology-3-showcase-num {
  font-family: var(--tc-font-heading);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: var(--tc-white-color);
}

.tc-technology-3-showcase-label {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.tc-technology-3-orbit-item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 14px 34px rgba(18, 16, 24, 0.1);
}
.tc-technology-3-orbit-item img {
  max-height: 34px;
  width: auto;
  object-fit: contain;
}
.tc-technology-3-orbit-item.orbit-1 {
  top: 8%;
  left: calc(50% - 37px);
}
.tc-technology-3-orbit-item.orbit-2 {
  top: calc(50% - 37px);
  right: 0;
}
.tc-technology-3-orbit-item.orbit-3 {
  bottom: 8%;
  left: calc(50% - 37px);
}
.tc-technology-3-orbit-item.orbit-4 {
  top: calc(50% - 37px);
  left: 0;
}

.tc-technology-3-spotlight {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .tc-technology-3-spotlight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575px) {
  .tc-technology-3-spotlight {
    grid-template-columns: 1fr;
  }
}

.tc-technology-3-spotlight-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  box-shadow: 0 14px 36px rgba(18, 16, 24, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-technology-3-spotlight-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 59, 0, 0.28);
  box-shadow: 0 20px 44px rgba(18, 16, 24, 0.12);
}
.tc-technology-3-spotlight-item:hover .tc-technology-3-spotlight-icon img {
  filter: grayscale(0);
  transform: scale(1.06);
}
.tc-technology-3-spotlight-item h3 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  color: var(--tc-heading-color);
}
.tc-technology-3-spotlight-item p {
  margin-bottom: 0;
  font-size: 13px;
  color: rgba(18, 16, 24, 0.58);
}

.tc-technology-3-spotlight-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 59, 0, 0.1);
}
.tc-technology-3-spotlight-icon img {
  max-height: 32px;
  width: auto;
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-technology-3-board {
  position: relative;
  padding: 40px 32px;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 55%, #142324 100%);
  box-shadow: 0 32px 80px rgba(7, 61, 48, 0.28);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .tc-technology-3-board {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 575px) {
  .tc-technology-3-board {
    padding: 28px 18px;
  }
}
.tc-technology-3-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.1) 0%, transparent 42%), radial-gradient(circle at 88% 82%, rgba(255, 59, 0, 0.16) 0%, transparent 38%);
  pointer-events: none;
}

.tc-technology-3-board-glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(255, 59, 0, 0.65), rgba(255, 255, 255, 0.2), rgba(7, 61, 48, 0.4), rgba(255, 59, 0, 0.65));
  background-size: 220% 220%;
  animation: tcTechnology3Glow 8s linear infinite;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: 0;
}

.tc-technology-3-group {
  position: relative;
  z-index: 1;
}
.tc-technology-3-group + .tc-technology-3-group {
  margin-top: 8px;
}

.tc-technology-3-group-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.tc-technology-3-group-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 59, 0, 0.16);
  border: 1px solid rgba(255, 59, 0, 0.28);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffb59e;
}

.tc-technology-3-group-title {
  margin-bottom: 0;
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--tc-white-color);
}

.tc-technology-3-divider {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: 30px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
}

.tc-technology-3-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 148px;
  padding: 22px 16px 18px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.65);
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-technology-3-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tc-accent-color), transparent);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-technology-3-item:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 59, 0, 0.35);
  box-shadow: 0 20px 44px rgba(5, 10, 30, 0.22);
}
.tc-technology-3-item:hover::before {
  opacity: 1;
}
.tc-technology-3-item:hover .tc-technology-3-icon img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.08);
}
.tc-technology-3-item-compact {
  min-height: 132px;
  padding: 18px 14px 16px;
}

.tc-technology-3-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin-bottom: 12px;
}
.tc-technology-3-icon img {
  max-height: 64px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.72;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-technology-3-item-compact .tc-technology-3-icon {
  min-height: 52px;
}
.tc-technology-3-item-compact .tc-technology-3-icon img {
  max-height: 52px;
}

.tc-technology-3-title {
  margin-bottom: 0;
  font-family: var(--tc-font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--tc-heading-color);
  letter-spacing: -0.01em;
}

.tc-technology-3-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.tc-technology-3-marquee-inner {
  margin-bottom: 0;
}
.tc-technology-3-marquee-reverse .tc-technology-3-marquee-track {
  animation-direction: reverse;
  animation-duration: 34s;
}

.tc-technology-3-marquee-track {
  display: flex;
  width: max-content;
  animation: tcTechnology3Marquee 28s linear infinite;
}

.tc-technology-3-marquee-group {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
}
.tc-technology-3-marquee-group span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 78px;
  padding: 0 24px;
  border-radius: 14px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 8px 24px rgba(18, 16, 24, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-technology-3-marquee-group span:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(18, 16, 24, 0.1);
}
.tc-technology-3-marquee-group span:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.tc-technology-3-marquee-group img {
  max-height: 34px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-technology-3-marquee-inner .tc-technology-3-marquee-group span {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  backdrop-filter: blur(6px);
}

@keyframes tcTechnology3Marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes tcTechnology3Float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes tcTechnology3Glow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}
/*----------------------------------------*/
/*  5.9 Service
/*----------------------------------------*/
.tc-service-area.tc-service .tc-service-head {
  position: relative;
  margin-bottom: 50px;
}
.tc-service-area.tc-service .tc-service-tagline-wrap {
  position: relative;
  display: inline-block;
  margin: 0 36px 18px;
}
.tc-service-area.tc-service .tc-service-tagline {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: rgba(18, 16, 24, 0.55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tc-service-area.tc-service .tc-service-tagline-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.tc-service-area.tc-service .tc-service-tagline-arrows i {
  font-size: 12px;
  color: var(--tc-accent-color);
}
.tc-service-area.tc-service .tc-service-tagline-arrows i + i {
  margin-left: 6px;
}
.tc-service-area.tc-service .tc-service-tagline-arrows.arrows-left {
  left: -40px;
}
.tc-service-area.tc-service .tc-service-tagline-arrows.arrows-right {
  right: -40px;
}
.tc-service-area.tc-service .tc-service-list {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 30px;
}
.tc-service-area.tc-service .tc-service-card {
  position: relative;
  display: block;
}
.tc-service-area.tc-service .tc-service-content {
  position: relative;
  display: block;
  background-color: var(--tc-grey-color);
  padding: 40px 40px 58px;
  overflow: hidden;
  z-index: 1;
}
.tc-service-area.tc-service .tc-service-content::before {
  content: "";
  position: absolute;
  inset: -1px;
  background-color: var(--tc-primary-color);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}
.tc-service-area.tc-service .tc-service-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.tc-service-area.tc-service .tc-service-shape img {
  width: auto;
  mix-blend-mode: luminosity;
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1000ms ease;
}
.tc-service-area.tc-service .tc-service-icon {
  position: relative;
  display: inline-block;
}
.tc-service-area.tc-service .tc-service-icon i {
  font-size: 64px;
  line-height: 1;
  color: var(--tc-accent-color);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.tc-service-area.tc-service .tc-service-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 19px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-family: var(--tc-font-heading);
}
.tc-service-area.tc-service .tc-service-title a {
  color: var(--tc-heading-color);
  transition: all 500ms ease;
}
.tc-service-area.tc-service .tc-service-title a:hover {
  color: var(--tc-white-color);
  text-decoration: underline;
}
.tc-service-area.tc-service .tc-service-plus {
  position: absolute;
  left: 40px;
  bottom: -16px;
  z-index: 2;
}
.tc-service-area.tc-service .tc-service-plus a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 14px;
  color: var(--tc-heading-color);
  background-color: var(--tc-white-color);
  box-shadow: 0 8px 24px rgba(18, 16, 24, 0.08);
  transition: all 500ms ease;
}
.tc-service-area.tc-service .tc-service-plus a:hover {
  color: var(--tc-white-color);
}
.tc-service-area.tc-service .tc-service-card:hover .tc-service-shape img {
  transform: translateX(0);
  transition-delay: 300ms;
  opacity: 0.2;
}
.tc-service-area.tc-service .tc-service-card:hover .tc-service-content::before {
  transform: scaleX(1) rotateX(0deg);
  opacity: 1;
}
.tc-service-area.tc-service .tc-service-card:hover .tc-service-icon i {
  transform: scale(0.9);
  color: var(--tc-accent-color);
}
.tc-service-area.tc-service .tc-service-card:hover .tc-service-title a {
  color: var(--tc-white-color);
}
.tc-service-area.tc-service .tc-service-card:hover .tc-service-plus a {
  background-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-service-area {
  /* Kindaid v2 - colored cards */
}
.tc-service-area.tc-service-2-style .tc-service-item {
  padding: 45px 50px 38px 40px;
}
@media only screen and (max-width: 1200px), only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-service-area.tc-service-2-style .tc-service-item {
    padding: 45px 35px 38px 40px;
  }
}
.tc-service-area.tc-service-2-style .tc-service-item::before {
  display: none;
}
.tc-service-area.tc-service-2-style .tc-service-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--tc-font-heading);
}
.tc-service-area.tc-service-2-style .tc-service-dec {
  font-weight: 500;
  line-height: 1.5;
}
.tc-service-area.tc-service-2-style .tc-service-3-item {
  position: relative;
  overflow: hidden;
}
.tc-service-area.tc-service-2-style .tc-service-3-item:hover .tc-service-3-thumb img {
  transform: scale(1.1);
}
.tc-service-area.tc-service-2-style .tc-service-3-item:hover .tc-service-3-dec {
  transform: translateY(0);
}
.tc-service-area.tc-service-2-style .tc-service-3-thumb {
  position: relative;
  z-index: 1;
}
.tc-service-area.tc-service-2-style .tc-service-3-thumb img {
  transition: 0.6s ease;
  width: 100%;
}
.tc-service-area.tc-service-2-style .tc-service-3-thumb::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tc-service-area.tc-service-2-style .tc-service-3-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 33px 30px 20px 29px;
}
.tc-service-area.tc-service-2-style .tc-service-3-top .tc-service-title,
.tc-service-area.tc-service-2-style .tc-service-3-top .tc-service-title a {
  color: var(--tc-white-color);
}
.tc-service-area.tc-service-2-style .tc-service-3-dec {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 25px 30px;
  background: var(--tc-accent-color);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.tc-service-area.tc-service-2-style .tc-service-3-dec p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tc-white-color);
  margin: 0;
}

/*  5.10 Join / CTA
/*----------------------------------------*/
.tc-join-number {
  color: var(--tc-accent-color);
  font-weight: 700;
  font-size: 150px;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-join-number {
    font-size: 110px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-join-number {
    font-size: 70px;
  }
}
.tc-join-shape-1 {
  left: 0;
  filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
  top: 60px;
  border-radius: 90px;
}
@media only screen and (max-width: 991px) {
  .tc-join-shape-1 {
    top: 190px !important;
  }
}
.tc-join-shape-2 {
  left: 10% !important;
  border-radius: 90px;
  filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
  top: auto !important;
  bottom: -42px;
  border-radius: 90px;
}
@media only screen and (max-width: 767px) {
  .tc-join-shape-2 {
    left: 2% !important;
    bottom: -60px;
  }
}
.tc-join-shape-3 {
  right: 0%;
  border-radius: 90px;
  filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
  top: 15% !important;
  border-radius: 90px;
  left: auto !important;
}
@media only screen and (max-width: 991px) {
  .tc-join-shape-3 {
    top: 30% !important;
  }
}
.tc-join-shape-4 {
  right: 8%;
  border-radius: 90px;
  filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
  bottom: 0;
  border-radius: 90px;
  top: auto !important;
  left: auto !important;
}
@media only screen and (max-width: 767px) {
  .tc-join-shape-4 {
    right: 0 !important;
  }
}

/*----------------------------------------*/
/*  5.11 Fact / Counter
/*----------------------------------------*/
/* Service features grid — services page */
.tc-service-count {
  position: relative;
  overflow: hidden;
  background: var(--tc-grey-color);
}
.tc-service-count-head {
  max-width: 760px;
  margin-inline: auto;
}
.tc-service-count-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
  margin-bottom: 18px;
}
.tc-service-count-label::after {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--tc-accent-color);
  flex-shrink: 0;
}
.tc-service-count-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
  margin-bottom: 0;
}
.tc-service-count-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-service-count-grid {
    grid-template-columns: 1fr;
  }
}
.tc-service-count-card {
  padding: 34px 32px 32px;
  border-radius: 24px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  box-shadow: 0 12px 36px rgba(18, 16, 24, 0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-service-count-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(18, 16, 24, 0.08);
}
.tc-service-count-card-uptime {
  grid-column: 1;
  grid-row: 1;
}
.tc-service-count-card-integration {
  grid-column: 3;
  grid-row: 1;
  background: linear-gradient(145deg, #073d30 0%, #162028 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(7, 61, 48, 0.22);
}
.tc-service-count-card-integration:hover {
  box-shadow: 0 22px 50px rgba(7, 61, 48, 0.3);
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-service-count-card-uptime, .tc-service-count-card-integration {
    grid-column: auto;
    grid-row: auto;
  }
}
.tc-service-count-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 18px;
}
.tc-service-count-value {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-family: var(--tc-font-heading);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tc-heading-color);
}
.tc-service-count-value span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.tc-service-count-value-lg {
  font-size: clamp(48px, 5vw, 68px);
  letter-spacing: -0.05em;
}
.tc-service-count-value-sm {
  font-size: clamp(30px, 3.2vw, 38px);
}
.tc-service-count-stat-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(18, 16, 24, 0.5);
}
.tc-service-count-stat-label-accent {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--tc-accent-color);
}
.tc-service-count-card-integration .tc-service-count-value {
  color: var(--tc-white-color);
}
.tc-service-count-card-integration .tc-service-count-stat-label {
  color: rgba(255, 255, 255, 0.55);
}
.tc-service-count-card-title {
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--tc-heading-color);
  margin-bottom: 12px;
}
.tc-service-count-card-integration .tc-service-count-card-title {
  color: var(--tc-white-color);
}
.tc-service-count-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(18, 16, 24, 0.58);
  margin-bottom: 0;
}
.tc-service-count-card-integration .tc-service-count-card-text {
  color: rgba(255, 255, 255, 0.68);
}
.tc-service-count-main {
  grid-column: 2;
  grid-row: 1/span 2;
  position: relative;
  padding: 38px 34px 0;
  border-radius: 24px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  box-shadow: 0 12px 36px rgba(18, 16, 24, 0.05);
  overflow: hidden;
  min-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-service-count-main:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(18, 16, 24, 0.08);
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-service-count-main {
    grid-column: auto;
    grid-row: auto;
    padding-bottom: 34px;
  }
}
.tc-service-count-main-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
  margin-bottom: 16px;
  max-width: 340px;
}
.tc-service-count-main-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.58);
  margin-bottom: 28px;
  max-width: 360px;
}
.tc-service-count-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.tc-service-count-avatars img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid var(--tc-white-color);
  object-fit: cover;
  margin-left: -12px;
  box-shadow: 0 6px 16px rgba(18, 16, 24, 0.12);
}
.tc-service-count-avatars img:first-child {
  margin-left: 0;
}
.tc-service-count-clients {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tc-heading-color);
  margin-bottom: 34px;
}
.tc-service-count-main-bottom {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  min-height: 220px;
}
@media only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-service-count-main-bottom {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }
}
.tc-service-count-main-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 34px;
  z-index: 2;
}
.tc-service-count-main-person {
  position: absolute;
  right: -35px;
  bottom: 0;
  width: min(240px, 48%);
  z-index: 1;
  pointer-events: none;
  border-radius: 15px;
}
@media only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-service-count-main-person {
    position: relative;
    right: auto;
    width: 200px;
    margin-top: 10px;
  }
}
.tc-service-count-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
}
.tc-service-count-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}
.tc-service-count-media-team {
  grid-column: 1;
  grid-row: 2;
}
.tc-service-count-media-analytics {
  grid-column: 3;
  grid-row: 2;
  min-height: 280px;
}
.tc-service-count-media-analytics img {
  filter: brightness(0.72);
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-service-count-media-team, .tc-service-count-media-analytics {
    grid-column: auto;
    grid-row: auto;
  }
}
.tc-service-count-media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(7, 61, 48, 0.35) 0%, rgba(7, 61, 48, 0.82) 100%);
}
.tc-service-count-media-title {
  font-family: var(--tc-font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tc-white-color);
  margin-bottom: 10px;
}
.tc-service-count-media-text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
  max-width: 260px;
}
.tc-service-count-media-stat .tc-service-count-value {
  color: var(--tc-white-color);
  margin-bottom: 6px;
}
.tc-service-count-media-stat .tc-service-count-stat-label {
  color: rgba(255, 255, 255, 0.72);
}

/*  5.12 Team
/*----------------------------------------*/
.tc-team-item {
  background: var(--tc-grey-color);
  padding: 44px 20px 30px 20px;
}
.tc-team-item:hover .tc-team-thumb img {
  transform: scale(1.1);
}
.tc-team-thumb {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
.tc-team-thumb img {
  border-radius: 100%;
  width: 200px;
  transition: all 0.6s ease;
}
.tc-team-content span {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tc-primary-color);
}
.tc-team-title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tc-primary-color);
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-team-title {
    font-size: 20px;
  }
}
.tc-team-title a:hover {
  color: var(--tc-accent-color);
}
.tc-team-social a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 30px;
  line-height: 37px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 -2px;
  color: var(--tc-primary-color);
}
.tc-team-social a:hover {
  background: var(--tc-primary-color);
  color: var(--tc-white-color);
}
.tc-team-details-bg {
  padding: 80px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-team-details-bg {
    padding: 30px;
    padding-bottom: 0px;
  }
}
.tc-team-details-thumb img {
  width: 340px;
  height: 340px;
  border-radius: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-team-details-thumb img {
    width: 100%;
    height: 100%;
  }
}
.tc-team-details-text p {
  font-weight: 500;
}
.tc-team-details-title {
  font-size: 40px;
  margin-bottom: 10px;
}
.tc-team-details p {
  font-weight: 500;
}
.tc-team-details ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}
.tc-team-details ul li span {
  color: var(--tc-primary-color);
  min-width: 150px;
  display: inline-block;
  margin-bottom: 7px;
}
@media only screen and (max-width: 480px) {
  .tc-team-details ul li span {
    min-width: inherit;
  }
}
.tc-team-details-social a {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin: 0 0px;
  box-shadow: 0 1px 3px 0 rgba(22, 18, 5, 0.08);
  background: var(--tc-white-color);
  color: var(--tc-primary-color);
}
.tc-team-details-social a:hover {
  background-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-team-skill-title {
  letter-spacing: inherit;
  font-size: 17px;
  color: var(--tc-primary-color);
  font-weight: 500;
  font-family: var(--tc-font-heading);
}
.tc-team-skill .tpprogress-2 .progress {
  --bs-progress-height: 8px;
  --bs-progress-bar-bg: var(--tc-accent-color);
  --bs-progress-bg: #f1f1f1;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-team-join {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .tc-team-join {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-team-join {
    padding-left: 15px;
  }
}

.tc-progress-2 .progress {
  --bs-progress-height: 8px;
  --bs-progress-bar-bg: var(--tc-accent-color);
  --bs-progress-bg: rgba(18, 16, 24, 0.08);
}
.tc-progress-2 label {
  background: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--tc-primary-color);
  transform: inherit;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 5px;
  text-align: right;
}
.tc-progress-2 label::before {
  display: none;
}

.tcteam {
  box-shadow: 0px 36px 16px -24px rgba(22, 18, 5, 0.08);
}
.tcteam__img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(7, 4, 16, 0) 60.71%, #070410 99.3%);
}
.tcteam__content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}
.tcteam__content span {
  font-size: 16px;
  color: var(--tc-white-color);
}
.tcteam__title {
  font-size: 24px;
  color: var(--tc-white-color);
  letter-spacing: inherit;
}
.tcteam__title:hover {
  color: var(--tc-accent-color);
}

.tc-team-space {
  padding-top: 220px;
}
.tc-team-shape {
  right: -232px;
  top: 0;
}
.tc-team-details-bg {
  padding: 80px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-team-details-bg {
    padding: 30px;
    padding-bottom: 0px;
  }
}
.tc-team-details-thumb img {
  width: 340px;
  height: 340px;
  border-radius: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 480px) {
  .tc-team-details-thumb img {
    width: 100%;
    height: 100%;
  }
}
.tc-team-details-title {
  font-size: 40px;
  margin-bottom: 10px;
}
.tc-team-details-sub-title {
  color: var(--tc-accent-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.tc-team-details p {
  color: var(--tc-text-color);
  font-size: 16px;
  margin-bottom: 15px;
}
.tc-team-details ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tc-text-color);
  font-weight: 400;
}
.tc-team-details ul li span {
  font-weight: 500;
  color: var(--tc-heading-color);
  min-width: 150px;
  display: inline-block;
  margin-bottom: 7px;
}
@media only screen and (max-width: 480px) {
  .tc-team-details ul li span {
    min-width: inherit;
  }
}
.tc-team-details-social a {
  height: 40px;
  width: 40px;
  background-color: var(--tc-white-color);
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin: 0 0px;
  box-shadow: 0px 1px 3px 0px rgba(22, 18, 5, 0.08);
}
.tc-team-details-social a:hover {
  background-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-team-details-img img {
  border-radius: 20px;
}
.tc-team-skill-title {
  letter-spacing: inherit;
  font-size: 15px;
  color: var(--tc-heading-color);
  font-weight: 600;
}
.tc-team-skill .tpprogress-2 .progress {
  --bs-progress-height: 8px;
  --bs-progress-bar-bg: var(--tc-accent-color);
  --bs-progress-bg: #f1f1f1;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-team-join {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .tc-team-join {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-team-join {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-team-join-area {
    background-image: none !important;
  }
}

.tcteamcrd .tbr-20 {
  border-radius: 30px 20px 0 0;
}
.tcteamcrd__shape {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.tcteamcrd__shape img {
  height: 23px;
}
.tcteamcrd__img img {
  width: 100%;
}
.tcteamcrd__img:before {
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(180deg, rgba(18, 16, 24, 0) 38.28%, var(--tc-heading-color) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tcteamcrd__title {
  font-size: 22px;
  color: var(--tc-primary-color);
  font-weight: 600;
  letter-spacing: -0.52px;
  margin-bottom: 5px;
}
.tcteamcrd__title:hover {
  color: var(--tc-accent-color);
}
.tcteamcrd__content span {
  font-size: 16px;
  color: var(--tc-primary-color);
  letter-spacing: -0.32px;
}
.tcteamcrd__social {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tcteamcrd__social a {
  height: 42px;
  width: 42px;
  background-color: var(--tc-white-color);
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 0px;
}
.tcteamcrd__social a:hover {
  background-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tcteamcrd:hover .tcteamcrd__social {
  bottom: 45px;
  opacity: 1;
  visibility: visible;
}
.tcteamcrd:hover .tcteamcrd__img:before {
  opacity: 1;
  visibility: visible;
}

.tcteam-banner {
  background-color: var(--tc-primary-color);
}
@media only screen and (max-width: 991px) {
  .tcteam-banner img {
    display: none;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tcteam-banner img {
    width: 100%;
  }
}
.tcteam-banner-content {
  padding: 0 35px 40px;
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .tcteam-banner-content {
    padding-top: 30px;
  }
}
.tcteam-banner-content h4 {
  font-size: 22px;
}
.tcteam-banner-content p {
  color: var(--tc-white-color);
  font-size: 16px;
  line-height: 24px;
}
.tcteam-banner-title {
  color: var(--tc-primary-color);
  letter-spacing: -0.6px;
  font-size: 30px;
  margin-bottom: 13px;
}

.tc-bottom-quote img {
  margin-right: 14px;
}
.tc-bottom-quote p {
  margin: 0;
  font-size: 24px;
  font-family: var(--tc-font-heading);
  color: var(--tc-primary-color);
}

.tc-bottom-quote-team {
  margin-top: -65px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-bottom-quote-team {
    margin-top: 40px;
  }
}
.tc-bottom-quote-team img {
  max-width: 65px;
}

.tbr-20 {
  border-radius: 20px;
  overflow: hidden;
}

/* Team v3 — index-3 only */
.tc-team-area.tc-team-3 {
  overflow: hidden;
  background: radial-gradient(circle at 12% 18%, rgba(255, 59, 0, 0.05) 0%, transparent 34%), linear-gradient(180deg, #fcf8ec 0%, var(--tc-white-color) 100%);
}
.tc-team-area.tc-team-3 .tc-section-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
}
.tc-team-area.tc-team-3 .tc-section-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
}
.tc-team-area.tc-team-3 .tc-section-title span {
  color: var(--tc-accent-color);
}
.tc-team-area.tc-team-3 .container {
  position: relative;
  z-index: 2;
}

.tc-team-3-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(7, 61, 48, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 61, 48, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 88%);
  pointer-events: none;
  z-index: 0;
}

.tc-team-3-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.tc-team-3-shape-1 {
  top: -70px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(7, 61, 48, 0.1) 0%, rgba(7, 61, 48, 0) 70%);
}
.tc-team-3-shape-2 {
  bottom: -90px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.1) 0%, rgba(255, 59, 0, 0) 70%);
}

.tc-team-3-map {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  opacity: 0.1;
  max-width: 420px;
  pointer-events: none;
  z-index: 1;
}

.tc-team-3-desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(18, 16, 24, 0.68);
  max-width: 620px;
}

.tc-team-3-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .tc-team-3-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575px) {
  .tc-team-3-stats {
    grid-template-columns: 1fr;
  }
}

.tc-team-3-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 22px 20px;
  border-radius: 18px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  box-shadow: 0 12px 32px rgba(18, 16, 24, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-3-stat:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 59, 0, 0.22);
  box-shadow: 0 18px 40px rgba(18, 16, 24, 0.1);
}

.tc-team-3-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 18px;
}

.tc-team-3-stat-num {
  font-family: var(--tc-font-heading);
  font-size: clamp(26px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1;
  color: #073d30;
}

.tc-team-3-stat-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(18, 16, 24, 0.58);
}

.tc-team-3-card {
  position: relative;
  overflow: hidden;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 16px 40px rgba(18, 16, 24, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-3-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(18, 16, 24, 0.14);
  border-color: rgba(255, 59, 0, 0.24);
}
.tc-team-3-card:hover .tc-team-3-thumb img {
  transform: scale(1.08);
}
.tc-team-3-card:hover .tc-team-3-hover {
  opacity: 1;
  visibility: visible;
}
.tc-team-3-card:hover .tc-team-3-meta {
  opacity: 0;
  transform: translateY(12px);
}
.tc-team-3-card-featured {
  border-color: rgba(255, 59, 0, 0.22);
  box-shadow: 0 20px 48px rgba(255, 59, 0, 0.12);
}
.tc-team-3-card-featured .tc-team-3-index {
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
}

.tc-team-3-thumb {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.tc-team-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-3-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 4, 16, 0.05) 20%, rgba(7, 4, 16, 0.82) 100%);
  pointer-events: none;
  z-index: 1;
}

.tc-team-3-index {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  font-family: var(--tc-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #073d30;
}

.tc-team-3-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 59, 0, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tc-white-color);
}

.tc-team-3-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px 22px 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-team-3-name {
  margin-bottom: 6px;
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tc-white-color);
}
.tc-team-3-name a {
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-3-name a:hover {
  color: #ffd4c8;
}

.tc-team-3-role {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.tc-team-3-hover {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  text-align: center;
  background: rgba(7, 61, 48, 0.88);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-team-3-bio {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.tc-team-3-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.tc-team-3-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--tc-white-color);
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-3-social a:hover {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}

.tc-team-3-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tc-white-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-3-link:hover {
  color: #ffb59e;
  gap: 12px;
}

.tc-team-3-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 44px;
  overflow: hidden;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 55%, #142324 100%);
  color: var(--tc-white-color);
  box-shadow: 0 28px 70px rgba(7, 61, 48, 0.24);
}
@media only screen and (max-width: 767px) {
  .tc-team-3-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }
}

.tc-team-3-cta-glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 59, 0, 0.55), rgba(255, 255, 255, 0.12), rgba(7, 61, 48, 0.35), rgba(255, 59, 0, 0.55));
  background-size: 220% 220%;
  animation: tcTeam3Glow 8s linear infinite;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.tc-team-3-cta-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 59, 0, 0.18);
  border: 1px solid rgba(255, 59, 0, 0.28);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffb59e;
}

.tc-team-3-cta-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.tc-team-3-cta-content h3 {
  margin-bottom: 12px;
  font-family: var(--tc-font-heading);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  color: var(--tc-white-color);
}
.tc-team-3-cta-content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.tc-team-3-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.tc-team-3-cta-actions .tc-text-btn-icon {
  color: rgba(255, 255, 255, 0.88);
}
.tc-team-3-cta-actions .tc-text-btn-icon:hover {
  color: #ffb59e;
}

.tc-team-3-cta-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .tc-team-3-cta-side {
    align-items: flex-start;
  }
}

.tc-team-3-cta-avatars {
  display: flex;
  align-items: center;
}
.tc-team-3-cta-avatars img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.88);
  object-fit: cover;
}
.tc-team-3-cta-avatars img:not(:first-child) {
  margin-left: -14px;
}
.tc-team-3-cta-avatars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  margin-left: -14px;
  border-radius: 50%;
  background: var(--tc-accent-color);
  border: 3px solid rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  color: var(--tc-white-color);
}

.tc-team-3-cta-note {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
}

@keyframes tcTeam3Glow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}
/*----------------------------------------*/
/*  5.13 Locations
/*----------------------------------------*/
.tc-locations-area {
  position: relative;
  overflow: hidden;
}

.tc-locations-desc {
  max-width: 620px;
  margin-inline: auto;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.62);
}

.tc-locations-map {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
}
.tc-locations-map > img {
  width: 100%;
  display: block;
  opacity: 0.92;
}

.tc-locations-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tc-locations-pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
  cursor: default;
  animation: tcLocationsPinFloat 5s ease-in-out infinite;
}
.tc-locations-pin-1 {
  left: 15%;
  top: 44%;
  animation-delay: 0s;
}
.tc-locations-pin-2 {
  left: 21%;
  top: 17%;
  animation-delay: 0.6s;
}
.tc-locations-pin-3 {
  left: 46%;
  top: 1%;
  animation-delay: 1.1s;
}
.tc-locations-pin-4 {
  left: 64%;
  top: 29%;
  animation-delay: 0.3s;
}
.tc-locations-pin-5 {
  right: 22%;
  top: 4%;
  animation-delay: 0.9s;
}
.tc-locations-pin-6 {
  right: 10%;
  top: 22%;
  animation-delay: 1.4s;
}
.tc-locations-pin-7 {
  right: 10%;
  bottom: 23%;
  animation-delay: 0.5s;
}
.tc-locations-pin-8 {
  left: 51%;
  bottom: 34%;
  animation-delay: 1.8s;
}
.tc-locations-pin:hover .tc-locations-pin-dot {
  transform: scale(1.15);
  background: var(--tc-accent-color);
}

.tc-locations-pin-marker {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-locations-pin-pulse {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 59, 0, 0.45);
  animation: tcLocationsPinPulse 2.4s ease-out infinite;
}

.tc-locations-pin-dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #073d30;
  border: 2px solid var(--tc-white-color);
  box-shadow: 0 6px 18px rgba(7, 61, 48, 0.28);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-locations-pin-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 8px 24px rgba(18, 16, 24, 0.08);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--tc-heading-color);
  white-space: nowrap;
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-locations-pin-label {
    font-size: 11px;
    padding: 4px 10px;
  }
}

.tc-locations-stats {
  max-width: 900px;
  margin-inline: auto;
}

.tc-locations-stat {
  text-align: center;
  padding: 28px 20px;
  border-radius: 20px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 10px 30px rgba(18, 16, 24, 0.05);
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-locations-stat:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 59, 0, 0.22);
  box-shadow: 0 16px 40px rgba(18, 16, 24, 0.08);
}
.tc-locations-stat strong {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tc-heading-color);
  margin-bottom: 10px;
}
.tc-locations-stat strong span {
  color: var(--tc-accent-color);
}
.tc-locations-stat > span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: rgba(18, 16, 24, 0.58);
}

@keyframes tcLocationsPinPulse {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  70%, 100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes tcLocationsPinFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/*----------------------------------------*/
/*  5.14 Testimonial
/*----------------------------------------*/
.tc-testimonal-dec {
  font-weight: 400;
  font-size: 30px;
  line-height: 133%;
  font-family: var(--tc-font-heading);
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-dec {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-testimonal-dec {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-dec br {
    display: none;
  }
}
.tc-testimonal-label {
  color: var(--tc-primary-color);
  font-size: 16px;
}
.tc-testimonal-star {
  color: #ffa72c;
  font-size: 13px;
}
.tc-testimonal-name {
  font-family: var(--tc-font-heading);
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.tc-testimonal-user {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.tc-testimonal-img {
  margin-right: 12px;
  flex-shrink: 0;
}
.tc-testimonal-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.tc-testimonal-bio span {
  color: var(--tc-text-color);
  font-size: 14px;
}
.tc-testimonal-3-wrap {
  overflow: hidden;
}
.tc-testimonal-3-pagination {
  display: flex;
  gap: 8px;
}
.tc-testimonal-3-pagination span {
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  width: 10px;
  height: 10px;
  background: transparent;
}
.tc-testimonal-3-pagination span.swiper-pagination-bullet-active {
  background: var(--tc-accent-color);
  transform: scale(1.1);
}

/* v1 – kindaid slider */
.tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) {
  overflow: hidden;
}
.tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .tc-testimonal-slider-active,
.tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .swiper-container.tc-testimonal-slider-active {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .container.p-relative,
  .tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .container-1324.p-relative,
  .tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .container-1400.p-relative {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .tc-testimonial-arrow {
    position: relative;
    margin-top: 24px;
    text-align: center !important;
  }
  .tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .tc-testimonial-arrow .tc-test-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    display: inline-flex;
    margin: 0 6px;
  }
}
.tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .tc-test-arrow {
  height: 54px;
  width: 54px;
  border: 1px solid var(--tc-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 9;
  color: var(--tc-primary-color);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .tc-test-arrow {
    top: auto;
    transform: none;
  }
}
.tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .tc-test-arrow:hover {
  background-color: var(--tc-primary-color);
  color: var(--tc-white-color);
}
.tc-testimonial-area:not(.tc-testimonal-3-style):not(.tc-testimonial-3) .tc-test-arrow-next.tc-test-arrow {
  left: auto;
  right: 15px;
}

/* v2 – kindaid side image layout */
.tc-testimonal-3-style {
  overflow: hidden;
}
.tc-testimonal-3-style .container-fluid {
  overflow: hidden;
}
.tc-testimonal-3-style .row {
  position: relative;
  min-height: 1px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-3-style .col-xl-3,
  .tc-testimonal-3-style .col-xl-9 {
    width: 100%;
    max-width: 100%;
  }
}
.tc-testimonal-3-style .tc-about-2-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  pointer-events: none;
}
.tc-testimonal-3-style .tc-about-2-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  z-index: 2;
  width: 46%;
  height: 700px;
}
@media only screen and (min-width: 1600px), only screen and (max-width: 1599px), only screen and (max-width: 1200px) {
  .tc-testimonal-3-style .tc-about-2-thumb {
    left: 0;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-3-style .tc-about-2-thumb {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    max-height: 420px;
  }
}
.tc-testimonal-3-style .tc-about-2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-3-style .tc-about-2-thumb img {
    height: auto;
    min-height: 280px;
    max-height: 420px;
  }
}
.tc-testimonal-3-style .tc-about-2-content-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-3-style .tc-about-2-content-wrap {
    margin-left: 0 !important;
    padding: 60px 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  .tc-testimonal-3-style .tc-about-2-content-wrap {
    padding: 45px 16px !important;
  }
}
.tc-testimonal-3-style .tc-about-2-content-inner {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1599px) {
  .tc-testimonal-3-style .tc-about-2-content-inner {
    margin-left: -50px;
    margin-right: -100px;
  }
}
@media only screen and (max-width: 1200px), only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-3-style .tc-about-2-content-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-3-style .offset-xxl-4,
  .tc-testimonal-3-style .offset-xl-4 {
    margin-left: 0;
  }
}
.tc-testimonal-3-style .tc-testimonal-dec {
  font-size: 28px;
  line-height: 143%;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonal-3-style .tc-testimonal-dec {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-testimonal-3-style .tc-testimonal-dec {
    font-size: 18px;
  }
}
.tc-testimonal-3-style .tc-testimonal-user {
  justify-content: flex-start;
}
.tc-testimonal-3-style .tc-testimonal-name {
  color: var(--tc-white-color);
}
.tc-testimonal-3-style .tc-testimonal-bio span {
  color: rgba(255, 255, 255, 0.7);
}
.tc-testimonal-3-style .tc-testimonal-img img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 480px) {
  .tc-testimonal-3-style .tc-section-title {
    font-size: 32px;
  }
}

/* Wehelp testimonial */
.tctestimonal p {
  font-size: 24px;
  color: var(--tc-heading-color);
  line-height: 1.4;
  padding: 0 42px;
  font-family: var(--tc-font-heading-2);
  margin: 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tctestimonal p {
    font-size: 20px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 480px) {
  .tctestimonal p {
    font-size: 17px;
    padding: 0;
  }
}
.tctestimonal__label {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-family: var(--tc-font-heading-2);
  color: var(--tc-heading-color);
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tctestimonal__label {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .tctestimonal__label {
    font-size: 20px;
  }
}
.tctestimonal__star {
  color: #ffa72c;
  font-size: 13px;
}
.tctestimonal__name {
  font-size: 16px;
  font-family: var(--tc-font-body);
  letter-spacing: inherit;
  margin: 0;
}
.tctestimonal__user {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.tctestimonal__img {
  margin-right: 12px;
  flex-shrink: 0;
}
.tctestimonal__img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.tctestimonal__bio span {
  color: var(--tc-text-color);
  font-size: 14px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tctestimonial-arrow {
    position: relative;
    margin-top: 24px;
    text-align: center !important;
  }
  .tctestimonial-arrow .tc-test-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    display: inline-flex;
    margin: 0 6px;
  }
}
.tctestimonial-arrow .tc-test-arrow {
  height: 50px;
  width: 50px;
  border: 1px solid rgba(18, 16, 24, 0.1);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 9;
  color: var(--tc-heading-color);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tctestimonial-arrow .tc-test-arrow:hover {
  background-color: var(--tc-accent-color);
  color: var(--tc-white-color);
  border-color: var(--tc-accent-color);
}
.tctestimonial-arrow .tc-test-arrow-next.tc-test-arrow {
  left: auto;
  right: 15px;
}

/* shared swiper fix for legacy markup */
.tc-testimonial-area .swiper-container,
.tc-testimonial-area .swiper {
  max-width: 100%;
}
.tc-testimonial-area .swiper-slide {
  height: auto;
}

/* v3 – index-3 split layout */
.tc-testimonial-3 {
  background: linear-gradient(180deg, #fcf8ec 0%, #f5f0e4 100%);
  overflow: hidden;
}
.tc-testimonial-3 .tc-testimonial-3-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.tc-testimonial-3 .tc-testimonial-3-shape-1 {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(7, 61, 48, 0.08) 0%, transparent 70%);
}
.tc-testimonial-3 .tc-testimonial-3-shape-2 {
  width: 320px;
  height: 320px;
  bottom: -100px;
  left: -60px;
  background: radial-gradient(circle, rgba(255, 167, 44, 0.12) 0%, transparent 70%);
}
.tc-testimonial-3 .tc-testimonial-3-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: linear-gradient(rgba(7, 61, 48, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 61, 48, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}
.tc-testimonial-3 .container {
  position: relative;
  z-index: 1;
}
.tc-testimonial-3 .tc-testimonial-3-desc {
  color: var(--tc-text-color);
  font-size: 16px;
  line-height: 1.7;
  max-width: 460px;
}
.tc-testimonial-3 .tc-testimonial-3-rating {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  max-width: 420px;
}
.tc-testimonial-3 .tc-testimonial-3-rating-score {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-shrink: 0;
}
.tc-testimonial-3 .tc-testimonial-3-rating-score strong {
  font-family: var(--tc-font-heading);
  font-size: 42px;
  line-height: 1;
  color: var(--tc-primary-color);
}
.tc-testimonial-3 .tc-testimonial-3-rating-score span {
  font-size: 16px;
  color: var(--tc-text-color);
}
.tc-testimonial-3 .tc-testimonial-3-rating-meta span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--tc-text-color);
}
.tc-testimonial-3 .tc-testimonial-3-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.tc-testimonial-3 .tc-testimonial-3-trust-avatars {
  display: flex;
  align-items: center;
}
.tc-testimonial-3 .tc-testimonial-3-trust-avatars img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--tc-white-color);
  margin-left: -10px;
  object-fit: cover;
}
.tc-testimonial-3 .tc-testimonial-3-trust-avatars img:first-child {
  margin-left: 0;
}
.tc-testimonial-3 .tc-testimonial-3-trust-avatars span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-left: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-primary-color);
  color: var(--tc-white-color);
  font-size: 11px;
  font-weight: 600;
  border: 2px solid var(--tc-white-color);
}
.tc-testimonial-3 .tc-testimonial-3-trust-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--tc-primary-color);
}
.tc-testimonial-3 .tc-testimonial-3-slider-wrap {
  position: relative;
  padding: 28px;
  background: var(--tc-primary-color);
  overflow: hidden;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonial-3 .tc-testimonial-3-slider-wrap {
    padding: 20px;
  }
}
.tc-testimonial-3 .tc-testimonial-3-nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}
.tc-testimonial-3 .tc-testimonial-3-nav .tc-test-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-white-color);
  background: rgba(255, 255, 255, 0.08);
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tc-testimonial-3 .tc-testimonial-3-nav .tc-test-arrow:hover {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-testimonial-3 .tc-testimonial-3-slider-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  top: -60px;
  right: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 167, 44, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.tc-testimonial-3 .tc-testimonial-3-card {
  background: var(--tc-white-color);
  padding: 32px 30px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .tc-testimonial-3 .tc-testimonial-3-card {
    padding: 24px 20px;
  }
}
.tc-testimonial-3 .tc-testimonial-3-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.tc-testimonial-3 .tc-testimonial-3-quote {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 61, 48, 0.08);
  color: var(--tc-primary-color);
  font-size: 18px;
  flex-shrink: 0;
}
.tc-testimonial-3 .tc-testimonial-3-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
  margin-bottom: 14px;
}
.tc-testimonial-3 .tc-testimonial-3-quote-text {
  font-family: var(--tc-font-heading);
  font-size: 22px;
  line-height: 1.55;
  color: var(--tc-heading-color);
  margin: 0 0 28px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-testimonial-3 .tc-testimonial-3-quote-text {
    font-size: 18px;
  }
}
.tc-testimonial-3 .tc-testimonial-3-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(7, 61, 48, 0.08);
}
.tc-testimonial-3 .tc-testimonial-3-author-img {
  flex-shrink: 0;
}
.tc-testimonial-3 .tc-testimonial-3-author-img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.tc-testimonial-3 .tc-testimonial-3-name {
  font-family: var(--tc-font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 4px;
  color: var(--tc-heading-color);
}
.tc-testimonial-3 .tc-testimonial-3-role {
  display: block;
  font-size: 14px;
  color: var(--tc-text-color);
}
.tc-testimonial-3 .tc-testimonal-star {
  font-size: 13px;
}

/*  5.15 Blog
/*----------------------------------------*/
.tc-blog-title {
  font-family: var(--tc-font-heading);
  font-weight: 600;
  line-height: 133%;
  font-size: 24px;
}
.tc-blog-cat span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.tc-blog-cat .dvdr {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}
.tc-blog-cat .dvdr::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 30px;
  background: var(--tc-text-color);
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
}
.tc-blog-style .tc-blog-item {
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.tc-blog-style .tc-blog-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(18, 16, 24, 0.08);
}
.tc-blog-style .tc-blog-thumb.tc-event-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.tc-blog-style .tc-blog-thumb.tc-event-img img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.tc-blog-item:hover .tc-blog-style .tc-blog-thumb.tc-event-img img {
  transform: scale(1.05);
}
.tc-blog-style .tc-event-date {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--tc-accent-color);
  padding: 14px 10px 10px;
  width: 76px;
  height: 90px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(18, 16, 24, 0.16);
}
.tc-blog-style .tc-event-date span {
  color: var(--tc-white-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tc-blog-style .tc-event-date h4,
.tc-blog-style .tc-event-date .tc-event-day {
  display: block;
  color: var(--tc-white-color);
  font-size: 30px;
  line-height: 1;
  margin: 6px 0 0;
  font-weight: 700;
  font-family: var(--tc-font-heading);
}
.tc-blog-style .tc-blog-content {
  padding: 28px 30px 32px;
}
.tc-blog-style .tc-blog-cat {
  gap: 0;
}
.tc-blog-style .tc-blog-cat span {
  color: rgba(18, 16, 24, 0.55);
}
.tc-blog-style .tc-blog-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0;
}
.tc-blog-style .tc-blog-title a {
  color: var(--tc-heading-color);
  transition: color 0.3s ease;
}
.tc-blog-style .tc-blog-title a:hover {
  color: var(--tc-accent-color);
}
.tc-blog-style .common-underline {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.35s ease;
}
.tc-blog-style .common-underline:hover {
  background-size: 100% 1px;
}
.tc-blog-sidebar {
  margin-left: -54px;
}
@media only screen and (max-width: 991px) {
  .tc-blog-sidebar {
    margin-left: -24px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-blog-sidebar {
    margin-left: 0;
  }
}
.tc-blog-navigation a {
  display: flex;
  grid-gap: 20px;
}
.tc-blog-navigation a:hover i {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}
.tc-blog-navigation a:hover .tc-blog-navigation-title {
  color: var(--tc-accent-color);
}
.tc-blog-navigation i {
  height: 50px;
  width: 50px;
  font-size: 17px;
  background: var(--tc-grey-color);
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  flex: 0 0 auto;
  color: var(--tc-heading-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-blog-navigation span {
  font-size: 15px;
  color: var(--tc-primary-color);
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
}
.tc-blog-navigation-title {
  font-size: 18px;
  letter-spacing: inherit;
  line-height: 1.3;
  font-family: var(--tc-font-heading);
  font-weight: 600;
  letter-spacing: -0.03em;
  transition: all 0.4s ease;
}
.tc-blog-tag a {
  background: var(--tc-grey-color);
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 30px;
  color: var(--tc-primary-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.tc-blog-tag a:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}
.tc-blog-tag-social {
  border-top: 1px solid rgba(98, 0, 53, 0.1);
  border-bottom: 1px solid rgba(98, 0, 53, 0.1);
  padding: 32px 0;
  padding-bottom: 32px;
  padding-bottom: 10px;
}
.tc-blog-tag-title {
  font-size: 20px;
  display: inline-block;
  letter-spacing: inherit;
  font-family: var(--tc-font-heading);
  font-weight: 600;
}
.tc-blog-social a {
  height: 40px;
  width: 40px;
  background: var(--tc-grey-color);
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  line-height: 40px;
  color: var(--tc-primary-color);
}
.tc-blog-social a:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}
.tc-blog-mh-400 {
  max-height: 400px;
}

.tc-blog-comments-main ul {
  list-style: none;
}
.tc-blog-comments-title {
  font-size: 36px;
  letter-spacing: inherit;
}
.tc-blog-comments-list {
  display: flex;
  grid-gap: 20px;
}
.tc-blog-comments-thumb {
  flex: 0 0 auto;
}
.tc-blog-comments-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.tc-blog-comments-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tc-blog-comments-author-name {
  font-size: 18px;
  letter-spacing: inherit;
  margin: 0;
}
.tc-blog-comments-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--tc-primary-color);
}
.tc-blog-comments-btn {
  margin-top: 23px;
}
.tc-blog-comments-btn a {
  color: var(--tc-primary-color);
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: 7px 15px;
  background: var(--tc-grey-color);
  border-radius: 30px;
}
.tc-blog-comments-btn a:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}
.tc-blog-comments-btn a i {
  transform: rotate(-45deg);
}
.tc-blog-comments-children {
  margin-left: 100px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-blog-comments-children {
    margin-left: 0;
  }
}

.tc-blog-area-space {
  padding-top: 120px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .tc-blog-area-space {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-blog-area-space {
    padding-top: 80px;
  }
}

.tc-blog-shape-top {
  top: 0;
  left: 0;
}

.tcsmblog-rd {
  padding-top: 80px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tcsmblog-rd {
    border-radius: 0;
  }
}
.tcsmblog__thumb {
  margin-right: -17px;
}
@media only screen and (max-width: 480px) {
  .tcsmblog__thumb {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.tcsmblog__title {
  font-size: 26px;
  letter-spacing: -1.04px;
  margin-bottom: 17px;
  line-height: 1.2;
}
.tcsmblog__title:hover {
  text-decoration: underline;
}
.tcsmblog__content {
  padding-left: 20px;
}
@media only screen and (max-width: 480px) {
  .tcsmblog__content {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.tcsmblog__meta {
  margin-bottom: 10px;
}
.tcsmblog__meta span {
  color: var(--tc-text-color);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.tcsmblog__meta span svg {
  margin-right: 8px;
}
.tcsmblog {
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  border-radius: 20px;
  padding: 18px;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.tcsmblog:hover {
  box-shadow: 0 20px 50px rgba(18, 16, 24, 0.08);
  transform: translateY(-3px);
}
.tcsmblog__thumb {
  overflow: hidden;
  border-radius: 16px;
}
.tcsmblog__thumb img {
  transition: transform 0.55s ease;
}
.tcsmblog__thumb:hover img {
  transform: scale(1.04);
}
.tcsmblog__title {
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 12px;
}
.tcsmblog__title a {
  color: var(--tc-heading-color);
  transition: color 0.3s ease;
}
.tcsmblog__title a:hover {
  color: var(--tc-accent-color);
}
.tcsmblog__meta span {
  color: rgba(18, 16, 24, 0.55);
  font-size: 14px;
}

.tc-sm-thumb-shape {
  position: absolute;
  bottom: 10px;
  height: 900px;
  width: 39%;
  left: 0;
  border-radius: 0 20px 20px 0;
}
@media only screen and (max-width: 991px) {
  .tc-sm-thumb-shape {
    position: static;
    background-size: cover;
    background-position: bottom;
    width: 100%;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-sm-thumb-shape {
    position: static;
    background-size: cover;
    background-position: bottom;
    width: 100%;
  }
}

.tc-donate-text-box {
  transform: translateX(30px);
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-donate-text-box {
    transform: inherit;
  }
}

.tclpblog {
  border: 1px solid rgba(18, 16, 24, 0.08);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.tclpblog:hover {
  box-shadow: 0 24px 60px rgba(18, 16, 24, 0.02);
  transform: translateY(-4px);
}
.tclpblog__img {
  width: 270px;
  flex: 0 0 auto;
  overflow: hidden;
}
.tclpblog__img img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.tclpblog__img:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 480px) {
  .tclpblog__img {
    width: 100%;
  }
  .tclpblog__img img {
    width: 100%;
    min-height: 220px;
  }
}
.tclpblog__img--shape {
  position: absolute;
  right: -11px;
  top: 0;
}
.tclpblog__content {
  padding: 40px;
}
.tclpblog__content p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--tc-text-color);
  margin-bottom: 0;
}
.tclpblog__cat a {
  background: rgba(19, 89, 83, 0.08);
  color: var(--tc-accent-color);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 0.04em;
}
.tclpblog__title {
  font-size: 22px;
  color: var(--tc-heading-color);
  letter-spacing: -0.03em;
  line-height: 1.35;
  font-weight: 600;
  font-family: var(--tc-font-heading);
}
.tclpblog__title a {
  color: inherit;
  transition: color 0.3s ease;
}
.tclpblog__title:hover,
.tclpblog__title a:hover {
  color: var(--tc-accent-color);
}

.swiper.tclpblog-slider-active {
  margin-right: -612px;
}
@media only screen and (max-width: 1200px) {
  .swiper.tclpblog-slider-active {
    margin-right: -712px;
  }
}
@media only screen and (max-width: 991px) {
  .swiper.tclpblog-slider-active {
    margin-right: -312px;
  }
}
@media only screen and (max-width: 480px) {
  .swiper.tclpblog-slider-active {
    margin-right: 0px;
  }
}
.swiper.tclpblog-slider-active .swiper-slide {
  height: auto;
}

.tclpblog-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  gap: 12px;
  z-index: 2;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tclpblog-arrow {
    position: static;
    transform: none;
    margin-top: 24px;
  }
}
.tclpblog-arrow button {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  border: 1px solid rgba(18, 16, 24, 0.12);
  background: var(--tc-white-color);
  color: var(--tc-heading-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.tclpblog-arrow button:hover {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tclpblog-arrow button.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

.tagcloud a {
  background: #F6F6F6;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 30px;
  color: var(--tc-text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.tagcloud a:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}

.tc-blog-postbox,
article.tc-blog {
  border-radius: 20px;
  border: 1px solid rgba(18, 16, 24, 0.1);
}
@media only screen and (max-width: 480px) {
  .tc-blog-postbox-sidebar,
  article.tc-blog-sidebar {
    padding-left: 0;
  }
}
.tc-blog-postbox-thumb,
article.tc-blog-thumb {
  position: relative;
}
.tc-blog-postbox-thumb img,
article.tc-blog-thumb img {
  border-radius: 20px 20px 0 0;
}
.tc-blog-postbox-thumb-overlay:before,
article.tc-blog-thumb-overlay:before {
  position: absolute;
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  border-radius: 20px 20px 0 0;
}
.tc-blog-postbox-cat,
article.tc-blog-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.tc-blog-postbox-cat a,
article.tc-blog-cat a {
  background: #006B5E;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--tc-white-color);
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  grid-gap: 5px;
  line-height: 1;
}
.tc-blog-postbox-title,
article.tc-blog-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tc-blog-postbox-title:hover,
article.tc-blog-title:hover {
  color: var(--tc-accent-color);
}
@media only screen and (max-width: 480px) {
  .tc-blog-postbox-title,
  article.tc-blog-title {
    font-size: 30px;
  }
}
.tc-blog-postbox-meta,
article.tc-blog-meta {
  display: flex;
  flex-wrap: wrap;
}
.tc-blog-postbox-meta-border,
article.tc-blog-meta-border {
  border-bottom: 1px solid rgba(18, 16, 24, 0.1);
}
.tc-blog-postbox-meta span,
article.tc-blog-meta span {
  color: var(--tc-text-color);
  font-size: 15px;
  position: relative;
  margin-right: 13px;
  padding-right: 13px;
}
.tc-blog-postbox-meta span a,
article.tc-blog-meta span a {
  display: inline-flex;
  align-items: center;
}
.tc-blog-postbox-meta span svg,
article.tc-blog-meta span svg {
  margin-right: 5px;
}
.tc-blog-postbox-meta span img,
article.tc-blog-meta span img {
  border-radius: 50px;
  height: 30px;
  width: 30px;
  margin-right: 1px;
  margin-right: 5px;
}
.tc-blog-postbox-meta span:not(:last-child)::after,
article.tc-blog-meta span:not(:last-child)::after {
  content: "";
  background: rgba(18, 16, 24, 0.1);
  height: 20px;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 4px;
}
.tc-blog-postbox-video a,
article.tc-blog-video a {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
  background: var(--tc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: auto;
}
.tc-blog-postbox-content, .tc-blog-postbox-content-details,
article.tc-blog-content,
article.tc-blog-content-details {
  padding: 0 35px 35px 35px;
}
.tc-blog-postbox-content > p, .tc-blog-postbox-content-details > p,
article.tc-blog-content > p,
article.tc-blog-content-details > p {
  font-size: 16px;
  line-height: 25px;
}
.tc-blog-postbox-content img, .tc-blog-postbox-content-details img,
article.tc-blog-content img,
article.tc-blog-content-details img {
  border-radius: 20px;
}
.tc-blog-postbox-details-list ul,
article.tc-blog-details-list ul {
  display: grid;
  grid-template-columns: auto auto;
  padding-left: 15px;
}
.tc-blog-postbox-details-list ul li,
article.tc-blog-details-list ul li {
  font-size: 16px;
  color: var(--tc-heading-color);
}
.tc-blog-postbox-navigation a,
article.tc-blog-navigation a {
  display: flex;
  grid-gap: 20px;
}
.tc-blog-postbox-navigation a:hover i,
article.tc-blog-navigation a:hover i {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}
.tc-blog-postbox-navigation i,
article.tc-blog-navigation i {
  height: 50px;
  width: 50px;
  font-size: 17px;
  background: #F6F6F6;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  flex: 0 0 auto;
  color: var(--tc-heading-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-blog-postbox-navigation span,
article.tc-blog-navigation span {
  font-size: 15px;
  color: var(--tc-text-color);
  display: block;
  margin-bottom: 2px;
}
.tc-blog-postbox-navigation-title,
article.tc-blog-navigation-title {
  font-size: 18px;
  letter-spacing: inherit;
  line-height: 1.3;
}
.tc-blog-postbox-tag a,
article.tc-blog-tag a {
  background: #F6F6F6;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 30px;
  color: var(--tc-text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.tc-blog-postbox-tag a:hover,
article.tc-blog-tag a:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}
.tc-blog-postbox-tag-social,
article.tc-blog-tag-social {
  border-top: 1px solid rgba(18, 16, 24, 0.1);
  border-bottom: 1px solid rgba(18, 16, 24, 0.1);
  padding: 32px 0;
  padding-bottom: 32px;
  padding-bottom: 10px;
}
.tc-blog-postbox-tag-title,
article.tc-blog-tag-title {
  font-size: 20px;
  display: inline-block;
  letter-spacing: inherit;
}
.tc-blog-postbox-social a,
article.tc-blog-social a {
  height: 40px;
  width: 40px;
  background: #F6F6F6;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  line-height: 37px;
}
.tc-blog-postbox-social a:hover,
article.tc-blog-social a:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}

.tc-blog-comments-main ul {
  list-style: none;
}
.tc-blog-comments-title {
  font-size: 36px;
  letter-spacing: inherit;
}
.tc-blog-comments-list {
  display: flex;
  grid-gap: 20px;
}
.tc-blog-comments-thumb {
  flex: 0 0 auto;
}
.tc-blog-comments-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.tc-blog-comments-content p {
  font-size: 16px;
  line-height: 26px;
}
.tc-blog-comments-author-name {
  font-size: 18px;
  letter-spacing: inherit;
  margin: 0;
}
.tc-blog-comments-date {
  color: var(--tc-text-color);
  font-size: 15px;
}
.tc-blog-comments-btn {
  margin-top: 23px;
}
.tc-blog-comments-btn a {
  color: #FE6432;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(18, 16, 24, 0.1);
  display: inline-block;
  line-height: 1;
  padding: 7px 15px;
  border-radius: 30px;
}
.tc-blog-comments-btn a:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
}
.tc-blog-comments-btn a i {
  transform: rotate(-45deg);
}
.tc-blog-comments-children {
  margin-left: 100px;
}
@media only screen and (max-width: 480px) {
  .tc-blog-comments-children {
    margin-left: 0;
  }
}

.tc-blog-gallery-arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}

/* Blog layout utilities + showcase sections */
.container-1324,
.container-1400,
.container-1424,
.container-1790 {
  max-width: var(--blog-container-width, 1330px);
  margin: 0 auto;
  padding: 0 15px;
}

.container-1324 {
  --blog-container-width: 1354px;
}

.container-1400 {
  --blog-container-width: 1430px;
}

.container-1424 {
  --blog-container-width: 1454px;
}

.container-1790 {
  --blog-container-width: 1820px;
}

.br-20 {
  border-radius: 20px;
}

.br-30 {
  border-radius: 30px;
}

.white-bg {
  background: var(--tc-white-color);
}

.bg-theme {
  background: var(--tc-primary-color);
  color: var(--tc-white-color);
}

.tc-btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
}

.tc-btn-sm-theme {
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-btn-sm-theme:hover {
  background: var(--tc-primary-color);
  color: var(--tc-white-color);
}

.tc-text-btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tc-accent-color);
  transition: gap 0.3s ease;
}
.tc-text-btn-icon svg {
  transition: transform 0.3s ease;
}
.tc-text-btn-icon:hover {
  color: var(--tc-primary-color);
  gap: 12px;
}
.tc-text-btn-icon:hover svg {
  transform: translate(2px, -2px);
}

.tc-blog-area .tc-section-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
}
.tc-blog-area .tc-section-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
}
.tc-blog-area .tc-section-title span {
  color: var(--tc-accent-color);
}
.tc-blog-area .tc-section-info {
  max-width: 760px;
}
.tc-blog-area.bg-grey {
  background: #f8f9f9;
}
.tc-blog-area .tc-blog-shape-top {
  width: 100%;
  max-height: 120px;
  object-fit: cover;
  opacity: 0.35;
  pointer-events: none;
}
.tc-blog-area .container-1400.bg-theme {
  border-radius: 30px;
  overflow: hidden;
}
.tc-blog-area .container-1400.bg-theme .tc-section-subtitle,
.tc-blog-area .container-1400.bg-theme .tc-section-title,
.tc-blog-area .container-1400.bg-theme .tc-section-title a {
  color: var(--tc-white-color);
}
.tc-blog-area .container-1400.bg-theme .tcsmblog__title a {
  color: var(--tc-heading-color);
}
.tc-blog-area .container-1400.bg-theme .tc-text-btn-icon {
  color: var(--tc-accent-color);
}

.tc-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.tc-pagination li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(18, 16, 24, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-heading-color);
  font-weight: 600;
  background: var(--tc-white-color);
  transition: all 0.3s ease;
}
.tc-pagination li.current a,
.tc-pagination li a:hover {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}

/* v3 – index-3 blog grid */
.tc-blog-area.tc-blog-3 {
  background: var(--tc-white-color);
  overflow: hidden;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  background: radial-gradient(circle at top right, rgba(7, 61, 48, 0.05) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.tc-blog-area.tc-blog-3 .container {
  position: relative;
  z-index: 1;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(18, 16, 24, 0.1);
  border-color: rgba(255, 59, 0, 0.2);
}
.tc-blog-area.tc-blog-3 .tc-blog-3-item:hover .tc-blog-3-thumb img {
  transform: scale(1.05);
}
.tc-blog-area.tc-blog-3 .tc-blog-3-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/15;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--tc-accent-color);
  padding: 12px 10px 10px;
  min-width: 72px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(18, 16, 24, 0.16);
}
.tc-blog-area.tc-blog-3 .tc-blog-3-date span {
  color: var(--tc-white-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-day {
  display: block;
  color: var(--tc-white-color);
  font-size: 28px;
  line-height: 1;
  margin-top: 6px;
  font-weight: 700;
  font-family: var(--tc-font-heading);
}
.tc-blog-area.tc-blog-3 .tc-blog-3-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 26px 28px 30px;
}
@media only screen and (max-width: 480px) {
  .tc-blog-area.tc-blog-3 .tc-blog-3-content {
    padding: 22px 20px 26px;
  }
}
.tc-blog-area.tc-blog-3 .tc-blog-3-cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-cat span {
  color: rgba(18, 16, 24, 0.55);
}
.tc-blog-area.tc-blog-3 .tc-blog-3-cat .dvdr {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-cat .dvdr::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 30px;
  background: var(--tc-text-color);
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
}
.tc-blog-area.tc-blog-3 .tc-blog-3-title {
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-blog-area.tc-blog-3 .tc-blog-3-title {
    font-size: 20px;
  }
}
.tc-blog-area.tc-blog-3 .tc-blog-3-title a {
  color: var(--tc-heading-color);
}
.tc-blog-area.tc-blog-3 .common-underline {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.35s ease, color 0.3s ease;
}
.tc-blog-area.tc-blog-3 .common-underline:hover {
  background-size: 100% 1px;
  color: var(--tc-accent-color);
}
.tc-blog-area.tc-blog-3 .tc-blog-3-link {
  margin-top: auto;
  font-size: 15px;
  font-weight: 600;
}

article.tc-blog .tc-blog-title,
.tc-blog-postbox .tc-blog-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  article.tc-blog .tc-blog-title,
  .tc-blog-postbox .tc-blog-title {
    font-size: 30px;
  }
}

.tc-gallery-arrow {
  background: var(--tc-white-color);
  height: 50px;
  width: 50px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-heading-color);
}
.tc-gallery-arrow:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
}

/* Inner blog pages */
.tc-blog-sidebar-area,
.tc-blog-details-area {
  position: relative;
  overflow: visible;
  background: var(--tc-white-color);
}

.tc-blog-main {
  min-width: 0;
}

.tc-blog-page .tc-blog-page-desc {
  max-width: 680px;
  margin: 0 auto;
  color: var(--tc-text-color);
  font-size: 17px;
  line-height: 1.7;
}
.tc-blog-page .tc-blog-featured {
  border: 1px solid rgba(18, 16, 24, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background: var(--tc-white-color);
  margin-bottom: 40px;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.tc-blog-page .tc-blog-featured:hover {
  box-shadow: 0 24px 60px rgba(18, 16, 24, 0.08);
  transform: translateY(-4px);
}
.tc-blog-page .tc-blog-featured-media {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 380px;
}
.tc-blog-page .tc-blog-featured-media img {
  width: 100%;
  height: 380px;
  max-height: 380px;
  object-fit: cover;
  transition: transform 0.55s ease;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-blog-page .tc-blog-featured-media img {
    height: 260px;
    max-height: 260px;
  }
}
.tc-blog-page .tc-blog-featured-media:hover img {
  transform: scale(1.04);
}
.tc-blog-page .tc-blog-featured-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 30px;
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tc-blog-page .tc-blog-featured-body {
  padding: 32px 36px 36px;
}
@media only screen and (max-width: 480px) {
  .tc-blog-page .tc-blog-featured-body {
    padding: 24px 20px 28px;
  }
}
.tc-blog-page .tc-blog-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
}
.tc-blog-page .tc-blog-featured-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(18, 16, 24, 0.55);
}
.tc-blog-page .tc-blog-featured-meta span i {
  color: var(--tc-accent-color);
}
.tc-blog-page .tc-blog-featured-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
.tc-blog-page .tc-blog-featured-title a {
  color: var(--tc-heading-color);
  transition: color 0.3s ease;
}
.tc-blog-page .tc-blog-featured-title a:hover {
  color: var(--tc-accent-color);
}
.tc-blog-page .tc-blog-featured-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--tc-text-color);
  margin-bottom: 22px;
}
.tc-blog-page .tc-blog-list-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(18, 16, 24, 0.08);
  background: var(--tc-white-color);
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(18, 16, 24, 0.08);
  border-color: rgba(255, 59, 0, 0.15);
}
.tc-blog-page .tc-blog-list-stack .tcsmblog.tcsmblog-rd {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog .row {
  --bs-gutter-x: 24px;
  align-items: stretch;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__thumb {
  margin-right: 0;
  height: 100%;
  min-height: 210px;
  border-radius: 16px;
  overflow: hidden;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__thumb a {
  display: block;
  height: 100%;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__thumb img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .tc-blog-page .tc-blog-list-stack .tcsmblog__thumb {
    min-height: 200px;
    margin-bottom: 0;
  }
  .tc-blog-page .tc-blog-list-stack .tcsmblog__thumb img {
    min-height: 200px;
  }
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px 10px 10px 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-blog-page .tc-blog-list-stack .tcsmblog__content {
    padding: 18px 4px 4px;
  }
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__content p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--tc-text-color);
  margin-bottom: 0;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(18, 16, 24, 0.55);
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__meta span i {
  color: var(--tc-accent-color);
  font-size: 13px;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.tc-blog-page .tc-blog-list-stack .tcsmblog__title a:hover {
  text-decoration: none;
  color: var(--tc-accent-color);
}
.tc-blog-page .tc-blog-list-stack .tcsmblog .tc-text-btn-icon {
  margin-top: 16px;
  font-size: 14px;
}
.tc-blog-page .tc-blog-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.tc-blog-page .tc-blog-filter-btn {
  border: 1px solid rgba(18, 16, 24, 0.1);
  background: var(--tc-white-color);
  color: var(--tc-heading-color);
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.tc-blog-page .tc-blog-filter-btn:hover, .tc-blog-page .tc-blog-filter-btn.active {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-blog-page .tc-blog-grid-col.is-hidden {
  display: none;
}
.tc-blog-page .tc-blog-grid-empty {
  font-size: 18px;
  font-weight: 500;
  color: var(--tc-text-color);
}

.tc-blog-sidebar-area .tc-blog-widget-search,
.tc-blog-details-area .tc-blog-widget-search {
  position: relative;
}
.tc-blog-sidebar-area .tc-blog-widget-search input,
.tc-blog-details-area .tc-blog-widget-search input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(18, 16, 24, 0.1);
  border-radius: 14px;
  padding: 0 50px 0 18px;
  background: var(--tc-white-color);
  font-size: 15px;
  font-weight: 500;
  color: var(--tc-heading-color);
}
.tc-blog-sidebar-area .tc-blog-widget-search input:focus,
.tc-blog-details-area .tc-blog-widget-search input:focus {
  outline: none;
  border-color: var(--tc-accent-color);
}
.tc-blog-sidebar-area .tc-blog-widget-search button,
.tc-blog-details-area .tc-blog-widget-search button {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tc-accent-color);
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}
.tc-blog-sidebar-area .tc-blog-recent-post,
.tc-blog-details-area .tc-blog-recent-post {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tc-blog-sidebar-area .tc-blog-recent-post:not(:last-child),
.tc-blog-details-area .tc-blog-recent-post:not(:last-child) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(18, 16, 24, 0.08);
}
.tc-blog-sidebar-area .tc-blog-recent-thumb,
.tc-blog-details-area .tc-blog-recent-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
}
.tc-blog-sidebar-area .tc-blog-recent-thumb img,
.tc-blog-details-area .tc-blog-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tc-blog-sidebar-area .tc-blog-recent-thumb:hover img,
.tc-blog-details-area .tc-blog-recent-thumb:hover img {
  transform: scale(1.08);
}
.tc-blog-sidebar-area .tc-blog-recent-content span,
.tc-blog-details-area .tc-blog-recent-content span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(18, 16, 24, 0.55);
  margin-bottom: 4px;
}
.tc-blog-sidebar-area .tc-blog-recent-title,
.tc-blog-details-area .tc-blog-recent-title {
  font-family: var(--tc-font-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0;
}
.tc-blog-sidebar-area .tc-blog-recent-title a,
.tc-blog-details-area .tc-blog-recent-title a {
  color: var(--tc-heading-color);
}
.tc-blog-sidebar-area .tc-blog-recent-title a:hover,
.tc-blog-details-area .tc-blog-recent-title a:hover {
  color: var(--tc-accent-color);
}
.tc-blog-sidebar-area .tc-blog-sidebar-author img,
.tc-blog-details-area .tc-blog-sidebar-author img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}
.tc-blog-sidebar-area .tc-blog-sidebar-author span,
.tc-blog-details-area .tc-blog-sidebar-author span {
  display: block;
  font-size: 14px;
  color: rgba(18, 16, 24, 0.55);
  margin-bottom: 6px;
}
.tc-blog-sidebar-area .tc-blog-sidebar-author h4,
.tc-blog-details-area .tc-blog-sidebar-author h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.tc-blog-sidebar-area .tc-blog-sidebar-author h4 a:hover,
.tc-blog-details-area .tc-blog-sidebar-author h4 a:hover {
  color: var(--tc-accent-color);
}
.tc-blog-sidebar-area .tc-blog-sidebar-author p,
.tc-blog-details-area .tc-blog-sidebar-author p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tc-text-color);
  margin-bottom: 18px;
}
.tc-blog-sidebar-area .tc-sidebar-cta form,
.tc-blog-details-area .tc-sidebar-cta form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tc-blog-sidebar-area .tc-sidebar-cta input[type=email],
.tc-blog-details-area .tc-sidebar-cta input[type=email] {
  width: 100%;
  border: none;
  border-radius: 30px;
  padding: 14px 20px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--tc-white-color);
}
.tc-blog-sidebar-area .tc-sidebar-cta input[type=email]::placeholder,
.tc-blog-details-area .tc-sidebar-cta input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.tc-blog-sidebar-area .tc-sidebar-cta input[type=email]:focus,
.tc-blog-details-area .tc-sidebar-cta input[type=email]:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.18);
}

.tc-blog-details-page article.tc-blog,
.tc-blog-details-page .tc-blog-postbox {
  overflow: hidden;
  background: var(--tc-white-color);
}
.tc-blog-details-page article.tc-blog .tc-blog-thumb,
.tc-blog-details-page .tc-blog-postbox .tc-blog-thumb {
  position: relative;
}
.tc-blog-details-page article.tc-blog .tc-blog-thumb img,
.tc-blog-details-page .tc-blog-postbox .tc-blog-thumb img {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0 0;
}
.tc-blog-details-page article.tc-blog .tc-blog-thumb.tc-blog-thumb-overlay::before,
.tc-blog-details-page .tc-blog-postbox .tc-blog-thumb.tc-blog-thumb-overlay::before {
  position: absolute;
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  border-radius: 20px 20px 0 0;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-blog-details-page article.tc-blog .tc-blog-cat,
.tc-blog-details-page .tc-blog-postbox .tc-blog-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.tc-blog-details-page article.tc-blog .tc-blog-cat a,
.tc-blog-details-page .tc-blog-postbox .tc-blog-cat a {
  background: #006b5e;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--tc-white-color);
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.tc-blog-details-page article.tc-blog .tc-blog-content-details,
.tc-blog-details-page .tc-blog-postbox .tc-blog-content-details {
  padding: 40px 35px 35px;
}
@media only screen and (max-width: 480px) {
  .tc-blog-details-page article.tc-blog .tc-blog-content-details,
  .tc-blog-details-page .tc-blog-postbox .tc-blog-content-details {
    padding: 28px 20px 24px;
  }
}
.tc-blog-details-page article.tc-blog .tc-blog-content-details > h3,
.tc-blog-details-page .tc-blog-postbox .tc-blog-content-details > h3 {
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tc-heading-color);
}
.tc-blog-details-page article.tc-blog .tc-blog-content-details > p,
.tc-blog-details-page .tc-blog-postbox .tc-blog-content-details > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--tc-text-color);
  margin-bottom: 18px;
}
.tc-blog-details-page article.tc-blog .tc-blog-content-details img,
.tc-blog-details-page .tc-blog-postbox .tc-blog-content-details img {
  border-radius: 20px;
}
.tc-blog-details-page article.tc-blog .tc-blog-meta,
.tc-blog-details-page .tc-blog-postbox .tc-blog-meta {
  display: flex;
  flex-wrap: wrap;
}
.tc-blog-details-page article.tc-blog .tc-blog-meta.tc-blog-meta-border,
.tc-blog-details-page .tc-blog-postbox .tc-blog-meta.tc-blog-meta-border {
  border-bottom: 1px solid rgba(18, 16, 24, 0.1);
}
.tc-blog-details-page article.tc-blog .tc-blog-meta span,
.tc-blog-details-page .tc-blog-postbox .tc-blog-meta span {
  color: var(--tc-text-color);
  font-size: 15px;
  position: relative;
  margin-right: 13px;
  padding-right: 13px;
}
.tc-blog-details-page article.tc-blog .tc-blog-meta span a,
.tc-blog-details-page .tc-blog-postbox .tc-blog-meta span a {
  display: inline-flex;
  align-items: center;
  color: inherit;
}
.tc-blog-details-page article.tc-blog .tc-blog-meta span img,
.tc-blog-details-page .tc-blog-postbox .tc-blog-meta span img {
  border-radius: 50px;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.tc-blog-details-page article.tc-blog .tc-blog-meta span i,
.tc-blog-details-page .tc-blog-postbox .tc-blog-meta span i {
  color: var(--tc-accent-color);
  margin-right: 5px;
}
.tc-blog-details-page article.tc-blog .tc-blog-meta span:not(:last-child)::after,
.tc-blog-details-page .tc-blog-postbox .tc-blog-meta span:not(:last-child)::after {
  content: "";
  background: rgba(18, 16, 24, 0.1);
  height: 20px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 4px;
}
.tc-blog-details-page article.tc-blog .tc-blog-title,
.tc-blog-details-page .tc-blog-postbox .tc-blog-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--tc-heading-color);
  margin-bottom: 20px;
}
.tc-blog-details-page .tc-blog-quote {
  position: relative;
  padding: 28px 32px 28px 72px;
  border-radius: 20px;
  background: rgba(7, 61, 48, 0.05);
  border-left: 4px solid var(--tc-accent-color);
  margin: 32px 0;
}
.tc-blog-details-page .tc-blog-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  left: 28px;
  top: 28px;
  color: var(--tc-accent-color);
  font-size: 22px;
  line-height: 1;
}
.tc-blog-details-page .tc-blog-quote p {
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--tc-heading-color);
  margin-bottom: 12px;
}
.tc-blog-details-page .tc-blog-quote cite {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  color: var(--tc-accent-color);
}
.tc-blog-details-page .tc-blog-details-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0;
}
@media only screen and (max-width: 480px) {
  .tc-blog-details-page .tc-blog-details-gallery {
    grid-template-columns: 1fr;
  }
}
.tc-blog-details-page .tc-blog-details-gallery img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  min-height: 220px;
}
.tc-blog-details-page .tc-blog-details-checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}
@media only screen and (max-width: 480px) {
  .tc-blog-details-page .tc-blog-details-checklist {
    grid-template-columns: 1fr;
  }
}
.tc-blog-details-page .tc-blog-details-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tc-heading-color);
  margin-left: 10px;
}
.tc-blog-details-page .tc-blog-details-checklist li i {
  color: var(--tc-accent-color);
  margin-top: 4px;
}
.tc-blog-details-page .tc-blog-comment-form {
  border: 1px solid rgba(18, 16, 24, 0.08);
  border-radius: 20px;
  padding: 32px;
  background: var(--tc-white-color);
}
.tc-blog-details-page .tc-blog-comment-form > h3 {
  font-family: var(--tc-font-heading);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tc-heading-color);
}
.tc-blog-details-page .tc-blog-comment-form .tc-form-field {
  margin-bottom: 20px;
}
.tc-blog-details-page .tc-blog-comment-form .tc-form-field label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--tc-heading-color);
}
.tc-blog-details-page .tc-blog-comment-form .tc-form-field input,
.tc-blog-details-page .tc-blog-comment-form .tc-form-field textarea {
  width: 100%;
  border: 1px solid rgba(18, 16, 24, 0.1);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 15px;
  background: #f8f9f9;
  transition: border-color 0.3s ease;
}
.tc-blog-details-page .tc-blog-comment-form .tc-form-field input:focus,
.tc-blog-details-page .tc-blog-comment-form .tc-form-field textarea:focus {
  outline: none;
  border-color: var(--tc-accent-color);
}
.tc-blog-details-page .tc-blog-comment-form .tc-form-field textarea {
  min-height: 140px;
  resize: vertical;
}

/*----------------------------------------*/
/*  5.16 FAQ
/*----------------------------------------*/
.tc-faq-area {
  background-color: var(--tc-grey-color);
}
.tc-faq-area .tc-title span {
  color: var(--tc-accent-color);
}
.tc-faq-area-desc {
  color: rgba(18, 16, 24, 0.65);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*  FAQ v2  */
.tc-faq-us-2 {
  position: relative;
  background: var(--tc-white-color);
  overflow: hidden;
}
.tc-faq-us-2 .tc-section-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
}
.tc-faq-us-2 .tc-section-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
}
.tc-faq-us-2 .tc-section-title span {
  color: var(--tc-accent-color);
}
.tc-faq-us-2 .tc-faq-us-2-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.tc-faq-us-2 .tc-faq-us-2-shape-1 {
  top: -60px;
  left: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(7, 61, 48, 0.08) 0%, rgba(7, 61, 48, 0) 70%);
}
.tc-faq-us-2 .tc-faq-us-2-shape-2 {
  bottom: -80px;
  right: -60px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.1) 0%, rgba(255, 59, 0, 0) 70%);
}
.tc-faq-us-2 .container {
  position: relative;
  z-index: 1;
}
.tc-faq-us-2 .tc-faq-us-2-left {
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-faq-us-2 .tc-faq-us-2-left {
    position: relative;
    top: auto;
    margin-bottom: 50px;
  }
}
.tc-faq-us-2 .tc-faq-us-2-visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 36px;
  min-height: 280px;
}
.tc-faq-us-2 .tc-faq-us-2-visual img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.tc-faq-us-2 .tc-faq-us-2-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 61, 48, 0) 30%, rgba(7, 61, 48, 0.75) 100%);
  pointer-events: none;
}
.tc-faq-us-2 .tc-faq-us-2-visual-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(5, 10, 30, 0.12);
  font-size: 13px;
  font-weight: 600;
  color: #073d30;
}
.tc-faq-us-2 .tc-faq-us-2-visual-badge i {
  color: var(--tc-accent-color);
}
.tc-faq-us-2 .tc-faq-us-2-visual-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 18px 22px;
  border-radius: 16px;
  background: var(--tc-accent-color);
  box-shadow: 0 16px 40px rgba(255, 59, 0, 0.35);
  text-align: center;
  min-width: 130px;
}
.tc-faq-us-2 .tc-faq-us-2-visual-card .tc-faq-us-2-visual-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--tc-white-color);
  margin-bottom: 4px;
}
.tc-faq-us-2 .tc-faq-us-2-visual-card p {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  line-height: 1.3;
}
.tc-faq-us-2 .tc-faq-us-2-desc {
  color: rgba(18, 16, 24, 0.65);
  margin-bottom: 28px;
  line-height: 1.7;
}
.tc-faq-us-2 .tc-faq-us-2-stats {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 480px) {
  .tc-faq-us-2 .tc-faq-us-2-stats {
    flex-wrap: wrap;
  }
}
.tc-faq-us-2 .tc-faq-us-2-stat {
  flex: 1;
  padding: 18px 16px;
  border-radius: 14px;
  background: #f8f9f9;
  border: 1px solid rgba(7, 61, 48, 0.08);
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-faq-us-2 .tc-faq-us-2-stat:hover {
  border-color: rgba(255, 59, 0, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(5, 10, 30, 0.06);
}
@media only screen and (max-width: 480px) {
  .tc-faq-us-2 .tc-faq-us-2-stat {
    flex: 1 1 calc(50% - 6px);
  }
}
.tc-faq-us-2 .tc-faq-us-2-stat-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #073d30;
  margin-bottom: 6px;
}
.tc-faq-us-2 .tc-faq-us-2-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(18, 16, 24, 0.55);
}
.tc-faq-us-2 .tc-faq-us-2-cta {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 60%, #142324 100%);
  color: var(--tc-white-color);
}
.tc-faq-us-2 .tc-faq-us-2-cta h3 {
  font-family: var(--tc-font-heading);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--tc-white-color);
}
.tc-faq-us-2 .tc-faq-us-2-cta p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 12px;
}
.tc-faq-us-2 .tc-faq-us-2-cta .tc-text-btn-icon {
  color: #ff8a65;
}
.tc-faq-us-2 .tc-faq-us-2-cta .tc-text-btn-icon:hover {
  color: var(--tc-white-color);
}
.tc-faq-us-2 .tc-faq-us-2-cta-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 20px;
  color: var(--tc-accent-color);
}
.tc-faq-us-2 .tc-faq-us-2-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tc-faq-us-2 .tc-faq-us-2-item {
  border: 1px solid rgba(7, 61, 48, 0.1) !important;
  border-radius: 18px !important;
  background: var(--tc-white-color);
  box-shadow: 0 8px 30px rgba(5, 10, 30, 0.04);
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-faq-us-2 .tc-faq-us-2-item:hover {
  border-color: rgba(255, 59, 0, 0.2) !important;
  box-shadow: 0 16px 40px rgba(5, 10, 30, 0.08);
}
.tc-faq-us-2 .tc-faq-us-2-item.active, .tc-faq-us-2 .tc-faq-us-2-item:has(.tc-accordion-button:not(.collapsed)) {
  border-color: rgba(255, 59, 0, 0.3) !important;
  box-shadow: 0 20px 50px rgba(255, 59, 0, 0.1);
}
.tc-faq-us-2 .tc-accordion-button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px !important;
  padding-right: 70px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border: 0;
}
@media only screen and (max-width: 480px) {
  .tc-faq-us-2 .tc-accordion-button {
    padding: 20px 22px !important;
    padding-right: 58px !important;
    font-size: 16px !important;
    gap: 12px;
  }
}
.tc-faq-us-2 .tc-accordion-button .tc-accordion-icon {
  top: 50%;
  right: 22px;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  background-color: rgba(7, 61, 48, 0.08) !important;
  color: #073d30 !important;
}
@media only screen and (max-width: 480px) {
  .tc-faq-us-2 .tc-accordion-button .tc-accordion-icon {
    right: 16px;
    height: 34px;
    width: 34px;
  }
}
.tc-faq-us-2 .tc-accordion-button:not(.collapsed) {
  padding-bottom: 16px !important;
  color: #073d30;
}
.tc-faq-us-2 .tc-accordion-button:not(.collapsed) .tc-accordion-icon {
  background-color: var(--tc-accent-color) !important;
  color: var(--tc-white-color) !important;
}
.tc-faq-us-2 .tc-faq-us-2-qnum {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-family: var(--tc-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 480px) {
  .tc-faq-us-2 .tc-faq-us-2-qnum {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.tc-faq-us-2 .tc-faq-us-2-qtext {
  flex: 1;
  line-height: 1.4;
}
.tc-faq-us-2 .tc-accordion-body {
  padding: 0 28px 24px 80px !important;
}
@media only screen and (max-width: 480px) {
  .tc-faq-us-2 .tc-accordion-body {
    padding: 0 22px 20px 66px !important;
  }
}
.tc-faq-us-2 .tc-accordion-body p {
  margin-right: 0 !important;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.68);
}

/* v3 – index-3 split board */
.tc-faq-area.tc-faq-3 {
  background: #ffffff;
  overflow: hidden;
}
.tc-faq-area.tc-faq-3 .container {
  position: relative;
  z-index: 1;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-desc {
  color: var(--tc-text-color);
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-board {
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  box-shadow: 0 24px 70px rgba(5, 10, 30, 0.08);
  overflow: hidden;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside {
  height: 100%;
  background: linear-gradient(165deg, #073d30 0%, #0a4f3e 55%, #142324 100%);
  color: var(--tc-white-color);
  padding: 32px 28px 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-faq-area.tc-faq-3 .tc-faq-3-aside {
    padding: 28px 24px 32px;
  }
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-media {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 61, 48, 0.1) 0%, rgba(7, 61, 48, 0.75) 100%);
  pointer-events: none;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 600;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-badge i {
  color: var(--tc-accent-color);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-lead {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 14px;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-topics span {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-stat {
  padding: 16px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-stat strong {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 6px;
  color: var(--tc-white-color);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-stat span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.68);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-cta {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-cta h3 {
  font-family: var(--tc-font-heading);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--tc-white-color);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-cta p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 18px;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-cta .tc-btn {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-aside-cta .tc-btn:hover {
  background: var(--tc-white-color);
  border-color: var(--tc-white-color);
  color: var(--tc-primary-color);
}
.tc-faq-area.tc-faq-3 .tc-faq-3-main {
  padding: 36px 40px 40px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-faq-area.tc-faq-3 .tc-faq-3-main {
    padding: 28px 22px 32px;
  }
}
.tc-faq-area.tc-faq-3 .tc-faq-3-accordion {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-item {
  position: relative;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-item:has(.tc-accordion-button:not(.collapsed))::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: rgba(7, 61, 48, 0.03);
  border-left: 3px solid var(--tc-accent-color);
  z-index: 0;
  pointer-events: none;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-item > .tc-accordion-header,
.tc-faq-area.tc-faq-3 .tc-faq-3-item > .accordion-header,
.tc-faq-area.tc-faq-3 .tc-faq-3-item > .tc-accordion-collapse,
.tc-faq-area.tc-faq-3 .tc-faq-3-item > .accordion-collapse {
  position: relative;
  z-index: 1;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-item:not(:has(.tc-accordion-button:not(.collapsed)))::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: rgba(7, 61, 48, 0.1);
  z-index: 1;
  pointer-events: none;
}
.tc-faq-area.tc-faq-3 .tc-accordion-button {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 16px !important;
  padding-right: 56px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.45;
  border: 0;
}
@media only screen and (max-width: 480px) {
  .tc-faq-area.tc-faq-3 .tc-accordion-button {
    padding: 18px 12px !important;
    padding-right: 48px !important;
    font-size: 16px !important;
    gap: 12px;
  }
}
.tc-faq-area.tc-faq-3 .tc-accordion-button .tc-accordion-icon {
  top: 22px;
  right: 16px;
  transform: none;
  height: 36px;
  width: 36px;
  border-radius: 50% !important;
  background-color: rgba(7, 61, 48, 0.08) !important;
  color: var(--tc-primary-color) !important;
}
@media only screen and (max-width: 480px) {
  .tc-faq-area.tc-faq-3 .tc-accordion-button .tc-accordion-icon {
    top: 18px;
    right: 12px;
    height: 32px;
    width: 32px;
  }
}
.tc-faq-area.tc-faq-3 .tc-accordion-button:not(.collapsed) {
  padding-bottom: 14px !important;
  color: var(--tc-primary-color);
}
.tc-faq-area.tc-faq-3 .tc-accordion-button:not(.collapsed) .tc-accordion-icon {
  background-color: var(--tc-accent-color) !important;
  color: var(--tc-white-color) !important;
}
.tc-faq-area.tc-faq-3 .tc-faq-3-qnum {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(7, 61, 48, 0.08);
  color: var(--tc-primary-color);
  font-family: var(--tc-font-heading);
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .tc-faq-area.tc-faq-3 .tc-faq-3-qnum {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}
.tc-faq-area.tc-faq-3 .tc-faq-3-qtext {
  flex: 1;
  padding-top: 8px;
}
@media only screen and (max-width: 480px) {
  .tc-faq-area.tc-faq-3 .tc-faq-3-qtext {
    padding-top: 6px;
  }
}
.tc-faq-area.tc-faq-3 .tc-accordion-body {
  padding: 0 16px 22px 72px !important;
}
@media only screen and (max-width: 480px) {
  .tc-faq-area.tc-faq-3 .tc-accordion-body {
    padding: 0 12px 18px 58px !important;
  }
}
.tc-faq-area.tc-faq-3 .tc-accordion-body p {
  margin-right: 0 !important;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.68);
}

/*----------------------------------------*/
/*  5.17 Pricing
/*----------------------------------------*/
.tc-price-area {
  position: relative;
  z-index: 1;
}
.tc-price-area.tc-price .tc-price-head-box {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-price-area.tc-price .tc-price-head-box {
    margin-bottom: 30px;
  }
}
.tc-price-area.tc-price .tc-price-title-mark {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--tc-heading-color);
}
.tc-price-area.tc-price .tc-price-title-shape {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  z-index: -1;
  color: var(--tc-accent-color);
}
.tc-price-area.tc-price .tc-price-title-shape svg {
  width: 100%;
  height: auto;
  display: block;
}
.tc-price-area.tc-price .tc-price-card {
  position: relative;
  padding: 57px 40px 60px;
  margin-bottom: 35px;
  border-radius: 20px;
  background-color: rgba(20, 35, 36, 0.08);
  box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.05);
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-price-area.tc-price .tc-price-card {
    padding: 45px 25px;
  }
}
.tc-price-area.tc-price .tc-price-card.active {
  background-color: var(--tc-primary-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-card-title {
  color: var(--tc-white-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-card-tagline {
  color: var(--tc-grey-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-amount {
  color: var(--tc-white-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-amount span {
  color: var(--tc-grey-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-features ul li {
  color: var(--tc-white-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-features ul li span i {
  color: var(--tc-white-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-features ul li.inactive {
  color: var(--tc-grey-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-features ul li.inactive span i {
  color: var(--tc-grey-color);
}
.tc-price-area.tc-price .tc-price-card.active .tc-price-badge {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tc-price-area.tc-price .tc-price-card.active .tc-btn {
  background-color: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-price-area.tc-price .tc-price-badge {
  position: absolute;
  top: 45px;
  right: 25px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 22px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
  transform: rotate(14deg);
}
@media only screen and (max-width: 1200px) {
  .tc-price-area.tc-price .tc-price-badge {
    right: 0;
    transform: rotate(14deg) scale(0.7);
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-price-area.tc-price .tc-price-badge {
    display: none;
  }
}
.tc-price-area.tc-price .tc-price-badge svg {
  margin-top: -3px;
  flex-shrink: 0;
}
.tc-price-area.tc-price .tc-price-card-head {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.tc-price-area.tc-price .tc-price-card-title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--tc-heading-color);
}
.tc-price-area.tc-price .tc-price-card-tagline {
  display: block;
  font-size: 15px;
  color: var(--tc-body-color);
}
.tc-price-area.tc-price .tc-price-card-value {
  padding-bottom: 31px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(108, 117, 125, 0.5);
}
.tc-price-area.tc-price .tc-price-amount {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: var(--tc-accent-color);
}
.tc-price-area.tc-price .tc-price-amount span {
  font-size: 16px;
  font-weight: 400;
  color: var(--tc-body-color);
}
.tc-price-area.tc-price .tc-price-features {
  margin-bottom: 45px;
}
.tc-price-area.tc-price .tc-price-features ul {
  margin: 0;
  padding: 0;
}
.tc-price-area.tc-price .tc-price-features ul li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
  color: var(--tc-heading-color);
}
.tc-price-area.tc-price .tc-price-features ul li:not(:last-child) {
  margin-bottom: 19px;
}
.tc-price-area.tc-price .tc-price-features ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  text-align: center;
}
.tc-price-area.tc-price .tc-price-features ul li span i {
  font-size: 12px;
  color: var(--tc-heading-color);
}
.tc-price-area.tc-price .tc-price-features ul li.inactive {
  color: var(--tc-grey-color);
}
.tc-price-area.tc-price .tc-price-features ul li.inactive span i {
  color: var(--tc-grey-color);
}
.tc-price-area.tc-price .tc-price-card-btn .tc-btn {
  width: 100%;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--tc-primary-color);
  border-color: var(--tc-primary-color);
  color: var(--tc-white-color);
}

/*  Pricing v2  */
.tc-price-us-2 {
  position: relative;
  background: var(--tc-white-color);
  overflow: hidden;
}
.tc-price-us-2 .tc-section-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
}
.tc-price-us-2 .tc-section-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
}
.tc-price-us-2 .tc-section-title span {
  color: var(--tc-accent-color);
}
.tc-price-us-2 .tc-price-us-2-desc {
  color: rgba(18, 16, 24, 0.65);
  max-width: 520px;
}
.tc-price-us-2 .tc-price-us-2-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.tc-price-us-2 .tc-price-us-2-shape-1 {
  top: -80px;
  right: -60px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.1) 0%, rgba(255, 59, 0, 0) 70%);
}
.tc-price-us-2 .tc-price-us-2-shape-2 {
  bottom: -100px;
  left: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(7, 61, 48, 0.08) 0%, rgba(7, 61, 48, 0) 70%);
}
.tc-price-us-2 .container {
  position: relative;
  z-index: 1;
}
.tc-price-us-2 .tc-price-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-price-us-2 .tc-price-toggle {
    justify-content: flex-start;
  }
}
.tc-price-us-2 .tc-price-toggle-label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(18, 16, 24, 0.45);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-price-us-2 .tc-price-toggle-label.active {
  color: #073d30;
}
.tc-price-us-2 .tc-price-toggle-label em {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 10px;
  border-radius: 50px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.tc-price-us-2 .tc-price-switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  margin-bottom: 0;
  cursor: pointer;
}
.tc-price-us-2 .tc-price-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tc-price-us-2 .tc-price-switch-slider {
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: #073d30;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-price-us-2 .tc-price-switch-slider::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--tc-white-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-price-us-2 .tc-price-switch input:checked + .tc-price-switch-slider {
  background: var(--tc-accent-color);
}
.tc-price-us-2 .tc-price-switch input:checked + .tc-price-switch-slider::before {
  transform: translateX(26px);
}
.tc-price-us-2 .tc-price-us-2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 36px 32px 32px;
  border-radius: 24px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.1);
  box-shadow: 0 16px 50px rgba(5, 10, 30, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-price-us-2 .tc-price-us-2-card {
    padding: 32px 26px 28px;
  }
}
.tc-price-us-2 .tc-price-us-2-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(5, 10, 30, 0.1);
  border-color: rgba(255, 59, 0, 0.2);
}
.tc-price-us-2 .tc-price-us-2-card.featured {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, #073d30 0%, #0a4f3e 55%, #142324 100%);
  box-shadow: 0 30px 80px rgba(7, 61, 48, 0.28);
  transform: scale(1.03);
  z-index: 2;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-price-us-2 .tc-price-us-2-card.featured {
    transform: none;
  }
}
.tc-price-us-2 .tc-price-us-2-card.featured:hover {
  transform: scale(1.03) translateY(-8px);
  border-color: rgba(255, 59, 0, 0.35);
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-price-us-2 .tc-price-us-2-card.featured:hover {
    transform: translateY(-8px);
  }
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-card-icon {
  background: rgba(255, 59, 0, 0.18);
  border-color: rgba(255, 59, 0, 0.35);
  color: var(--tc-accent-color);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-card-title {
  color: var(--tc-white-color);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-card-tagline {
  color: rgba(255, 255, 255, 0.78);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-card-value {
  border-color: rgba(255, 255, 255, 0.15);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-amount {
  color: var(--tc-white-color);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-amount sup {
  color: var(--tc-accent-color);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-amount span,
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-amount .tc-price-period {
  color: rgba(255, 255, 255, 0.72);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-features ul li {
  color: rgba(255, 255, 255, 0.92);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-features ul li i {
  background: rgba(255, 59, 0, 0.22);
  color: var(--tc-accent-color);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-features ul li.inactive {
  color: rgba(255, 255, 255, 0.4);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-features ul li.inactive i {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.35);
}
.tc-price-us-2 .tc-price-us-2-card.featured .tc-price-us-2-card-btn .tc-btn {
  background-color: var(--tc-accent-color);
  background-image: linear-gradient(to right, #c8421a, #d21527);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-price-us-2 .tc-price-us-2-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 22px;
  border-radius: 50px;
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(255, 59, 0, 0.35);
}
.tc-price-us-2 .tc-price-us-2-card-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(7, 61, 48, 0.08);
  border: 1px solid rgba(7, 61, 48, 0.1);
  color: #073d30;
  font-size: 22px;
  margin-bottom: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-price-us-2-card:not(.featured):hover .tc-price-us-2 .tc-price-us-2-card-icon {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.featured .tc-price-us-2 .tc-price-us-2-card-icon {
  background: rgba(255, 59, 0, 0.18);
  border-color: rgba(255, 59, 0, 0.35);
  color: var(--tc-accent-color);
}
.featured:hover .tc-price-us-2 .tc-price-us-2-card-icon {
  background: rgba(255, 59, 0, 0.28);
  border-color: rgba(255, 59, 0, 0.45);
  color: var(--tc-accent-color);
}
.tc-price-us-2 .tc-price-us-2-card-head {
  margin-bottom: 22px;
}
.tc-price-us-2 .tc-price-us-2-card-title {
  font-family: var(--tc-font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #073d30;
  margin-bottom: 8px;
}
.tc-price-us-2 .tc-price-us-2-card-tagline {
  display: block;
  font-size: 14px;
  color: rgba(18, 16, 24, 0.55);
  line-height: 1.5;
}
.tc-price-us-2 .tc-price-us-2-card-value {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(7, 61, 48, 0.1);
}
.tc-price-us-2 .tc-price-us-2-amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 4px;
  margin-bottom: 0;
  font-family: var(--tc-font-heading);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #073d30;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-price-us-2 .tc-price-us-2-amount .tc-price-value {
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-price-us-2 .tc-price-us-2-amount .tc-price-value.is-updating {
  opacity: 0;
  transform: translateY(6px);
}
.tc-price-us-2 .tc-price-us-2-amount sup {
  position: relative;
  top: 0;
  font-size: 0.48em;
  font-weight: 700;
  line-height: 1;
  color: var(--tc-accent-color);
}
.tc-price-us-2 .tc-price-us-2-amount .tc-price-period {
  display: inline;
  margin-top: 0;
  font-size: 0.34em;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(18, 16, 24, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-price-us-2 .tc-price-us-2-amount.custom {
  font-size: 40px;
}
.tc-price-us-2 .tc-price-us-2-amount.custom .tc-price-period {
  font-size: 0.4em;
}
.tc-price-us-2 .tc-price-us-2-features {
  flex: 1;
  margin-bottom: 28px;
}
.tc-price-us-2 .tc-price-us-2-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tc-price-us-2 .tc-price-us-2-features ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(18, 16, 24, 0.78);
  margin-bottom: 14px;
  margin-left: 0;
}
.tc-price-us-2 .tc-price-us-2-features ul li:last-child {
  margin-bottom: 0;
}
.tc-price-us-2 .tc-price-us-2-features ul li i {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(7, 61, 48, 0.08);
  color: #073d30;
  font-size: 9px;
  margin-top: 3px;
}
.tc-price-us-2 .tc-price-us-2-features ul li.inactive {
  color: rgba(18, 16, 24, 0.35);
}
.tc-price-us-2 .tc-price-us-2-features ul li.inactive i {
  background: rgba(18, 16, 24, 0.06);
  color: rgba(18, 16, 24, 0.3);
}
.tc-price-us-2 .tc-price-us-2-card-btn {
  margin-top: auto;
}
.tc-price-us-2 .tc-price-us-2-card-btn .tc-btn {
  justify-content: center;
  border-radius: 14px;
}
.tc-price-us-2 .tc-price-us-2-card-btn .tc-btn-border {
  background: transparent;
  background-image: none;
  border: 2px solid #073d30;
  color: #073d30;
  padding: 18px 30px;
}
.tc-price-us-2 .tc-price-us-2-card-btn .tc-btn-border:hover {
  background: #073d30;
  color: var(--tc-white-color);
}
.tc-price-us-2 .tc-price-us-2-note {
  margin-top: 50px;
}
.tc-price-us-2 .tc-price-us-2-note p {
  font-size: 16px;
  color: rgba(18, 16, 24, 0.6);
  margin-bottom: 0;
}
.tc-price-us-2 .tc-price-us-2-note p strong {
  color: #073d30;
  font-weight: 700;
}
.tc-price-us-2 .tc-price-us-2-note p a {
  color: var(--tc-accent-color);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tc-price-us-2 .tc-price-us-2-note p a:hover {
  color: #073d30;
}

/*----------------------------------------*/
/*  5.18 Contact
/*----------------------------------------*/
.tc-contact-area {
  position: relative;
}
.tc-contact-area .tc-contact-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.tc-contact-area .tc-contact-shape-1 {
  top: -120px;
  right: -20px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.12) 0%, rgba(255, 59, 0, 0) 70%);
}
.tc-contact-area .tc-contact-shape-2 {
  top: -160px;
  left: -40px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(5, 10, 30, 0.08) 0%, rgba(5, 10, 30, 0) 70%);
}
.tc-contact-area .tc-contact-desc {
  color: rgba(18, 16, 24, 0.65);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.tc-contact-area .tc-contact-wrap {
  position: relative;
  overflow: hidden;
  background: var(--tc-white-color);
  box-shadow: 0 30px 90px rgba(5, 10, 30, 0.1);
  opacity: 1;
  transform: none;
}
.tc-contact-area {
  /* ---------- Left: info panel ---------- */
}
.tc-contact-area .tc-contact-info {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 55px 50px;
  background-color: var(--tc-heading-color);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--tc-white-color);
}
@media only screen and (max-width: 991px) {
  .tc-contact-area .tc-contact-info {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-contact-area .tc-contact-info {
    padding: 45px 30px;
  }
}
.tc-contact-area .tc-contact-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(20, 35, 36, 0.97) 0%, rgba(20, 35, 36, 0.9) 45%, rgba(255, 59, 0, 0.88) 100%);
  z-index: 1;
}
.tc-contact-area .tc-contact-info::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  z-index: 1;
}
.tc-contact-area .tc-contact-info > * {
  position: relative;
  z-index: 2;
}
.tc-contact-area .tc-contact-info-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  margin-bottom: 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--tc-white-color);
}
.tc-contact-area .tc-contact-pulse {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2ee59d;
  box-shadow: 0 0 0 0 rgba(46, 229, 157, 0.7);
  animation: tcContactPulse 2s infinite;
}
.tc-contact-area .tc-contact-info-title {
  font-family: var(--tc-font-heading);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .tc-contact-area .tc-contact-info-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .tc-contact-area .tc-contact-info-title {
    font-size: 26px;
  }
}
.tc-contact-area .tc-contact-info-text {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  max-width: 380px;
}
.tc-contact-area .tc-contact-info-list {
  list-style: none;
  padding: 0;
  margin: 35px 0;
}
.tc-contact-area .tc-contact-info-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0;
}
.tc-contact-area .tc-contact-info-list li:first-child {
  padding-top: 0;
}
.tc-contact-area .tc-contact-info-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.tc-contact-area .tc-contact-info-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--tc-white-color);
  font-size: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-info-list li:hover .tc-contact-area .tc-contact-info-icon {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  transform: translateY(-3px);
}
.tc-contact-area .tc-contact-info-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.tc-contact-area .tc-contact-info-value {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--tc-white-color);
}
.tc-contact-area .tc-contact-info-value a {
  color: inherit;
}
.tc-contact-area .tc-contact-info-value a:hover {
  color: var(--tc-accent-color);
}
.tc-contact-area .tc-contact-info-stats {
  display: flex;
  gap: 14px;
  padding: 22px 0;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.tc-contact-area .tc-contact-stat {
  flex: 1;
}
.tc-contact-area .tc-contact-stat-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tc-white-color);
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .tc-contact-area .tc-contact-stat-num {
    font-size: 26px;
  }
}
.tc-contact-area .tc-contact-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82);
}
.tc-contact-area .tc-contact-info-bottom {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.tc-contact-area .tc-contact-hours {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  color: #ffffff;
}
.tc-contact-area .tc-contact-hours i {
  color: #ffffff;
}
.tc-contact-area .tc-contact-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tc-contact-area .tc-contact-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--tc-white-color);
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-area .tc-contact-social a:hover {
  background: var(--tc-white-color);
  border-color: var(--tc-white-color);
  color: var(--tc-primary-color);
  transform: translateY(-3px);
}
.tc-contact-area {
  /* ---------- Right: form ---------- */
}
.tc-contact-area .tc-contact-form {
  height: 100%;
  padding: 55px 55px;
}
@media only screen and (max-width: 991px) {
  .tc-contact-area .tc-contact-form {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-contact-area .tc-contact-form {
    padding: 45px 30px;
  }
}
.tc-contact-area .tc-contact-form-title {
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tc-heading-color);
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .tc-contact-area .tc-contact-form-title {
    font-size: 24px;
  }
}
.tc-contact-area .tc-contact-form-text {
  color: rgba(18, 16, 24, 0.65);
  margin-bottom: 32px;
}
.tc-contact-area .tc-form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--tc-heading-color);
  margin-bottom: 10px;
}
.tc-contact-area .tc-contact-form-box .row {
  --bs-gutter-y: 22px;
}
.tc-contact-area .tc-contact-form-box input[type=text],
.tc-contact-area .tc-contact-form-box input[type=email],
.tc-contact-area .tc-contact-form-box input[type=tel],
.tc-contact-area .tc-contact-form-box select,
.tc-contact-area .tc-contact-form-box textarea {
  margin-bottom: 0;
}
.tc-contact-area .tc-contact-form-box select {
  outline: none;
  height: 54px;
  width: 100%;
  line-height: 54px;
  font-size: 16px;
  color: #121018;
  font-weight: 400;
  border-radius: 12px;
  background: #f6f6f6;
  padding: 0 44px 0 20px;
  border: 1px solid transparent;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2385838B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-area .tc-contact-form-box select:focus {
  border-color: var(--tc-accent-color);
  box-shadow: 0 0 0 4px rgba(255, 59, 0, 0.1);
  background-color: #fff;
}
.tc-contact-area .tc-contact-form-box input:focus,
.tc-contact-area .tc-contact-form-box textarea:focus {
  border-color: var(--tc-accent-color);
  box-shadow: 0 0 0 4px rgba(255, 59, 0, 0.1);
}
.tc-contact-area .tc-contact-form-box textarea {
  height: 130px;
  resize: none;
}
.tc-contact-area .tc-contact-form-box .tc-btn {
  min-width: 210px;
}
.tc-contact-area .tc-contact-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.tc-contact-area .tc-contact-check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.tc-contact-area .tc-contact-check-mark {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 6px;
  border: 1.5px solid #d5d5da;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-area .tc-contact-check-mark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-area .tc-contact-check input:checked ~ .tc-contact-check-mark {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
}
.tc-contact-area .tc-contact-check input:checked ~ .tc-contact-check-mark::after {
  transform: rotate(45deg) scale(1);
}
.tc-contact-area .tc-contact-check-text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(18, 16, 24, 0.7);
}
.tc-contact-area .tc-contact-check-text a {
  color: var(--tc-accent-color);
  font-weight: 600;
}
.tc-contact-area .tc-contact-check-text a:hover {
  text-decoration: underline;
}
.tc-contact-area .tc-contact-reply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(18, 16, 24, 0.6);
}
.tc-contact-area .tc-contact-reply i {
  color: var(--tc-accent-color);
}

@keyframes tcContactPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 229, 157, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(46, 229, 157, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 229, 157, 0);
  }
}
/*  Contact Us v2  */
.tc-contact-us-2 {
  position: relative;
  background: #f8f9f9;
  overflow: hidden;
}
.tc-contact-us-2 .tc-section-subtitle {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
}
.tc-contact-us-2 .tc-section-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
}
.tc-contact-us-2 .tc-section-title span {
  color: var(--tc-accent-color);
}
.tc-contact-us-2 .tc-contact-us-2-desc {
  color: rgba(18, 16, 24, 0.65);
  max-width: 480px;
}
.tc-contact-us-2 .tc-contact-us-2-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.tc-contact-us-2 .tc-contact-us-2-shape-1 {
  top: -80px;
  right: -60px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.14) 0%, rgba(255, 59, 0, 0) 70%);
}
.tc-contact-us-2 .tc-contact-us-2-shape-2 {
  bottom: -100px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(7, 61, 48, 0.1) 0%, rgba(7, 61, 48, 0) 70%);
}
.tc-contact-us-2 .container {
  position: relative;
  z-index: 1;
}
.tc-contact-us-2 .tc-contact-us-2-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  padding: 24px 22px;
  border-radius: 18px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  box-shadow: 0 16px 40px rgba(5, 10, 30, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-us-2 .tc-contact-us-2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(5, 10, 30, 0.1);
  border-color: rgba(255, 59, 0, 0.2);
}
.tc-contact-us-2 .tc-contact-us-2-card:hover .tc-contact-us-2-card-icon {
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
  transform: scale(1.05);
}
.tc-contact-us-2 .tc-contact-us-2-card-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(7, 61, 48, 0.08);
  color: #073d30;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-us-2 .tc-contact-us-2-card-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(18, 16, 24, 0.45);
}
.tc-contact-us-2 .tc-contact-us-2-card-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #073d30;
  word-break: break-word;
}
.tc-contact-us-2 .tc-contact-us-2-card-value:hover {
  color: var(--tc-accent-color);
}
.tc-contact-us-2 .tc-contact-us-2-bento {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: auto auto;
  overflow: hidden;
  background: var(--tc-white-color);
  box-shadow: 0 40px 100px rgba(5, 10, 30, 0.12);
  min-height: 560px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-contact-us-2 .tc-contact-us-2-bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }
}
.tc-contact-us-2 .tc-contact-us-2-map {
  position: relative;
  grid-row: 1/3;
  grid-column: 1;
  min-height: 560px;
  background: #e8ecea;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-contact-us-2 .tc-contact-us-2-map {
    grid-row: auto;
    grid-column: auto;
    min-height: 360px;
  }
}
.tc-contact-us-2 .tc-contact-us-2-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}
.tc-contact-us-2 .tc-contact-us-2-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 61, 48, 0.08) 0%, rgba(7, 61, 48, 0) 35%, rgba(7, 61, 48, 0.18) 100%);
  pointer-events: none;
}
.tc-contact-us-2 .tc-contact-us-2-pin {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .tc-contact-us-2 .tc-contact-us-2-pin {
    display: none;
  }
}
.tc-contact-us-2 .tc-contact-us-2-pin-dot {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--tc-accent-color);
  border: 3px solid var(--tc-white-color);
  box-shadow: 0 8px 24px rgba(255, 59, 0, 0.45);
  margin-bottom: 14px;
}
.tc-contact-us-2 .tc-contact-us-2-pin-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 59, 0, 0.5);
  animation: tcContactPinPulse 2s infinite;
}
.tc-contact-us-2 .tc-contact-us-2-pin-card {
  pointer-events: auto;
  min-width: 240px;
  max-width: 280px;
  padding: 22px 24px;
  border-radius: 18px;
  background: var(--tc-white-color);
  box-shadow: 0 20px 60px rgba(5, 10, 30, 0.18);
  text-align: center;
}
.tc-contact-us-2 .tc-contact-us-2-pin-card h3 {
  font-family: var(--tc-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: #073d30;
  margin-bottom: 6px;
}
.tc-contact-us-2 .tc-contact-us-2-pin-card p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(18, 16, 24, 0.6);
  margin-bottom: 14px;
}
.tc-contact-us-2 .tc-contact-us-2-pin-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-accent-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-us-2 .tc-contact-us-2-pin-card a svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-us-2 .tc-contact-us-2-pin-card a:hover {
  color: #073d30;
  gap: 12px;
}
.tc-contact-us-2 .tc-contact-us-2-pin-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border-radius: 50px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tc-contact-us-2 .tc-contact-us-2-form {
  grid-row: 1;
  grid-column: 2;
  padding: 42px 42px 36px;
  background: var(--tc-white-color);
}
@media only screen and (max-width: 991px) {
  .tc-contact-us-2 .tc-contact-us-2-form {
    padding: 36px 30px 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-contact-us-2 .tc-contact-us-2-form {
    grid-row: auto;
    grid-column: auto;
    padding: 36px 28px 32px;
  }
}
.tc-contact-us-2 .tc-contact-us-2-form-head {
  margin-bottom: 28px;
}
.tc-contact-us-2 .tc-contact-us-2-form-head h3 {
  font-family: var(--tc-font-heading);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #073d30;
  margin-bottom: 8px;
}
.tc-contact-us-2 .tc-contact-us-2-form-head p {
  font-size: 15px;
  color: rgba(18, 16, 24, 0.6);
  margin-bottom: 0;
}
.tc-contact-us-2 .tc-contact-us-2-form-tag {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 14px;
  border-radius: 50px;
  background: rgba(7, 61, 48, 0.08);
  color: #073d30;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.tc-contact-us-2 .tc-form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #073d30;
  margin-bottom: 10px;
}
.tc-contact-us-2 .tc-contact-us-2-form-box .row {
  --bs-gutter-y: 18px;
}
.tc-contact-us-2 .tc-contact-us-2-form-box input[type=text],
.tc-contact-us-2 .tc-contact-us-2-form-box input[type=email],
.tc-contact-us-2 .tc-contact-us-2-form-box input[type=tel],
.tc-contact-us-2 .tc-contact-us-2-form-box textarea {
  margin-bottom: 0;
}
.tc-contact-us-2 .tc-contact-us-2-form-box input:focus,
.tc-contact-us-2 .tc-contact-us-2-form-box textarea:focus {
  border-color: var(--tc-accent-color);
  box-shadow: 0 0 0 4px rgba(255, 59, 0, 0.1);
}
.tc-contact-us-2 .tc-contact-us-2-form-box textarea {
  height: 110px;
  resize: none;
}
.tc-contact-us-2 .tc-contact-us-2-form-box .tc-btn {
  justify-content: center;
}
.tc-contact-us-2 .tc-contact-us-2-content {
  grid-row: 2;
  grid-column: 2;
  position: relative;
  background: linear-gradient(145deg, #073d30 0%, #0a4f3e 50%, #142324 100%);
  overflow: hidden;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-contact-us-2 .tc-contact-us-2-content {
    grid-row: auto;
    grid-column: auto;
  }
}
.tc-contact-us-2 .tc-contact-us-2-content::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.tc-contact-us-2 .tc-contact-us-2-content::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  background: rgba(255, 59, 0, 0.15);
  border-radius: 50%;
  filter: blur(40px);
}
.tc-contact-us-2 .tc-contact-us-2-content-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 36px 42px 38px;
  color: var(--tc-white-color);
}
@media only screen and (max-width: 991px) {
  .tc-contact-us-2 .tc-contact-us-2-content-inner {
    padding: 32px 30px 34px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-contact-us-2 .tc-contact-us-2-content-inner {
    padding: 32px 28px 34px;
  }
}
.tc-contact-us-2 .tc-contact-us-2-content-inner h3 {
  font-family: var(--tc-font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.tc-contact-us-2 .tc-contact-us-2-content-inner > p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 22px;
}
.tc-contact-us-2 .tc-contact-us-2-content-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  padding: 7px 14px;
  margin-bottom: 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 600;
  color: var(--tc-white-color);
}
.tc-contact-us-2 .tc-contact-us-2-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ee59d;
  box-shadow: 0 0 0 0 rgba(46, 229, 157, 0.7);
  animation: tcContactPulse 2s infinite;
}
.tc-contact-us-2 .tc-contact-us-2-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.tc-contact-us-2 .tc-contact-us-2-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  margin-left: 0;
}
.tc-contact-us-2 .tc-contact-us-2-features li:last-child {
  margin-bottom: 0;
}
.tc-contact-us-2 .tc-contact-us-2-features li i {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 59, 0, 0.2);
  color: #ff8a65;
  font-size: 10px;
  margin-top: 2px;
}
.tc-contact-us-2 .tc-contact-us-2-content-bottom {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.tc-contact-us-2 .tc-contact-us-2-hours {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
.tc-contact-us-2 .tc-contact-us-2-hours i {
  color: var(--tc-accent-color);
}
.tc-contact-us-2 .tc-contact-us-2-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tc-contact-us-2 .tc-contact-us-2-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--tc-white-color);
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-us-2 .tc-contact-us-2-social a:hover {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  transform: translateY(-3px);
}

/* v3 – index-3 contact */
.tc-contact-area.tc-contact-3 {
  background: #ffffff;
  overflow: hidden;
}
.tc-contact-area.tc-contact-3 .container {
  position: relative;
  z-index: 1;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-desc {
  color: var(--tc-text-color);
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-quick {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  padding: 22px 24px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-quick:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(5, 10, 30, 0.08);
  border-color: rgba(255, 59, 0, 0.2);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-quick:hover .tc-contact-3-quick-icon {
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-quick-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(7, 61, 48, 0.08);
  color: var(--tc-primary-color);
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-quick-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(18, 16, 24, 0.5);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-quick-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tc-primary-color);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-board {
  overflow: hidden;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  box-shadow: 0 24px 70px rgba(5, 10, 30, 0.08);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-aside {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 36px;
  background-color: var(--tc-primary-color);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--tc-white-color);
  overflow: hidden;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-contact-area.tc-contact-3 .tc-contact-3-aside {
    padding: 32px 28px;
  }
}
.tc-contact-area.tc-contact-3 .tc-contact-3-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(7, 61, 48, 0.97) 0%, rgba(10, 79, 62, 0.92) 50%, rgba(20, 35, 36, 0.95) 100%);
  z-index: 0;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-aside > * {
  position: relative;
  z-index: 1;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  padding: 8px 16px;
  margin-bottom: 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 600;
  color: var(--tc-white-color);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2ee59d;
  box-shadow: 0 0 0 0 rgba(46, 229, 157, 0.7);
  animation: tcContactPulse 2s infinite;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-aside-title {
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
  color: var(--tc-white-color);
}
@media only screen and (max-width: 480px) {
  .tc-contact-area.tc-contact-3 .tc-contact-3-aside-title {
    font-size: 24px;
  }
}
.tc-contact-area.tc-contact-3 .tc-contact-3-aside-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  max-width: 380px;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-list li:first-child {
  padding-top: 0;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-list-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-3-list li:hover .tc-contact-area.tc-contact-3 .tc-contact-3-list-icon {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  transform: translateY(-2px);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-list-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-list-value {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--tc-white-color);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-list-value:hover {
  color: var(--tc-accent-color);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-stats {
  display: flex;
  gap: 12px;
  padding: 22px 0;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-stat {
  flex: 1;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-stat strong {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
  color: var(--tc-white-color);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-stat span {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-aside-foot {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-hours {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--tc-white-color);
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-social a:hover {
  background: var(--tc-white-color);
  color: var(--tc-primary-color);
  transform: translateY(-2px);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form {
  height: 100%;
  padding: 42px 44px;
}
@media only screen and (max-width: 991px) {
  .tc-contact-area.tc-contact-3 .tc-contact-3-form {
    padding: 36px 32px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-contact-area.tc-contact-3 .tc-contact-3-form {
    padding: 32px 28px;
  }
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-tag {
  display: inline-block;
  padding: 7px 14px;
  margin-bottom: 14px;
  border-radius: 50px;
  background: rgba(7, 61, 48, 0.08);
  color: var(--tc-primary-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-title {
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--tc-heading-color);
}
@media only screen and (max-width: 480px) {
  .tc-contact-area.tc-contact-3 .tc-contact-3-form-title {
    font-size: 24px;
  }
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-text {
  color: rgba(18, 16, 24, 0.65);
  margin-bottom: 28px;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box .row {
  --bs-gutter-y: 20px;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box .tc-form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--tc-heading-color);
  margin-bottom: 10px;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box input[type=text],
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box input[type=email],
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box input[type=tel],
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box select,
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box textarea {
  margin-bottom: 0;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box select {
  outline: none;
  height: 54px;
  width: 100%;
  line-height: 54px;
  font-size: 16px;
  color: #121018;
  font-weight: 400;
  border-radius: 12px;
  background: #f6f6f6;
  padding: 0 44px 0 20px;
  border: 1px solid transparent;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2385838B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box select:focus {
  border-color: var(--tc-accent-color);
  box-shadow: 0 0 0 4px rgba(255, 59, 0, 0.1);
  background-color: #fff;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box input:focus,
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box textarea:focus {
  border-color: var(--tc-accent-color);
  box-shadow: 0 0 0 4px rgba(255, 59, 0, 0.1);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-form-box textarea {
  min-height: 120px;
  resize: none;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-map {
  position: relative;
  overflow: hidden;
  aspect-ratio: 21/8;
  background: #e8ecea;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-contact-area.tc-contact-3 .tc-contact-3-map {
    aspect-ratio: 4/3;
  }
}
.tc-contact-area.tc-contact-3 .tc-contact-3-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.1) contrast(1.04);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 61, 48, 0.12) 0%, rgba(7, 61, 48, 0) 45%, rgba(7, 61, 48, 0.08) 100%);
  pointer-events: none;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-map-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 300px;
  padding: 22px 24px;
  background: var(--tc-white-color);
  box-shadow: 0 20px 50px rgba(5, 10, 30, 0.15);
}
@media only screen and (max-width: 480px) {
  .tc-contact-area.tc-contact-3 .tc-contact-3-map-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }
}
.tc-contact-area.tc-contact-3 .tc-contact-3-map-card h3 {
  font-family: var(--tc-font-heading);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--tc-primary-color);
}
.tc-contact-area.tc-contact-3 .tc-contact-3-map-card p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(18, 16, 24, 0.65);
  margin-bottom: 14px;
}
.tc-contact-area.tc-contact-3 .tc-contact-3-map-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 50px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes tcContactPinPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
/*----------------------------------------*/
/*  5.19 Error / 404
/*----------------------------------------*/
.tc-error-area {
  position: relative;
  overflow: hidden;
  background: var(--tc-white-color);
}
.tc-error-area .container {
  position: relative;
  z-index: 2;
}

.tc-error-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
  background-image: linear-gradient(rgba(7, 61, 48, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 61, 48, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 92%);
  pointer-events: none;
}

.tc-error-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.tc-error-shape-1 {
  top: 8%;
  right: 8%;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(7, 61, 48, 0.08);
}
.tc-error-shape-2 {
  bottom: 12%;
  left: 6%;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 59, 0, 0.14);
}

.tc-error-code-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.tc-error-code-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(220px, 32vw, 340px);
  height: clamp(220px, 32vw, 340px);
  margin-top: calc(clamp(220px, 32vw, 340px) / -2);
  margin-left: calc(clamp(220px, 32vw, 340px) / -2);
  border-radius: 50%;
  border: 1px dashed rgba(7, 61, 48, 0.12);
  pointer-events: none;
}

.tc-error-code-ring-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(180px, 26vw, 280px);
  height: clamp(180px, 26vw, 280px);
  margin-top: calc(clamp(180px, 26vw, 280px) / -2);
  margin-left: calc(clamp(180px, 26vw, 280px) / -2);
  border-radius: 50%;
  border: 1px solid rgba(255, 59, 0, 0.12);
  pointer-events: none;
}

.tc-error-code {
  display: inline-block;
  font-family: var(--tc-font-heading);
  font-size: clamp(110px, 16vw, 200px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: transparent;
  background: linear-gradient(135deg, #073d30 0%, #135953 42%, var(--tc-accent-color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.tc-error-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 50px;
  background: rgba(7, 61, 48, 0.05);
  border: 1px solid rgba(7, 61, 48, 0.08);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #073d30;
}
.tc-error-subtitle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tc-accent-color);
  box-shadow: 0 0 12px rgba(255, 59, 0, 0.55);
  flex-shrink: 0;
}

.tc-error-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
  margin-bottom: 0;
}
.tc-error-title span {
  color: var(--tc-accent-color);
}

.tc-error-desc {
  max-width: 640px;
  margin-inline: auto;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.62);
  margin-bottom: 0;
}

.tc-error-divider {
  width: 80px;
  height: 3px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--tc-accent-color), transparent);
}

.tc-error-search {
  max-width: 580px;
  margin-inline: auto;
}
.tc-error-search form, .tc-error-search.tc-error-search-form {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 8px;
  border-radius: 999px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.1);
  box-shadow: 0 16px 40px rgba(18, 16, 24, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-error-search form:focus-within, .tc-error-search.tc-error-search-form:focus-within {
  border-color: rgba(255, 59, 0, 0.35);
  box-shadow: 0 18px 44px rgba(255, 59, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  .tc-error-search form, .tc-error-search.tc-error-search-form {
    flex-direction: column;
    border-radius: 24px;
    padding: 12px;
  }
}
.tc-error-search .tc-error-search-field {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
}
.tc-error-search .tc-error-search-field i {
  color: rgba(18, 16, 24, 0.35);
  font-size: 16px;
  flex-shrink: 0;
}
.tc-error-search input {
  flex: 1;
  min-width: 0;
  height: 54px;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
  font-size: 16px;
  color: var(--tc-heading-color);
}
.tc-error-search input::placeholder {
  color: rgba(18, 16, 24, 0.42);
}
.tc-error-search button {
  flex: 0 0 auto;
  height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tc-white-color);
  background: var(--tc-accent-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-error-search button:hover {
  background: #073d30;
}
@media only screen and (max-width: 480px) {
  .tc-error-search button {
    width: 100%;
  }
}

.tc-error-actions .tc-btn {
  border-radius: 999px;
}
.tc-error-actions .tc-error-btn-outline {
  background: transparent;
  background-image: none;
  border: 2px solid #073d30;
  color: #073d30;
}
.tc-error-actions .tc-error-btn-outline:hover {
  background: #073d30;
  color: var(--tc-white-color);
}

.tc-error-links {
  padding-top: 42px;
  border-top: 1px solid rgba(18, 16, 24, 0.08);
}

.tc-error-links-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(18, 16, 24, 0.42);
  margin-bottom: 26px;
}

.tc-error-link-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 24px;
  border-radius: 20px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  text-align: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-error-link-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #073d30, var(--tc-accent-color));
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-error-link-card:hover {
  transform: translateY(-6px);
  border-color: rgba(7, 61, 48, 0.16);
  box-shadow: 0 22px 50px rgba(18, 16, 24, 0.08);
}
.tc-error-link-card:hover::before {
  transform: scaleX(1);
}
.tc-error-link-card:hover .tc-error-link-icon {
  background: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-error-link-card:hover .tc-error-link-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.tc-error-link-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.tc-error-link-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(7, 61, 48, 0.07);
  color: #073d30;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-error-link-arrow {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 59, 0, 0.08);
  color: var(--tc-accent-color);
  opacity: 0;
  transform: translate(-6px, 6px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-error-link-card h3 {
  font-family: var(--tc-font-heading);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--tc-heading-color);
  margin-bottom: 8px;
}

.tc-error-link-card p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(18, 16, 24, 0.55);
  margin-bottom: 0;
}

.tc-error-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.tc-error-deco-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tc-accent-color);
  box-shadow: 0 0 14px rgba(255, 59, 0, 0.4);
}
.tc-error-deco-dot-1 {
  top: 16%;
  right: 10%;
}
.tc-error-deco-dot-2 {
  bottom: 18%;
  left: 8%;
}
.tc-error-deco-dot-3 {
  top: 30%;
  left: 5%;
}

/*----------------------------------------*/
/*  5.20 Service Details
/*----------------------------------------*/
.tc-service-details-area {
  position: relative;
  overflow: visible;
  background: var(--tc-white-color);
}

.tc-service-details-main {
  min-width: 0;
}

.tc-service-details-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 36px;
  box-shadow: 0 28px 70px rgba(5, 10, 30, 0.1);
}
.tc-service-details-hero img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-service-details-hero img {
    min-height: 260px;
  }
}

.tc-service-details-hero-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 16, 24, 0.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(5, 10, 30, 0.12);
}
.tc-service-details-hero-badge i {
  color: var(--tc-accent-color);
  font-size: 16px;
}
.tc-service-details-hero-badge span {
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-heading-color);
}

.tc-service-details-hero-stat {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  min-width: 118px;
  padding: 18px 16px;
  text-align: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 60%, #142324 100%);
  color: var(--tc-white-color);
  box-shadow: 0 20px 50px rgba(7, 61, 48, 0.28);
}

.tc-service-details-hero-stat-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.tc-service-details-hero-stat-label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.tc-service-details-intro {
  margin-bottom: 40px;
}

.tc-service-details-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.tc-service-details-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 24px;
}

.tc-service-details-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
  background: rgba(255, 59, 0, 0.08);
  border: 1px solid rgba(255, 59, 0, 0.16);
}

.tc-service-details-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
  margin-bottom: 18px;
}

.tc-service-details-desc {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.68);
  margin-bottom: 0;
}

.tc-service-details-block {
  margin-bottom: 48px;
}
.tc-service-details-block:last-child {
  margin-bottom: 0;
}

.tc-service-details-block-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tc-heading-color);
  margin-bottom: 16px;
}
.tc-service-details-block-title span {
  color: var(--tc-accent-color);
}

.tc-service-details-block-text {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.65);
  margin-bottom: 0;
}

.tc-service-details-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  margin-top: 28px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-service-details-gallery {
    grid-template-columns: 1fr;
  }
}

.tc-service-details-gallery-main,
.tc-service-details-gallery-sub {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(5, 10, 30, 0.08);
}
.tc-service-details-gallery-main img,
.tc-service-details-gallery-sub img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.tc-service-details-gallery-sub {
  display: grid;
  gap: 20px;
}

.tc-service-details-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}
@media only screen and (max-width: 991px) {
  .tc-service-details-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-service-details-features {
    grid-template-columns: 1fr;
  }
}

.tc-service-details-feature {
  padding: 24px 22px;
  border-radius: 18px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-service-details-feature:hover {
  border-color: rgba(255, 59, 0, 0.2);
  box-shadow: 0 14px 34px rgba(18, 16, 24, 0.08);
  transform: translateY(-4px);
}

.tc-service-details-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: var(--tc-white-color);
  color: var(--tc-accent-color);
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(5, 10, 30, 0.06);
}

.tc-service-details-feature h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--tc-heading-color);
  margin-bottom: 8px;
}

.tc-service-details-feature p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(18, 16, 24, 0.62);
  margin-bottom: 0;
}

.tc-service-details-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 480px) {
  .tc-service-details-checklist {
    grid-template-columns: 1fr;
  }
}
.tc-service-details-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--tc-heading-color);
}
.tc-service-details-checklist li i {
  flex: 0 0 22px;
  margin-top: 2px;
  font-size: 18px;
  color: var(--tc-accent-color);
}

.tc-service-details-block-process .tc-service-details-block-text,
.tc-service-details-block-faq .tc-service-details-block-text {
  margin-bottom: 20px;
}

.tc-service-details-process-wrap {
  position: relative;
  margin-top: 8px;
  padding: 26px 22px;
  border-radius: 20px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-service-details-process-wrap {
    padding: 22px 18px;
  }
}

.tc-service-details-process-line {
  position: absolute;
  top: 52px;
  left: 14%;
  right: 14%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 59, 0, 0.12), rgba(255, 59, 0, 0.45), rgba(255, 59, 0, 0.12));
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-service-details-process-line {
    display: none;
  }
}

.tc-service-details-process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 480px) {
  .tc-service-details-process {
    grid-template-columns: 1fr;
  }
}

.tc-service-details-step {
  position: relative;
  padding: 20px 18px 18px;
  border-radius: 16px;
  background: var(--tc-white-color);
  border: 1px solid rgba(7, 61, 48, 0.08);
  box-shadow: 0 8px 22px rgba(18, 16, 24, 0.04);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-service-details-step:hover {
  border-color: rgba(255, 59, 0, 0.22);
  box-shadow: 0 12px 28px rgba(18, 16, 24, 0.08);
  transform: translateY(-2px);
}

.tc-service-details-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin-bottom: 12px;
  padding: 0 8px;
  border-radius: 10px;
  font-family: var(--tc-font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--tc-white-color);
  background: linear-gradient(135deg, var(--tc-accent-color) 0%, #e83400 100%);
  box-shadow: 0 8px 18px rgba(255, 59, 0, 0.22);
}

.tc-service-details-step h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--tc-heading-color);
  margin-bottom: 6px;
}

.tc-service-details-step p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(18, 16, 24, 0.6);
  margin-bottom: 0;
}

.tc-service-details-empower {
  position: relative;
  overflow: hidden;
  padding: 38px 34px;
  border-radius: 22px;
  background: linear-gradient(135deg, #073d30 0%, #0b3530 50%, #162028 100%);
  color: var(--tc-white-color);
}
.tc-service-details-empower::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}
.tc-service-details-empower::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 59, 0, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.tc-service-details-empower-content {
  position: relative;
  z-index: 1;
}

.tc-service-details-empower h3 {
  font-family: var(--tc-font-heading);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tc-white-color);
  margin-bottom: 12px;
}
.tc-service-details-empower h3 span {
  color: var(--tc-accent-color);
}

.tc-service-details-empower p {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 22px;
}

.tc-service-details-empower-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tc-service-details-empower-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-white-color);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tc-service-details-empower-list li i {
  color: var(--tc-accent-color);
  font-size: 14px;
}

.tc-service-details-faq-wrap {
  padding: 22px 24px;
  border-radius: 20px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
}
@media only screen and (max-width: 480px) {
  .tc-service-details-faq-wrap {
    padding: 18px 16px;
  }
}

.tc-service-details-faq .tc-accordion-item,
.tc-service-details-faq .accordion-item {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid rgba(18, 16, 24, 0.08) !important;
  background: var(--tc-white-color);
  border-bottom: 1px solid rgba(18, 16, 24, 0.08) !important;
}
.tc-service-details-faq .tc-accordion-item:last-child,
.tc-service-details-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.tc-service-details-faq .tc-accordion-button {
  padding: 18px 64px 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media only screen and (max-width: 480px) {
  .tc-service-details-faq .tc-accordion-button {
    padding: 16px 56px 16px 18px;
    font-size: 15px;
  }
}
.tc-service-details-faq .tc-accordion-button .tc-accordion-icon {
  right: 16px;
  height: 36px;
  width: 36px;
  border-radius: 10px;
}
.tc-service-details-faq .tc-accordion-button .tc-accordion-icon svg {
  width: 11px;
  height: 11px;
}
@media only screen and (max-width: 480px) {
  .tc-service-details-faq .tc-accordion-button .tc-accordion-icon {
    right: 14px;
    height: 32px;
    width: 32px;
  }
}
.tc-service-details-faq .tc-accordion-button:not(.collapsed) {
  padding-bottom: 14px;
}
.tc-service-details-faq .tc-accordion-body {
  padding: 0 20px 18px 20px;
}
.tc-service-details-faq .tc-accordion-body p {
  margin-right: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(18, 16, 24, 0.65);
}

.tc-service-details-related {
  background: var(--tc-grey-color);
}

.tc-service-details-related-card {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  box-shadow: 0 12px 32px rgba(5, 10, 30, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-service-details-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(5, 10, 30, 0.12);
}
.tc-service-details-related-card:hover .tc-service-details-related-thumb img {
  transform: scale(1.05);
}

.tc-service-details-related-thumb {
  overflow: hidden;
}
.tc-service-details-related-thumb img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tc-service-details-related-body {
  padding: 22px 22px 26px;
}

.tc-service-details-related-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 18px;
}

.tc-service-details-related-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--tc-heading-color);
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-service-details-related-body h3 a {
  color: inherit;
}
.tc-service-details-related-body h3 a:hover {
  color: var(--tc-accent-color);
}

.tc-service-details-related-body p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(18, 16, 24, 0.62);
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  5.21 Team Details
/*----------------------------------------*/
.tc-team-details-area {
  position: relative;
  overflow: visible;
  background: var(--tc-white-color);
}

.tc-team-details-profile {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
  padding: 34px;
  margin-bottom: 48px;
  border-radius: 24px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  box-shadow: 0 20px 50px rgba(5, 10, 30, 0.06);
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-team-details-profile {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 28px;
  }
}

.tc-team-details-media {
  overflow: visible;
  box-shadow: none;
}
.tc-team-details-media img {
  display: block;
  width: 100%;
  min-height: auto;
  object-fit: cover;
}
.tc-team-details-media .tcteamcrd__shape {
  z-index: 2;
}

.tc-team-details-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tc-white-color);
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 100%);
  box-shadow: 0 12px 28px rgba(7, 61, 48, 0.28);
}

.tc-team-details-exp {
  position: absolute;
  right: 20px;
  bottom: 36px;
  z-index: 4;
  min-width: 108px;
  padding: 16px 14px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(18, 16, 24, 0.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 34px rgba(5, 10, 30, 0.1);
}

.tc-team-details-exp-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--tc-heading-color);
}

.tc-team-details-exp-label {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(18, 16, 24, 0.55);
}

.tc-team-details-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
  background: rgba(255, 59, 0, 0.08);
  border: 1px solid rgba(255, 59, 0, 0.16);
}

.tc-team-details-name {
  font-family: var(--tc-font-heading);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
  margin-bottom: 8px;
}

.tc-team-details-role {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--tc-accent-color);
  margin-bottom: 18px;
}

.tc-team-details-intro-text {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.68);
  margin-bottom: 24px;
}

.tc-team-details-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.tc-team-details-contact-pill {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-details-contact-pill i {
  color: var(--tc-accent-color);
  font-size: 16px;
}
.tc-team-details-contact-pill strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(18, 16, 24, 0.5);
  margin-bottom: 2px;
}
.tc-team-details-contact-pill a,
.tc-team-details-contact-pill span {
  font-size: 15px;
  font-weight: 700;
  color: var(--tc-heading-color);
  line-height: 1.3;
}
.tc-team-details-contact-pill a:hover {
  color: var(--tc-accent-color);
}
.tc-team-details-contact-pill:hover {
  border-color: rgba(255, 59, 0, 0.22);
  box-shadow: 0 10px 24px rgba(18, 16, 24, 0.06);
}

.tc-team-details-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.tc-team-details-social > span {
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-heading-color);
  margin-right: 4px;
}
.tc-team-details-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--tc-heading-color);
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-details-social a:hover {
  color: var(--tc-white-color);
  background: var(--tc-primary-color);
  border-color: var(--tc-primary-color);
}

.tc-team-details-main {
  min-width: 0;
}

.tc-team-details-block {
  margin-bottom: 42px;
}
.tc-team-details-block:last-child {
  margin-bottom: 0;
}

.tc-team-details-block-title {
  font-family: var(--tc-font-heading);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tc-heading-color);
  margin-bottom: 16px;
}
.tc-team-details-block-title span {
  color: var(--tc-accent-color);
}

.tc-team-details-block-text {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(18, 16, 24, 0.65);
  margin-bottom: 0;
}

.tc-team-details-skills {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 8px;
}

.tc-team-details-skill {
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
}

.tc-team-details-skill-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.tc-team-details-skill-head h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--tc-heading-color);
  margin-bottom: 0;
}
.tc-team-details-skill-head span {
  font-size: 14px;
  font-weight: 700;
  color: var(--tc-accent-color);
}

.tc-team-details-skill-bar {
  height: 8px;
  border-radius: 50px;
  overflow: hidden;
  background: rgba(18, 16, 24, 0.08);
}
.tc-team-details-skill-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tc-accent-color) 0%, #ff6b3d 100%);
}

.tc-team-details-timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.tc-team-details-timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 20px 22px;
  border-radius: 16px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-team-details-timeline-item:hover {
  border-color: rgba(255, 59, 0, 0.2);
  box-shadow: 0 12px 28px rgba(18, 16, 24, 0.06);
}
@media only screen and (max-width: 480px) {
  .tc-team-details-timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.tc-team-details-timeline-year {
  font-family: var(--tc-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--tc-accent-color);
  line-height: 1.4;
}

.tc-team-details-timeline-body h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--tc-heading-color);
  margin-bottom: 6px;
}
.tc-team-details-timeline-body p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(18, 16, 24, 0.62);
  margin-bottom: 0;
}

.tc-team-details-edu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-team-details-edu {
    grid-template-columns: 1fr;
  }
}

.tc-team-details-edu-card {
  padding: 22px 20px;
  border-radius: 16px;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.08);
  box-shadow: 0 10px 28px rgba(18, 16, 24, 0.04);
}
.tc-team-details-edu-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 18px;
}
.tc-team-details-edu-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--tc-heading-color);
  margin-bottom: 6px;
}
.tc-team-details-edu-card span {
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-accent-color);
}
.tc-team-details-edu-card p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(18, 16, 24, 0.6);
}

/*----------------------------------------*/
/*  5.22 Project Details
/*----------------------------------------*/
.tc-project-details-area {
  position: relative;
  overflow: visible;
  background: var(--tc-white-color);
}

.tc-project-details-main {
  min-width: 0;
}

.tc-project-details-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 36px;
  box-shadow: 0 28px 70px rgba(5, 10, 30, 0.1);
}
.tc-project-details-hero img {
  display: block;
  width: 100%;
  min-height: 380px;
  object-fit: cover;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-project-details-hero img {
    min-height: 260px;
  }
}

.tc-project-details-hero-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 16, 24, 0.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(5, 10, 30, 0.12);
}
.tc-project-details-hero-badge i {
  color: var(--tc-accent-color);
  font-size: 16px;
}
.tc-project-details-hero-badge span {
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-heading-color);
}

.tc-project-details-hero-stat {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  min-width: 118px;
  padding: 18px 16px;
  text-align: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 60%, #142324 100%);
  color: var(--tc-white-color);
  box-shadow: 0 20px 50px rgba(7, 61, 48, 0.28);
}

.tc-project-details-hero-stat-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.tc-project-details-hero-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
}

.tc-project-details-intro {
  margin-bottom: 36px;
}

.tc-project-details-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.tc-project-details-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 59, 0, 0.1);
  color: var(--tc-accent-color);
  font-size: 16px;
}

.tc-project-details-tag {
  font-size: 14px;
  font-weight: 600;
  color: var(--tc-accent-color);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tc-project-details-title {
  font-family: var(--tc-font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-project-details-title {
    font-size: 28px;
  }
}

.tc-project-details-desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(18, 16, 24, 0.68);
  margin-bottom: 0;
}

.tc-project-details-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}
@media only screen and (max-width: 991px) {
  .tc-project-details-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .tc-project-details-info {
    grid-template-columns: 1fr;
  }
}

.tc-project-details-info-item {
  padding: 18px 16px;
  border-radius: 16px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
}
.tc-project-details-info-item strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(18, 16, 24, 0.5);
  margin-bottom: 6px;
}
.tc-project-details-info-item span {
  font-size: 15px;
  font-weight: 600;
  color: var(--tc-heading-color);
}

.tc-project-details-block {
  margin-bottom: 40px;
}
.tc-project-details-block:last-child {
  margin-bottom: 0;
}

.tc-project-details-block-title {
  font-family: var(--tc-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--tc-heading-color);
  margin-bottom: 14px;
}
.tc-project-details-block-title span {
  color: var(--tc-accent-color);
}
@media only screen and (max-width: 480px) {
  .tc-project-details-block-title {
    font-size: 24px;
  }
}

.tc-project-details-block-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(18, 16, 24, 0.68);
  margin-bottom: 24px;
}

.tc-project-details-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-project-details-gallery {
    grid-template-columns: 1fr;
  }
}

.tc-project-details-gallery-main,
.tc-project-details-gallery-sub {
  overflow: hidden;
  border-radius: 18px;
}
.tc-project-details-gallery-main img,
.tc-project-details-gallery-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-project-details-gallery-main {
  min-height: 320px;
}
.tc-project-details-gallery-main:hover img {
  transform: scale(1.04);
}

.tc-project-details-gallery-sub {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.tc-project-details-gallery-sub img {
  min-height: 152px;
}

.tc-project-details-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .tc-project-details-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .tc-project-details-features {
    grid-template-columns: 1fr;
  }
}

.tc-project-details-feature {
  padding: 24px 20px;
  border-radius: 18px;
  background: var(--tc-grey-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-project-details-feature:hover {
  border-color: rgba(255, 59, 0, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(18, 16, 24, 0.06);
}

.tc-project-details-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 16px;
  background: var(--tc-white-color);
  color: var(--tc-accent-color);
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(18, 16, 24, 0.06);
}

.tc-project-details-feature h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--tc-heading-color);
}

.tc-project-details-feature p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(18, 16, 24, 0.62);
}

.tc-project-details-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 480px) {
  .tc-project-details-checklist {
    grid-template-columns: 1fr;
  }
}
.tc-project-details-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tc-heading-color);
}
.tc-project-details-checklist li i {
  color: var(--tc-accent-color);
  margin-top: 3px;
}

.tc-project-details-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 480px) {
  .tc-project-details-results {
    grid-template-columns: 1fr;
  }
}

.tc-project-details-result {
  padding: 24px 20px;
  border-radius: 18px;
  text-align: center;
  background: linear-gradient(135deg, #073d30 0%, #0a4f3e 60%, #142324 100%);
  color: var(--tc-white-color);
  box-shadow: 0 18px 40px rgba(7, 61, 48, 0.18);
}

.tc-project-details-result-num {
  display: block;
  font-family: var(--tc-font-heading);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.tc-project-details-result-label {
  display: block;
  font-size: 14px;
  opacity: 0.85;
}

.tc-project-details-related {
  background: var(--tc-grey-color);
}

.tc-project-details-related-card {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--tc-white-color);
  border: 1px solid rgba(18, 16, 24, 0.06);
  box-shadow: 0 16px 40px rgba(18, 16, 24, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-project-details-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(18, 16, 24, 0.1);
}
.tc-project-details-related-card:hover .tc-project-details-related-thumb img {
  transform: scale(1.06);
}

.tc-project-details-related-thumb {
  overflow: hidden;
}
.tc-project-details-related-thumb img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tc-project-details-related-body {
  padding: 22px 20px 24px;
}

.tc-project-details-related-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tc-accent-color);
  margin-bottom: 8px;
}

.tc-project-details-related-body h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--tc-heading-color);
}

/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.tc-header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px 0;
}
.tc-header-container {
  max-width: 1324px;
}
.tc-header-logo {
  z-index: 1;
  position: relative;
}
.tc-header-logo-box {
  width: 200px;
  flex: 0 0 auto;
  border-radius: 12px 0 0 11px;
  align-items: center;
  display: flex;
}
.tc-header-logo img {
  max-width: 140px;
}
.tc-header-menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .tc-header-menu ul li {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 1599px) {
  .tc-header-menu ul li {
    margin-right: 30px;
  }
}
.tc-header-menu ul li a {
  display: inline-block;
  color: var(--tc-white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 21px 0;
}
.tc-header-menu ul li.has-dropdown > a, .tc-header-menu ul li.menu-item-has-children > a {
  position: relative;
}
.tc-header-menu ul li.has-dropdown > a::after, .tc-header-menu ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.3s ease;
}
.tc-header-menu ul li.has-dropdown:hover > a::after, .tc-header-menu ul li.menu-item-has-children:hover > a::after {
  transform: translateY(1px) rotate(225deg);
}
.tc-header-menu ul li:hover > a {
  color: var(--tc-accent-color);
}
.tc-header-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tc-header-menu ul li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  background: #fff;
  width: 220px;
  padding: 18px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.tc-header-menu ul li .sub-menu li {
  margin-right: 0;
  display: block;
}
.tc-header-menu ul li .sub-menu li a {
  padding: 3px 28px;
  display: block;
  color: var(--tc-black-color);
}
.tc-header-menu ul li .sub-menu li .sub-menu {
  left: 102%;
  top: 0;
}
.tc-header-menu ul li .sub-menu li:hover a {
  color: var(--tc-accent-color);
}
.tc-header-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
}
.tc-header-content {
  width: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .tc-header-content {
    padding: 5px 12px 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .tc-header-content {
    padding: 16px 12px 16px 0;
  }
}
.tc-header-action-btn {
  color: var(--tc-white-color);
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}
.tc-header-toogle {
  font-size: 34px;
  color: var(--tc-white-color);
  border-radius: 5px;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}

.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  -webkit-animation: 0.7s ease-in-out 0s normal none 1 running tcFadeInDown;
  animation: 0.7s ease-in-out 0s normal none 1 running tcFadeInDown;
  z-index: 55;
  background: var(--tc-primary-color);
}

/*----------------------------------------*/
/*  3.2 Offcanvas
/*----------------------------------------*/
.tc-offcanvas {
  position: fixed;
  right: 0;
  z-index: 99999;
  top: 0;
  max-width: 400px;
  width: 100%;
  background: var(--tc-white-color);
  padding: 50px 40px;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tc-offcanvas-logo {
  max-width: 125px;
}
.tc-offcanvas-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tc-offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.tc-offcanvas-overlay-open {
  opacity: 0.5;
  visibility: visible;
}
.tc-offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tc-offcanvas-close-button {
  font-size: 28px;
  color: var(--tc-heading-color);
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}
.tc-offcanvas-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.tc-offcanvas-sm-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.tc-offcanvas-gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.tc-offcanvas-gallery img {
  border: 1px solid var(--tc-grey-color);
  border-radius: 5px;
}
.tc-offcanvas-info span {
  display: block;
  margin-bottom: 4px;
}
.tc-offcanvas-info span a {
  color: inherit;
}
.tc-offcanvas-social a {
  height: 44px;
  width: 44px;
  background-color: var(--tc-primary-color);
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  margin-right: 2px;
  color: #fff;
}
.tc-offcanvas-social a:hover {
  background: var(--tc-accent-color);
}

/*----------------------------------------*/
/*  3.3 Sidemenu / Mobile Menu
/*----------------------------------------*/
.tc-offcanvas-menu ul li {
  list-style: none;
  position: relative;
}
.tc-offcanvas-menu ul li:last-child a {
  border: 0;
}
.tc-offcanvas-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.tc-offcanvas-menu ul li.active > a {
  color: var(--tc-accent-color);
}
.tc-offcanvas-menu ul li.active > button.tc-sidemenu-close i {
  transform: rotate(180deg);
}
.tc-offcanvas-menu ul li .sub-menu {
  margin-left: 15px;
  display: none;
}

.tc-sidemenu-close {
  position: absolute;
  right: 0;
  top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  width: 30px;
  height: 30px;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-sidemenu-close:hover {
  background: var(--tc-accent-color);
  border-color: var(--tc-accent-color);
  color: var(--tc-white-color);
}
.tc-sidemenu-close i {
  transition: 0.3s;
}

/*----------------------------------------*/
/*  4.1 Footer Style
/*----------------------------------------*/
footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #192229, #135953);
}

.tc-footer-curve {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: 6;
  height: 48px;
  background: var(--tc-white-color);
  clip-path: ellipse(58% 100% at 50% 0%);
  pointer-events: none;
}

.tc-footer-col-3 {
  margin-left: -30px;
}
@media only screen and (max-width: 991px) {
  .tc-footer-col-3 {
    margin-left: 0;
  }
}
.tc-footer-cta a {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-footer-cta a:hover {
  color: var(--tc-accent-color);
}
.tc-footer-intro-title {
  letter-spacing: -0.52px;
  line-height: 1.3;
  font-size: 22px;
}
.tc-footer-social a {
  height: 44px;
  width: 44px;
  background-color: #fff;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  margin-right: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-footer-social a:hover {
  color: var(--tc-white-color);
  background-color: var(--tc-accent-color);
  transform: translateY(-4px);
}
.tc-footer-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #fff;
  padding-left: 10px;
  border-left: 3px solid var(--tc-accent-color);
}
.tc-footer-widget ul li {
  list-style: none;
  margin-bottom: 8px;
}
.tc-footer-widget ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-footer-widget ul li a:hover {
  color: var(--tc-accent-color);
  transform: translateX(5px);
}
.tc-footer-widget p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.tc-footer-copyright p {
  color: var(--tc-white-color);
  letter-spacing: -0.36px;
  margin: 0;
}
.tc-footer-copyright p a {
  color: var(--tc-accent-color);
  font-weight: 600;
}
.tc-footer-copyright p a:hover {
  text-decoration: underline;
  color: var(--tc-white-color);
}
.tc-footer-sep {
  border-top: 1px solid rgba(248, 243, 231, 0.06);
}
.tc-footer-deco {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.tc-footer-point {
  position: absolute;
  pointer-events: none;
}
.tc-footer-point-ball {
  border-radius: 50%;
}
.tc-footer-point-ball-1 {
  top: 14%;
  left: 6%;
  width: 16px;
  height: 16px;
  background: var(--tc-accent-color);
  box-shadow: 0 0 28px rgba(255, 59, 0, 0.6);
  animation: tcFooterBallFloat 5s ease-in-out infinite;
}
.tc-footer-point-ball-2 {
  top: 22%;
  right: 8%;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.28);
  animation: tcFooterBallFloat 6.5s ease-in-out infinite 0.8s;
}
.tc-footer-point-ball-3 {
  bottom: 18%;
  left: 10%;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.85);
  animation: tcFooterBallFloat 4.5s ease-in-out infinite 1.2s;
}
.tc-footer-point-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tc-accent-color);
  box-shadow: 0 0 12px rgba(255, 59, 0, 0.55);
}
.tc-footer-point-dot-1 {
  top: 28%;
  right: 22%;
  animation: tcFooterDotBlink 2.4s ease-in-out infinite;
}
.tc-footer-point-dot-2 {
  bottom: 30%;
  right: 7%;
  animation: tcFooterDotBlink 2.4s ease-in-out infinite 0.6s;
}
.tc-footer-point-dot-3 {
  top: 46%;
  left: 5%;
  animation: tcFooterDotBlink 2.8s ease-in-out infinite 1.1s;
}
.tc-footer-point-dot-4 {
  bottom: 22%;
  left: 28%;
  animation: tcFooterDotBlink 2.2s ease-in-out infinite 0.3s;
}
.tc-footer-point-dot-5 {
  top: 12%;
  right: 34%;
  animation: tcFooterDotBlink 2.6s ease-in-out infinite 1.4s;
}
.tc-footer-point-ring {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tc-footer-point-ring-1 {
  width: 320px;
  height: 320px;
  margin-top: -160px;
  margin-left: -160px;
  animation: tcFooterRingPulse 5s ease-in-out infinite;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-footer-point-ring-1 {
    width: 220px;
    height: 220px;
    margin-top: -110px;
    margin-left: -110px;
  }
}
.tc-footer-point-ring-2 {
  width: 220px;
  height: 220px;
  margin-top: -110px;
  margin-left: -110px;
  border-color: rgba(255, 59, 0, 0.2);
  animation: tcFooterRingPulse 4s ease-in-out infinite 0.8s reverse;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 480px) {
  .tc-footer-point-ring-2 {
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -80px;
  }
}
.tc-footer-shape-patter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  filter: brightness(0) saturate(100%) invert(100%);
  background-size: cover;
  width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 1600px) {
  .tc-footer-shape-patter {
    top: -130px;
  }
}

.tc-footer-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-blend-mode: luminosity;
  opacity: 0.65;
  background-position: bottom center;
  background-size: cover;
  pointer-events: none;
}
.tc-footer-bg-img::after {
  content: "";
  position: absolute;
  bottom: -90px;
  right: 10%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(19, 89, 83, 0.55);
  filter: blur(55px);
  animation: tcFooterGlowMove 11s ease-in-out infinite 1.2s;
  pointer-events: none;
}

.tc-footer-shape {
  pointer-events: none;
}
.tc-footer-shape-1 {
  left: 55px;
  bottom: 79px;
  animation: tcFooterShapeFloat 7s ease-in-out infinite;
}
.tc-footer-shape-2 {
  left: 180px;
  top: 0;
  animation: tcFooterShapeFloatAlt 8s ease-in-out infinite 0.8s;
}
.tc-footer-shape-3 {
  right: 13%;
  top: 17%;
  animation: tcFooterShapeFloatAlt 8s linear infinite;
}
.tc-footer-shape-4 {
  right: -50px;
  bottom: -50px;
  animation: tcFooterShapeFloat 9s ease-in-out infinite 1.4s reverse;
}

.tc-back-to-top {
  height: 50px;
  width: 50px;
  background: var(--tc-accent-color);
  color: #fff;
  border-radius: 10px;
  position: fixed;
  bottom: 25px;
  right: 50px;
  z-index: 999;
  border: 0;
  padding: 0;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tc-back-to-top:hover {
  bottom: 52px;
}
.tc-back-to-top-open {
  bottom: 50px;
}

@keyframes tcFooterBallFloat {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-18px) translateX(8px);
  }
}
@keyframes tcFooterDotBlink {
  0%, 100% {
    opacity: 0.35;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}
@keyframes tcFooterRingPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.25;
  }
  50% {
    transform: scale(1.07);
    opacity: 0.65;
  }
}
@keyframes tcFooterGlowMove {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate(14px, -12px) scale(1.1);
    opacity: 0.85;
  }
}
@keyframes tcFooterShapeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
@keyframes tcFooterShapeFloatAlt {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(4deg);
  }
}
@keyframes tcFooterShapeSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
