/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /**
  @Font-Family Declaration
  */
  --tj-ff-body: 'Montserrat', sans-serif;
  --tj-ff-heading: 'Montserrat', sans-serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @Font-weight Declaration
  */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
  @Font-Size Declaration
  */
  --tj-fs-body: 16px;
  --tj-fs-p: 16px;
  --tj-fs-h1: 74px;
  --tj-fs-h2: 48px;
  --tj-fs-h3: 32px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 20px;
  --tj-fs-h6: 18px;
  /**
  @Color Declaration
  */
  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #000000;
  --tj-color-heading-primary: #d1ab6a;
  --tj-color-text-body: #d6d6d6;
  --tj-color-text-body-2: #a9b8b8;
  --tj-color-text-body-3: #67787a;
  --tj-color-text-body-4: #18292c;
  --tj-color-text-body-5: rgba(255, 255, 255, 0.8);
  --tj-color-theme-primary: #d1ab6a;
  --tj-color-theme-bg: #F5F2EE;
  --tj-color-theme-bg-2: #EEE9E2;
  --tj-color-theme-bg-3: #202e30;
  --tj-color-theme-dark: #090402;
  --tj-color-theme-dark-2: #18292c;
  --tj-color-theme-dark-3: #364e52;
  --tj-color-theme-dark-4: #67787a;
  --tj-color-theme-dark-5: #676e7a;
  --tj-color-red-1: #ff0000;
  --tj-color-grey-1: #ecf0f0;
  --tj-color-grey-2: #a9b8b8;
  --tj-color-grey-3: rgba(255, 255, 255, 0.1019607843);
  --tj-color-border-1: #c9d1d1;
  --tj-color-border-2: #313d3d;
  --tj-color-border-3: rgba(255, 255, 255, 0.1490196078);
  --tj-color-border-4: rgba(255, 255, 255, 0.2);
  --tj-color-border-5: rgba(30, 138, 138, 0.1490196078);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-main {
  position: relative;
}

body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: normal;
  color: #d6d6d6;
  background-color: #000;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-theme-primary);
  margin-top: 0px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

