
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
a, a:hover {
  text-decoration: none;
}
html{
  scroll-behavior: smooth;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h2, p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input, textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.4s ease-in-out;
}

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space16 {
  height: 16px;
}

.space20 {
  height: 20px;
}

.space24 {
  height: 24px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space40 {
  height: 40px;
}

.space60 {
  height: 60px;
}



.space100 {
  height: 100px;
}


:root {
      --primary-color: #0E0D1B;
    --secondary-color: #F2F4E9;
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #001233;
  --ztc-text-text-3: #676B74;
  --ztc-text-text-4: #097f40;
  --ztc-text-text-5: #00D348;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #001233;
  --ztc-bg-bg-3: #097f40;
  --ztc-bg-bg-4: #F6F8FA;
  --ztc-border-border-1: #EAEAEA;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s60: 60px;  
  
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-family-font1: 'Figtree', sans-serif;
}

/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading1 h5 img {
  margin: -5px 6px 0 0;
}
.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}

.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

.vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-3);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}


.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}


.sp1 {
  padding: 100px 0 100px;
}

.sp2 {
  padding: 100px 0 70px;
}



.sp8 {
  padding: 100px 0 0;
}


.space-margin60 {
  margin-bottom: 60px;
}


.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.overlay {
  position: fixed;
  background: var(--ztc-bg-bg-3);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.overlay-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

.overlay-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.overlay-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.overlay-info span a i {
  margin: 0 4px 0 0;
}
.overlay-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.overlay-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.overlay-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.overlay-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.overlay .overlay-logo {
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.overlay .overlay-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.overlay-menu ul {
  list-style: none;
}
.overlay-menu ul li {
  position: relative;
}
.overlay-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.overlay-menu ul li a span {
  display: block;
}
.overlay-menu ul li > a {
  border-bottom: none;
}
.overlay-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}

.vl-footer1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.vl-footer1-section-area .elements1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.vl-footer1-section-area .elements2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.vl-footer1-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}

.vl-footer1-section-area .footer-logo1 img {
  width: 170px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.vl-footer1-section-area .footer-logo1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-footer1-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer1-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer1-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.vl-footer1-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer1-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer1-section-area .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}

.vl-footer1-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li:nth-child(1) a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: var(--Pragraph-Color, #676B74);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer1-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
.vl-footer1-section-area .vl-footer-widget.first-padding ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
}
.vl-footer1-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer1-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}

.vl-footer1-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.vl-footer1-section-area .vl-copyright-area p span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
}
.vl-footer1-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer1-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-copyright-area ul li a span {
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 6px;
  background: #EEEEEE;
  width: 1px;
}

.slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
    display: flex;
    align-items: center;
}
.slider .hero-heading-area h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
}
.slider .hero-heading-area h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0);
  margin: -4px 8px 0 0;
}
.slider .hero-heading-area h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
}

.slider .hero-heading-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}

.header-brand-slider{
  padding: 75px 0;
  position: relative;
}
.overseas{
  padding: 75px 0;
  
  background-color: #f9f9f9;
}
.slider .video-background {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.slider video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

.home-page .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-page .vl-transparent-header .row-bg1 {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 14px;
}
.home-page .vl-main-menu ul {
  text-align: center;
}
.home-page .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.home-page .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.home-page .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}
.home-page .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: 400;
  letter-spacing: .5px;
}
.home-page .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-4);
}

.home-page .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.home-page .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.home-page .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.home-page .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -85px;
}

