@charset "UTF-8";

/* ========= [ * page-home_3 ]  =========*/
/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #DFE3EC;
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side_menu_style4.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.side_menu_style4.show .side_shape {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  opacity: 1;
}

.side_menu_style4.show .side_shape2 {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
  opacity: 1;
}

.side_menu_style4.show .main_links {
  text-align: center;
  -webkit-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.side_menu_style4 .side_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  -webkit-transform: rotate(-60deg) scale(0.5);
  transform: rotate(-60deg) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side_menu_style4 .side_shape2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  -webkit-transform: rotate(120deg) scale(0.5);
  transform: rotate(120deg) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side_menu_style4 .links_group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}

.side_menu_style4 .main_links {
  text-align: center;
  -webkit-transform: scaleX(1.4) scaleY(1.8);
  transform: scaleX(1.4) scaleY(1.8);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.side_menu_style4 .main_links .main_link {
  font-size: calc(3vw + 15px);
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.side_menu_style4 .main_links .main_link:hover {
  text-decoration: underline;
}

.side_menu_style4 .social_links a {
  font-size: 24px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  border-bottom: 3px solid transparent;
}

.side_menu_style4 .social_links a:hover {
  border-color: #000;
}

.side_menu_style4 .clss {
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
}

.side_menu4_overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-orange1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.side_menu4_overlay.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.side_menu4_overlay2 {
  position: absolute;
  z-index: 80;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-orange1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side_menu4_overlay2.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* --------------- inner-navbar-style1 --------------- */
.inner-navbar-style1 {
  position: relative;
  padding: 50px 4vw;
}

.inner-navbar-style1 .logo {
  width: 100px;
}

.inner-navbar-style1 .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
  text-transform: capitalize;
}

.inner-navbar-style1 .nav-side {
  position: relative;
}

.inner-navbar-style1 .nav-side a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.inner-navbar-style1 .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px #fff1;
  box-shadow: 5px 5px 20px #fff1;
  right: 0;
  top: calc(100% + 15px);
  width: 100%;
  min-width: 250px;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
}

.inner-navbar-style1 .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.inner-navbar-style1 .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-navbar-style1 .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #9993;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}

.inner-navbar-style1 .nav-search-box .form-group button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid #9993;
  background-color: #9993;
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner-navbar-style1 .nav-search-box .form-group button:hover {
  background-color: var(--color-orange1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .inner-navbar-style1 .navbar-nav {
    margin-top: 30px;
  }

  .inner-navbar-style1 .navbar-nav .nav-link {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }

  .inner-navbar-style1 .ms-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
}

/* --------------- portfolio pg style1 --------------- */
.portfolio-pg-style1 {
  position: relative;
}

.portfolio-pg-style1 .tc-featured-cases-style1 {
  padding: 120px 0;
}

.portfolio-pg-style1 .tc-featured-cases-style1 .tab-content {
  position: relative;
}

.portfolio-pg-style1 .tc-featured-cases-style1 .tab-content * {
  cursor: none;
}

.portfolio-pg-style1 .tc-featured-cases-style1 .tab-content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: all 0.02 linear;
  transition: all 0.02 linear;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}

.portfolio-pg-style1 .tc-featured-cases-style1 .tab-content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (min-width: 1200px) {
  .portfolio-pg-style1 .tc-featured-cases-style1 .content {
    -webkit-margin-start: calc((100vw - 1320px) / 2);
    margin-inline-start: calc((100vw - 1320px) / 2);
  }
}

.portfolio-pg-style1 .tc-featured-cases-style1 .content .nav-pills .nav-link {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
  text-transform: capitalize;
}

.portfolio-pg-style1 .tc-featured-cases-style1 .content .nav-pills .nav-link.active {
  color: var(--color-orange1);
}

.portfolio-pg-style1 .tc-featured-cases-style1 .content .cases-slider {
  position: relative;
  overflow: hidden;
}

.portfolio-pg-style1 .tc-featured-cases-style1 .content .case-card .img {
  display: block;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}

.portfolio-pg-style1 .tc-featured-cases-style1 .content .case-card .info {
  padding-top: 30px;
}

.portfolio-pg-style1 .filter-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scroll-behavior: smooth;
}

/* Scrollbar gizle (Tüm tarayıcılar için uyumlu) */
.portfolio-pg-style1 .filter-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.portfolio-pg-style1 .filter-scroll-wrapper {
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
}

.portfolio-pg-style1 .filter-scroll-wrapper .links {
  display: flex;
  gap: 16px;
  min-width: max-content;
}

.portfolio-pg-style1 .filter-scroll-wrapper .filter-btn {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 12px 20px;
  background-color: #f4f4f4;
  border-radius: 999px;
  color: #444;
  white-space: nowrap;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid transparent;
}

.portfolio-pg-style1 .filter-scroll-wrapper .filter-btn.active {
  background-color: var(--color-orange1);
  color: #fff;
  border-color: var(--color-orange1);
}

.portfolio-pg-style1 .tc-latest-cases-style1 .content {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .portfolio-pg-style1 .filter-scroll-wrapper .links {
    gap: 0px;
  }
}

.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card {
  position: relative;
  margin-bottom: 100px;
}

.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card .img {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}

.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card .info {
  padding-top: 30px;
}

.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card .info .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

@media screen and (max-width: 991px) {
  .portfolio-pg-style1 .tc-featured-cases-style1 {
    padding: 80px 0;
  }

  .portfolio-pg-style1 .tc-featured-cases-style1 .content {
    padding: 0 15px;
  }

  .portfolio-pg-style1 .tc-featured-cases-style1 .content .nav-pills .nav-link {
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-weight: bold;
  }

  .portfolio-pg-style1 .tc-featured-cases-style1 .content .case-card .img {
    height: 300px;
  }

  .portfolio-pg-style1 .tc-latest-cases-style1 .filter .links a {
    margin-bottom: 10px;
    font-size: 19px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-weight: 400;
  }

  .portfolio-pg-style1 .filter-scroll-wrapper .filter-btn {
    padding: 14px 20px !important;
  }

  .portfolio-pg-style1 .tc-latest-cases-style1 .content {
    padding: 80px 0;
  }

  .portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card {
    margin-bottom: 50px;
  }

  .portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card .img {
    height: 250px;
  }

  .s-project-pg-style1 .tc-inner-header-style1 .js-title {
    font-size: 45px !important;
  }
}

/* --------------- footer style1 --------------- */
.s-project-pg-style1 .tc-inner-header-style1 .js-title {
  font-size: 60px;
}

.s-project-pg-style1 .tc-project-style1 .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.s-project-pg-style1 .tc-project-style1 .main-info {
  padding: 150px 0;
}

.s-project-pg-style1 .tc-project-style1 .main-info .title {
  font-size: 150px;
  font-weight: 500;
  line-height: 150px;
  letter-spacing: -0.05em;
}