h1 {
  font-size: var(--tj-fs-h1);
  line-height: 1.108;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: var(--tj-fs-h2);
  line-height: 1.125;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: var(--tj-fs-h3);
  line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: var(--tj-fs-h4);
  line-height: 1.333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

a,
button,
span,
p,
input,
select,
textarea,
li,
svg path,
h1,
h2,
h3,
h4 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
button:focus,
button:focus-visible {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: var(--tj-color-theme-primary);
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}

select, .nice-select, input[type=search], input[type=tel], input[type=text], input[type=email], input[type=url], textarea {
  outline: none;
  background-color: var(--tj-color-common-white);
  height: auto;
  width: 100%;
  font-size: var(--tj-fs-body);
  border: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-text-body);
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
*::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
*::-moz-placeholder {
  color: var(--tj-color-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
*:-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
*::-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/**
Common Classes CSS
*/

img {
  max-width: 100%;
}

.section-gap {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-gap {
padding-top: 100px;
padding-bottom: 100px;
}
} */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
.gap-bottom,
.section-bottom-gap {
padding-bottom: 100px;
}
} */

.section-gap-x {
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-x {
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
  }
}

.wow {
  visibility: hidden;
}
.theme-bg-dark {
  background-color: #111;
}

#smooth-content {
  padding-bottom: 15px;
  will-change: transform;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #smooth-content {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [data-speed=".8"] {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

/**
Buttons CSS
*/
.tj-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: var(--tj-color-theme-primary);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  padding: 10px 10px 10px 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
}
.tj-primary-btn .btn-text {
  color: var(--tj-color-common-white);
  overflow: hidden;
}
.tj-primary-btn .btn-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-shadow: 0 30px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tj-primary-btn .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
  border-radius: 50%;
}
.tj-primary-btn .btn-icon i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tj-primary-btn.btn-light {
  background-color: #fff;
}
.tj-primary-btn.btn-light .btn-text span {
  color: var(--tj-color-theme-dark);
}
.tj-primary-btn.tj-primary-btn.btn-light .btn-icon i {
  color: var(--tj-color-theme-dark);
}
/* .tj-primary-btn.transparent-btn:hover {
border-color: var(--tj-color-theme-dark);
} */
.tj-primary-btn:hover .btn-text span {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.tj-primary-btn:hover .btn-icon i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header-area {
  background-color: var(--tj-color-common-white);
  border-end-start-radius: 12px;
  border-end-end-radius: 12px;
  position: relative;
  z-index: 99;
}
.header-area.header-2.header-absolute {
  position: absolute;
  top: 0;
  padding-top: 25px;
  width: 100%;
  z-index: 999;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  -webkit-padding-end: 30px;
  padding-inline-end: 30px;
  background-color: transparent;
  border-radius: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.header-area.header-2.header-absolute > .container-fluid {
  --bs-gutter-x: 0;
}
.header-area.header-2.header-absolute > .container-fluid > .row {
  --bs-gutter-x: 0;
}
/* .header-area.header-2.header-absolute {
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 0 20px;
border-radius: 14px;
} */
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-area.header-2.header-absolute {
    top: 24px;
    inset-inline-start: 12px;
    width: calc(100% - 48px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-2.header-absolute .header-wrapper {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-area.header-2.header-absolute .header-wrapper {
    padding: 15px 12px;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-wrapper {
    padding: 15px 0;
  }
}
.site_logo .logo {
  display: inline-block;
  max-width: 160px;
  width: 100%;
}

.header-contact {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  gap: 8px;
}
.header-contact:hover {
  color: #fff;
}
.header-contact .call-text {
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
.header-contact .call-text::after {
  content: "";
  position: absolute;
  bottom: -1px;
  inset-inline-end: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.header-contact:hover .call-text::after {
  -webkit-animation: linehover 0.8s linear;
  animation: linehover 0.8s linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-contact {
    font-size: 18px;
  }
}
.header-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
/* .header-right-item .tj-primary-btn .btn-icon {
width: 38px;
height: 38px;
} */
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-right-item .tj-primary-btn .btn-icon {
width: 35px;
height: 35px;
}
} */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-item {
    gap: 12px;
  }
}
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.tj-footer-section {
  /* background-color: var(--tj-color-theme-bg); */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.copyright-content-area .copyright-text p {
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content-area .copyright-text {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content-area {
    gap: 18px;
  }
}

.tj-footer-section.footer-2 {
  background-color: var(--tj-color-theme-dark);
}

.tj-copyright-area-2 .copyright-content-area {
  padding: 15px 0;
}
.tj-copyright-area-2 .copyright-text p {
  color: var(--tj-color-text-body-2);
}

/* !END: Footer CSS */
/**----------------------------------------
START:  CSS
----------------------------------------*/
.body-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  backdrop-filter: blur(10px);
}
/* cursor css  */

@supports (mix-blend-mode: exclusion) {
}
@supports (mix-blend-mode: exclusion) {
}

/**----------------------------------------
START: Heading CSS
----------------------------------------*/
.sec-heading {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  width: 100%;
  margin-bottom: 52px;
}
.sec-heading-centered {
  max-width: 550px;
  text-align: center;
}
.sec-heading .sec-title {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.4;
}
.sec-heading .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--tj-color-heading-primary);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px dashed var(--tj-color-border-1);
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading .sub-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading .sub-title {
    font-size: 13px;
  }
}
.sec-heading.style-3 .sub-title {
  color: var(--tj-color-theme-primary);
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading {
    margin-bottom: 35px;
  }
}

.heading-wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 52px;
}
.heading-wrap-content .sec-heading {
  /* max-width: 500px; */
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .heading-wrap-content {
    margin-bottom: 35px;
  }
}

.sec-heading-wrap .sub-title {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  /* letter-spacing: 1.4px; */
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading-wrap .sub-title {
    margin-bottom: 15px;
  }
}
.title-anim > div {
  overflow: hidden;
}

.tj-text-invert > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--tj-color-heading-primary)), color-stop(50%, var(--tj-color-text-body-2)));
  background-image: linear-gradient(to right, var(--tj-color-heading-primary) 50%, var(--tj-color-text-body-2) 50%);
}

.line {
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  --highlight-offset: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-heading-primary)), to(rgba(255, 255, 3255, 0.15)));
  background-image: linear-gradient(90deg, var(--tj-color-heading-primary) var(--highlight-offset), rgba(255, 255, 255, 0.15) var(--highlight-offset));
}
/* !END: Hero CSS */
/**----------------------------------------
START: Choose CSS
----------------------------------------*/