.home-page .vl-home-thumb .btn-area1 .vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-3);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.home-page .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.home-page .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.home-page .vl-home-thumb .btn-area1 .vl-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.home-page .vl-home-thumb .btn-area1 .vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.home-page .vl-home-thumb .btn-area1 .vl-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.home-page .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.home-page .vl-home-thumb a:hover {
  color: var(--ztc-text-text-4) !important;
  transition: all 0.4s;
}
.home-page .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.home-page .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.home-page .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 0;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 200px;
  position: relative;
  width: 200px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 2px solid transparent;
  border-color: transparent var(--ztc-text-text-4) transparent var(--ztc-text-text-4);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 150px;
    filter: brightness(0) invert(1);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-text-text-2);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-2);
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-2);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact1 .widget-contactbox {
  border-radius: 8px;
  border: 1px solid var(--ztc-border-border-1);
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  display: flex;
  z-index: 1;
}
.contact1 .widget-contactbox:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.contact1 .widget-contactbox:hover .content h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact1 .widget-contactbox:hover .content a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.contact1 .widget-contactbox:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact1 .widget-contactbox::after {
  background: var(--ztc-bg-bg-3);
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  width: 10px;
  border-radius: 10px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.contact1 .widget-contactbox .icons {
  height: 40px;
  width: 40px;
}
.contact1 .widget-contactbox .content {
  padding-left: 16px;
}
.contact1 .widget-contactbox .content h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  transition: all 0.4s;
}
.contact1 .widget-contactbox .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 10px;
}
.contact1 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.contact1 .contact1-boxarea {
  position: relative;
  z-index: 1;
}
.contact1 .contact1-boxarea .input-area {
  margin-top: 24px;
}
.contact1 .contact1-boxarea .input-area input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
}
.contact1 .contact1-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area .nice-select {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.contact1 .contact1-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.contact1 .contact1-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact1 .contact1-boxarea .input-area textarea {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
  height: 154px;
}
.contact1 .contact1-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area button {
  border: none;
  outline: none;
}

.testimonial1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.testimonial1 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.testimonial1 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.testimonial1 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.testimonial1 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.testimonial1 .testimonail-widget-slider {
  position: relative;
  z-index: 1;
}
.testimonial1 .testimonail-widget-slider .slick-list {
  overflow: inherit !important;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  transition: all 0.4s;
  margin: 0 10px;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover .images .text p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover .images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images {
  display: flex;
  align-items: center;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images .text {
  padding-left: 16px;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.testimonial1 .testimonail-widget-slider .slick-dots li {
  margin: 0 8px;
}
.testimonial1 .testimonail-widget-slider .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: rgba(0, 127, 95, 0.6);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial1 .testimonail-widget-slider .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(0, 127, 95, 0.6);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-3);
}
.testimonial1 .testimonail-widget-slider .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.about-us {
    background: url(../img/elements/squre-bg-img-2.svg) no-repeat left bottom;
    background-size: auto;
    padding:100px 0;
}.section-row {
    margin-bottom: 60px;
}
.section-row .section-title {
    margin-bottom: 0;
}
.section-title h3 {
    display: inline-block;
    background-color: #F2F4E9;
    color: var(--ztc-text-text-4);
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 15px;
}
.section-title h1, .section-title h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    margin-bottom: 0;
}
.section-title-content {
    margin-left: 100px;
    text-align: right;
}
.about-content-body ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.about-content-body ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 18px;
    color: var(--ztc-text-text-4);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 3px;
    left: 0;
}
.about-image {
    position: relative;
}
.about-image::before {
    content: '';
    position: absolute;
    background-image: url(../img/elements/white-squre-bg-img.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    z-index: 1;
}
.about-image img {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
}
.about-company-item .icon-box img {
    position: relative;
    z-index: 1;
}
.about-company-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.3s 
ease-in-out;
    border-radius: 50px;
}
.about-company-item:hover .icon-box:before {
    transform: scale(1);
}
.about-company-content {
    width: calc(100% - 80px);
}
.about-company-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-company-item {
    display: flex
;
    margin-bottom: 40px;
}
.about-company-item .icon-box {
    position: relative;
    background-color: var(--ztc-bg-bg-3);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.3s 
ease-in-out;
}
.intro-video {
    position: relative;
    overflow: hidden;
}
.intro-video-box {
    position: relative;
    overflow: hidden;
}
.intro-video-box .video-image img {
    width: 100%;
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
    transition: all 0.5s 
ease-in-out;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.intro-video .container-fluid {
    padding: 0;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.video-play-button button {
    position: relative;
    background-color: var(--ztc-bg-bg-3);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
}
.video-play-button button:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--ztc-bg-bg-1);
    border-radius: 50%;
    transform: scale(0.6);
    opacity: .7;
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}
.video-play-button button:after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--ztc-bg-bg-1);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    opacity: .5;
    animation: border-zooming 1.2s infinite linear;
    animation-delay: .3s;
}
@keyframes border-zooming{
100% {
    transform: scale(1);
    opacity: 0;
}
}
.video-play-button button i {
    font-size: 40px;
    color: var(--ztc-bg-bg-1);
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.video-modal.active {
  display: flex;
}

.video-modal-content {
  position: relative;
  max-width: 90%;
  width: 70vw;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-modal-content video {
  width: 100%;
  height: auto;
  display: block;
}

/* Close button */
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: 0.3s;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
  background: var(--ztc-bg-bg-3);
}
.our-project {
    padding: 100px 0 50px;
}
.project-item {
    position: relative;
}
.project-image a {
    position: relative;
    display: block;
}

.project-image img {
    width: 100%;
    object-fit: cover;
}
.project-content {
    position: absolute;
    bottom: 10px;
    right: 30px;
    left: 30px;
    text-align: center;
    z-index: 1;
    transition: all 0.4s 
ease-in-out;
}
.project-content h3 {
    font-size: 22px;
    color: var(--ztc-bg-bg-3);
    text-transform: capitalize;
    margin-bottom: 5px;
}
.project-content p {
    color: var(--primary-color);
    text-transform: capitalize;
    margin: 0;
}
.project-content .project-readmore-btn {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-out;
    margin-top: 10px;
}
.btn-default {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    background-color: var(--ztc-bg-bg-3);
    color: var(--ztc-bg-bg-1);
    text-transform: capitalize;
    padding: 20px 50px 20px 30px;
    border: none;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.project-readmore-btn .btn-default {
    padding: 15px 50px 15px 30px;
}
.btn-default::before {
    content: '\f062';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s 
ease-in-out;
    background: transparent;
    color: var(--ztc-bg-bg-1);
    transform: translate(-30px, -50%) rotate(45deg);
    display: flex
;
    align-items: center;
    justify-content: center;
}
.btn-default.btn-highlighted::before {
    color: var(--ztc-bg-bg-1);
}
.project-readmore-btn .btn-default::before {
    transform: translate(-30px, -50%) rotate(45deg);
}

.project-item:hover .project-content {
    transform: translateY(-10px);
}
.project-item:hover .project-content .project-readmore-btn {
    height: 46px;
}
.btn-default:hover::after {
    width: 106%;
}
.project-readmore-btn .btn-default:hover:before {
    transform: translate(-30px, -50%) rotate(90deg);
    color: var(--ztc-bg-bg-1);
}
.btn-default:hover{
  color: var(--ztc-bg-bg-1);
}
.why-choose-us {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.why-choose-us .choose-images .img1 img {
  width: 100%;
  height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.why-choose-us .heading1 {
  padding: 0 0 0 30px;
}

.why-choose-us .heading1 .choose-boxarea {
  border-radius: 8px;
  transition: all 0.4s;
  margin-top: 35px;
}
.why-choose-us .heading1 .choose-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.why-choose-us .heading1 .choose-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}
.why-choose-us .heading1 .choose-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.why-choose-us .heading1 .choose-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  position: absolute;
}
.why-choose-us .heading1 .choose-boxarea .icons img {
  transition: all 0.4s;
}
.why-choose-us .heading1 .choose-boxarea .content {
  padding-left: 75px;
}
.why-choose-us .heading1 .choose-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.why-choose-us .heading1 .choose-boxarea .content a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.skils1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.skils1 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.skils1 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.skils1 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.skils1 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.skils1 .skills-boxarea {
  position: relative;
  z-index: 1;
}
.skils1 .skills-boxarea:hover h3 {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.skils1 .skills-boxarea h3 {
  background: var(--ztc-bg-bg-1);
  border: 1px solid rgba(0, 127, 95, 0.1);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  text-transform: uppercase;
  line-height: 48px;
  position: absolute;
}
.skils1 .skills-boxarea .content-area {
  padding-left: 64px;
}
.skils1 .skills-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.skils1 .skills-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.skils1 .skills-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}

.skils1 .images-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 50%;
}
.brand-slider .slick-slide {
  margin: 0 50px; /* total gap 30px */
  width: auto !important;
}
.brand-slider img {
  height: 50px;
  width: auto;
  margin: 0 auto;
    object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}
.overseas{
  padding: 100px 0;
}
.overseas-box{
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1);
}
.quick-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px; 
  z-index: 9999;
  pointer-events: auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.qc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  text-decoration: none;
  color: white;
  background: #25D366;
  transition: transform .14s ease, box-shadow .14s ease, opacity .12s ease;
  will-change: transform, opacity;
  min-width: 56px;
  justify-content: center;
}