.s-project-pg-style1 .tc-project-style1 .main-img {
  height: 900px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.s-project-pg-style1 .tc-project-style1 .main-img img {
  max-height: unset;
  height: 200%;
  -o-object-position: top;
  object-position: top;
  margin-top: -25%;
}

.s-project-pg-style1 .tc-project-style1 .description {
  position: relative;
  padding: 80px 0;
  border-radius: 30px 30px 0 0;
  margin-top: -10px;
  z-index: 10;
  background-color: #fff;
}

.s-project-pg-style1 .tc-project-style1 .sticky-box {
  position: sticky;
  top: 80px;
}

/* NAVIGATION LIST */
.s-project-pg-style1 .tc-project-style1 .sector-nav-list {
  list-style: none;
  padding: 15px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #F1EEE9;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
}

.s-project-pg-style1 .tc-project-style1 .sector-nav-list li+li {
  border-top: 1px solid #eee;
}

.s-project-pg-style1 .tc-project-style1 .sector-nav-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.s-project-pg-style1 .tc-project-style1 .sector-nav-list a i {
  font-size: 14px;
  color: var(--color-orange1);
  transition: transform 0.3s ease;
}

.s-project-pg-style1 .tc-project-style1 .sector-nav-list a:hover {
  background-color: #f5f5f3;
  font-weight: 600;
  color: #000;
}

.s-project-pg-style1 .tc-project-style1 .sector-nav-list a:hover i,
.s-project-pg-style1 .tc-project-style1 .sector-nav-list a.active i {
  transform: translateX(4px);
}

.s-project-pg-style1 .tc-project-style1 .sector-nav-list a.active {
  background-color: #f1f1f1;
  font-weight: 600;
  color: #000;
}

/* PHONE BOX */
.s-project-pg-style1 .tc-project-style1 .sector-contact-box {
  background-color: #F1EEE9;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

.s-project-pg-style1 .tc-project-style1 .sector-contact-box .icon {
  background: var(--color-orange1);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
}

.s-project-pg-style1 .tc-project-style1 .sector-contact-box .text small {
  font-size: 15px;
  color: #999;
}

.s-project-pg-style1 .tc-project-style1 .sector-contact-box .text a {
  font-size: 18px;
}


.s-project-pg-style1 .tc-project-style1 .services {
  position: relative;
}

.s-project-pg-style1 .tc-project-style1 .services .line {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 45%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}

.s-project-pg-style1 .tc-project-style1 .services .line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.s-project-pg-style1 .tc-project-style1 .main-slider-img {
  position: relative;
  margin-top: -30px;
  border-radius: 30px 30px 0 0;
  z-index: 10;
  overflow: hidden;
}

.s-project-pg-style1 .tc-project-style1 .main-slider-img .img {
  height: 900px;
}

.s-project-pg-style1 .tc-project-style1 .main-slider-img .arrows {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  padding: 5px 15px;
  border-radius: 30px;
  z-index: 20;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.s-project-pg-style1 .tc-project-style1 .main-slider-img .arrows .swiper-button-prev,
.s-project-pg-style1 .tc-project-style1 .main-slider-img .arrows .swiper-button-next {
  position: static;
  margin: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.s-project-pg-style1 .tc-project-style1 .main-slider-img .arrows .swiper-button-prev::after,
.s-project-pg-style1 .tc-project-style1 .main-slider-img .arrows .swiper-button-next::after {
  font-size: 10px;
  color: #fff;
}

.s-project-pg-style1 .tc-project-style1 .main-slider-img .arrows .swiper-pagination {
  position: static;
  margin-bottom: 4px;
}

.s-project-pg-style1 .tc-project-style1 .main-slider-img .arrows .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #fff;
  margin: 0 10px;
}

.s-project-pg-style1 .tc-project-style1 .main-slider-img .arrows .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-orange1);
}

.s-project-pg-style1 .tc-testimonials-style1 {
  position: relative;
  padding: 150px 0;
}

.s-project-pg-style1 .tc-testimonials-style1 .c-line {
  position: absolute;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25%;
  z-index: 5;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.s-project-pg-style1 .tc-testimonials-style1 .c-line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.s-project-pg-style1 .tc-testimonials-style1 .lg-icon {
  font-size: 170px;
  -webkit-margin-start: -15px;
  margin-inline-start: -15px;
  display: block;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 {
  position: relative;
  overflow: hidden;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
  position: relative;
  overflow: hidden;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #ccc;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .author .au-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next,
.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next::after,
.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev::after {
  color: #000;
  font-size: 12px;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next:hover::after,
.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev:hover::after {
  color: var(--color-orange1);
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {
  position: static;
  margin: 0 10px;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}

.s-project-pg-style1 .tc-related-projects-style1 {
  padding: 120px 0;
}

.s-project-pg-style1 .tc-related-projects-style1 .tab-content {
  position: relative;
}

.s-project-pg-style1 .tc-related-projects-style1 .tab-content * {
  cursor: none;
}

.s-project-pg-style1 .tc-related-projects-style1 .tab-content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: all 0.02 linear;
  transition: all 0.02 linear;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}

.s-project-pg-style1 .tc-related-projects-style1 .tab-content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (min-width: 1200px) {
  .s-project-pg-style1 .tc-related-projects-style1 .content {
    -webkit-margin-start: calc((100vw - 1320px) / 2);
    margin-inline-start: calc((100vw - 1320px) / 2);
  }
}

.s-project-pg-style1 .tc-related-projects-style1 .content .nav-pills .nav-link {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
  text-transform: capitalize;
}

.s-project-pg-style1 .tc-related-projects-style1 .content .nav-pills .nav-link.active {
  color: var(--color-orange1);
}

.s-project-pg-style1 .tc-related-projects-style1 .content .cases-slider {
  position: relative;
  overflow: hidden;
}

.s-project-pg-style1 .tc-related-projects-style1 .content .case-card .img {
  display: block;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}

.s-project-pg-style1 .tc-related-projects-style1 .content .case-card .info {
  padding-top: 30px;
}

.s-project-pg-style1 .tc-related-projects-style1 .content .case-card .info .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.s-project-pg-style1 .tc-chat-style1 {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F1EEE9), color-stop(#f1eee9cc), to(transparent));
  background-image: linear-gradient(to top, #F1EEE9, #f1eee9cc, transparent);
}

.s-project-pg-style1 .tc-chat-style1 .content {
  position: relative;
  padding: 150px 0;
  border-top: 1px solid #ccc;
}

.s-project-pg-style1 .tc-chat-style1 .c-line {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 60%;
  pointer-events: none;
  height: 450px;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}

.s-project-pg-style1 .tc-chat-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.s-project-pg-style1 .tc-chat-style1 .xl-text {
  font-size: 120px;
  font-weight: 500;
  position: relative;
  z-index: 10;
  line-height: 1;
  color: var(--color-orange1);
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .s-project-pg-style1 .fsz-45 {
    font-size: 25px !important;
  }

  .s-project-pg-style1 .tc-testimonials-style1 {
    padding: 50px 0;
  }

  .s-project-pg-style1 .tc-testimonials-style1 .lg-icon {
    font-size: 120px;
  }

  .s-project-pg-style1 .tc-chat-style1 .xl-text {
    font-size: 35px;
  }

  .s-project-pg-style1 .tc-project-style1 .main-info {
    padding: 100px 0;
  }

  .s-project-pg-style1 .tc-project-style1 .main-info .title {
    font-size: 65px;
    line-height: 75px;
  }

  .s-project-pg-style1 .tc-project-style1 .main-img {
    height: 400px;
  }

  .s-project-pg-style1 .tc-project-style1 .main-img img {
    -o-object-position: center;
    object-position: center;
  }

  .s-project-pg-style1 .tc-project-style1 .th-600 {
    height: 400px !important;
  }

  .s-project-pg-style1 .tc-project-style1 .main-slider-img .img {
    height: 400px;
  }

  .s-project-pg-style1 .tc-related-projects-style1 .content {
    padding: 15px;
  }

  .s-project-pg-style1 .tc-related-projects-style1 .content .case-card .img {
    height: 400px;
  }

  .s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
    padding-bottom: 80px;
  }

  .s-project-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .clients-slider1 .slider-controls {
    right: auto;
    left: 0;
  }
}

/* --------------- s-project-pg-style2 --------------- */
.s-project-pg-style2 .s-header-style2 {
  position: relative;
  height: 900px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 100px 0;
  color: #fff;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.s-project-pg-style2 .s-header-style2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c8), color-stop(#0005), to(transparent));
  background-image: linear-gradient(to top, #000000c8, #0005, transparent);
}

.s-project-pg-style2 .s-header-style2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  max-height: unset;
  height: 200%;
  -o-object-position: top;
  object-position: top;
  margin-top: -25%;
  -webkit-transition: all linear;
  transition: all linear;
}

.s-project-pg-style2 .s-header-style2 .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.s-project-pg-style2 .s-header-style2 .title {
  font-size: 150px;
  font-weight: 500;
  line-height: 150px;
  letter-spacing: -0.05em;
  margin-top: 30px;
}

.s-project-pg-style2 .tc-main-info-style2 {
  position: relative;
  z-index: 10;
  background-color: #F1EEE9;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  padding: 150px 0 180px;
}

.s-project-pg-style2 .tc-main-info-style2 .imgs {
  margin-top: 100px;
}

.s-project-pg-style2 .tc-main-info-style2 .imgs .sm-img {
  position: relative;
  width: 330px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 50px;
}

.s-project-pg-style2 .tc-main-info-style2 .imgs .sm-img img {
  position: absolute;
  left: 0;
  top: -100%;
  height: 300%;
  width: 100%;
  max-height: none;
  -webkit-transition: all linear;
  transition: all linear;
}

.s-project-pg-style2 .tc-main-info-style2 .imgs .lg-img {
  position: relative;
  height: 630px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 50px;
}

.s-project-pg-style2 .tc-main-info-style2 .imgs .lg-img img {
  position: absolute;
  left: 0;
  top: -100%;
  height: 300%;
  width: 100%;
  max-height: none;
  -webkit-transition: all linear;
  transition: all linear;
}

.s-project-pg-style2 .tc-challenge-style2 {
  position: relative;
  padding: 150px 0;
  z-index: 20;
  background-color: #fff;
  margin-top: -30px;
  border-radius: 30px 30px 0 0;
}

.s-project-pg-style2 .tc-challenge-style2 .content {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .s-project-pg-style2 .tc-challenge-style2 .content {
    -webkit-margin-start: calc((100vw - 1320px) / 2);
    margin-inline-start: calc((100vw - 1320px) / 2);
  }
}

.s-project-pg-style2 .tc-challenge-style2 .content * {
  cursor: none;
}

.s-project-pg-style2 .tc-challenge-style2 .content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: all 0.02 linear;
  transition: all 0.02 linear;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}

.s-project-pg-style2 .tc-challenge-style2 .content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.s-project-pg-style2 .tc-challenge-style2 .content .cases-slider {
  position: relative;
  overflow: hidden;
}

.s-project-pg-style2 .tc-challenge-style2 .content .case-card .img {
  display: block;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}

.s-project-pg-style2 .tc-testimonials-style2 .content {
  padding: 150px 0;
  border-top: 1px solid #ccc;
}

.s-project-pg-style2 .tc-testimonials-style2 .content .testi-slider {
  position: relative;
  overflow: hidden;
}

.s-project-pg-style2 .tc-testimonials-style2 .content .testi-slider .testi-card {
  text-align: center;
}

.s-project-pg-style2 .tc-testimonials-style2 .content .testi-slider .testi-card .text {
  font-size: 70px;
  font-family: "Instrument Serif", serif;
  line-height: 1.1;
}

.s-project-pg-style2 .main-video {
  height: 900px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.s-project-pg-style2 .main-video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.s-project-pg-style1 .tc-contact-style2 {
  position: relative;
  padding: 110px 0;
  background-color: #F1EEE9;
  z-index: 10;
  border-radius: 30px 30px 0 0;
}

.s-project-pg-style1 .tc-contact-style2 .form {
  display: block;
}

.s-project-pg-style1 .tc-contact-style2 .form label {
  display: block;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.s-project-pg-style1 .tc-contact-style2 .form .form-control {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 14px;
}

.s-project-pg-style1 .tc-contact-style2 .form .form-control:hover,
.s-project-pg-style1 .tc-contact-style2 .form .form-control:focus {
  border-color: #000;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content {
  position: relative;
  cursor: none;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content * {
  cursor: none;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 160px;
  height: 160px;
  background-color: var(--color-orange1);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.1s ease;
  transition: opacity 0.5s linear, -webkit-transform 0.1s ease;
  transition: opacity 0.5s linear, transform 0.1s ease;
  transition: opacity 0.5s linear, transform 0.1s ease, -webkit-transform 0.1s ease;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content .float-cursor .icon {
  font-size: 70px;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.s-project-pg-style1 .tc-contact-style2 .marq-content .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 200px 0 150px;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content .marq-slider a {
  font-size: 150px;
  line-height: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}

.s-project-pg-style1 .tc-contact-style2 .marq-content .marq-slider a:hover {
  color: #000;
}

.tc-contact-style2 .person-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.tc-contact-style2 .person-box:hover {
  background-color: #f1f1f1;
  transform: translateY(-2px);
}

.tc-contact-style2 .avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 4px #fff;
}

.tc-contact-style2 .details h6 {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
}

.tc-contact-style2 .details .position {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin: 4px 0;
}

.tc-contact-style2 .details .description {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.tc-contact-style2 .details .contacts a {
  color: #1e1e1e;
  font-size: 16px;
  margin-right: 12px;
  transition: color 0.3s ease;
}

.tc-contact-style2 .details .contacts a:hover {
  color: #e76a24;
}


@media screen and (max-width: 991px) {
  .s-project-pg-style2 .s-header-style2 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .s-project-pg-style2 .s-header-style2 .title {
    font-size: 50px;
    line-height: 60px;
  }

  .s-project-pg-style2 .marq-slider a {
    font-size: 50px !important;
  }

  .s-project-pg-style2 .tc-main-info-style2 .imgs .lg-img {
    height: 400px;
  }

  .s-project-pg-style2 .tc-challenge-style2 .content {
    padding: 15px;
  }

  .s-project-pg-style2 .tc-challenge-style2 .content .case-card .img {
    height: 400px;
  }

  .s-project-pg-style2 .tc-testimonials-style2 .content .testi-slider .testi-card .text {
    font-size: 30px;
  }

  .s-project-pg-style2 .main-video {
    height: 400px;
  }
}

/* --------------- portfolio pg style1 --------------- */
.blog-pg-style1 {
  position: relative;
}

.blog-pg-style1 .tc-main-slider-style1 {
  padding: 150px 3vw 0;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider {
  position: relative;
  overflow: hidden;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .swiper-slide-active .slider-card .content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows {
  position: absolute;
  right: 10vw;
  bottom: 80px;
  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;
  background-color: #000;
  padding: 15px 10px;
  border-radius: 30px;
  z-index: 20;
  min-width: 140px;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows .swiper-button-prev,
.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows .swiper-button-next {
  position: static;
  margin: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows .swiper-button-prev::after,
.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows .swiper-button-next::after {
  font-size: 10px;
  color: #fff;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .swiper-pagination {
  position: absolute;
  color: #fff;
  left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: calc(10vw + 58px);
  bottom: 90px;
  z-index: 50;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card {
  position: relative;
  height: 800px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  border-radius: 30px;
  overflow: hidden;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000af), color-stop(#0000005c), to(transparent));
  background-image: linear-gradient(to top, #000000af, #0000005c, transparent);
  z-index: 1;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding: 70px 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-pg-style1 .tc-latest-posts-style1 .content {
  position: relative;
  padding: 150px 0;
  border-bottom: 1px solid #ccc;
}

.blog-pg-style1 .tc-latest-posts-style1 .content .arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-prev,
.blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-next {
  position: static;
  margin: 0;
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}

.blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-prev::after,
.blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-next::after {
  font-size: 18px;
  color: #000;
}

.blog-pg-style1 .tc-latest-posts-style1 .content .posts-slider {
  position: relative;
  overflow: hidden;
}

.blog-pg-style1 .tc-latest-posts-style1 .content .post-card:hover .img img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.blog-pg-style1 .tc-latest-posts-style1 .content .post-card .img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  transition: all 10s linear;
}

.blog-pg-style1 .tc-filter-posts-style1 {
  position: relative;
  padding: 150px 0;
}

.blog-pg-style1 .tc-filter-posts-style1 .filter .links a {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
  text-transform: uppercase;
}

.blog-pg-style1 .tc-filter-posts-style1 .filter .links a.active {
  color: var(--color-orange1);
}

.blog-pg-style1 .tc-filter-posts-style1 .search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #222;
}

.blog-pg-style1 .tc-filter-posts-style1 .search-group .form-control {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
  font-size: 14px;
}

.blog-pg-style1 .tc-filter-posts-style1 .search-group button {
  border: 0;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .blog-pg-style1 .tc-main-slider-style1 {
    padding-top: 100px;
  }

  .blog-pg-style1 .fsz-45 {
    font-size: 25px !important;
  }

  .blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card {
    height: 400px;
  }

  .blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows {
    bottom: 15px;
  }

  .blog-pg-style1 .tc-main-slider-style1 .main-slider .swiper-pagination {
    bottom: 25px;
  }

  .blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-prev,
  .blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-next {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }

  .blog-pg-style1 .tc-latest-posts-style1 .content {
    padding: 100px 0;
  }

  .blog-pg-style1 .tc-filter-posts-style1 {
    padding: 100px 0;
  }

  .blog-pg-style1 .tc-filter-posts-style1 .filter .links a {
    font-size: 12px;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    font-weight: bold;
  }
}

/* --------------- portfolio pg style1 --------------- */
.post-pg-style1 {
  position: relative;
}

.post-pg-style1 .tc-main-img-style1 {
  position: relative;
}

.post-pg-style1 .tc-main-img-style1 .main-img {
  height: 900px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.post-pg-style1 .tc-main-img-style1 .main-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c8), color-stop(#00000079), to(transparent));
  background-image: linear-gradient(to top, #000000c8, #00000079, transparent);
}

.post-pg-style1 .tc-main-img-style1 .main-img img {
  max-height: unset;
  height: 200%;
  -o-object-position: top;
  object-position: top;
  margin-top: -25%;
  -webkit-transition: all linear;
  transition: all linear;
}

.post-pg-style1 .tc-main-img-style1 .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding: 120px 0;
  text-align: center;
}

.post-pg-style1 .tc-main-img-style1 .content .title {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -0.03em;
}

.post-pg-style1 .tc-post-content-style1 {
  position: relative;
  padding: 110px 0;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  z-index: 20;
}

.post-pg-style1 .tc-post-content-style1 .breadcromb {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
  margin-bottom: 90px;
}

.post-pg-style1 .tc-post-content-style1 .breadcromb .icon {
  margin: 0 5px;
}

.post-pg-style1 .tc-post-content-style1 .breadcromb a:last-of-type {
  opacity: 0.7;
}

.post-pg-style1 .tc-post-content-style1 .lg-letter {
  font-size: 90px;
  line-height: 55px;
  letter-spacing: -0.03em;
  color: #000;
  float: left;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.post-pg-style1 .tc-post-content-style1 .share-content .tags a {
  font-size: 12px;
  color: #000;
  background-color: #EBEBF3;
  padding: 5px 10px;
  border-radius: 30px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  font-weight: 500;
}

.post-pg-style1 .tc-post-content-style1 .share-content .tags a:hover {
  background-color: var(--color-orange1);
  color: #fff;
}

.post-pg-style1 .tc-post-content-style1 .share-content .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-pg-style1 .tc-post-content-style1 .share-content .share .links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  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;
  font-size: 13px;
}

.post-pg-style1 .tc-post-content-style1 .share-content .share .links a:hover {
  border-color: var(--color-orange1);
  background-color: var(--color-orange1);
  color: #fff;
}

.post-pg-style1 .tc-post-content-style1 .editor {
  margin-top: 110px;
  position: relative;
  padding: 80px 0;
  border-top: 1px solid #ccc;
}

.post-pg-style1 .tc-post-content-style1 .editor .img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}

.post-pg-style1 .tc-post-content-style1 .editor .social-links {
  position: relative;
  margin-top: 30px;
}

.post-pg-style1 .tc-post-content-style1 .editor .social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  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;
  font-size: 13px;
}

.post-pg-style1 .tc-post-content-style1 .editor .social-links a:hover {
  border-color: var(--color-orange1);
  background-color: var(--color-orange1);
  color: #fff;
}

.post-pg-style1 .tc-post-content-style1 .related-posts {
  position: relative;
  padding: 110px 0 30px;
  border-top: 1px solid #ccc;
}

.post-pg-style1 .tc-post-content-style1 .related-posts .arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.post-pg-style1 .tc-post-content-style1 .related-posts .arrows .swiper-button-prev,
.post-pg-style1 .tc-post-content-style1 .related-posts .arrows .swiper-button-next {
  position: static;
  margin: 0;
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}

.post-pg-style1 .tc-post-content-style1 .related-posts .arrows .swiper-button-prev::after,
.post-pg-style1 .tc-post-content-style1 .related-posts .arrows .swiper-button-next::after {
  font-size: 18px;
  color: #000;
}

.post-pg-style1 .tc-post-content-style1 .related-posts .related-slider {
  position: relative;
  overflow: hidden;
}

.post-pg-style1 .tc-comments-style1 {
  position: relative;
  background-color: #F1EEE9;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  z-index: 40;
  padding: 110px 0;
}

.post-pg-style1 .tc-comments-style1 .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}

.post-pg-style1 .tc-comments-style1 .form-control:hover,
.post-pg-style1 .tc-comments-style1 .form-control:focus {
  border-color: #000;
}

@media screen and (max-width: 991px) {
  .post-pg-style1 .th-450 {
    height: 300px !important;
  }

  .post-pg-style1 .fsz-45 {
    font-size: 30px !important;
  }

  .post-pg-style1 .tc-main-img-style1 .main-img {
    height: 400px;
  }

  .post-pg-style1 .tc-main-img-style1 .content .title {
    font-size: 40px;
    line-height: 60px;
  }

  .post-pg-style1 .tc-post-content-style1 .breadcromb {
    display: block;
  }

  .post-pg-style1 .tc-post-content-style1 .share-content .tags a {
    margin-bottom: 10px;
  }

  .post-pg-style1 .tc-post-content-style1 .related-posts .arrows .swiper-button-prev,
  .post-pg-style1 .tc-post-content-style1 .related-posts .arrows .swiper-button-next {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }

  .post-pg-style1 .comment-replay-cont .d-flex {
    display: block !important;
  }

  .post-pg-style1 .comment-replay-cont .ms-90 {
    -webkit-margin-start: 30px !important;
    margin-inline-start: 30px !important;
  }
}

/* --------------- portfolio pg style1 --------------- */
.contact-pg-style1 {
  position: relative;
}

.contact-pg-style1 .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ccc;
  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;
  margin: 0 5px;
}

.contact-pg-style1 .social-icons a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}

.contact-pg-style1 .tc-map-style1 {
  position: relative;
  padding: 90px 4vw 120px;
  border-radius: 0 0 30px 30px;
  margin-bottom: -30px;
  background-color: #fff;
  z-index: 10;
}

.contact-pg-style1 .tc-map-style1 .map-card {
  border-radius: 15px;
  overflow: hidden;
  height: 700px;
}

.contact-pg-style1 .tc-map-style1 .map-card iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -6px;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}

.contact-pg-style1 .tc-contact-form-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #F1EEE9;
  overflow: hidden;
}

.contact-pg-style1 .tc-contact-form-style1 .form {
  display: block;
}

.contact-pg-style1 .tc-contact-form-style1 .form label {
  display: block;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}

.contact-pg-style1 .tc-contact-form-style1 .form .form-control {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 14px;
}

.contact-pg-style1 .tc-contact-form-style1 .form .form-control:hover,
.contact-pg-style1 .tc-contact-form-style1 .form .form-control:focus {
  border-color: #000;
}

.contact-pg-style1 .tc-contact-form-style1 .shap {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 55%;
}

@media screen and (max-width: 991px) {
  .contact-pg-style1 .tc-map-style1 .map-card {
    height: 400px;
  }
}

/* --------------- about pg style1 --------------- */
.about-pg-style1 {
  position: relative;
  /* ------ navbar ------- */
  /* ------ header ------- */
  /* --------------- about style7 --------------- */
  /* --------------- process style2 --------------- */
  /* --------------- footer style2 --------------- */
  /* --------------- awards style2 --------------- */
}

.about-pg-style1 .inner-navbar-style1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.about-pg-style1 .inner-navbar-style1 .navbar-nav .nav-link {
  color: #fff;
}

.about-pg-style1 .inner-navbar-style1 .nav-side a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .about-pg-style1 .inner-navbar-style1 {
    position: relative;
    background-color: #000;
    padding: 15px;
  }
}

.about-pg-style1 .tc-header-preview {
  position: relative;
}

.about-pg-style1 .tc-header-preview .slider-card {
  position: relative;
}

.about-pg-style1 .tc-header-preview .slider-card .img {
  height: 700px;
  position: relative;
  min-height: 100vh;
}

.about-pg-style1 .tc-header-preview .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 40%;
  pointer-events: none;
}

.about-pg-style1 .tc-header-preview .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 20;
  color: #fff;
}

.about-pg-style1 .tc-header-preview .slider-card .info h1 {
  font-size: calc(8vw + 15px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-pg-style1 .tc-header-preview .features-txt {
  font-size: 16px;
  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;
  color: #fff;
  margin-top: 50px;
}

.about-pg-style1 .tc-header-preview .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 90px 0 auto;
  bottom: -80px;
}

.about-pg-style1 .tc-header-preview .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "Instrument Serif", serif;
}

.about-pg-style1 .tc-header-preview .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.about-pg-style1 .tc-header-preview .rotate-box .rotate-circle {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px);
}

.about-pg-style1 .tc-header-preview .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.about-pg-style1 .tc-header-preview .float-social-links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1vw;
  z-index: 20;
}

.about-pg-style1 .tc-header-preview .float-social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00000045;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}

.about-pg-style1 .tc-header-preview .float-social-links a:hover {
  background-color: var(--color-orange1);
}

.about-pg-style1 .tc-header-preview .float-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1vw;
  z-index: 20;
}