.choose-box {
  height: 100%;
  padding-bottom: 25px;
  background-color: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.choose-box .choose-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.choose-box .title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .choose-box .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.choose-box .desc {
  margin-bottom: 0;
}
.choose-box:hover {
  background-color: var(--tj-color-theme-primary);
}
.choose-box:hover .desc,
.choose-box:hover .title {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-box {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .choose-box {
    padding: 30px 15px;
  }
}
/**----------------------------------------
START: About CSS
----------------------------------------*/
.about-img-area {
  position: relative;
  -webkit-margin-end: -8px;
  margin-inline-end: -8px;
}
.about-img-area .about-img {
  width: 100%;
  /* height: 100%; */
  position: relative;
  border-radius: 12px;
  height: 750px;
}
.about-img-area .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-img-area {
    margin-top: 15px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-area {
    height: 100%;
  }
}
.bg-shape-2, .bg-shape-1 {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  max-width: 370px;
  width: 100%;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bg-shape-2, .bg-shape-1 {
    max-width: 260px;
  }
}
.bg-shape-2 {
  top: inherit;
  inset-inline-start: inherit;
  bottom: 0;
  inset-inline-end: 0;
}
.service-icon img {
  width: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-icon {
    font-size: 50px;
    width: 65px;
    height: 65px;
  }
}
.list-items {
  list-style: none;
}
.list-items li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-bottom: 7px;
}
.list-items li:last-child {
  margin-bottom: 0;
}
.list-items li i {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: #fff;
  margin-top: 6px;
}
.list-items li i.theme-color {
  color: var(--tj-color-theme-primary);
}
/* !END: Theme Marquee CSS */
/**----------------------------------------
START: Project CSS
----------------------------------------*/
.tj-project-section-3 {
  /* background-color: var(--tj-color-theme-dark); */
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* .tj-project-section-3 .sec-title {
  color: var(--tj-color-common-white);
} */
.tj-project-section-3 .slider-next,
.tj-project-section-3 .slider-prev {
  border-color: var(--tj-color-border-2);
}
.tj-project-section-3 .slider-next .anim-icon i,
.tj-project-section-3 .slider-prev .anim-icon i {
  color: var(--tj-color-common-white);
}

.project-wrapper {
  padding: 0 15px;
}
@media (max-width: 575px) {
  .project-wrapper {
    padding: 0;
  }
}

.project-item {
  /* background-color: var(--tj-color-common-white); */
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.project-item .project-img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.project-item .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.project-item .project-img::before {
  content: "";
  background: var(--tj-color-theme-dark);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  inset-inline-start: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.project-item .project-content {
  padding: 25px 20px 25px 30px;
}
.project-item .project-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-item .title {
  width: 100%;
  font-weight: 400;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-item .title {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item .title {
    max-width: 100%;
    width: calc(100% - 60px);
  }
}
.project-item:hover .project-img img {
  -webkit-transform: scale(1.1) rotate(-2deg);
  -ms-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}

.project-slider-2 .swiper-slide {
  height: auto;
}
.project-slider-2 .project-item {
  /* background-color: #111; */
  border: 1px solid rgba(255, 255, 255, 0.09);
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project-slider-2 .project-item .project-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.project-slider-2 .project-item .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.project-slider-2 .project-item:hover .project-img img {
  transform: scale(1.05);
}
.project-slider-2 .project-item .project-content {
  padding: 30px;
  flex-grow: 1;
}
.project-slider-2 .project-item .title {
  color: var(--tj-color-common-white);
  margin-bottom: 20px;
  font-size: 20px;
}
/* .tj-testimonial-section .sec-heading-wrap {
padding-top: 120px;
} */
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
.tj-testimonial-section .sec-heading-wrap {
padding-top: 100px;
}
} */
.testimonial-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 575px) {
  .testimonial-wrapper {
    -webkit-margin-end: -12px;
    margin-inline-end: -12px;
  }
}

.testimonial-slider .testimonial-item {
  /* background-color: var(--tj-color-common-white); */
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  height: 100%;
  border-radius: 12px;
}
.testimonial-slider .testimonial-item img {
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .testimonial-item {
    padding: 35px 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-slider .testimonial-item {
    padding: 30px 20px;
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.testimonial-img-area .testimonial-img img {
-o-object-fit: unset;
object-fit: unset;
}
} */

.slider-navigation {
  gap: 13px;
}

.slider-next,
.slider-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 24px;
  background-color: transparent;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next .anim-icon,
.slider-prev .anim-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.slider-next .anim-icon i,
.slider-prev .anim-icon i {
  position: relative;
  top: 0;
  color: var(--tj-color-theme-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next .anim-icon i:last-child,
.slider-prev .anim-icon i:last-child {
  position: absolute;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  color: var(--tj-color-common-white);
}
.slider-next:hover,
.slider-prev:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.slider-next:hover .anim-icon i:first-child,
.slider-prev:hover .anim-icon i:first-child {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.slider-next:hover .anim-icon i:last-child,
.slider-prev:hover .anim-icon i:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-next,
  .slider-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.slider-next .anim-icon i:last-child {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.slider-next:hover .anim-icon i:first-child {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}

.swiper-pagination-area {
  text-align: center;
  line-height: 0;
  margin-top: 55px;
}
.swiper-pagination-area.white-pagination .swiper-pagination-bullet {
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .swiper-pagination-area {
    margin-top: 30px;
  }
}
.swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  background-color: var(--tj-color-theme-primary);
  border-radius: 30px;
  opacity: 0.15;
  position: relative;
  margin: 5px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.swiper-pagination-bullet-active {
  width: 64px;
  opacity: 1;
}

.countup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* background-color: var(--tj-color-theme-primary); */
  /* border-radius: 12px; */
}

.countup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  padding: 68px 50px 25px 50px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .countup-item {
    padding: 55px 30px 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .countup-item {
    width: 50%;
    padding: 45px 30px 50px 30px;
  }
}
@media (max-width: 575px) {
  .countup-item {
    width: 50%;
    padding: 38px 0 45px 0;
    text-align: center;
  }
  .countup-item:last-child {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .countup-item:nth-child(2) .count-separator {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .countup-item:nth-child(4), .countup-item:nth-child(3) {
    padding-top: 0;
  }
}

.inline-content {
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: var(--tj-color-theme-dark);
  font-family: var(--tj-ff-heading);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  letter-spacing: -1.48px;
}
.inline-content .odometer {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inline-content {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .inline-content {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .inline-content {
    font-size: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.count-text {
  color: var(--tj-color-theme-dark);
  display: block;
  font-size: 15px;
}

.count-separator {
  position: absolute;
  width: 10px;
  height: 90px;
  top: 50%;
  inset-inline-end: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.15;
  /* filter: invert(1); */
}
@media (max-width: 575px) {
  .count-separator {
    top: inherit;
    bottom: 0;
    inset-inline-end: 50%;
    -webkit-transform: translate(0, 50%) rotate(90deg);
    -ms-transform: translate(0, 50%) rotate(90deg);
    transform: translate(0, 50%) rotate(90deg);
  }
}
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.tj-contact-section {
  background-color: var(--tj-color-theme-dark);
  border-radius: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj-contact-section .sec-heading {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin-bottom: 35px;
}
.tj-contact-section .sec-heading .sec-title {
  color: var(--tj-color-common-white);
}

.map-area {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.map-area iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .map-area {
    height: auto;
    margin-top: 30px;
  }
}

.contact-info .contact-item {
  padding: 13px 0 9px 0;
}
.contact-info .contact-item .subtitle {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-text-body-2);
  margin-bottom: 7px;
}
.contact-info .contact-item a:hover {
  color: var(--tj-color-theme-primary);
}
.contact-info .contact-item .contact-link {
  display: inline-block;
  color: var(--tj-color-common-white);
}
.contact-info .contact-item:last-child {
  border: 0;
}

/* .contact-form {
background-color: var(--tj-color-common-white);
-webkit-margin-start: 0;
margin-inline-start: 0;
-webkit-margin-end: 15px;
margin-inline-end: 15px;
padding: 60px 50px;
border-radius: 12px;
} */

.contact-form .title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form .title {
    margin-bottom: 25px;
  }
}
.contact-form .form-input {
  margin-bottom: 27px;
  position: relative;
}
.contact-form .form-input textarea,
.contact-form .form-input select,
.contact-form .form-input .nice-select,
.contact-form .form-input input[type=tel],
.contact-form .form-input input[type=text],
.contact-form .form-input input[type=email] {
  background-color: transparent;
  color: #fff;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-form .form-input textarea::-webkit-input-placeholder,
.contact-form .form-input select::-webkit-input-placeholder,
.contact-form .form-input .nice-select::-webkit-input-placeholder,
.contact-form .form-input input[type=tel]::-webkit-input-placeholder,
.contact-form .form-input input[type=text]::-webkit-input-placeholder,
.contact-form .form-input input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form-input textarea::-moz-placeholder,
.contact-form .form-input select::-moz-placeholder,
.contact-form .form-input .nice-select::-moz-placeholder,
.contact-form .form-input input[type=tel]::-moz-placeholder,
.contact-form .form-input input[type=text]::-moz-placeholder,
.contact-form .form-input input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form-input textarea:-ms-input-placeholder,
.contact-form .form-input select:-ms-input-placeholder,
.contact-form .form-input .nice-select:-ms-input-placeholder,
.contact-form .form-input input[type=tel]:-ms-input-placeholder,
.contact-form .form-input input[type=text]:-ms-input-placeholder,
.contact-form .form-input input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form-input textarea::-webkit-input-placeholder, .contact-form .form-input select::-webkit-input-placeholder, .contact-form .form-input .nice-select::-webkit-input-placeholder, .contact-form .form-input input[type=tel]::-webkit-input-placeholder, .contact-form .form-input input[type=text]::-webkit-input-placeholder, .contact-form .form-input input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form-input textarea::-moz-placeholder, .contact-form .form-input select::-moz-placeholder, .contact-form .form-input .nice-select::-moz-placeholder, .contact-form .form-input input[type=tel]::-moz-placeholder, .contact-form .form-input input[type=text]::-moz-placeholder, .contact-form .form-input input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form-input textarea:-ms-input-placeholder, .contact-form .form-input select:-ms-input-placeholder, .contact-form .form-input .nice-select:-ms-input-placeholder, .contact-form .form-input input[type=tel]:-ms-input-placeholder, .contact-form .form-input input[type=text]:-ms-input-placeholder, .contact-form .form-input input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form-input textarea::-ms-input-placeholder, .contact-form .form-input select::-ms-input-placeholder, .contact-form .form-input .nice-select::-ms-input-placeholder, .contact-form .form-input input[type=tel]::-ms-input-placeholder, .contact-form .form-input input[type=text]::-ms-input-placeholder, .contact-form .form-input input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form-input textarea::placeholder,
.contact-form .form-input select::placeholder,
.contact-form .form-input .nice-select::placeholder,
.contact-form .form-input input[type=tel]::placeholder,
.contact-form .form-input input[type=text]::placeholder,
.contact-form .form-input input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .form-input textarea:focus,
.contact-form .form-input select:focus,
.contact-form .form-input .nice-select:focus,
.contact-form .form-input input[type=tel]:focus,
.contact-form .form-input input[type=text]:focus,
.contact-form .form-input input[type=email]:focus {
  border-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form .form-input textarea,
  .contact-form .form-input select,
  .contact-form .form-input .nice-select,
  .contact-form .form-input input[type=tel],
  .contact-form .form-input input[type=text],
  .contact-form .form-input input[type=email] {
    padding: 6px 0 10px;
  }
}
.contact-form .form-input .cf-label {
  font-size: 16px;
  color: var(--tj-color-text-body-3);
  position: absolute;
  top: 10px;
  inset-inline-start: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact-form .form-input .cf-label span {
  color: var(--tj-color-theme-primary);
}
.contact-form .form-input textarea:focus ~ .cf-label,
.contact-form .form-input input[type=tel]:focus ~ .cf-label,
.contact-form .form-input input[type=text]:focus ~ .cf-label,
.contact-form .form-input input[type=email]:focus ~ .cf-label {
  visibility: hidden;
  opacity: 0;
}
.contact-form .form-input .nice-select {
  color: var(--tj-color-text-body-3);
  line-height: 1.5;
  border-radius: 0;
  margin-bottom: 27px;
}
.contact-form .form-input .nice-select .list {
  width: 100%;
  border-radius: 8px;
}
.contact-form .form-input .nice-select .list .option {
  color: var(--tj-color-theme-dark);
  padding: 0 20px;
}
.contact-form .form-input .nice-select .list .option:hover, .contact-form .form-input .nice-select .list .option.focus {
  background: var(--tj-color-theme-bg);
  color: var(--tj-color-theme-dark);
}
.contact-form .form-input .nice-select::after {
  content: "\e929";
  font-family: "bexon-icons";
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1;
  width: 16px;
  height: 16px;
  top: 20px;
  inset-inline-end: 5px;
  border: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.contact-form .form-input .nice-select.open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form .form-input .nice-select {
    margin-bottom: 20px;
  }
}
.contact-form .form-input textarea {
  height: 90px;
  resize: none;
  padding-top: 0;
}
.contact-form .form-input.message-input {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form .form-input {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form {
    max-width: 100%;
  }
}
/* @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form {
    padding: 25px 20px 30px;
  }
} */
.tj-team-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.tj-team-section .sec-heading {
  max-width: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-team-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.team-item {
  position: relative;
  margin-bottom: 30px;
}
.team-item .team-img {
  position: relative;
  z-index: 0;
}
.team-item .team-img .team-img-inner {
  background-color: #212121;
  border-radius: 10px;
  overflow: hidden;
  /* height: 325px; */
}
.team-item .team-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.team-item .team-img::after, .team-item .team-img::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-theme-dark);
  opacity: 0;
  border-radius: 10px;
  z-index: -1;
}
.team-item .team-img::before {
  z-index: 1;
}
.team-item .team-img::after {
  background-color: var(--tj-color-theme-primary);
  opacity: 1;
  z-index: -1;
}
.team-item .team-content {
  position: relative;
  margin-top: 18px;
}
.team-item .title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  width: 100%;
}
.team-item .designation {
  font-size: 14px;
  line-height: 1;
}
.team-item:hover .team-img img {
  -webkit-transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
/* .team-item:hover .team-img::before {
opacity: 0.75;
} */
.team-item:hover .team-img::after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
@-webkit-keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-area.header-5.header-absolute {
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.header-area.header-5.header-absolute .header-wrapper {
  max-width: 1460px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  border-radius: 8px;
  backdrop-filter: none;
}
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.h5-banner-section {
  background-color: var(--tj-color-theme-dark);
  /* border-radius: 12px; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.h5-banner-section .banner-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(-109deg, rgba(12, 30, 33, 0.95) 20%, rgba(12, 30, 33, 0.2) 40%, rgba(12, 30, 33, 0.95) 70%); */
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.h5-banner-section::after {
  top: auto;
  inset-inline-end: auto;
  bottom: -18%;
  inset-inline-start: -15%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h5-banner-section::after {
    bottom: -15%;
    inset-inline-start: -20%;
  }
}
.h5-banner-area {
  max-width: 1460px;
  width: 100%;
  min-height: 100vh;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  position: relative;
  z-index: 2;
  padding-top: 215px;
  padding-bottom: 160px;
  display: flex;
  align-items: self-start;
}

/* Hero Counter Bar — overlaid at the bottom of the hero section */
.hero-countup-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  padding: 60px 0 36px;
}
.hero-countup-bar .countup-wrap {
  background: transparent;
  border-radius: 0;
}
.hero-countup-bar .countup-item {
  padding: 0 40px;
}
.hero-countup-bar .countup-item .inline-content,
.hero-countup-bar .countup-item .odometer,
.hero-countup-bar .countup-item .count-plus {
  color: #ffffff;
}
.hero-countup-bar .countup-item .count-text {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-countup-bar {
    padding-top: 40px;
  }
  .hero-countup-bar .countup-item {
    padding: 15px 20px;
  }
  .h5-banner-area {
    padding-bottom: 200px;
  }
}
/* @media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.h5-banner-area {
min-height: 700px;
}
} */
.h5-banner-area .solution-box {
  max-width: 500px;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-area {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-area {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-area {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h5-banner-area {
    padding: 140px 12px 15px;
    min-height: 65vh;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-area {
    min-height: 700px;
  }
}
.h5-banner-content .banner-title {
  max-width: 715px;
  color: var(--tj-color-common-white);
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-banner-content .banner-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-content .banner-title {
    max-width: 600px;
    font-size: 40;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-content .banner-title {
    max-width: 560px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-banner-content .banner-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .h5-banner-content .banner-title {
    font-size: 26px;
  }
}
.banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.wow {
  visibility: hidden;
}
.sec-heading-centered {
  max-width: 550px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  width: 100%;
  text-align: center;
}
.h6-choose-box:hover {
  background-color: var(--tj-color-common-white);
}
.h6-choose-box:hover .title {
  color: var(--tj-color-heading-primary);
}

.tj-award-wrapper:has(.tj-award-item:hover) .active-bg {
  opacity: 1;
}
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.h7-hero-content .h7-hero-title span:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
.h7-hero-content .h7-hero-title span:has(img) img {
  width: 104px;
  height: 104px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 20px 19px 18px;
  background: linear-gradient(135deg, rgba(30, 138, 138, 0.3) 0%, rgba(30, 138, 138, 0) 50%, rgba(30, 138, 138, 0.3) 100%);
  border: 3px solid var(--tj-color-theme-primary);
  border: 2px solid var(--tj-color-border-5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h7-hero-content .h7-hero-title span:has(img) img {
    width: 70px;
    height: 70px;
    padding: 15px 14px 13px;
  }
}

/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.h8-hero-content .h8-hero-title span:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
.h8-hero-content .h8-hero-title span:has(img) img {
  width: 104px;
  height: 104px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 20px 19px 18px;
  background: linear-gradient(135deg, rgba(30, 138, 138, 0.3) 0%, rgba(30, 138, 138, 0) 50%, rgba(30, 138, 138, 0.3) 100%);
  border: 3px solid var(--tj-color-theme-primary);
  border: 2px solid var(--tj-color-border-5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h8-hero-content .h8-hero-title span:has(img) img {
    width: 70px;
    height: 70px;
    padding: 15px 14px 13px;
  }
}
/**----------------------------------------
START: Choose CSS
----------------------------------------*/
.h8-choose-content-wrapper {
  /* max-width: 550px; */
  -webkit-margin-start: 60px;
  margin-inline-start: 60px;
  padding-top: 20px;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
}
/* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
.h8-choose-content-wrapper {
-webkit-margin-start: 80px;
margin-inline-start: 80px;
}
} */
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
.h8-choose-content-wrapper {
-webkit-margin-start: 40px;
margin-inline-start: 40px;
}
} */
/* @media only screen and (min-width: 768px) and (max-width: 991px) {
.h8-choose-content-wrapper {
-webkit-margin-start: 30px;
margin-inline-start: 30px;
-webkit-margin-end: 30px;
margin-inline-end: 30px;
max-width: 100%;
}
} */
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h8-choose-content-wrapper {
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
    max-width: 100%;
  }
}
.h8-choose-box {
  background-color: transparent;
  border-radius: 0;
  /* padding: 24px 0 22px; */
  /* border-bottom: 1px dashed var(--tj-color-border-1); */
}
.h8-choose-box-wrapper {
  /* border: 1px dashed var(--tj-color-border-1); */
  -webkit-border-start: 0;
  border-inline-start: 0;
  -webkit-border-end: 0;
  border-inline-end: 0;
}
.h8-choose-box:last-child {
  border-bottom: 0;
}
.h8-choose-box .choose-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}
.h8-choose-box .choose-content .title {
  margin-bottom: 8px;
}
.h8-choose-box:hover {
  background-color: transparent;
}
/* .h8-choose-box:hover .choose-content .choose-icon {
background-color: var(--tj-color-theme-primary);
-webkit-animation: none;
animation: none;
} */

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h9-service .pin-spacer:has(.sec-heading.style-8) {
    height: auto !important;
  }
}


/**----------------------------------------
START: About CSS
----------------------------------------*/
.h10-about-content-wrapper {
  max-width: 700px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-about-content-wrapper {
    max-width: 629px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-about-content-wrapper {
    max-width: 524px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-about-content-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h10-about-content-wrapper {
    margin-bottom: 30px;
  }
}
.h10-about-content .desc {
  /* max-width: 375px; */
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-about-banner {
    height: 100%;
  }
}

/* !END: Home 10 About CSS  */
/**----------------------------------------
START: Process CSS
----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h10-process .pin-spacer:has(.sec-heading.style-3) {
    height: auto !important;
  }
}
.about-section {
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  /* .usbc-cta-title {
  font-size: 40px;
  } */
}

.panel-desc {
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
  /* opacity: 0; */
  -webkit-transition: opacity 0.38s ease 0.18s;
  transition: opacity 0.38s ease 0.18s;
}

/* Ensure ul.panel-desc list items inherit white color */
ul.panel-desc {
  padding-left: 0;
  list-style: none;
}

ul.panel-desc li {
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

ul.panel-desc li i {
  color: var(--tj-color-theme-primary);
  margin-top: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* ── Responsive ── */

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .panel-desc {
    opacity: 1;
  }
}

/* Responsive */

@media (max-width: 600px) {
  
  .section-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .sec-heading .sec-title {
    font-size: 24px;
  }
  .about-img-area .about-img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .counter-mobile .hero-countup-bar {
    position: relative !important;
    background: none;
  }
  .counter-mobile .hero-countup-bar .countup-item .inline-content, .hero-countup-bar .countup-item .odometer, .counter-mobile .hero-countup-bar .countup-item .count-plus, .counter-mobile .hero-countup-bar .countup-item .count-text {
    color: #fff; 
  }
  /* .counter-mobile .count-separator {
  filter: invert(0) brightness(0) !important;
  } */
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.doctor-quote {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 28px 24px;
  color: #f5f1ea;
  z-index: 1;
}
.doctor-quote .q {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.doctor-quote .name {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.doctor-quote .role {
  font-size: 12px;
  color: var(--ink-2);
  margin-top: 4px;
}
.doctor-img-wrap {
  position: relative;
}
.doctor-img-wrap:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(14, 14, 14, 0.7) 100%);
}

.tp-video-wrap {
  position: relative;
  height: 700px;
}
.tp-video-wrap .play-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}


.contact-container {
  position: fixed;
  right: 0;
  bottom: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.call-us, .whatsapp-us {
  background-color: var(--tp-common-black);
  border: 1px solid #eee;
  border-radius: 18px 0 0 18px;
  max-width: 56px;
  margin-bottom: 10px;
  text-align: center;
  padding: 7px 12px;
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}

.call-us a, .whatsapp-us a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #707070;
}

.whatsapp-us img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.call-us svg{
  width: 30px;
  margin-right: 15px;
}

.call-us:hover, .whatsapp-us:hover {
  max-width: 255px;
}

.chat-with-us p {
  margin-bottom: 0;
  line-height: 20px;
  color: #fff;
}

@media (max-width: 575px) {
  .call-us:hover, .whatsapp-us:hover{
    max-width: 50px !important;
  }
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
.iti {
  width: 100%;
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: scroll; */
  background-color: rgb(0 0 0 / .6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.popup-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background-color: #111;
  padding: 25px;
}
@media(min-width:768px) and (max-width:1200px) {
  .popup-content {
    width: 450px
  }
}

@media(min-width: 1200px) {
  .popup-content {
    width: 40%;
  }
}

@media(max-width: 547px) {
  .popup-content {
    width: 95%;
  }
}
.form-trigger {
  cursor: pointer
}
.close {
  color: #fff;
  z-index: 99;
  float: right;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  top: -15px;
  right: 0;
}
/* .close:hover{
color: #000;
} */
.content-column {
  position: relative;
  z-index: 9;
}
.content-column .inner-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 96%;
}
.tp-footer-vp-widget a {
  color: #fff;
}
.underline-white {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.underline-white:hover {
  color: #fff;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.fs-20 {
  font-size: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.contact-section .outer-box {
  position: relative;
  padding: 80px 80px 60px;
  /* margin: 0px 187px; */
  background-color: #111;
}
.content-column .inner-column .title {
  font-size: 32px;
}
@media (max-width: 768px) {
  .contact-section .outer-box {
    padding: 40px 15px !important;
  }
}
@media (max-width: 991.98px) {
    .contact-section .content-column .inner-column .contact-info {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}
/* .form-column {
background-color: #000;
padding: 40px;
} */
/*----------------------------------------
START: Video Testimonial CSS
----------------------------------------*/
.ld-video-testimonial-section {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.ld-video-testimonial-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shape/pattern-2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
}
.ld-vt-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  /* padding: 40px 0; */
}
.ld-vt-card {
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  width: 100%;
}
.ld-vt-track .ld-vt-card {
  width: 33.33%;
}
.ld-vt-circle {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid #d1ab6a;
  padding: 10px;
  transition: all 0.5s ease;
  overflow: visible;
}

.ld-vt-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.ld-vt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  z-index: 2;
  pointer-events: none;
}

.ld-vt-name {
  font-size: 22px;
  color: #d1ab6a;
  margin-bottom: 10px;
  font-weight: 500;
}

.ld-vt-quote {
  font-size: 16px;
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}

/* Active / Hover styling */
/* .ld-vt-card.ld-vt-active .ld-vt-circle,
.ld-vt-card:hover .ld-vt-circle {
width: 200px;
height: 200px;
border-color: #d1ab6a;
box-shadow: 0 0 20px rgba(209, 171, 106, 0.3);
} */

.ld-vt-card.ld-vt-active .ld-vt-quote {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .ld-vt-circle {
    width: 160px;
    height: 160px;
  }
  .ld-vt-card.ld-vt-active .ld-vt-circle {
    width: 220px;
    height: 220px;
  }
}

/* Mobile Swiper */
.ld-vt-mobile-swiper {
  padding-bottom: 50px !important;
}

.ld-vt-pagination {
  bottom: 10px !important;
}

.ld-vt-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.ld-vt-pagination .swiper-pagination-bullet-active {
  background: #d1ab6a;
  opacity: 1;
}

/* Video Modal */
.ld-vt-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ld-vt-modal.active {
  display: flex;
}

.ld-vt-modal-inner {
  position: relative;
  width: auto;
  height: 80vh;
  max-height: 800px;
  max-width: 90vw;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(209, 171, 106, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ld-vt-video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.ld-vt-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.ld-vt-close:hover {
  background: rgba(255, 255, 255, 0.4);
}
/* .tj-before-after-section,
.footer-section {
background-image: url(../images/marble.webp);
background-size: cover;
background-position: center center;
background-attachment: fixed;
position: relative;
z-index: 7;
} */


/************************************/
/*** 	Our Expert css	  ***/
/************************************/

.our-expert{
  position: relative;
  background: url('../images/hero/hero-2.webp') no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 800px;
  align-content: end;
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

/* .our-expert::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.5) 50%);
width: 100%;
height: 100%;
z-index: 1;
} */
.our-expert .container {
  position: relative;
  z-index: 2;
}
.our-expert-section {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
/* .our-expert-content {
max-width: 60%;
} */
/* .our-expert-box {
gap: 15px;
padding: 40px;
} */
.our-expert-content h2 {
  font-size: 46px;
  line-height: 1.4;
  color: #fff;
  margin-top: 50px;
}

.google-review-box-metal {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.google-review-box-metal .icon-box{
  margin-right: 15px;
}
.google-review-box-metal .icon-box img {
  width: 100%;
  max-width: 55px;
}
.google-review-content-header-metal{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-bottom: 0;
}
.google-review-content-header-metal h3{
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
  color: #fff;
}
.google-review-rating-metal i{
  color: #FF9529;
  font-size: 20px;
  letter-spacing: -5px;
}
.google-review-body-metal p {
  margin-bottom: 0;
}

.ld-video-testimonial-section .google-review-box-metal {
  justify-content: center;
}
.ld-video-testimonial-section .google-review-box-metal {
  margin-bottom: 40px;
}

.popup-content .title {
  font-size: 26px;
}
@media (max-width: 575px) {
  .header-contact {
    font-size: 24px;
  }
  .xs-w-24px {
    width: 24px !important;
  }
  .team-item .team-img .team-img-inner {
    height: 350px;
  }
  .our-expert-content h2 {
    font-size: 32px !important;
  }
  .our-expert {
    min-height: 600px !important;
  }
  .tp-video-wrap {
    height: 600px !important;
  }
  .tp-about-thumb-wrapper,
  .doctor-img-wrap {
    margin-bottom: 40px;
  }
}
.w-20px {
  width: 20px;
}