.qc-btn i {
  font-size: 18px;
  line-height: 1;
}

.qc-label {
  display: none;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
}

.call-btn {
  background: linear-gradient(180deg,#0b84ff,#0066cc);
}
.page-header-box {
    position: relative;
    z-index: 1;
    text-align: center;
}
.page-header {
    position: relative;
    padding: 200px 0px;
    background: linear-gradient(180deg, transparent 0%, #0e0d1b8c 40.5%), url(../images/page-header-bg.jpg) no-repeat center center;
    background-size: cover;
}
.page-header-box ol {
    display: inline-flex;
    margin-bottom: 0;
    justify-content: center;
    background-color: var(--ztc-bg-bg-3);
    border-radius: 80px;
    padding: 15px 20px;
}
.page-header-box ol li.breadcrumb-item {
    color: var(--ztc-bg-bg-4);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: capitalize;
}
.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
}

.page-header-box h1{
  
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;

}
.qc-btn:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,0.16); opacity: 0.98; color: #fff;}
.qc-btn:active { transform: translateY(-1px) scale(.995); }
.gallery {
    max-width: 100%;
  }

  .main-photo {
    width: 100%;
    height: 600px;
    margin-bottom: 15px;
    border: 2px solid #ccc;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
  }

  .main-photo:hover {
    transform: scale(1.02);
  }

  .thumbnails {
    display: flex;
    gap: 10px;
  }

  .thumbnail {
    width: 33.3333%;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #ccc;
    transition: border 0.3s, transform 0.3s;
  }

  .thumbnail:hover {
    border: 2px solid #000;
    transform: scale(1.1);
  }
  .page-project-single{
    padding: 100px 0;
  }
  .project-single-content h3{
    font-size: 28px;
    font-weight: 600;
    color: var(--ztc-bg-bg-3);
    margin-bottom: 20px;
  }
  .project-single-content p{
    font-size: 15px;
    color: #393939;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  .project-single-content p a{
    color: var(--ztc-bg-bg-3);
  }
    .project-single-content h4{
    font-size: 22px;
    font-weight: 700;
    color: rgb(43, 43, 43);
    margin-top: 40px;

  }
  .project-single-content ul {
    margin-top: 25px;
  }
  .project-single-content ul li{
    margin-bottom: 25px;
  }
  .project-single-content ul li b{
    display: block;
    font-weight: 700;
  }
  .project-single-content ul li p b{
    display: inline-block;
  }
  .project-single-content ul li span{
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .project-single-content ul li p{
    margin-bottom: 5px;
    padding-left: 15px;
  }
  .product-details{
    padding: 35px;
    border-radius: 30px;
    background-color: #f8f8f8;
  }
  .slider-brand-area{
    
    height: 50px;
    overflow: hidden;
  }
  .team-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
    }

    .team-card{
      background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
      border: 1px solid rgba(16,24,40,0.04);
      border-radius: 14px;
      padding: 22px;
      text-align: center;
      transition: transform .28s cubic-bezier(.2,.9,.3,1), box-shadow .28s ease;
      box-shadow: 0 8px 22px rgba(9,15,30,0.04);
      position: relative;
      min-height: 320px;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
    }

    .team-card:hover{
      transform: translateY(-10px);
      box-shadow: 0 18px 48px rgba(9,15,30,0.09);
    }

    .avatar-wrap{
      width: 120px;
      height: 120px;
      border-radius: 50%;
      padding: 6px;
      background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
      display: grid;
      place-items: center;
      margin-top: -64px; /* float above card top */
      box-shadow: 0 6px 18px rgba(9,15,30,0.08);
    }

    .avatar-wrap img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      background: #fff;
      padding: 4px;
    }

    .card-body{
      margin-top: 12px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .name{
      font-weight: 600;
      font-size: 20px;
      margin-top: 8px;
      color: var(--ztc-bg-bg-3);
    }

    .role{
      color: var(--accent-2);
      font-weight: 600;
      font-size: .9rem;
      margin-bottom: 8px;
    }

    .bio{
      color: var(--muted);
      font-size: .9rem;
      margin: 10px 0 18px;
      line-height: 1.45;
      min-height: 72px;
    }

    .team-footer{
      width: 100%;
      display: flex;
      gap: 8px;
      justify-content: center;
    }

    .social-btn{
      width: 38px;
      height: 38px;
      border-radius: 8px;
      display: inline-grid;
      place-items: center;
      font-size: 14px;
      border: none;
      background: rgba(0,0,0,0.04);
      transition: transform .18s ease, background .18s ease;
    }

    .social-btn i{ color: #111827; }

    .social-btn:hover{
      transform: translateY(-4px);
      background: linear-gradient(90deg, rgba(9,127,64,0.12), rgba(0,18,51,0.08));
      color: var(--accent-2);
      box-shadow: 0 8px 20px rgba(9,127,64,0.08);
    }


    @media (max-width: 576px) {
      .avatar-wrap{ width: 96px; height: 96px; margin-top: -48px; }
      .team-card{ padding: 18px; min-height: 300px; }
      .bio{ min-height: 56px; font-size: .88rem; }
    }
@media (min-width: 480px) {
  .qc-label { display: inline-block; }
}

@media (max-width: 360px) {
  .quick-contact { right: 8px; bottom: 8px; gap:8px; }
  .qc-btn { padding:10px 12px; }
  .qc-btn i { font-size:16px; }
}
@media (max-width: 767px) {
  .team-card{
    margin: 15px 0 10px;
    height: auto;
  }
  .mobile-menu-main li{
    margin-bottom: 15px;
  }
  .mobile-menu-main li a{
    color: var(--ztc-bg-bg-1);
  }
  .project-single-content p {
    font-size: 14px;
  }
  .project-single-content ul li p{
    
    padding-left: 0px;
  }
  .page-header-box h1 {
    font-size: 30px;
  }
  .page-header-box ol{
    
    padding: 10px 15px;
  }
  .page-header-box ol li.breadcrumb-item {
    font-size: 12px;
  }
  .page-header{
    
    padding: 150px 0 100px 0px;
  }
  .page-header-box h1{
    
    margin-bottom: 10px;
  }
  .thumbnail {
    width: 31.3333%;
    height: 80px;
  }
  .main-photo {
    height: 280px;
  }
  .page-project-single {
    padding: 50px 0;
}
.project-single-content h3 {
    font-size: 23px;
}
.product-details {
    padding: 20px;
    border-radius: 20px;
}

    .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
  .sp1 {
    padding: 50px 0 50px;
  }
    .sp1#ourMission {
    padding:0px 0 50px;
  }
  .sp2 {
    padding: 50px 0 20px;
  }.sp8 {
    padding: 50px 0 0;
  } .space-margin60 {
    margin-bottom: 30px;
  }
  .vl-footer1-section-area .vl-footer-widget.contact {
    padding: 0;
  }
    .vl-footer1-section-area .footer-logo1 {
    padding: 0;
  }
  .why-choose-us .heading1 {
    padding: 0;
    margin-top: 30px;
  }
  .skils1 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
   .why-choose-us .heading1 .choose-boxarea .icons {
    position: relative;
  }
   .why-choose-us .heading1 .choose-boxarea .content {
    padding-left: 0;
    margin-top: 24px;
  }.why-choose-us .heading1 .choose-boxarea .content a {
    line-height: 26px;
  }
  .home-page .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
   .home-page .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    padding: 0;
  }
   .slider .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
  
  .slider {
    padding: 0;
    background-image: url(../img/all-images/bg/mobile.jpg) !important;
  }
    .vl-footer1-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
  .vl-footer1-section-area .vl-copyright-area {
    display: inline-block;
  }
  .vl-footer1-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
 
  .vl-btn1{
    display: none;
  }
  .space32 {
    height: 90px;
}
.header-brand-slider{
  padding: 25px 0;
}
.section-title-content{
  margin: 0;
  margin-top: 30px;
  text-align: left;
}
.overseas,
.our-project,
.about-us{
  
    padding: 50px 0;
}
.section-row {
    margin-bottom: 30px;
}
.video-play-button a {
    width: 50px;
    height: 50px;
}
.video-play-button a i {
    font-size: 18px;
}
.video-play-button a:after{
  
    top: -50%;
    left: -50%;
}
.video-play-button a:before{
  
    top: -50%;
    left: -50%;
}
.project-content{
  position: unset;
}
.project-item .project-content,
.project-item:hover .project-content{
  transform: unset;
}
.project-content .project-readmore-btn{
  
    height: 46px;
}
.project-item{
  margin-bottom: 30px;
}
.video-play-button button{
  
    width: 50px;
    height: 50px;
}
.video-play-button button i {
    font-size: 18px;

}
.video-play-button button:before,
.video-play-button button:after {
    top: -50%;
    left: -50%;
    width: 110%;
    height: 110%;
}
.video-modal-content{
  
    width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-content {
    margin-left: 0;
    text-align: left;
    margin-top:15px ;
}
 .team-card{
    margin: 20px 0 10px;
  }
    .sp1 {
    padding: 50px 0 50px;
  } .sp2 {
    padding: 50px 0 20px;
  } .sp8 {
    padding: 50px 0 0;
  }.space-margin60 {
    margin-bottom: 30px;
  } .vl-footer1-section-area .footer-logo1 {
    padding: 0;
  }.vl-footer1-section-area .vl-footer-widget.contact {
    padding: 0;
  }
   .why-choose-us .heading1 {
    padding: 0;
    margin-top: 30px;
  }
  .skils1 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  } .home-page .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
.home-page .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  } .home-page .vl-home-thumb {
    margin-top: 0;
  }
   .home-page .vl-home-thumb {
    margin-top: 0;
  }

  .slider {
    padding: 160px 0 0;
  }
 
  .vl-footer1-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
  .slider{
    padding-top:111px ;
  }
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
  .vl-btn1 {
    padding: 15px;
    font-size: 16px;
  }
}

@media(min-width:992px) and (max-width:1199px){
   .slider{
    padding-top:111px ;
  }
  .vl-btn1 {
    padding: 15px;
        font-size: 15px;

  }
  .slider .hero-heading-area h2{
    font-size: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .overlay {
    width: 100%;
  }
}@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .overlay-header {
    margin-bottom: 40px;
  }
}