.about-pg-style1 .tc-header-preview .float-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00000045;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}

.about-pg-style1 .tc-header-preview .float-icons a:hover {
  background-color: var(--color-orange1);
}

@media screen and (max-width: 991px) {
  .about-pg-style1 .tc-header-preview {
    overflow: hidden;
  }

  .about-pg-style1 .tc-header-preview .features-txt {
    display: block;
    line-height: 2.2;
  }

  .about-pg-style1 .tc-header-preview .info {
    padding-bottom: 100px;
  }

  .about-pg-style1 .tc-header-preview .float-icons {
    top: 50px;
    width: 100%;
  }

  .about-pg-style1 .tc-header-preview .float-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-pg-style1 .tc-header-preview .float-icons ul a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .about-pg-style1 .tc-header-preview .float-social-links {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .about-pg-style1 .tc-header-preview .float-social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-pg-style1 .tc-header-preview .float-social-links ul a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .about-pg-style1 .tc-header-preview .slider-card .img {
    height: 800px;
  }

  .about-pg-style1 .tc-header-preview .rotate-box {
    display: none;
  }

  .about-pg-style1 .tc-header-preview .slider-card .img {
    height: 600px;
  }
}


.about-pg-style1 .tc-about-style7 {
  position: relative;
  padding: 130px 0;
}

.about-pg-style1 .tc-about-style7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 30px;
}

.about-pg-style1 .tc-about-style7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80px;
}

.about-pg-style1 .tc-about-style7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.about-pg-style1 .tc-about-style7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.about-pg-style1 .tc-about-style7 .numbers .number-card {
  position: relative;
  margin-bottom: 75px;
}

.about-pg-style1 .tc-about-style7 .numbers .number-card h2 {
  font-size: 60px;
  color: var(--color-orange1);
  font-weight: 400;
  margin-bottom: 15px;
}

.about-pg-style1 .tc-about-style7 .numbers .number-card small {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
}

@media screen and (max-width: 991px) {
  .about-pg-style1 .tc-about-style7 {
    padding: 50px 0;
    overflow: hidden;
  }
}

.about-pg-style1 .tc-process-style2 {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

.about-pg-style1 .tc-process-style2 .container {
  position: relative;
  z-index: 10;
}

.about-pg-style1 .tc-process-style2 .bg {
  position: absolute;
  left: 0;
  top: -15%;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
  object-fit: cover;
  background-image: url(../img/prc_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-height: inherit;
}

.about-pg-style1 .tc-process-style2 .accordion-item {
  border: 0;
  border-radius: 20px;
  margin-bottom: 5px;
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 30px;
  border: 0;
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button:not(.collapsed) h3 {
  color: var(--color-orange1);
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button h3 {
  font-size: 24px;
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button .num {
  font-size: 24px;
  color: #999;
  font-weight: 200;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  font-family: "Instrument Serif", serif;
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-body {
  -webkit-padding-start: 85px;
  padding-inline-start: 85px;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  padding-top: 0;
  padding-bottom: 30px;
}

.about-pg-style1 .tc-process-style2 .accordion-item .accordion-body .text {
  font-size: 15px;
  color: #666;
}

.about-pg-style1 .tc-process-style2 .imgs {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about-pg-style1 .tc-process-style2 .imgs .img {
  position: relative;
  margin: 0 auto;
}

.about-pg-style1 .tc-process-style2 .imgs .img img {
  border-radius: 50%;
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(1) {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(1) .txt {
  font-size: 35px;
  position: absolute;
  top: 65px;
  right: -65px;
  z-index: 10;
  border: 1px solid #ccc;
  background-color: #F1EEE9;
  border-radius: 15px;
  padding: 0 30px;
  text-transform: capitalize;
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(2) {
  position: absolute;
  right: -100px;
  top: 150px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(2)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
  background-image: linear-gradient(to top, #000000c5, transparent);
  border-radius: 50%;
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(2) .txt {
  font-size: 25px;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(3) {
  position: absolute;
  left: 70px;
  top: 300px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(3)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
  background-image: linear-gradient(to top, #000000c5, transparent);
  border-radius: 50%;
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(3) .txt {
  font-size: 30px;
  position: absolute;
  bottom: 15px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(4) {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin-top: 40px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(4) .txt {
  font-size: 30px;
  position: absolute;
  top: 65px;
  left: -65px;
  z-index: 10;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  padding: 5px 30px;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .about-pg-style1 .tc-process-style2 {
    padding: 80px 0;
  }

  .about-pg-style1 .tc-process-style2 .imgs {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-pg-style1 .tc-process-style2 .imgs .img {
    width: 48% !important;
    height: 250px !important;
    border-radius: 30px !important;
    margin: 1% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }

  .about-pg-style1 .tc-process-style2 .imgs .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
    background-image: linear-gradient(to top, #000000c5, transparent);
    border-radius: 30px !important;
  }

  .about-pg-style1 .tc-process-style2 .imgs .img img {
    border-radius: 30px !important;
  }

  .about-pg-style1 .tc-process-style2 .imgs .img .txt {
    font-size: 19px !important;
    position: absolute !important;
    top: auto !important;
    bottom: 15px !important;
    right: 50% !important;
    -webkit-transform: translateX(50%) !important;
    transform: translateX(50%) !important;
    z-index: 10 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    background-color: transparent !important;
    border: 0 !important;
  }
}

.about-pg-style1 .tc-projects-style2 {
  position: relative;
  padding-top: 110px;
}

.about-pg-style1 .tc-projects-style2 .tabs-links .nav-pills .nav-link {
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  text-transform: capitalize;
  color: #666;
}

.about-pg-style1 .tc-projects-style2 .tabs-links .nav-pills .nav-link.active,
.about-pg-style1 .tc-projects-style2 .tabs-links .nav-pills .nav-link:hover {
  color: #000;
}

.about-pg-style1 .tc-projects-style2 .projects-slider-content {
  padding: 0 3vw;
  position: relative;
  overflow: hidden;
}

.about-pg-style1 .tc-projects-style2 .projects-slider-content .projects-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.about-pg-style1 .tc-projects-style2 .projects-slider-content .projects-slider .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.about-pg-style1 .tc-projects-style2 .projects-slider-content .projects-slider .controls .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: static;
}

.about-pg-style1 .tc-projects-style2 .projects-slider-content .projects-slider .controls .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  border-radius: 0;
  background-color: #ccc;
  opacity: 1;
}

.about-pg-style1 .tc-projects-style2 .projects-slider-content .projects-slider .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 3px;
  background-color: var(--color-orange1);
  margin-top: -1px;
}

.about-pg-style1 .tc-projects-style2 .project-card {
  position: relative;
}

.about-pg-style1 .tc-projects-style2 .project-card:hover .img .arrow {
  background-color: var(--color-orange1);
  color: #fff;
}

.about-pg-style1 .tc-projects-style2 .project-card .img {
  height: 650px;
  position: relative;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  display: block;
}

.about-pg-style1 .tc-projects-style2 .project-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

.about-pg-style1 .tc-projects-style2 .project-card .img .year {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  padding: 30px 20px 40px 10px;
  text-align: center;
  color: #000;
  z-index: 10;
}

.about-pg-style1 .tc-projects-style2 .project-card .img .year .txt {
  position: relative;
  z-index: 10;
  font-size: 18px;
}

.about-pg-style1 .tc-projects-style2 .project-card .img .year .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-pg-style1 .tc-projects-style2 .project-card .img .arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.about-pg-style1 .tc-projects-style2 .project-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 40px;
  color: #fff;
}

.about-pg-style1 .tc-projects-style2 .project-card .info .title {
  font-size: 35px;
  font-weight: 500;
}

.about-pg-style1 .tc-projects-style2 .project-card .info .tags {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-pg-style1 .tc-projects-style2 .project-card .info .tags a {
  padding: 8px 20px;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .about-pg-style1 .tc-projects-style2 {
    padding-top: 80px;
  }

  .about-pg-style1 .tc-projects-style2 .tabs-links .nav-pills .nav-link {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-size: 12px;
    font-weight: 600;
  }

  .about-pg-style1 .tc-projects-style2 .project-card .img {
    height: 400px;
  }

  .about-pg-style1 .tc-projects-style2 .project-card .info .title {
    font-size: 25px;
  }
}

.about-pg-style1 .tc-awards-style2 {
  position: relative;
  padding: 110px 0;
}

.about-pg-style1 .tc-awards-style2 .award-card {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-pg-style1 .tc-awards-style2 .award-card:hover {
  border-color: var(--color-orange1);
}

.about-pg-style1 .tc-awards-style2 .award-card:hover a {
  color: #000 !important;
  text-decoration: underline;
}

.about-pg-style1 .tc-awards-style2 .award-card .logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  width: 100%;
}

.about-pg-style1 .tc-awards-style2 .award-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin: 15px 0;
  min-height: 90px;
}

@media screen and (max-width: 991px) {
  .about-pg-style1 .tc-awards-style2 {
    padding: 80px 0;
  }
}

/* --------------- services pg style1 --------------- */
.services-pg-style1 {
  position: relative;
  /* --------------- header style2 --------------- */
  /* --------------- services style1 --------------- */
  /* --------------- process style1 --------------- */
  /* --------------- testimonials style1 --------------- */
}

.services-pg-style1 .tc-header-style2 {
  position: relative;
  padding: 120px 0;
}

.services-pg-style1 .tc-header-style2 .top-info h1 {
  font-size: 90px;
  font-weight: 600;
}

.services-pg-style1 .tc-header-style2 .top-info h1 span {
  color: var(--color-orange1);
  font-style: italic;
  font-weight: 400;
}

.services-pg-style1 .tc-header-style2 .top-info .award-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 40px;
  border: 1px solid #999;
  border-radius: 50px;
  margin-top: 70px;
}

.services-pg-style1 .tc-header-style2 .top-info .award-wrapper p {
  font-size: 18px;
}

.services-pg-style1 .tc-header-style2 .top-info .award-wrapper .line {
  width: 60px;
  height: 1px;
  background-color: #999;
  margin: 0 30px;
}

.services-pg-style1 .tc-header-style2 .top-info .facts-wrapper {
  position: relative;
  padding: 30px 40px;
}

.services-pg-style1 .tc-header-style2 .top-info .facts-wrapper * {
  position: relative;
  z-index: 10;
}

.services-pg-style1 .tc-header-style2 .top-info .facts-wrapper .num {
  font-size: 60px;
  font-weight: 400;
}

.services-pg-style1 .tc-header-style2 .top-info .facts-wrapper p {
  color: #666;
}

.services-pg-style1 .tc-header-style2 .top-info .facts-wrapper .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .services-pg-style1 .tc-header-style2 {
    padding-top: 80px;
  }

  .services-pg-style1 .tc-header-style2 .top-info h1 {
    font-size: 50px;
  }

  .services-pg-style1 .tc-header-style2 .top-info .award-wrapper p {
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .services-pg-style1 .tc-header-style2 .top-info .facts-wrapper {
    margin-top: 50px;
  }
}

.services-pg-style1 .tc-services-style1 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F1EEE9), color-stop(#F1EEE999), to(transparent));
  background-image: linear-gradient(to bottom, #F1EEE9, #F1EEE999, transparent);
  border-radius: 50px 50px 0 0;
}

.services-pg-style1 .tc-services-style1 .title p {
  letter-spacing: 50px;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.services-pg-style1 .tc-services-style1 .title p.animated {
  letter-spacing: 10px;
  opacity: 1;
}

.services-pg-style1 .tc-services-style1 .content {
  position: relative;
  z-index: 10;
}

.services-pg-style1 .tc-services-style1 .service-card {
  padding: 20px 60px 20px 30px;
  -webkit-border-start: 1px solid #ccc;
  border-inline-start: 1px solid #ccc;
  display: block;
}

.services-pg-style1 .tc-services-style1 .service-card:hover .arrow {
  background-color: #000;
  color: #fff;
}

.services-pg-style1 .tc-services-style1 .service-card .icon {
  color: var(--color-orange1);
  margin-bottom: 20px;
  font-size: 30px;
}

.services-pg-style1 .tc-services-style1 .service-card .img {
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.services-pg-style1 .tc-services-style1 .service-card .arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-top: 40px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-pg-style1 .tc-services-style1 .ser-img {
  width: 100%;
  height: 1000px;
  margin-top: -550px;
}

.services-pg-style1 .tc-services-style1 .ser-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

@media screen and (max-width: 991px) {
  .services-pg-style1 .tc-services-style1 .service-card {
    border: 0;
    padding: 0;
    margin-top: 50px !important;
  }
}

.services-pg-style1 .tc-process-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
}

.services-pg-style1 .tc-process-style1 .c-line {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 50%;
  height: 550px;
  z-index: 10;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.services-pg-style1 .tc-process-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.services-pg-style1 .tc-process-style1 .accordion-item {
  border: 0;
  border-radius: 0;
}

.services-pg-style1 .tc-process-style1 .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  padding: 30px;
}

.services-pg-style1 .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) {
  border-color: #000;
}

.services-pg-style1 .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) h3 {
  color: var(--color-orange1);
}

.services-pg-style1 .tc-process-style1 .accordion-item .accordion-button h3 {
  font-size: 24px;
}

.services-pg-style1 .tc-process-style1 .accordion-item .accordion-button .num {
  font-size: 24px;
  color: #999;
  font-weight: 200;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.services-pg-style1 .tc-process-style1 .accordion-item .accordion-body {
  -webkit-padding-start: 85px;
  padding-inline-start: 85px;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  padding-top: 0;
  padding-bottom: 30px;
}

.services-pg-style1 .tc-process-style1 .accordion-item .accordion-body .text {
  font-size: 15px;
  color: #666;
}

.services-pg-style1 .tc-process-style1 .img {
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: rotate(-30deg) scale(1.3);
  transform: rotate(-30deg) scale(1.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
}

.services-pg-style1 .tc-process-style1 .img.animated {
  -webkit-transform: rotate(15deg) scale(1);
  transform: rotate(15deg) scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .services-pg-style1 .tc-process-style1 {
    padding: 80px 0;
  }

  .services-pg-style1 .tc-process-style1 .accordion-item .accordion-button .num {
    display: none;
  }

  .services-pg-style1 .tc-process-style1 .accordion-item .accordion-button h3 {
    font-size: 21px;
  }

  .services-pg-style1 .tc-process-style1 .accordion-item .accordion-body {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }

  .services-pg-style1 .tc-process-style1 .img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin-top: 50px;
    height: 350px;
  }
}

.services-pg-style1 .tc-testimonials-style1 {
  position: relative;
  padding: 150px 0;
}

.services-pg-style1 .tc-testimonials-style1 .c-line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25%;
  z-index: 5;
  pointer-events: none;
}

.services-pg-style1 .tc-testimonials-style1 .lg-icon {
  font-size: 170px;
  -webkit-margin-start: -15px;
  margin-inline-start: -15px;
  display: block;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 {
  position: relative;
  overflow: hidden;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
  position: relative;
  overflow: hidden;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #ccc;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .author .au-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next,
.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next::after,
.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev::after {
  color: #000;
  font-size: 12px;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next:hover::after,
.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev:hover::after {
  color: var(--color-orange1);
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {
  position: static;
  margin: 0 10px;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.services-pg-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}

.services-pg-style1 .tc-testimonials-style1 .marq-slider {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.services-pg-style1 .tc-testimonials-style1 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.services-pg-style1 .tc-testimonials-style1 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.services-pg-style1 .tc-testimonials-style1 .marq-slider a {
  font-size: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}

.services-pg-style1 .tc-testimonials-style1 .marq-slider a:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .services-pg-style1 .tc-testimonials-style1 {
    padding: 50px 0;
  }

  .services-pg-style1 .tc-testimonials-style1 .lg-icon {
    font-size: 120px;
  }

  .services-pg-style1 .tc-testimonials-style1 .marq-slider a {
    font-size: 50px;
  }
}

/* --------------- footer style1 --------------- */
.tc-footer-style1 .foot-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}

.tc-footer-style1 .foot-social a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}

.tc-footer-style1 .footer-links a {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.tc-footer-style1 .footer-links a:hover {
  color: #000;
  text-decoration: underline;
}

.tc-footer-style1 .foot {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tc-footer-style1 .foot .foot-links a {
  font-size: 14px;
  -webkit-margin-end: 4vw;
  margin-inline-end: 4vw;
}

.tc-footer-style1 .foot .foot-links a:last-of-type {
  margin: 0;
}


/* --------------- footer style2 --------------- */
.tc-footer-style2 {
  position: relative;
}

.tc-footer-style2 .shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
}

.tc-footer-style2 .foot-main-content {
  position: relative;
  padding: 95px 0;
}

.tc-footer-style2 .foot-main-content .links-group ul li a {
  color: #666;
  margin: 5px 0;
}

.tc-footer-style2 .foot-main-content .links-group ul li a:hover {
  color: var(--color-orange1);
}

.tc-footer-style2 .foot {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tc-footer-style2 .footer-logo img {
  width: 245px;
}

.tc-footer-style2 .footer-lang-wrapper {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.tc-footer-style2 .footer-lang-toggle {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  color: #111;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tc-footer-style2 .footer-text-max {
  max-width: 400px;
}

.tc-footer-style2 .footer-lang-toggle:hover {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

.tc-footer-style2 .footer-lang-dropdown {
  position: absolute;
  top: 40;
  left: 0;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  min-width: 140px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s ease;
}

.tc-footer-style2 .footer-lang-wrapper:hover .footer-lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tc-footer-style2 .footer-lang-dropdown li {
  list-style: none;
}

.tc-footer-style2 .footer-lang-dropdown li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
  transition: background 0.2s ease;
}

.tc-footer-style2 .footer-lang-dropdown li a:hover {
  background-color: #f1f3f5;
  color: var(--color-orange1);
}


.tc-footer-style2 .foot .logo img {
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-footer-style2 .foot .social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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;
  border: 1px solid #ccc;
  margin: 0 5px;
  font-size: 12px;
}

.tc-footer-style2 .foot .social-links a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-footer-style2 .logo {
    margin-bottom: 30px;
  }

  .tc-footer-style2 .social-links,
  .tc-footer-style2 .butn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .tc-footer-style2 .top-links {
    display: grid !important;
    gap: 10px;
  }
}

.tc-footer-style2 .top-info {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #666;
}



.tc-footer-style2 .top-info .foot-logo {
  height: 40px;
}

.tc-footer-style2 .top-info .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-footer-style2 .top-info .top-links a {
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .tc-footer-style2 .foot-policy {
    padding-bottom: 20px;
    display: inline-block !important;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }

  .tc-footer-style2 .foot-policy a {
    text-transform: capitalize !important;
    font-weight: 400 !important;
    position: static !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .tc-footer-style2 .foot-main-content {
    padding: 55px 0;
  }
}

.tc-footer-style2 .foot-policy {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tc-footer-style2 .foot-policy a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  padding: 0 15px;
  border: 1px solid gray;
  padding: 10px 30px;
  border-radius: 10px;
}

.tc-footer-style2 .foot-policy a:hover {
  color: var(--color-orange1);
  border: 1px solid var(--color-orange1);
}


.inner-pages-style1 .tc-inner-header-style1 {
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
}

.inner-pages-style1 .tc-inner-header-style1 h1 {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
  color: #000;
}

.tc-inner-header-style1 .info {
  display: flex;
  align-items: center;
  justify-content: start;
}

.tc-inner-header-style1 img {
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.tc-inner-header-style1 {
  background: linear-gradient(to right, #f7f7f7, #ffffff);
}

.tc-inner-header-style1 img {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.inner-breadcumb a {
  color: #333;
  transition: color 0.3s;
}

.inner-breadcumb a:hover {
  color: #E76A24;
}

.inner-breadcumb span {
  color: #999;
}

.tc-inner-header-style1 a:hover {
  color: var(--color-orange1);
}

.inner-pages-style1 .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-pages-style1 .pagination .page-link {
  border-radius: 50%;
  color: #000;
  border: 1px solid #ccc;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  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;
}

.inner-pages-style1 .pagination .page-link.active {
  border-color: var(--color-orange1);
  color: var(--color-orange1);
}

@media screen and (max-width: 991px) {
  .inner-pages-style1 br {
    display: none;
  }

  .tc-inner-header-style1 .inner-breadcumb {
    margin-bottom: 20px;
  }

  .inner-pages-style1 .fsz-50 {
    font-size: 30px !important;
  }

  .inner-pages-style1 .fsz-40 {
    font-size: 25px !important;
  }

  .inner-pages-style1 .mb-90 {
    margin-bottom: 40px !important;
  }

  .inner-pages-style1 .fsz-30 {
    font-size: 18px !important;
  }

  .inner-pages-style1 .tc-inner-header-style1 h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}

.tc-navbar-style1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding: 0;
}

.tc-navbar-style1 .content {
  padding: 20px 0;
}

.tc-navbar-style1 .navbar-nav {
  margin-top: 7px;
}

.tc-navbar-style1 .content .navbar-brand {
  max-width: 190px;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.tc-navbar-style1 .content .navbar-nav .nav-link {
  font-size: 15px;
  color: #000;
  opacity: 1;
  font-weight: 400;
  margin: 0 20px;
}

.border-white {
  color: #000;
}

.color-white {
  color: #000;
}

.tc-navbar-style1 .content .navbar-nav .nav-link:hover,
.tc-navbar-style1 .content .navbar-nav .nav-link.active {
  color: var(--color-orange1);
}

.tc-navbar-style1 .content .nav-side .icon {
  font-size: 14px;
  color: #000;
}


@media screen and (max-width: 991px) {
  .tc-navbar-style1 {
    position: relative;
    background-color: transparent;
  }

  .tc-navbar-style1 .content {
    border: 0;
  }

  .tc-navbar-style1 .content .navbar-nav {
    margin: 20px 0;
  }

  .tc-navbar-style1 .content .navbar-nav .nav-link {
    margin: 0;
  }
}

.tc-navbar-style1-dropdown {
  min-width: 660px;
  background-color: #fefefe;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  z-index: 1000;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: fadeInUp 0.2s ease-in-out;
}

.tc-navbar-style1 .nav-item:hover .tc-navbar-style1-dropdown {
  display: block;
}

.tc-navbar-style1 .butn {
  font-size: 12px;
  padding: 9px 24px;
}

.tc-navbar-style1-dropdown .dropdown-item {
  background: none;
  padding: 12px 0;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.tc-navbar-style1-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
  padding-left: 6px;
}

.tc-navbar-style1-dropdown h6 {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
}

.tc-navbar-style1-dropdown small {
  font-size: 13px;
  color: #6c757d;
}

.tc-navbar-style1-dropdown .dropdown-item:hover h6 {
  color: var(--color-orange1);
}

.tc-navbar-style1-dropdown .dropdown-item:hover i {
  color: var(--color-orange1);
}

.nav-item.tc-hizmetler:hover .tc-navbar-style1-megamenu {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

.tc-navbar-style1-megamenu {
  display: none;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  transition: all 0.25s ease;
  width: 700px;
  max-width: 700px;
  min-height: 300px;
}

/* Genel görünüm */
.tc-navbar-style1-megamenu .d-flex {
  flex-wrap: wrap;
  flex-direction: row;
}

/* Sol Menü */
.service-menu {
  width: 50%;
  max-height: 380px;
  overflow-y: auto;
  background: #f8f9fa;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tc-navbar-style1.section-padding-x {
  padding-right: 4vw;
  padding-left: 4vw;
}

.service-menu::-webkit-scrollbar {
  width: 6px;
}

.service-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.service-item {
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.service-item:hover,
.service-item.active {
  background-color: #e9ecef;
  color: var(--color-orange1);
  font-weight: 600;
}

/* Sağ Görsel Alanı */
.service-detail {
  width: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: start;
  min-height: 280px;
  position: relative;
}

.navbar-collapse {
  align-items: baseline;
}

.service-box {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
  width: 100%;
  max-width: 480px;
}

.service-box.active {
  display: block;
}

.service-box .card {
  border: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.service-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  aspect-ratio: 16 / 9;
}

.service-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Fade animasyon */
@keyframes fadeIn {
  from {
    opacity: 0.1;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .tc-navbar-style1-megamenu {
    flex-direction: column;
    position: static;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .service-menu,
  .service-detail {
    width: 100%;
    max-height: none;
    overflow: visible;
    padding: 20px;
  }

  .menu-icon {
    display: block !important;
  }


  .service-menu {
    border-bottom: 1px solid #dee2e6;
  }

  .service-box {
    max-width: 100%;
  }
}

.global-language-wrapper {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.global-language-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: var(--color-orange1);
  cursor: pointer;
  transition: all 0.2s ease;
  color: #fff;
}

.global-language-toggle:hover {
  background-color: #f1f3f5;
  color: var(--color-orange1);
}

.global-language-toggle i {
  font-size: 13px;
}

.global-language-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  min-width: 120px;
  padding: 8px 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.2s ease;
}

.global-language-wrapper:hover .global-language-dropdown {
  opacity: 1;
  visibility: visible;
}

.global-language-dropdown li a {
  display: block;
  padding: 8px 16px;
  color: #212529;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-weight: 500;
  border-radius: 8px;
}

.global-language-dropdown li a:hover {
  background-color: #f8f9fa;
  color: var(--color-orange1);
}

@media (max-width: 768px) {
  .global-language-toggle span {
    display: none;
  }
}

.mobile-menu-toggle {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10000;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 10001;
  padding: 20px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-panel.active {
  right: 0;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.mobile-menu-links li {
  list-style: none;
  margin: 10px 0;
}

.mobile-menu-links a {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 8px 0;
}

.has-submenu .submenu {
  display: none;
  padding-left: 15px;
  margin-top: 5px;
}

.has-submenu.open .submenu {
  display: block;
}

.mobile-lang-social {
  margin-top: 40px;
  text-align: center;
}

.languages a {
  margin: 0 4px;
  color: #444;
  text-decoration: none;
  font-weight: 500;
}

.social-links a {
  margin: 0 6px;
  font-size: 18px;
  color: #111;
}

.side_menu.style-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #f3f3f3;
  height: 100vh;
  width: 40%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side_menu.style-1 .content {
  width: 100%;
}

.side_menu.style-1 .content .logo {
  padding: 25px 15px;
  border-bottom: 1px solid #9993;
}

.side_menu.style-1 .content .logo img {
  width: 200px;
}

.side_menu.style-1 .content .side_foot {
  padding: 30px 5vw;
  border-top: 1px solid #9993;
}

.side_menu.style-1 .content .side_foot h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.side_menu.style-1 .pages_links {
  padding: 15px 5vw;
  height: calc(100vh - 230px);
  overflow: auto;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side_menu.style-1 .pages_links::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: #8169f122;
  border-radius: 10px;
}

.side_menu.style-1 .pages_links::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

.side_menu.style-1 .pages_links::-webkit-scrollbar-corner {
  background: #8169f122;
  border-radius: 10px;
}

.side_menu.style-1 .pages_links li {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.side_menu.style-1 .pages_links li a {
  color: #111;
  font-size: 21px;
  font-weight: 500;
  margin: 8px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}

.side_menu.style-1 .pages_links .dropdown-toggle {
  color: #111;
  font-size: 21px;
  font-weight: 500;
  margin: 8px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}

.side_menu.style-1 .pages_links .dropdown-toggle .toggle-icon {
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.side_menu.style-1 .pages_links .dropdown-list li a {
  font-size: 15px;
  font-weight: 400;
  color: #444;
}

.side_menu.style-1 .pages_links .dropdown-toggle::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side_menu.style-1 .pages_links .dropdown-list {
  margin-left: 27px;
}

.side_menu.style-1 .pages_links .dropdown-toggle .toggle-icon {
  transition: transform 0.3s ease;
}

.side_menu.style-1 .pages_links .dropdown-toggle.active .toggle-icon {
  transform: rotate(180deg);
}


.side_menu.style-1 .pages_links li a::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side_menu.style-1 .pages_links li a.active {
  color: #000;
}

.side_menu.style-1 .pages_links li a.active::after {
  width: 50px;
}

.side_menu.style-1 .pages_links ul li {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.side_menu.style-1 .pages_links ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side_menu.style-1 .pages_links ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side_menu.style-1 .pages_links ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side_menu.style-1 .pages_links ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side_menu.style-1 .pages_links ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side_menu.style-1 .pages_links ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side_menu.style-1 .pages_links ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side_menu.style-1 .pages_links ul li:nth-of-type(8) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.side_menu.style-1 .side_menu_cls {
  position: absolute;
  top: 40px;
  right: 30px;
}

.side_menu.style-1 .side_menu_cls:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side_menu.style-1.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  border-radius: 0;
}

.side_menu.style-1.show li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.side_menu.style-1.dark_theme {
  background-color: #000;
  color: #fff;
}

.side_menu.style-1.dark_theme .pages_links li a {
  color: #999;
}

.side_menu.style-1.dark_theme .pages_links li a::after {
  background: #999;
}

.side_menu.style-1.dark_theme .pages_links li a:hover {
  color: #fff;
}

.side_menu.style-1.dark_theme .pages_links li a:hover::after {
  background: #999;
}

.side_menu.style-1.dark_theme::-webkit-scrollbar {
  background: #fff3;
}

.side_menu.style-1.dark_theme::-webkit-scrollbar-thumb {
  background: #fff3;
}

.side_menu.style-1.dark_theme::-webkit-scrollbar-corner {
  background: #fff3;
}

.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: #0009;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.side_overlay.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  .side_menu.style-1 {
    width: 100%;
  }

  .side_menu.style-1 .pages_links {
    height: calc(100vh - 273px);
  }
}

/* Menü açıkken scroll'u engelle */
.no-scroll {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
  /* gerekiyorsa yükselt */
}

body.no-scroll {
  overflow: hidden !important;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.slider-butn {
  display: none;
}

.menu-icon {
  display: none;
}

.menu-icon i {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}


@media screen and (max-width: 460px) {
  .slider-butn {
    display: inline-block !important;
  }
}

.text-editor hr {
  display: none;
}

.text-editor {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  word-break: break-word;
  padding-right: 40px !important;
}

.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.text-editor h1 {
  font-size: 36px;
}

.text-editor h2 {
  font-size: 30px;
}

.text-editor h3 {
  font-size: 26px;
}

.text-editor h4 {
  font-size: 22px;
}

.text-editor h5 {
  font-size: 18px;
}

.text-editor p {
  margin-bottom: 16px;
  color: #444;
  font-size: 16px;
  text-align: justify;
}

.text-editor ul,
.text-editor ol {
  padding-left: 40px;
  margin-bottom: 40px;
}

.text-editor ul {
  padding-left: 2.2rem !important;
  margin-bottom: 1.5rem;
  list-style-type: none !important;
  list-style-position: outside !important;
}

.text-editor ul li::before {
  content: '•';
  position: absolute;
  left: -10px;
  top: 0.4rem;
  color: var(--color-orange1);
  /* Kurumsal renk */
  font-size: 1rem;
  line-height: 1;
}

.text-editor ul li br {
  display: none;
}

.text-editor ul li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #444;
  position: relative;
  padding-left: 0.5rem;
}

.text-editor ul li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: #111;
}

.text-editor ul li::marker {
  color: var(--color-orange1);
  /* Markayı kurumsal renk yapabilirsin */
  font-size: 1rem;
}

@media (max-width: 768px) {
  .text-editor ul {
    padding-left: 1rem;
  }

  .text-editor {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }
}


.text-editor strong {
  font-weight: 600;
  color: #111;
}

.text-editor img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 8px;
}

.text-editor blockquote {
  border-left: 4px solid var(--color-orange1);
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #666;
  background: #f9f9f9;
}

.text-editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.text-editor table th,
.text-editor table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.text-editor table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

@media (max-width: 768px) {
  .text-editor {
    font-size: 15px;
  }

  .text-editor h1 {
    font-size: 28px;
  }

  .text-editor h2 {
    font-size: 24px;
  }

  .text-editor h3 {
    font-size: 20px;
  }
}

.tc-blog-style2 {
  position: relative;
  padding: 110px 0;
}

.tc-blog-style2 .row .col-lg-3:nth-of-type(1) .blog-card .img {
  height: 300px;
}

.tc-blog-style2 .row .col-lg-3:nth-of-type(2) .blog-card .img {
  height: 300px;
}

.tc-blog-style2 .row .col-lg-3:nth-of-type(3) .blog-card .img {
  height: 300px;
}

.tc-blog-style2 .row .col-lg-3:nth-of-type(4) .blog-card .img {
  height: 300px;
}

.tc-blog-style2 .blog-card {
  margin-top: 40px;
}

.tc-blog-style2 .blog-card .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}

.tc-blog-style2 .blog-card .img .arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.tc-blog-style2 .blog-card .info .tags {
  margin-top: 20px;
}

.tc-blog-style2 .blog-card .info .tags a {
  text-transform: uppercase;
  position: relative;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -webkit-padding-end: 25px;
  padding-inline-end: 25px;
}

.tc-blog-style2 .blog-card .info .tags a::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
}

.tc-blog-style2 .blog-card .info .tags a:last-of-type {
  padding: 0;
  margin: 0;
}

.tc-blog-style2 .blog-card .info .tags a:last-of-type::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .tc-blog-style2 {
    padding: 80px 0;
  }

  .tc-blog-style2 .blog-card .img {
    height: 300px !important;
  }
}

.tc-about-style1 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.tc-about-style1 .section-title-style1 h2 {
  font-size: 38px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.tc-about-style1 .section-title-style1 .line {
  width: 50px;
  height: 3px;
  background: var(--color-orange1);
  margin-top: 10px;
  border-radius: 5px;
}

.tc-about-style1 .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.tc-about-style1 .text p {
  margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  .tc-about-style1 .section-title-style1 h2 {
    font-size: 28px;
  }

  .tc-about-style1 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}


.tc-values-style3 .value-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tc-values-style3 .value-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.tc-values-style3 .value-box .icon-wrap {
  width: 70px;
  height: 70px;
  background: #fff;
  border: 2px solid var(--color-orange1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: var(--color-orange1);
  box-shadow: 0 5px 20px rgba(231, 106, 36, 0.15);
  transition: 0.3s ease;
}

.tc-values-style3 .value-box:hover .icon-wrap {
  background: var(--color-orange1);
  color: #fff;
}

.tc-values-style3 .value-box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.tc-values-style3 .value-box .desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


/* === İnsan Kaynakları Sayfası === */

.ik-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.ik-tabs {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.ik-tabs .nav-link {
  border: none;
  border-radius: 8px;
  padding: 14px 20px;
  font-weight: 600;
  color: #222;
  background-color: #f4f4f4;
  transition: all 0.3s ease;
}

.ik-tabs .nav-link:hover {
  background-color: var(--color-orange1);
  color: #fff;
}

.ik-tabs .nav-link.active {
  background-color: var(--color-orange1);
  color: #fff;
}

.ik-content {
  padding: 10px 10px;
}

.ik-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.ik-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* Accordion */
.ik-content .accordion-item {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  overflow: hidden;
}

.ik-content .accordion-header {
  background-color: #fafafa;
  padding: 15px 20px;
  cursor: pointer;
}

.ik-content .accordion-title {
  font-size: 18px;
  font-weight: 600;
}

.ik-content .accordion-body {
  background-color: #fff;
  padding: 20px;
  font-size: 15px;
  color: #555;
}

/* Başvuru Formu */
.ik-form {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.ik-form input,
.ik-form textarea {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 15px;
  color: #333;
}

.ik-form input:focus,
.ik-form textarea:focus {
  border-color: var(--color-orange1);
  outline: none;
  box-shadow: 0 0 0 3px rgba(103, 98, 97, 0.1);
}

.ik-form button[type="submit"] {
  background-color: var(--color-orange1);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.ik-form button[type="submit"]:hover {
  background-color: var(--color-orange1);
}

.eg-policy-section {
  padding: 80px 0px;
}

.eg-policy-card {
  position: relative;
  padding: 50px 25px 30px 25px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: visible;
  min-height: 220px;
}

.eg-policy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.eg-icon-float {
  position: absolute;
  top: -25px;
  right: 25px;
  background-color: var(--color-orange1);
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(231, 106, 36, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.eg-icon-float img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.eg-card-body {
  margin-top: 10px;
}

.eg-card-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  padding-top: 5px;
}

.eg-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-orange1);
  border-bottom: 2px solid var(--color-orange1);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.eg-link:hover {
  color: #000;
  border-color: #000;
}


@media (max-width: 600.98px) {
  .eg-policy-section {
    padding: 30px 20px;
  }

  .contact-form-section .section-title {
    font-size: 30px !important;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 0;
  }

  .contact-form-section .form-wrapper {
    padding: 40px !important;
  }

  .eg-policy-content {
    padding: 5px !important;
    margin-top: 20px;
  }
}

.eg-policy-detail-section {
  padding: 60px 0px;
}

.eg-policy-sidebar {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 40px;
}

.eg-policy-menu li {
  margin-bottom: 10px;
}

.eg-policy-menu li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 10px;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease;
  background-color: transparent;
}

.eg-policy-menu li.active a,
.eg-policy-menu li a:hover {
  background-color: var(--color-orange1);
  color: #fff;
}

.eg-policy-content {
  padding: 10px;
}

.eg-policy-content h1 {
  color: #222;
}

.eg-policy-filebox {
  border: 1px dashed #ccc;
  background: #fff;
}


.enc-contact-cards .contact-card {
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.enc-contact-cards .contact-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.enc-contact-cards .icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 25px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.enc-contact-cards .border-top-orange {
  border-top: 4px solid var(--color-orange1) !important;
}

.enc-contact-cards .contact-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.enc-contact-cards .contact-value {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
  text-decoration: none;
}

.enc-contact-cards .contact-value:hover {
  color: var(--color-orange1);
}

.contact-form-section {
  padding: 40px 0px;
}

.contact-form-section .section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-orange);
  border-bottom: 2px solid var(--bs-orange);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-form-section .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 0;
}

.contact-form-section .form-wrapper {
  background-color: #fff;
  border-radius: 16px;
}

.contact-form-section .form-field {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding: 12px 16px;
  font-size: 15px;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

.contact-form-section .form-field:focus {
  border-color: var(--bs-orange);
  box-shadow: 0 0 0 2px rgba(255, 87, 34, 0.2);
}

.contact-form-section .social-icons .social-link {
  font-size: 20px;
  color: #1d1d1d;
  transition: all 0.2s;
}

.contact-form-section .social-icons .social-link:hover {
  color: var(--bs-orange);
}


.ik-giris h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  border-left: 4px solid var(--color-orange1);
  /* orange1 */
  padding-left: 15px;
}

.ik-giris p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 35px;
  text-align: justify;
}

.ik-giris img {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.ik-giris img:hover {
  transform: scale(1.01);
}

.ik-open-positions .section-title {
  font-size: 24px;
  padding-left: 10px;
  border-left: 4px solid var(--color-orange1);
}

.position-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.position-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.position-header {
  cursor: pointer;
}

.position-title {
  font-size: 18px;
}

.toggle-desc i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.collapse.show+.toggle-desc i {
  transform: rotate(180deg);
}

.position-body {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

/* Form Kutusu */
.ik-form-box {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 20px 60px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

/* Başlık */
.ik-form-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 40px;
  border-left: 6px solid var(--color-orange1);
  padding-left: 16px;
}

/* Input ve Textarea */
.ik-input,
.ik-textarea {
  width: 100%;
  padding: 16px 20px;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  color: #333;
}

.ik-input:focus,
.ik-textarea:focus {
  background-color: #fff;
  border-color: var(--color-orange1);
  box-shadow: 0 0 0 2px rgba(255, 60, 0, 0.1);
  outline: none;
}

.ik-textarea {
  resize: vertical;
  min-height: 140px;
}

/* Dosya Yükleme */
.ik-input[type="file"] {
  background: none;
  padding: 0;
  border: none;
  font-size: 15px;
}

/* Button */
.ik-btn {
  background: linear-gradient(135deg, #172e3a, #0b222c);
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  padding: 14px 36px;
  border: none;
  border-radius: 100px;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 8px 20px rgba(166, 155, 152, 0.3);
}

.ik-btn:hover {
  background: var(--color-orange1);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(183, 168, 163, 0.35);
}


.ik-upload-wrapper {
  margin-bottom: 30px;
  width: 100%;
}

.ik-upload-box {
  border: 2px dashed var(--color-orange1);
  padding: 30px;
  text-align: center;
  cursor: pointer;
  background: #fffdfc;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}

.ik-upload-box:hover {
  background: #fff6f2;
  box-shadow: 0 0 0 2px rgba(255, 60, 0, 0.2);
}

.ik-upload-box .ik-upload-icon {
  font-size: 42px;
  color: var(--color-orange1);
  margin-bottom: 10px;
}

.ik-upload-box .ik-upload-text {
  font-size: 15px;
  color: #444;
  font-weight: 500;
}

.ik-upload-box .ik-upload-text span {
  color: var(--color-orange1);
  font-weight: 700;
  text-decoration: underline;
}

.ik-upload-box .ik-upload-input {
  display: none;
}

.ik-file-name {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #555;
}


.ik-sticky-tab {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .ik-sticky-tab {
    position: relative;
    top: unset;
    z-index: unset;
    margin-bottom: 30px;
  }
}


.project-specs .spec-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f1f1;
}

.project-specs .spec-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.project-specs .spec-box .icon-box {
  flex-shrink: 0;
  background: var(--color-orange1);
  color: white;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.project-specs .spec-box .text-box .title {
  font-weight: 600;
  font-size: 15px;
  color: #111;
  margin-bottom: 4px;
}

.project-specs .spec-box .text-box .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.values-section {
  padding: 100px 0;
  background-color: #fff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: stretch;
}

.values-item {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.values-item:hover {
  background-color: var(--color-orange1);
  color: #fff;
  transform: translateY(-5px);
}

.values-item-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  background-color: var(--color-orange1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease;
}

.values-item:hover .values-item-icon {
  background-color: rgba(255, 255, 255, 0.15);
}

.values-item-icon img {
  max-width: 30px;
  max-height: 30px;
}

.values-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.values-desc {
  font-size: 15px;
  color: #666;
  transition: color 0.3s ease;
}

.values-item:hover .values-desc {
  color: #fff;
}


/* --------------- partners style3 --------------- */
.tc-partners-style3 {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
}

.tc-partners-style3 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tc-partners-style3 .logos .logo-card {
  position: relative;
  background-color: #fff;
  height: 258px;
  border: 1px solid #ECECEC;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.tc-partners-style3 .logos .logo-card:hover {
  border-color: var(--color-yellow1);
}

.tc-partners-style3 .logos .logo-card .logo {
  max-width: 135px;
  max-height: 45px;
}

.tc-partners-style3 .logos .logo-card .num {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.tc-partners-style3 .logos .logo-card p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-transform: uppercase;
  color: #666;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .tc-partners-style3 .logos .logo-card {
    height: 220px;
    width: 50%;
  }
}

.kopernik-signature {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #777;
  text-decoration: none;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  border-radius: 6px;
  overflow: hidden;
  transition: color 0.3s ease;
}

.kopernik-signature:hover {
  color: #000;
}

.kopernik-signature .line {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
  transition: background 0.3s ease;
}

.kopernik-signature:hover .line {
  background: #000;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(0,0,0,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
}
