@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;
}

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%;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}


.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
:root {
  --ztc-bg-primary: #7B3FC3;  /* Main background color */
  --ztc-accent-red: #FF6F61;  /* Accent red/coral */
  --ztc-accent-yellow: #FFD700;  /* Accent yellow */
  --ztc-accent-teal: #2EC4B6;  /* Accent teal */

  --ztc-text-primary: #FFFFFF;  /* Main text color */
  --ztc-text-secondary: #4A235A;  /* Secondary text color */
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #4A235A;
  --ztc-text-text-3: #3D4C5E;
  --ztc-text-text-4: #7B3FC3; /* accent color */
  --ztc-text-text-5: #FB3189;
  --ztc-text-text-6: #FF0A54;
  --ztc-text-text-7: #FFE7EE;
  --ztc-text-text-8: #F6F8F9;
  --ztc-text-text-9: #FEE0ED;
  --ztc-text-text-10: #F6F8F9;
  --ztc-text-text-11: #ADFF1C;
  --ztc-text-text-12: #0A2828;
  --ztc-text-text-13: #FF6F61; /* after fade */
  --ztc-bg-bg-1: #7B3FC3; /* second color */
  --ztc-bg-bg-2: #EDE9F8;
  --ztc-bg-bg-3: #C8BFF4;
  --ztc-bg-bg-4: #EDEAFB;
  --ztc-bg-bg-5: #FEBFDA;
  --ztc-bg-bg-6: #CAC6FD;
  --ztc-bg-bg-7: #FFE8A4;
  --ztc-bg-bg-8: #D4FFD6;
  --ztc-bg-bg-9: #E2E0F2;
  --ztc-bg-bg-10: #FB3189;
  --ztc-bg-bg-11: #3A3658;
  --ztc-bg-bg-12: #4E3A7A;
  --ztc-bg-bg-13: #FFEAF3;
  --ztc-bg-bg-14: #FFF5F9;
  --ztc-bg-bg-15: #F6F8F9;
  --ztc-bg-bg-16: #FFF6F9;
  --ztc-bg-bg-17: #ADFF1C;
  --ztc-bg-bg-18: #104041;
  --ztc-bg-bg-19: rgba(173, 255, 28, 0.1);
  --ztc-bg-bg-20: rgba(10, 40, 40, 0.1);
  --ztc-bg-bg-21: #FFE8A4;
  --ztc-bg-bg-22: #CAC6FD;
  --ztc-bg-bg-23: #D4FFD6;
  --ztc-bg-bg-24: #f31e1e;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --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-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --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-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
  /* --ztc-family-font1: 'Cairo'; */
  
}

/*
============================
Name:  SEOC - Digital Marketing Agency Templete
Version: 1.0.0
Description: SEO - Digital Marketing Agency Templete
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.logo-small {
  height: 60px; /* Set the desired height */
}

.heading1 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading1 h5 img {
  margin: 0 6px 0 0;
}
.heading1 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  border-radius: 8px;
}
.heading1 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading1 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading2 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading2 h5 img {
  margin: 0 6px 0 0;
}
.heading2 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
}
.heading2 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading2 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading3 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading3 h5 img {
  margin: 0 6px 0 0;
}
.heading3 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.heading3 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading3 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading3 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}

.heading4 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading4 h5 img {
  margin: 0 6px 0 0;
}
.heading4 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.heading4 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading4 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}
.heading4 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  margin-top: 32px;
  margin-bottom: 8px;
}

.heading5 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading5 h5 img {
  margin: 0 6px 0 0;
}
.heading5 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.heading5 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading5 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading5 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading6 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading6 h5 img {
  margin: 0 6px 0 0;
}
.heading6 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.heading6 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading6 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.heading6 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-top: 32px;
  margin-bottom: 8px;
}

.heading7 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  padding: 6px 10px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading7 h5 img {
  margin: 0 6px 0 0;
}
.heading7 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  opacity: 8%;
  border-radius: 8px;
}
.heading7 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s74);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading7 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading7 h1 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading7 h1 span img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.heading7 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading8 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading8 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  opacity: 8%;
  border-radius: 8px;
}
.heading8 h5 img {
  margin: 0 6px 0 0;
}
.heading8 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s60);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.heading8 h2 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading8 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .heading8 h2 span img {
    display: none;
  }
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading8 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading9 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-bg-bg-17);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  padding: 6px 10px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  background: var(--ztc-bg-bg-19);
}
.heading9 h5 img {
  margin: 0 6px 0 0;
}
.heading9 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s68);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-10);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading9 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading9 h1 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading9 h1 span img {
  position: absolute;
  left: 0;
  bottom: -25px;
}
.heading9 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-10);
  opacity: 80%;
}

.heading10 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-12);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading10 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
  border-radius: 8px;
}
.heading10 h5 img {
  margin: 0 6px 0 0;
}
.heading10 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.heading10 h2 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading10 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .heading10 h2 span img {
    display: none;
  }
}
@media (max-width: 767px) {
  .heading10 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading10 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.heading10 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 24px;
}

.header-btn1 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
  transition: all 0.4s;
}
.header-btn1:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.header-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  z-index: -1;
  background: var(--ztc-text-text-13);
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
}
.header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn1 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn2 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-4);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  background: transparent;
  z-index: 1;
  transition: all 0.4s;
}
.header-btn2:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-13);
  background: var(--ztc-text-text-13);
}
.header-btn2:hover span {
  background: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
  transform: rotate(0deg);
}
.header-btn2 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn3 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn3:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-5);
}

.header-btn4 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-5);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-5);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn4:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-1);
  background: var(--ztc-text-text-1);
}

.header-btn5 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-2);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-5);
  background: var(--ztc-text-text-5);
}

.header-btn6 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-6);
  border-top: 1px solid var(--ztc-text-text-6);
  border-bottom: 1px solid var(--ztc-text-text-6);
  padding: 15px 0;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
}
.header-btn6:hover {
  letter-spacing: 1px;
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.header-btn7 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-2);
  border-top: 1px solid var(--ztc-text-text-2);
  border-bottom: 1px solid var(--ztc-text-text-2);
  padding: 15px 0;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
}
.header-btn7:hover {
  letter-spacing: 1px;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.header-btn8 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-6);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-6);
  border-radius: 30px;
}
.header-btn8:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.header-btn9 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-2);
  padding: 16px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  background: var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.header-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  width: 1px;
  transition: all 0.4s;
  z-index: -1;
  background-color: var(--ztc-text-text-1);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.header-btn9 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.header-btn9:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn9:hover::after {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s;
}

.header-btn10 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-bg-bg-17);
  padding: 15px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  border: 1px solid var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.header-btn10::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  width: 1px;
  transition: all 0.4s;
  z-index: -1;
  background-color: #A3FF00;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.header-btn10 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.header-btn10:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn10:hover::after {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s;
}

.header-btn11 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-2);
  padding: 16px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  background: var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.header-btn11::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  width: 1px;
  transition: all 0.4s;
  z-index: -1;
  background-color: var(--ztc-bg-bg-18);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.header-btn11 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.header-btn11:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-btn11:hover::after {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s;
}

.header-btn12 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
  padding: 16px 24px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.header-btn12 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.header-btn12:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-2);
}
.header-btn12:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.header-btn4.btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
}

.bg-white {
  background: var(--ztc-text-text-1) !important;
}

.bg2 {
  background: var(--ztc-bg-bg-4);
}

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp3 {
  padding: 100px 0 50px;
}

.sp4 {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

.sp5 {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

.sp6 {
  padding: 120px 0 120px;
}
@media (max-width: 767px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

.sp7 {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

.sp8 {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .sp8 {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp8 {
    padding: 50px 0 0;
  }
}

.sp9 {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .sp9 {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

.sp10 {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .sp10 {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp10 {
    padding: 0 0 50px;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-images {
  position: relative;
}
.about1-section-area .about-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 100px 100px 100px;
}
.about1-section-area .about-images .star1 {
  height: 78px;
  width: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about1-section-area .about-content-area {
  position: relative;
  padding: 0 50px;
}
.about1-section-area .about-content-area .arrow-circle {
  background: #E4E0F9;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  position: relative;
  margin-bottom: 32px;
}
.about1-section-area .about-content-area .arrow-circle .arrow {
  position: absolute;
  left: 40%;
  right: 50%;
  top: 40%;
  bottom: 50%;
}
.about1-section-area .about-content-area .btn-area {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-content-area {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about1-section-area .about-content-area {
    margin-bottom: 30px;
    padding: 0;
    margin-top: 30px;
  }
}
.about1-section-area .about-auhtor-images {
  position: relative;
  z-index: 1;
  top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-auhtor-images {
    top: 0;
  }
}
@media (max-width: 767px) {
  .about1-section-area .about-auhtor-images {
    top: 0;
  }
}
.about1-section-area .about-auhtor-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.about1-section-area .about-auhtor-images .elements5 {
  width: 205px;
  height: 141px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  position: absolute;
  top: -100px;
  right: -50px;
  z-index: -1;
}

.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;
}


.about-header-area {
  position: relative;
  z-index: 1;
  padding: 160px 0 80px;
}
.about-header-area .elements1 {
  position: absolute;
  z-index: -1;
}
.about-header-area .star2 {
  position: absolute;
}
.about-header-area .about-inner-header h1 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.about-header-area .about-inner-header a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s24);
}
.about-header-area .about-inner-header a i {
  margin: 0 8px;
}
.about-header-area .about-inner-header a span {
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area .service-header-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
.service1-section-area .service-all-boxes-area {
  display: flex;
}
@media (max-width: 767px) {
  .service1-section-area .service-all-boxes-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-all-boxes-area {
    display: inline-block;
  }
}
.service1-section-area .service-all-boxes-area .service-boxarea {
  text-align: center;
  background: var(--ztc-bg-bg-5);
  position: relative;
  padding: 50px 20px;
  border-radius: 8px 0 0 8px;
}
.service1-section-area .service-all-boxes-area .service-boxarea:hover img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area .service-boxarea img {
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area .service-boxarea a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area .service-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area .service-boxarea.box2 {
  background: var(--ztc-bg-bg-6);
  border-radius: 0;
}
.service1-section-area .service-all-boxes-area .service-boxarea.box3 {
  background: var(--ztc-bg-bg-7);
  border-radius: 0;
}
.service1-section-area .service-all-boxes-area .service-boxarea.box4 {
  background: var(--ztc-bg-bg-8);
  border-radius: 0 8px 8px 0;
}
.service1-section-area .service-all-boxes-area1 {
  display: flex;
}
@media (max-width: 767px) {
  .service1-section-area .service-all-boxes-area1 {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-all-boxes-area1 {
    display: inline-block;
  }
}
.service1-section-area .service-all-boxes-area1 .service-boxarea {
  text-align: center;
  background: #DDD2F3;
  position: relative;
  padding: 50px 20px;
  border-radius: 8px;
  max-height: 440px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service1-section-area .service-all-boxes-area1 .service-boxarea {
    width: 100%;
    height: 100%;
  }
}
.service1-section-area .service-all-boxes-area1 .service-boxarea:hover img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area1 .service-boxarea img {
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area1 .service-boxarea a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area1 .service-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area1 .service-boxarea.box2 {
  background: var(--ztc-bg-bg-6);
  border-radius: 0;
}
.service1-section-area .service-all-boxes-area1 .service-boxarea.box3 {
  background: var(--ztc-bg-bg-7);
  border-radius: 0;
}
.service1-section-area .service-all-boxes-area1 .service-boxarea.box4 {
  background: var(--ztc-bg-bg-8);
  border-radius: 0 8px 8px 0;
}

.service2-section-area {
  position: relative;
  z-index: 1;
}
.service2-section-area .service2-header {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service2-section-area .service2-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service2-header {
    margin-bottom: 30px;
  }
}
.service2-section-area .images-content-area {
  position: relative;
  z-index: 1;
}
.service2-section-area .images-content-area:hover .img1 img {
  transform: scale(1.2) rotate(-4deg);
  transition: all 0.8s;
}
.service2-section-area .images-content-area:hover .arrow-area {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service2-section-area .images-content-area .img1 {
  border-radius: 8px;
  transition: all 0.4s;
  overflow: hidden;
}
.service2-section-area .images-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.8s;
}
.service2-section-area .images-content-area .content-area {
  padding: 24px;
  padding: 24px;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area {
    margin-top: 30px;
    padding: 0;
  }
}
.service2-section-area .images-content-area .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area h5 {
    color: var(--ztc-text-text-2);
  }
}
.service2-section-area .images-content-area .content-area a.text {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area a.text {
    color: var(--ztc-text-text-2);
  }
}
.service2-section-area .images-content-area .content-area p {
  color: #B2BBC6;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area p {
    color: var(--ztc-text-text-3);
  }
}
.service2-section-area .images-content-area .content-area .btn-area {
  margin-top: 20px;
}
.service2-section-area .images-content-area .arrow-area {
  position: absolute;
  top: 24px;
  transition: all 0.4s;
  right: 24px;
}
.service2-section-area .images-content-area .arrow-area a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  background: var(--ztc-text-text-4);
  border-radius: 50%;
  transition: all 0.4s;
  font-size: 32px;
  transform: rotate(-45deg);
  color: var(--ztc-text-text-1);
}
.service2-section-area .service-all-boxes {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .service2-section-area .service-all-boxes {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service-all-boxes {
    padding: 0;
  }
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  padding: 24px;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service-all-boxes .service2-auhtor-boxarea {
    margin-top: 20px;
  }
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea:hover {
  transform: translateY(-5px);
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea:hover .arrow a {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .arrow {
  text-align: right;
  margin-bottom: 8px;
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .arrow a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  transform: rotate(-45deg);
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-top: 16px;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 24px;
  transition: all 0.4s;
  margin-top: 20px;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea:hover {
  transform: translateY(-5px);
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea:hover .arrow a {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .arrow {
  text-align: end;
  margin-bottom: 8px;
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .arrow a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  transform: rotate(-45deg);
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-top: 16px;
}

.service1-section-area .service-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
.service1-section-area .service2-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
  border: 1px solid #7F64A9;
}

@media (max-width: 767px) {
  .service-inner-header .service-images {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-header .service-images {
    margin-bottom: 30px;
  }
}
.service-inner-header .service-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .service-inner-header .service-textarea {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-header .service-textarea {
    margin-bottom: 50px;
  }
}

.service-inner2-section-area {
  position: relative;
  z-index: 1;
}
.service-inner2-section-area .instagram1 {
  position: absolute;
  right: 70px;
}
.service-inner2-section-area .linkedin1 {
  position: absolute;
  right: 50px;
  top: 50%;
}
.service-inner2-section-area .facebook1 {
  position: absolute;
  left: 50px;
  top: 20%;
}
.service-inner2-section-area .twitter1 {
  position: absolute;
  left: -50px;
  top: 70%;
}
.service-inner2-section-area .service-images {
  position: relative;
  left: -100px;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-inner2-section-area .service-images {
    left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner2-section-area .service-images {
    left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service-inner2-section-area .service-images {
    left: 0;
  }
}
.service-inner2-section-area .service-images img.service-img11 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service-inner2-section-area .service-images .inner-bg1 {
  position: absolute;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 767px) {
  .service-inner2-section-area .service-content {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner2-section-area .service-content {
    margin-bottom: 50px;
  }
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 0;
 
}
.hero1-section-area .elements1 {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero1-section-area .header-main-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-main-content {
    margin-bottom: 60px;
  }
}
.hero1-section-area .header-main-content .btn-area {
  display: inline-block;
}
.hero1-section-area .header-main-content .btn-area .header-btn1 {
  margin-top: 32px;
}
.hero1-section-area .header-main-content .btn-area .header-btn2 {
  margin-top: 20px;
  margin-left: 16px;
  color: var(--ztc-text-text-4);
  border: 1px solid var(--ztc-text-text-4);
}
@media (max-width: 767px) {
  .hero1-section-area .header-main-content .btn-area .header-btn2 {
    margin-left: 0;
  }
}
.hero1-section-area .header-main-content .btn-area .header-btn2 span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.hero1-section-area .header-images-area {
  position: relative;
}
.hero1-section-area .header-images-area .main-images-area {
  position: relative;
  left: 100px;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area {
    left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area .header-images-area .main-images-area {
    left: -20px;
  }
}
.hero1-section-area .header-images-area .main-images-area .img1 {
  position: relative;
  left: 60px;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .img1 {
    left: 0;
  }
}
.hero1-section-area .header-images-area .main-images-area .img1 img {
  height: 672.01px;
  width: 486.95px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero1-section-area .header-images-area .main-images-area .img2 {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .img2 {
    top: 100px;
  }
}
.hero1-section-area .header-images-area .main-images-area .img2 img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.hero1-section-area .header-images-area .main-images-area .icons-area .sound-icons1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .sound-icons1 {
    left: -20px;
  }
}
.hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
  position: absolute;
  top: 40%;
  right: -70px;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
    top: 0;
    right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-icons {
    display: none;
  }
}
.hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements2 {
  position: absolute;
  top: 0;
  right: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements2 {
    right: 170px;
  }
}
.hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements3 {
  position: absolute;
  bottom: 140px;
  left: -44px;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images {
    display: none;
  }
}
.hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img1 {
  position: absolute;
  bottom: 0;
  left: -180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img1 {
    left: -140px;
  }
}
.hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img2 {
  position: absolute;
  top: -40px;
  right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img2 {
    right: 50px;
  }
}



/*============= HERO CSS AREA ===============*//*============= MOBILE MENU CSS AREA ===============*/
/* Adjust logo size */
.mobile-header .mobile-logo img {
  max-width: 100px; /* Adjust as needed to fit the design */
  height: auto;
}

/* Mobile Header Elements */
.mobile-header-elements {
  background: transparent; /* Transparent background */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  transition: opacity 0.3s ease; /* Smooth transition for showing/hiding */
  z-index: 1010; /* Keep it above other elements */
}

/* Hide mobile-header-elements when the sidebar is active */
.mobile-sidebar.mobile-menu-active + .mobile-header-elements {
  opacity: 0; /* Make it disappear */
  pointer-events: none; /* Disable interactions when sidebar is open */
}

.menu-close {

  margin-top: 50px;
}

/* Mobile Sidebar adjustments */
.mobile-sidebar.mobile-sidebar1 {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 80%;
  background: var(--ztc-text-text-1);
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
}

.mobile-sidebar.mobile-sidebar1.mobile-menu-active {
  transform: translateX(0); /* Slide sidebar into view */
}


/* Mobile Nav List */
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  padding: 10px 15px;
  display: block;
  transition: background-color 0.3s ease;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Submenu Links */
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
  padding: 8px 20px;
}

/* Header Buttons */
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .header-btn1 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  width: 100% ;
  margin-top: 10px;
  padding: 10px 0 10px 0;
  text-align: center;
  
}


.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .header-btn2 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background-color: var(--ztc-accent-red);
  color: var(--ztc-text-text-1);
  padding: 10px 0 10px 0;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  width: 100% ;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* Headers Inside Sidebar */
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 20px;
  padding: 0 15px;
}

/* Contact Info */
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
  padding: 0 15px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
  text-decoration: none;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
  padding: 0 15px;
}

/* Social Links */
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-4);
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-4);
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
}

/*============= END MOBILE MENU CSS AREA ===============*/

/*============= BLOG CSS AREA ===============*/
.blog1-scetion-area {
  position: relative;
  z-index: 1;
}
.blog1-scetion-area .blog-hedaer-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog1-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog1-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}
.blog1-scetion-area .blog-author-boxarea {
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.blog1-scetion-area .blog-author-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea .img1 {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog1-scetion-area .blog-author-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
}
.blog1-scetion-area .blog-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea .content-area {
  padding: 24px;
}
.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}
.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}
.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}
.blog1-scetion-area .blog-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.blog1-scetion-area .blog-author-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}
.blog1-scetion-area .blog-author-boxarea .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 0;
}
.blog1-scetion-area .blog-author-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea .content-area a.readmore i {
  transform: rotate(-45deg);
}



.blog-top-area .blog-top-boxarea {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
  padding: 40px;
}
.blog-top-area .blog-top-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}
.blog-top-area .blog-top-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog-top-area .blog-top-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}
.blog-top-area .blog-top-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}
.blog-top-area .blog-top-boxarea .images {
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-top-area .blog-top-boxarea .images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-top-area .blog-top-boxarea .images {
    margin-top: 30px;
  }
}
.blog-top-area .blog-top-boxarea .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.blog-auhtor-section-area .blog-sidebar-area {
  position: sticky;
  top: 100px;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-sidebar-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area {
    margin-bottom: 30px;
  }
}
.blog-auhtor-section-area .blog-sidebar-area .search-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area 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;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form {
  border-radius: 54px;
  background: var(--Colors-White-Dark, #F6F8F9);
  position: relative;
  height: 54px;
  padding: 16px;
  margin-top: 24px;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form input::-moz-placeholder {
  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;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form input::placeholder {
  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;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form button {
  border: none;
  outline: none;
  background: none;
  position: absolute;
  right: 16px;
}
.blog-auhtor-section-area .blog-sidebar-area .categories-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .categories-area 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;
  margin-bottom: 8px;
}
.blog-auhtor-section-area .blog-sidebar-area .categories-area 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-semibold);
  line-height: 16px;
  display: inline-block;
  width: 100%;
  border-radius: 54px;
  background: var(--Colors-White-Dark, #F6F8F9);
  padding: 19px 16px;
  transition: all 0.4s;
  margin-top: 16px;
}
.blog-auhtor-section-area .blog-sidebar-area .categories-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area 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;
  margin-bottom: 8px;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area {
    justify-content: inherit;
  }
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .img1 img {
  height: 82px;
  width: 160px;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content {
  margin-left: 20px;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .date {
  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-medium);
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .date img {
  margin: 0 6px 0 0;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .head {
  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: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .head:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area.box2 {
  position: relative;
  left: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area.box2 {
    left: 0;
  }
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area 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;
  margin-bottom: 8px;
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area ul li {
  display: inline-block;
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area 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-semibold);
  line-height: 16px;
  display: inline-block;
  border-radius: 40px;
  background: var(--Colors-White-Dark, #F6F8F9);
  padding: 12px 16px;
  transition: all 0.4s;
  margin: 16px 16px 0 0;
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-3px);
}
.blog-auhtor-section-area .blog-sidebar-area .others-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .others-area 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: 30px;
  margin-bottom: 8px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #A3ADBB;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #A3ADBB;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags {
    display: inline-block;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
    margin-bottom: 20px;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags h4 {
  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;
  margin: 0 20px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li {
  display: inline-block;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a {
  display: inline-block;
  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;
  transition: all 0.4s;
  border-radius: 20px;
  background: rgba(78, 47, 218, 0.1);
  padding: 12px 16px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a {
    margin: 10px 0 0 0 !important;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-3px);
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social {
  display: flex;
  align-items: center;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social h4 {
  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;
  margin: 0 20px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li {
  display: inline-block;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #DBE2F0;
  margin: 0 10px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-3px);
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a img {
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul {
  margin-bottom: 16px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area {
  position: relative;
  margin-top: 24px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .check1 {
  position: absolute;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .content {
  padding-left: 30px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .content p span {
  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: 26px;
  display: inline-block;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 40px 92px;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box {
    padding: 20px;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box p {
  text-align: center;
  color: var(--Neutral-700, rgba(18, 37, 48, 0.7));
  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-regular);
  line-height: 32px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #D8D6F1;
  text-align: center;
  margin: 0 auto;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
  padding: 24px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box {
    display: inline-block;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  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;
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  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: block;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .reply {
  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;
  display: inline-block;
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .reply:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea.box2 {
  margin-left: 70px;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea.box2 {
    margin-left: 0;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 32px;
  position: relative;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area h4 {
  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;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input {
  width: 100%;
  border-radius: 4px;
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  height: 56px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input::-moz-placeholder {
  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;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input::placeholder {
  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;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea {
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  width: 100%;
  height: 140px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea::-moz-placeholder {
  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;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea::placeholder {
  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;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area button {
  border: none;
  outline: none;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer1-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer1-section-area {
    padding: 40px 0 0 0;
  }
}
.footer1-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer1-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer1-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer1-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer1-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer1-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #E2E0F2;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer1-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer1-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer1-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-4);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer1-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer1-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer1-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer1-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer1-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer1-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer1-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer1-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer1-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer1-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer1-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer1-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer1-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer1-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .footer1-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer1-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
@media (max-width: 767px) {
  .footer1-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer1-section-area .copyright-area ul li {
  display: inline-block;
}
.footer1-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}



/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.homepage1-body, html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage1-body {
  overflow-x: hidden;
}
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage1-body .header-area.homepage1 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 36%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 25%;
  right: 25%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 6px 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}


#brand-header .site-logo {
  display: flex;
  align-items: center;
}

#brand-header .site-logo img {
  max-height: 50px; /* Ensure logo is appropriately sized */
  margin-right: 20px;
}

#brand-header .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#brand-header .main-menu ul li {
  margin-right: 20px;
}

#brand-header .main-menu ul li a {
  text-decoration: none;
  color: var(--ztc-text-text-2); /* Use your color variables */
  font-weight: var(--ztc-weight-medium);
  transition: color 0.3s;
}

#brand-header .main-menu ul li a:hover {
  color: var(--ztc-text-text-4); /* Hover color */
}

#brand-header .profile-picture {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

#brand-header .profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s;
}

#brand-header .profile-avatar:hover {
  transform: scale(1.1); /* Slight zoom on hover */
}

.brand-name {
  font-size: 15px;
  font-weight: bold;
  color: var(--ztc-text-text-2); /* Use your defined variable for the text color */
}



/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work1-section-area {
  position: relative;
  z-index: 1;
}
.work1-section-area .work-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work1-section-area .work-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .work-header-area {
    margin-bottom: 30px;
  }
}
.work1-section-area .choose-section-area.choose2 {
  position: sticky;
  top: 150px;
}
.work1-section-area .choose-section-area.choose3 {
  position: sticky;
  top: 200px;
}
.work1-section-area .choose-section-area {
  position: sticky;
  top: 100px;
  border-radius: 8px;
  padding: 0 50px;
  transition: all 0.4s;
  background: #7659AE;
}
@media (max-width: 767px) {
  .work1-section-area .choose-section-area {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .choose-section-area {
    padding: 24px;
  }
}
.work1-section-area .choose-section-area .choose-list-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.work1-section-area .choose-section-area .choose-list-area p {
  font-size: var(--ztc-font-size-font-s16);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
  margin-top: 24px;
}
.work1-section-area .choose-section-area .choose-list-area .btn-area {
  margin-top: 24px;
}
.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li {
  display: inline-block;
}
.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #909DAD;
  display: inline-block;
  margin: 16px 8px 0 0;
}
.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li a:hover {
  background: var(--ztc-bg-bg-10);
  border: 1px solid var(--ztc-bg-bg-10);
}
.work1-section-area .choose-section-area .images {
  text-align: end;
  position: relative;
  z-index: 1;
}
.work1-section-area .choose-section-area .images .elements6 {
  position: absolute;
  top: 80px;
  left: -80px;
}
.work1-section-area .choose-section-area .images .star4 {
  position: absolute;
  bottom: 20px;
  left: -80px;
}
.work1-section-area .choose-section-area .images .img1 img {
  height: 470px;
  width: 470px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .work1-section-area .choose-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .choose-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}



.works-inner-section-area {
  position: relative;
  z-index: 1;
}
.works-inner-section-area .works-header-area.specing2 {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .works-inner-section-area .works-header-area.specing2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-inner-section-area .works-header-area.specing2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.works-inner-section-area .works-header-area {
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .works-inner-section-area .works-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-inner-section-area .works-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.works-inner-section-area .works-header-area .works-content-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border: 1px solid #E1E3E8;
  border-radius: 8px;
  transition: all 0.4s;
  padding: 16px;
}
.works-inner-section-area .works-header-area .works-content-box:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-4);
  transform: translateY(-5px);
}
.works-inner-section-area .works-header-area .works-content-box:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box:hover .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box:hover .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.works-inner-section-area .works-header-area .works-content-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  position: absolute;
}
.works-inner-section-area .works-header-area .works-content-box .content {
  padding-left: 80px;
}
.works-inner-section-area .works-header-area .works-content-box .content a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
  margin-bottom: 10px;
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box .content p {
  transition: all 0.4s;
}
.works-inner-section-area .about-all-images-area {
  position: relative;
}
.works-inner-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}
.works-inner-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}
.works-inner-section-area .about-all-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.works-inner-section-area .about-all-images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--ztc-text-text-1);
  display: flex;
  align-items: center;
  justify-content: center;
}


.loading-container {
  height: 120px;
  position: relative;
  width: 120px;
  border-radius: 100%;
}


.loading {
  border: 1px 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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 60px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END: Preloader */
.header-search-container form input {
  outline: none;
  border: none;
  background: none;
  font-family: var(--ztc-family-font1);
  font-weight: 500;
}

.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  border: none;
  border-bottom: 1px solid #dddbdb;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: var(--ztc-text-text-2);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px;
  border: none;
  color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
  background: rgba(204, 204, 204, 0.2705882353);
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before, .header-search-form-wrapper .tx-search-close::after {
  background-color: var(--color-black);
}

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.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(255, 255, 255, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap:hover {
  background: var(--ztc-text-text-2);
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 var(--ztc-text-text-16);
  transition: all 0.4s ease-in-out;
  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;
}

.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;
}

.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);
}

.star2 {
  position: absolute;
  right: 0;
  z-index: -1;
}

.star3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/
.pricing-section-area .pricing-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pricing-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
.pricing-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-6);
}
.pricing-section-area .pricing-boxarea.active .btn-area1 {
  text-align: center;
}
.pricing-section-area .pricing-boxarea.active .btn-area1 a.header-btn12 {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.pricing-section-area .pricing-boxarea.active .btn-area1 a.header-btn6 {
  color: var(--ztc-text-text-1);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}
.pricing-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active h1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active h1 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active .list-area {
  background: #FD2C6F;
  transition: all 0.6s;
}
.pricing-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}
.pricing-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.pricing-section-area .pricing-boxarea {
  background: var(--ztc-bg-bg-15);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.pricing-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.pricing-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}
.pricing-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}
.pricing-section-area .pricing-boxarea h1 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}
.pricing-section-area .pricing-boxarea .btn-area1 {
  text-align: center;
}
.pricing-section-area .pricing-boxarea .btn-area1 .header-btn12 {
  width: 100%;
  text-align: center;
}
.pricing-section-area .pricing-boxarea .btn-area1 .header-btn6 {
  width: 100%;
  text-align: center;
}
.pricing-section-area .pricing-boxarea .list-area {
  background: var(--ztc-text-text-1);
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.pricing-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}
.pricing-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}
.pricing-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.pricing-inner-section-area .pricing-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pricing-inner-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-inner-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
.pricing-inner-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-4);
}
.pricing-inner-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active h1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active h1 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area {
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.6s;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.pricing-inner-section-area .pricing-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing-inner-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.pricing-inner-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.pricing-inner-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}
.pricing-inner-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}
.pricing-inner-section-area .pricing-boxarea h1 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}
.pricing-inner-section-area .pricing-boxarea .list-area {
  background: rgba(78, 47, 218, 0.05);
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.pricing-inner-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}
.pricing-inner-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}
.pricing-inner-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

/* Comparison Table Area */
.compare-table-area {
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.comparison {
  overflow-x: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .compare-table-area .comparison {
    overflow-x: scroll !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table-area .comparison {
    overflow-x: scroll !important;
  }
}

.compare-table-area thead .table-header {
  background: #E0E4E8;
}

.compare-table-area .comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  border: 1px solid #6C7887;
}

@media (max-width: 767px) {
  .compare-table-area .comparison table {
    width: 610px;
    overflow-x: scroll !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table-area .comparison table {
    width: 1000px;
    overflow-x: scroll !important;
  }
}

.compare-table-area .another-list {
  background: #F0F1F4;
}

.compare-table-area .another-list td.list-head {
  font-family: var(--ztc-family-font1);
  font-size: 26px; /* Increased font size */
  line-height: 28px; /* Adjusted line height */
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.compare-table-area .another-list .standard {
  border-left: 2px solid var(--ztc-text-text-4);
  border-right: 2px solid var(--ztc-text-text-4);
}

.compare-table-area .comparison td,
.compare-table-area .comparison th {
  empty-cells: show;
  padding: 30px 24px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  line-height: 22px; /* Increased line height */
  font-size: 18px; /* Increased font size */
  font-weight: var(--ztc-weight-medium);
}

.compare-table-area .comparison tbody tr:nth-child(odd) {
  display: table-row;
}

.compare-table-area .comparison .compare-row {
  background: var(--ztc-text-text-1);
}

.compare-table-area .comparison .compare-row td.standard {
  border-left: 2px solid var(--ztc-text-text-4);
  border-right: 2px solid var(--ztc-text-text-4);
}

.compare-table-area .comparison .compare-row .none-border {
  border-bottom: none;
}

.compare-table-area .compare-footer td {
  border-top: 1px solid #B2BBC6;
}

.compare-table-area .compare-footer .standard {
  background: var(--ztc-text-text-4);
}

.compare-table-area .compare-footer .standard .header-btn1 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
}

.compare-table-area .compare-footer .standard .header-btn1:hover {
  color: var(--ztc-text-text-1);
}

.compare-table-area .compare-footer .standard .header-btn1 span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}

.compare-table-area .comparison th {
  font-weight: normal;
  padding: 0;
  font-size: 20px; /* Increased font size for headers */
}

.compare-table-area .comparison tr td:first-child {
  text-align: left;
  border-right: 1px solid #B2BBC6;
  border-bottom: 1px solid #F0F1F4;
}

.compare-table-area .comparison .product,
.compare-table-area .comparison .tl {
  color: var(--ztc-text-text-1);
  padding: 10px;
  font-size: 18px; /* Increased font size */
}

.compare-table-area .comparison .price-info {
  padding: 28px 24px !important;
  font-size: 18px; /* Increased font size */
}

.compare-table-area .comparison .price-info .price-now span.text-start {
  text-align: start !important;
  display: inline-block;
  font-size: 18px; /* Increased font size */
}

.compare-table-area .comparison .price-info.standard {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  border-left: 1px solid var(--ztc-text-text-4);
  border-right: 1px solid var(--ztc-text-text-4);
}

.compare-table-area .comparison .price-info.standard span {
  color: var(--ztc-text-text-1);
  font-size: 18px; /* Increased font size */
}

.compare-table-area .comparison .price-info.features {
  text-align: start !important;
  font-size: 18px; /* Increased font size */
}

.compare-table-area .comparison .price-now,
.compare-table-area .comparison .price-now span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 22px; /* Increased font size */
  line-height: 24px; /* Adjusted line height */
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  text-align: start;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
  .compare-table-area .table_ul li {
    letter-spacing: 0px;
  }

  .compare-table-area .comparison .price-now span {
    font-size: 22px; /* Increased font size */
    line-height: 24px; /* Adjusted line height */
  }

  .compare-table-area .comparison .price-now p {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .compare-table-area .table_ul {
    padding: 0px;
  }

  .compare-table-area .table_ul li {
    font-size: 14px; /* Increased font size */
    line-height: 20px; /* Adjusted line height */
    padding: 3px 0;
  }

  .compare-table-area .comparison {
    max-width: 100%;
  }

  .compare-table-area .comparison td:first-child,
  .compare-table-area .comparison th:first-child {
    display: none;
  }

  .compare-table-area .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #E0E4E8;
  }

  .compare-table-area .comparison .row {
    background: var(--ztc-text-text-1);
  }

  .compare-table-area .comparison td,
  .compare-table-area .comparison th {
    border-top: none;
    padding: 10px;
    font-size: 16px; /* Increased font size */
  }

  .compare-table-area .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
    font-size: 16px; /* Increased font size */
  }

  .compare-table-area .price-info p {
    line-height: 12px;
    font-size: 12px !important; /* Increased font size */
  }

  .compare-table-area .comparison .compare-row {
    background: var(--ztc-text-text-1);
  }

  .compare-table-area .comparison .price-now p {
    display: block;
  }

  .compare-table-area .comparison .price-now span {
    font-size: 24px; /* Increased font size */
  }

  .compare-table-area .comparison td {
    font-size: 16px; /* Increased font size */
  }

  .compare-table-area .comparison th {
    font-size: 16px; /* Increased font size */
  }
}


/*============= PRICING CSS AREA ENDS ===============*/
/*============= HISTORY CSS AREA ENDS ===============*/
.history-inner-section-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 70px 0;
}
@media (max-width: 767px) {
  .history-inner-section-area {
    padding: 50px 0 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history-inner-section-area {
    padding: 50px 0 20px 0;
  }
}
.history-inner-section-area .history-header-area {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .history-inner-section-area .history-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history-inner-section-area .history-header-area {
    margin-bottom: 30px;
  }
}
.history-inner-section-area .about-all-images-area {
  position: relative;
}
.history-inner-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}
.history-inner-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}
.history-inner-section-area .about-all-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.history-inner-section-area .about-all-images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.history-inner-section-area .history-content-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .history-inner-section-area .history-content-area {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history-inner-section-area .history-content-area {
    margin-top: 30px;
    padding: 0;
  }
}
.history-inner-section-area .history-content-area .history-box-content {
  position: relative;
  padding-bottom: 32px;
  border-bottom: 1px dashed #A3ADBB;
  margin-bottom: 30px;
}
.history-inner-section-area .history-content-area .history-box-content h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.history-inner-section-area .history-content-area .history-box-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}
.history-inner-section-area .history-content-area .history-box-content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.history-inner-section-area .history-content-area .history-box-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.history-inner-section-area .history-content-area .history-box-content .readmore {
  margin-bottom: 0;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}
.history-inner-section-area .history-content-area .history-box-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.history-inner-section-area .history-content-area .history-box-content .readmore i {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.history-inner-section-area.history3 {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .history-inner-section-area.history3 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history-inner-section-area.history3 {
    padding: 50px 0 20px;
  }
}

/*============= HISTORY CSS AREA ENDS ===============*/
/*============= SKILLS CSS AREA  ===============*/
.skills-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-2);
}
.skills-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.skills-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.skills-section-area .skills-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .skills-section-area .skills-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills-section-area .skills-header {
    margin-bottom: 30px;
  }
}
.skills-section-area .skills-header h5 {
  color: var(--ztc-bg-bg-15);
}
.skills-section-area .skills-header h5::after {
  background: var(--ztc-bg-bg-15);
}
.skills-section-area .skills-header h2 {
  color: var(--ztc-bg-bg-15);
}
.skills-section-area .progresbar {
  margin-bottom: 30px;
}
.skills-section-area .progresbar p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  transition: all 0.4s;
  text-align: center;
  margin-top: 30px;
}
.skills-section-area .progressbar {
  width: 180px;
  height: 180px;
  text-align: center;
  margin: 0 auto;
}
.skills-section-area .circle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 1;
}
.skills-section-area .circle canvas {
  vertical-align: middle;
  border-radius: 50%;
}
.skills-section-area .circle div {
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-size: var(--ztc-font-size-font-s44);
  font-weight: bold;
  font-family: var(--ztc-family-font1);
}
.skills-section-area .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.skills-section-area .circle span {
  display: block;
  color: black;
  margin-top: 12px;
}
.skills-section-area .circle:before {
  position: absolute;
  top: 65%;
  right: 17%;
  font-size: 15px;
  font-weight: bold;
  color: var(--ztc-text-text-1);
}

/*============= SKILLS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
.choose-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-2);
}
.choose-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.choose-section-area .cta-bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.choose-section-area .choose-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .choose-section-area .choose-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-section-area .choose-header-area {
    margin-bottom: 30px;
  }
}
.choose-section-area .choose-header-area h5 {
  color: #F6F8F9;
}
.choose-section-area .choose-header-area h5::after {
  background: #F6F8F9;
}
.choose-section-area .choose-header-area h2 {
  color: #F6F8F9;
}
.choose-section-area .about-all-images-area {
  position: relative;
}
.choose-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}
.choose-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}
.choose-section-area .about-all-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.choose-section-area .about-all-images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .choose-section-area .about-all-images-area .img2 {
    margin-top: 20px;
  }
}
.choose-section-area .accordian-tabs-area {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .choose-section-area .accordian-tabs-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-section-area .accordian-tabs-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item {
  background: var(--ztc-text-text-4);
  border-radius: 7px;
  border: 1px solid #E0E4E8;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button {
  box-shadow: none;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 7px;
  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;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button::after {
  content: "\f061";
  font-family: FontAwesome;
  background-image: none;
  transform: none;
  height: 18px;
  width: 18px;
  font-size: 18px;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed)::after {
  transform: rotate(-45deg);
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body {
  padding: 0 30px 0 24px;
  color: var(--ztc-text-text-1);
  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: 26px;
  opacity: 0.8;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body.body2 {
  padding: 0 30px 24px 24px !important;
}

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
.error-section-area .heading2 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team2-section-area {
  position: relative;
  z-index: 1;
}
.team2-section-area .team2-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team2-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
.team2-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.team2-section-area .team-boxarea:hover ul {
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}
.team2-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.team2-section-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team2-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
.team2-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team2-section-area .team-boxarea ul {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.team2-section-area .team-boxarea ul li {
  display: inline-block;
}
.team2-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-text-text-1);
  font-size: 20px;
  margin: 0 16px 0 0;
}
.team2-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.team2-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.team2-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
}
.team2-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}
.team2-section-area .team-boxarea .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-1);
  margin-bottom: 12px;
}
.team2-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}


.team-inner-section-area {
  position: relative;
  z-index: 1;
}
.team-inner-section-area .team2-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team-inner-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-inner-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
.team-inner-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-inner-section-area .team-boxarea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-inner-section-area .team-boxarea {
    margin-bottom: 30px;
  }
}
.team-inner-section-area .team-boxarea:hover ul {
  transform: rotate(0deg);
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}
.team-inner-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea ul {
  text-align: center;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  background: var(--ztc-text-text-4);
  visibility: hidden;
  opacity: 0;
}
.team-inner-section-area .team-boxarea ul li {
  display: inline-block;
}
.team-inner-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: #6044DE;
  font-size: 20px;
  margin: 0 16px 0 0;
}
.team-inner-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: none;
}
.team-inner-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.team-inner-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}
.team-inner-section-area .team-boxarea .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  margin-bottom: 12px;
}
.team-inner-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.team-inner-section-area .team-header {
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .team-inner-section-area .team-header {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-inner-section-area .team-header {
    padding: 0;
    margin-bottom: 30px;
  }
}

.step-by-step {
  position: relative;
  z-index: 1;
}
.step-by-step::after {
  position: absolute;
  content: "";
  border-top: 1px dashed #B2BBC6;
  top: 0;
  z-index: -1;
  height: 1px;
  width: 90%;
}
.step-by-step .pera {
  position: relative;
  z-index: 1;
}
.step-by-step .pera::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--ztc-text-text-4);
  top: -22px;
}
.step-by-step .pera 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: 16px;
  margin-top: 16px;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
  position: relative;
  z-index: 1;
}
.contact1-section-area .contact-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-header-area {
    margin-bottom: 30px;
  }
}
.contact1-section-area .contact-info-area {
  background: var(--ztc-text-text-2);
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}
.contact1-section-area .contact-info-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 20px;
}
.contact1-section-area .contact-info-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding-bottom: 32px;
  border-bottom: 1px solid #222326;
}
.contact1-section-area .contact-auhtor-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-auhtor-box {
    display: inline-block;
  }
}
.contact1-section-area .contact-auhtor-box:hover .icons {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact1-section-area .contact-auhtor-box .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #222326;
  line-height: 80px;
  margin: 0 24px 0 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-auhtor-box .icons {
    margin: 0 0 24px 0;
  }
}
.contact1-section-area .contact-auhtor-box .content h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.contact1-section-area .contact-auhtor-box .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: inline-block;
  transition: all 0.4s;
}
.contact1-section-area .contact-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 0 50px;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}
.contact1-section-area .contact-boxarea h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.contact1-section-area .contact-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.contact1-section-area .contact-boxarea .input-area input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
}
.contact1-section-area .contact-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 54px;
  line-height: 52px;
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
/* Select Field Styles */
.contact1-section-area .contact-boxarea .input-area select,
.contact1-section-area .contact-boxarea .input-area .nice-select6 {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16); /* Match font size with other inputs */
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  padding: 16px; /* Add padding for better spacing */
  border: 1px solid #E6E6E6; /* Border to match input styles */
  border-radius: 8px; /* Rounded corners for a consistent look */
  margin-top: 24px;
  background: #fff; /* Ensure background matches other inputs */
  appearance: none; /* Remove default select arrow for custom styling */
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Style for Placeholder Option */
.contact1-section-area .contact-boxarea .input-area select option:first-child {
  color: #4F5C6A; /* Placeholder color to match the inputs */
  font-weight: var(--ztc-weight-regular);
}

/* Hover and Focus States */
.contact1-section-area .contact-boxarea .input-area select:focus,
.contact1-section-area .contact-boxarea .input-area .nice-select6:focus {
  border-color: var(--ztc-text-text-4); /* Change border color on focus */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for focus effect */
  outline: none;
}

/* Dropdown Arrow Customization */
.contact1-section-area .contact-boxarea .input-area .nice-select6::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid var(--ztc-text-text-3);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Placeholder Styling for Select */
.contact1-section-area .contact-boxarea .input-area .nice-select6::placeholder {
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
}

/* Adjust Select Box on Smaller Screens */
@media (max-width: 767px) {
  .contact1-section-area .contact-boxarea .input-area select,
  .contact1-section-area .contact-boxarea .input-area .nice-select6 {
    padding: 14px;
    font-size: 14px; /* Adjust font size slightly for smaller screens */
  }
}

.contact1-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area .nice-select::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area .nice-select .list {
  width: 100%;
}
.contact1-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 120px;
}
.contact1-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}



.contact-inner-section-area .contact-form-area {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 32px;
  position: relative;
}
.contact-inner-section-area .contact-form-area h4 {
  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;
}
.contact-inner-section-area .contact-form-area .input-area input {
  width: 100%;
  border-radius: 4px;
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  height: 56px;
}
.contact-inner-section-area .contact-form-area .input-area input::-moz-placeholder {
  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;
}
.contact-inner-section-area .contact-form-area .input-area input::placeholder {
  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;
}
.contact-inner-section-area .contact-form-area .input-area textarea {
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  width: 100%;
  height: 140px;
}
.contact-inner-section-area .contact-form-area .input-area textarea::-moz-placeholder {
  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;
}
.contact-inner-section-area .contact-form-area .input-area textarea::placeholder {
  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;
}
.contact-inner-section-area .contact-form-area .input-area button {
  border: none;
  outline: none;
}

.contact-main-inner-area .contact-header .number-address-area {
  display: flex;
  align-items: center;
  border-radius: 7px;
  background: var(--ztc-text-text-1);
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area {
    display: block;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area .phone-number {
    margin: 0 0 20px 0;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area .phone-number .img1 {
    width: 60px;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content {
  margin-left: 16px;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content 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-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 {
  display: flex;
  align-items: center;
  border-radius: 7px;
  position: relative;
  transition: all 0.4s;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 {
    display: block;
    background: var(--ztc-text-text-1);
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number .img1 {
    margin-bottom: 20px;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number .content {
    margin-left: 0;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content 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-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: block;
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .map {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  text-decoration-line: underline;
}
.contact-main-inner-area .contact-form-area {
  border-radius: 7px;
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}
.contact-main-inner-area .contact-form-area h4 {
  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;
  display: inline-block;
}
.contact-main-inner-area .contact-form-area .input-area input {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--Neutral-White, #FFF);
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  height: 48px;
  margin-top: 24px;
}
.contact-main-inner-area .contact-form-area .input-area input::-moz-placeholder {
  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;
}
.contact-main-inner-area .contact-form-area .input-area input::placeholder {
  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;
}
.contact-main-inner-area .contact-form-area .input-area textarea {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--Neutral-White, #FFF);
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  height: 120px;
  margin-top: 24px;
}
.contact-main-inner-area .contact-form-area .input-area textarea::-moz-placeholder {
  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;
}
.contact-main-inner-area .contact-form-area .input-area textarea::placeholder {
  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;
}
.contact-main-inner-area .contact-form-area .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

.location-section-area {
  position: relative;
  z-index: 1;
}
.location-section-area .location-boxes {
  background: var(--ztc-text-text-1);
  position: relative;
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.location-section-area .location-boxes:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.location-section-area .location-boxes:hover .img1 {
  transform: rotateY(-180deg);
}
.location-section-area .location-boxes .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}
@media (max-width: 767px) {
  .location-section-area .location-boxes .img1 {
    margin-bottom: 20px;
  }
}
.location-section-area .location-boxes 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-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.location-section-area .location-boxes a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: block;
  transition: all 0.4s;
}
.location-section-area .location-boxes a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.location-section-area .map {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  text-decoration-line: underline;
}

.mapouter .gmap_canvas iframe {
  height: 565px;
  width: 100%;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-4);
}
@media (max-width: 767px) {
  .cta-section-area {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-area {
    padding: 0;
  }
}
.cta-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.cta-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta-section-area .cta-header-area {
  background: var(--ztc-text-text-4);
  border-radius: 4px;
  position: relative;
}
.cta-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}
.cta-section-area .cta-header-area .btn-area a {
  color: var(--ztc-text-text-4);
  background: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area .btn-area a::after {
  display: none;
}
.cta-section-area .cta-header-area .btn-area a span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area .btn-area a:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-13);
}
.cta-section-area .cta-header-area .btn-area a:hover span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}



.cta-section-area.others-cta .form-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 20px;
  border-radius: 90px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-section-area.others-cta .form-area form {
    width: 100%;
    left: 0;
    display: inline-block;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-area.others-cta .form-area form {
    left: 0;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
}
.cta-section-area.others-cta .form-area form .input-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-section-area.others-cta .form-area form .input-area {
    margin-bottom: 20px;
  }
}
.cta-section-area.others-cta .form-area form .input-area input {
  width: 100%;
  margin-left: 6px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
.cta-section-area.others-cta .form-area form .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.cta-section-area.others-cta .form-area form .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.cta-section-area.others-cta .form-area .btn-area {
  margin-top: 0;
}
.cta-section-area.others-cta .form-area .btn-area a {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.cta-section-area.others-cta .form-area .btn-area a span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
}
.cta-section-area.others-cta ul {
  text-align: start !important;
  margin-top: 24px;
}
.cta-section-area.others-cta ul li {
  display: inline-block;
}
.cta-section-area.others-cta ul li:nth-child(1) {
  color: var(--ztc-text-text-1);
  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;
}
.cta-section-area.others-cta 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;
  transition: all 0.4s;
  padding: 8px 12px;
  border-radius: 40px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 0 0 12px;
}
.cta-section-area.others-cta ul li a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.analysis-area .analysis-inner-section {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .analysis-area .analysis-inner-section {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .analysis-inner-section {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .services-seo-scroll {
    width: 200%;
    overflow-y: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .analysis-area .services-seo-scroll {
    width: 400%;
    overflow-y: auto;
    position: relative;
  }
}
.analysis-area .services-seo {
  border-radius: 8px;
  position: relative;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .services-seo {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .analysis-area .services-seo {
    overflow-x: auto;
  }
}
.analysis-area .services-seo-head {
  background-color: var(--ztc-text-text-4);
  padding: 16px 65px 16px 24px;
  border-radius: 4px;
}
.analysis-area .services-seo-item {
  padding-right: 65px;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8EAEC;
}
.analysis-area .services-seo-heading-title {
  margin: 0;
}
.analysis-area .services-seo-heading-title label {
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-1);
  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;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.analysis-area .services-seo-heading-title label::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  transition: all 0.2s ease-out 0s;
  border-radius: 4px;
}
.analysis-area .services-seo-heading-title label::before {
  position: absolute;
  content: url("../img/icons/check8.svg");
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}
.analysis-area .services-seo-heading-title input {
  display: none;
}
.analysis-area .services-seo-heading-title input:checked ~ label::after {
  background-color: var(--ztc-text-text-4);
  border-color: var(--ztc-text-text-4);
}
.analysis-area .services-seo-heading-title input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.analysis-area .services-seo-heading-item span {
  color: var(--ztc-text-text-1);
  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;
  padding-left: 70px;
}
.analysis-area .services-seo-heading-item span i {
  font-weight: 600;
  transform: translateY(2px);
  margin-right: 5px;
}
.analysis-area .services-seo-link-check label {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 1;
  color: var(--ztc-text-text-2);
  position: relative;
  cursor: pointer;
  padding-left: 22px;
}
.analysis-area .services-seo-link-check label::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  transition: all 0.2s ease-out 0s;
  border-radius: 4px;
}
.analysis-area .services-seo-link-check label::before {
  position: absolute;
  content: url("../img/icons/check7.svg");
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}
.analysis-area .services-seo-link-check input {
  display: none;
}
.analysis-area .services-seo-link-check input:checked ~ label::after {
  background-color: var(--ztc-text-text-4);
  border-color: var(--ztc-text-text-4);
}
.analysis-area .services-seo-link-check input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.analysis-area .services-seo-link-check span {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  font-size: var(--ztc-font-size-font-s12);
  line-height: 1;
  padding-left: 22px;
  display: block;
}
.analysis-area .services-seo-catagory-item {
  padding-left: 70px;
}
.analysis-area .services-seo-catagory-item 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;
}
.analysis-area .services-seo-catagory-item .incridable-rank i {
  margin-left: 4px;
  margin-top: -15px;
  font-size: 8px;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.slider-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
}
.slider-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .slider-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
.slider-section-area .slider-images-area .img1 img {
  height: 38px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial1-section-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonials-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea {
  position: relative;
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 8px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera {
  position: relative;
  padding: 24px 32px 24px 24px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area img {
  height: 48px;
  width: 48px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
  height: 382px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 2px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    left: 0;
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    border-radius: 0 0 8px 8px;
    left: 0;
  }
}
.testimonial1-section-area .testimonials-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #C8BFF3;
  margin: 0 10px;
  position: relative;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #C8BFF3;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}



.testimonial1-section-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonials-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea {
  position: relative;
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 8px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera {
  position: relative;
  padding: 24px 32px 24px 24px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area img {
  height: 48px;
  width: 48px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
  height: 382px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 2px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    left: 0;
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    border-radius: 0 0 8px 8px;
    left: 0;
  }
}
.testimonial1-section-area .testimonials-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #C8BFF3;
  margin: 0 10px;
  position: relative;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #C8BFF3;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}



.slider-section-area.slider-inner {
  background: var(--ztc-text-text-4);
}
.slider-section-area.slider-inner .sldier-head p {
  color: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .slider-section-area.slider-inner .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section-area.slider-inner .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
.slider-section-area.slider-inner .slider-images-area .img1 img {
  filter: brightness(0) invert(1);
}

.testimonial1-section-area .testimonial-sliders {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea {
  padding: 32px 32px 32px 50px;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .testimonial5-all-content p {
  color: var(--Neutral-700, rgba(18, 37, 48, 0.7));
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 32px;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-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-semibold);
  line-height: 24px;
  margin-bottom: 12px;
  display: inline-block;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .content 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;
}
.testimonial1-section-area .testimonial-sliders .teimonial-slider-nav-area .testimonial-slider-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows {
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows {
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
  position: absolute;
  top: 45%;
  left: -80px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
    position: relative;
    top: 0;
    left: 0;
  }
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
  position: absolute;
  top: 45%;
  right: -80px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
    position: relative;
    top: 0;
    right: 0;
  }
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  background: #E6DFF5;
  border: none;
  outline: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows button:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/

.case1-section-area {
  position: relative;
  z-index: 1;
}
.case1-section-area .case-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}
.case1-section-area .cs_case_study_1_list {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}
.case1-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.case1-section-area .cs_case_study_thumb {
  background-image: url(./img/all-images/case-img1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(./img/all-images/case-img2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(./img/all-images/case-img3.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url(./img/all-images/case-img4.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb5 {
  background-image: url(../img/all-images/case-img5.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb6 {
  background-image: url(./img/all-images/case-img6.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb7 {
  background-image: url(./img/all-images/case-img7.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 5px;
  height: 475px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 767px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}
.case1-section-area .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 290px;
  height: auto;
  left: -80px;
  bottom: 162px;
  transition: all 0.4s;
  opacity: 1;
}
.case1-section-area .content-area1 a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
}
.case1-section-area .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}
.case1-section-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}
.case1-section-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #B2BBC6;
  transition: all 0.4s;
}


.case-inner-section-area .tabs-area ul {
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .case-inner-section-area .tabs-area ul {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-inner-section-area .tabs-area ul {
    margin-bottom: 30px;
  }
}
.case-inner-section-area .tabs-area ul li button {
  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-medium);
  line-height: 16px;
  display: inline-block;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  padding: 12px 16px;
  border-radius: 40px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .case-inner-section-area .tabs-area ul li button {
    margin-bottom: 10px;
  }
}
.case-inner-section-area .tabs-area ul li button.active {
  background: var(--ztc-text-text-4) !important;
  color: var(--ztc-text-text-1);
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box {
  margin-bottom: 30px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  border-radius: 8px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .tags {
  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: block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .head {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .head:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .arrow a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .arrow a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
}
.case-inner-section-area .tabs-content-area .tab-content .tab-pane {
  position: relative;
  top: 100px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}
.case-inner-section-area .pagination-area {
  margin-top: 20px;
}
.case-inner-section-area .pagination-area ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-4);
  box-shadow: none;
  margin: 0 14px 0 0;
  border: none;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}
.case-inner-section-area .pagination-area ul li a.active {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-inner-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pagination-area {
  margin-top: 20px;
}
.pagination-area ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  box-shadow: none;
  margin: 0 14px 0 0;
  border: none;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}
.pagination-area ul li a.active {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pagination-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .case-single-section-area .case-auhtor-area .case-single-hedaer {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-single-section-area .case-auhtor-area .case-single-hedaer {
    margin-bottom: 30px;
  }
}
.case-single-section-area .case-auhtor-area .case-single-hedaer .case-others-area ul li {
  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;
  margin-top: 24px;
}
.case-single-section-area .case-auhtor-area .case-single-hedaer .case-others-area ul li span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  margin: 0 16px 0 0;
}
.case-single-section-area .case-auhtor-area .case-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.case-lista-area .case-list {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .case-lista-area .case-list {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-lista-area .case-list {
    padding: 0;
    margin-top: 30px;
  }
}
.case-lista-area .case-list ul li {
  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;
  margin-bottom: 24px;
}
.case-lista-area .case-list ul li img {
  margin: 0 8px 0 0;
}

/*============= CASE STUDY CSS AREA ENDS ===============*//*# sourceMappingURL=main.css.map */

/* src/pages/CategoriesPage.css */
/* Categories Page Styles */
.categories-page {
  color: var(--ztc-text-text-4);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 0;
}

.categories-title {
  margin-top: 80px;
  font-size: var(--ztc-font-size-font-s34);
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding-left: 20px;
}

.top-searches-title {
  font-size: var(--ztc-font-size-font-s34);
  color: var(--ztc-text-text-2);
  margin: 20px 0;
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding-left: 20px;
}

/* Category Slider Container */
.category-slider-container {
  position: relative; /* Allows positioning of navigation arrows */
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: calc((350px * 4) + (20px * 3));;
}

.category-slider {
  display: flex;
  gap: 20px;
  overflow-x: hidden ; /* Hide the overflow of extra cards */
  scroll-behavior: smooth;
  padding: 10px 0;
  transition: transform 0.3s ease;
}

/* Hide scrollbar in WebKit browsers (Chrome, Safari) */
.category-slider::-webkit-scrollbar {
  display: none;
}

/* Card Styling */
/* src/components/CategoryCard.css */
.category-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  background-color: var(--ztc-bg-bg-4);
  width: 350px; /* Increase the width */
  height: 180px; /* Decrease the height */
  min-width: 350px; /* Ensures each card takes full width without shrinking */
  flex-shrink: 0; /* Prevent cards from shrinking and overflowing */
}

.category-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Image Wrapper */
.category-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 100px; /* Adjust height based on your design needs */
  overflow: hidden;
}

/* Image Styling */
.category-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay for Category Name */
.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay */
  color: white;
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-card:hover .category-overlay {
  opacity: 1;
}

/* Info Section Below Image */
.category-card-info {
  padding: 8px 10px;
  text-align: left;
}

.category-card-location {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  margin: 5px 0;
}

.category-card-count {
  font-size: var(--ztc-font-size-font-s14);
  color: var(--ztc-text-text-3);
}

/* Styling for Arrow Buttons */
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--ztc-bg-bg-12);
  border: none;
  color: var(--ztc-text-primary);
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 10; /* Ensure buttons are above the slider */
}

.slider-button:hover {
  background-color: var(--ztc-accent-red);
  transform: scale(1.1);
}

.left-button {
  left: -5px; /* Position the left button on the left */
}

.right-button {
  right: -5px; /* Position the right button on the right */
}

/* Top Searches Section */
.top-searches {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 big cards in the first row */
  grid-auto-rows: 1fr;
  gap: 20px;
  margin-top: 20px;
  padding: 10px 20px;
}

/* Big card styling for the first row */
.top-searches .top-search-card:nth-child(1),
.top-searches .top-search-card:nth-child(2) {
  grid-column: span 1;
  height: 300px;
}

/* Smaller cards for the second row */
.top-searches .top-search-card:nth-child(n+3) {
  grid-column: span 1;
  height: 200px;
}

/* General styles for top search cards */
/* Top Searches Card Styling */
.top-search-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: var(--ztc-bg-bg-4); /* Match the background of category cards */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

/* Hover effect similar to category cards */
.top-search-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Overlay styling similar to CategoryCard */
.top-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay */
  color: white;
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show the overlay on hover */
.top-search-card:hover .top-search-overlay {
  opacity: 1;
}

/* Image styling */
.top-search-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Increase the size on hover */
.top-search-card:hover .top-search-image {
  transform: scale(1.1);
}
/*---------------------------------------Auth--------------------------------------------------*/

/* General Authentication Container Styling */
/* src/assets/styles/LoginPage.css */
.login-page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Full height for the page */
  background: linear-gradient(135deg, var(--ztc-bg-bg-2), var(--ztc-bg-bg-3));
  padding: 20px;
  position: relative;
}

.language-switcher-container {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000; /* Ensure the language switcher stays above other elements */
}

.login-page-content {
  width: 100%;
  max-width: 400px;
  background: var(--ztc-bg-bg-4);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.language-switcher {
  position: relative;
  display: inline-block;
}

/* src/assets/styles/LanguageSwitcher.css */
.language-switcher {
  position: relative;
  display: inline-block;
}

.lang-btn {
  background-color: var(--ztc-bg-primary); /* Button background color */
  color: white; /* Default text color */
  border: none;
  border-radius: 4px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.lang-btn:hover,
.lang-btn:focus {
  background-color: var(--ztc-accent-teal); /* Change background to teal */
  color: white !important; /* Ensure text remains white when background is teal */
}

.lang-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background-color: var(--ztc-bg-bg-4); /* Dropdown background */
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 4px;
  padding: 8px 0;
  list-style: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 150px;
  transition: opacity 0.3s;
}

.lang-dropdown li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
}

.lang-dropdown li:hover {
  background-color: var(--ztc-bg-bg-3); /* Hover effect for dropdown items */
  color: var(--ztc-accent-teal); /* Accent teal for hover text */
}

.flag-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
}

.chevron-down {
  margin-left: auto;
}

/* Adjust for mobile responsiveness */
@media (max-width: 768px) {
  .lang-btn {
    font-size: 12px; /* Slightly smaller on mobile */
    padding: 8px 12px;
  }

  .lang-dropdown {
    right: 0; /* Align right for mobile */
    min-width: 120px; /* Adjust width for smaller screens */
  }
}


.auth-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ztc-bg-bg-2), var(--ztc-bg-bg-3));
  gap: 30px;
  padding: 20px; 
  border-radius: 12px; 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); 
  width: 100%;
  max-width: 1200px;
  overflow: auto; /* Allows scrolling if content overflows */
}

/* Responsive Layout for Mobile */
@media (max-width: 768px) {
  .auth-container {
    flex-direction: column; /* Stack items vertically */
    min-height: auto; /* Ensures the container adjusts to content height */
    padding: 20px; 
    gap: 20px;
    width: 100%; /* Ensure full width */
  }

  .auth-image-section, 
  .auth-form-section {
    max-width: 100%; /* Take full width on mobile */
  }

  .auth-image-section img {
    max-width: 120px; /* Adjust logo size for mobile */
    margin-bottom: 10px;
  }

  .auth-form-section {
    padding: 20px; /* Reduced padding for mobile */
    box-shadow: none; /* Remove shadow for simplicity on mobile */
  }
}

/* Image/Illustration Section Styling */
.auth-image-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.auth-image-section h2 {
  font-size: var(--ztc-font-size-font-s32);
  margin-bottom: 20px;
  color: var(--ztc-text-secondary);
}

.auth-image-section p {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 1.5;
  color: var(--ztc-accent-teal);
}

/* Form Section Styling */
.auth-form-section {
  flex: 1;
  max-width: 400px;
  padding: 40px;
  background: var(--ztc-bg-bg-4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.auth-form-section h2 {
  margin-bottom: 20px;
  font-size: var(--ztc-font-size-font-s28);
  text-align: center;
  color: var(--ztc-text-text-2);
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.auth-form input {
  padding: 12px;
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 8px;
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
}

/* Primary Button Styling */
.primary-button {
  padding: 12px;
  background: var(--ztc-accent-red);
  border: none;
  border-radius: 8px;
  color: var(--ztc-text-primary);
  font-size: var(--ztc-font-size-font-s16);
  cursor: pointer;
  transition: background 0.3s;
  text-align: center;
}

.primary-button:hover {
  background: var(--ztc-bg-bg-24);
}

/* Secondary Button Styling */
.secondary-button {
  padding: 12px;
  background: var(--ztc-bg-bg-22);
  border: none;
  border-radius: 8px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s16);
  cursor: pointer;
  transition: background 0.3s;
}

.secondary-button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-12);
}

/* Error Text Styling */
.error-text {
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s14);
  margin: 0 0 10px 0;
}

/* Toggle Text and Button */
.toggle-text {
  margin-top: 10px;
  text-align: center;
  font-size: var(--ztc-font-size-font-s14);
  color: var(--ztc-text-text-2);
}

.toggle-button {
  background: none;
  border: none;
  color: var(--ztc-bg-primary);
  cursor: pointer;
  font-weight: var(--ztc-weight-bold);
  margin-left: 5px;
  transition: color 0.3s;
}

.toggle-button:hover {
  color: var(--ztc-text-text-6);
}

/*---------------------------------Social Media Buttons-----------------------------------*/
.social-buttons-group {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
}

.social-media-button {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-radius: 8px;
  color: #ffffff !important;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
  text-align: center;
}

/* Specific styles for each social media button */
.social-media-button-youtube {
  background-color: #ff4c4c !important;
}

.social-media-button-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

.social-media-button-tiktok {
  background-color: #69c9d0 !important;
}

.social-media-button-facebook {
  background-color: #4267b2 !important;
}

.social-media-button:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

/* .toggle-text {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}

.toggle-button {
  background: none;
  border: none;
  color: #ff5722;
  cursor: pointer;
  font-weight: bold;
  margin-left: 5px;
  transition: color 0.3s;
}

.toggle-button:hover {
  color: #e64a19;
} */



/* Demo Text and Link */
.demo-text {
  margin-top: 10px;
  text-align: center;
  font-size: var(--ztc-font-size-font-s14);
  color: var(--ztc-text-text-2);
}

.demo-link {
  color: var(--ztc-bg-primary);
  cursor: pointer;
  text-decoration: none;
  font-weight: var(--ztc-weight-bold);
  transition: color 0.3s;
}

.demo-link:hover {
  color: var(--ztc-accent-red);
}

/* Demo Access Container */
.demo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: var(--ztc-bg-bg-4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.demo-container h2 {
  margin-bottom: 20px;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
}

.demo-container p {
  font-size: var(--ztc-font-size-font-s16);
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--ztc-text-text-4);
}


/*-----------------------------DEMO/PRICING--------------------------------*/
/*============= PRICING CSS AREA STARTS ===============*/

.demo-page-container {
  text-align: center;
}

.demo-page-container h2 {
  font-size: 72px;
  margin-bottom: 10px;
  color: var(--ztc-text-secondary);
}

.demo-page-container p {
  font-size: 28px;
  margin-bottom: 20px;
  color: var(--ztc-text-text-4);
}

.demo-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}

/* Pricing Section Area */
.pricing-section-area {
  padding: 60px 0;
  background: #f8f9fa;
}

.pricing-section-area .pricing-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .pricing-section-area .pricing-header {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-section-area .pricing-header {
    margin-bottom: 30px;
  }
}

/* Pricing Box Area */
.pricing-section-area .pricing-boxarea {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.4s;
  margin-bottom: 30px;
  position: relative;
}

.pricing-section-area .pricing-boxarea:hover {
  transform: translateY(-5px);
}

/* Active Box (Middle) with Purple Theme */
.pricing-section-area .pricing-boxarea.active {
  border: 2px solid #7b3fc3; /* Purple border */
  padding: 28px;
  transform: translateY(-5px);
  background: #7b3fc3; /* Purple background */
  color: #ffffff; /* White text for contrast */
}

.pricing-section-area .pricing-boxarea.active h4,
.pricing-section-area .pricing-boxarea.active p,
.pricing-section-area .pricing-boxarea.active h1,
.pricing-section-area .pricing-boxarea.active .list-area h5,
.pricing-section-area .pricing-boxarea.active .list-area ul li {
  color: #ffffff; /* Ensure text inside active box is white for readability */
}

.pricing-section-area .pricing-boxarea.active .list-area {
  background: rgba(255, 255, 255, 0.2); /* Lighter overlay for list area */
}

/* Adding List Circles/Check Icons for the Active Middle Box */
.pricing-section-area .pricing-boxarea.active .list-area ul li {
  position: relative;
  padding-left: 25px; /* Space for the check icon */
}

.pricing-section-area .pricing-boxarea.active .list-area ul li::before {
  content: url('/assets/img/icons/check5.svg'); /* Path to your check icon */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px; /* Adjust size as needed */
  height: 16px;
}

.pricing-section-area .pricing-boxarea h4 {
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea p {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #dee0e2;
}

.pricing-section-area .pricing-boxarea h1 {
  font-size: 68px;
  color: #7b3fc3;
  transition: all 0.4s;
  padding-top: 24px;
  font-weight: bold;
}

.pricing-section-area .pricing-boxarea h1 span {
  font-size: 20px;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  position: relative;
  left: -5px;
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea .list-area {
  background: #e2e1e1;
  padding: 24px;
  border-radius: 8px;
  transition: all 0.6s;
  position: relative;
  margin-bottom: 13px;
}

.pricing-section-area .pricing-boxarea .list-area h5 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea .list-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-section-area .pricing-boxarea .list-area ul li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea.active .list-area ul li .check3 {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  transition: all 0.4s;
}

/*============= PRICING CSS AREA ENDS ===============*/


/*-----------------------------------LANGUAGE------------------------------------*/

/* Ensure proper direction for mixed content */
.ltr-text {
  direction: ltr;
  unicode-bidi: embed;
  font-family: 'Noto Sans Arabic', 'Cairo', sans-serif;
}
.language-switcher {
  position: relative;
  display: inline-block;
}
.animation-class {
  animation:normal;
}


.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--ztc-font-size-font-s15); /* Using size from your design system */
  color: var(--ztc-text-text-4); /* Main text color */
  display: flex;
  align-items: center;
  transition: color 0.3s, transform 0.3s;
  font-family: var(--ztc-family-font1); /* Apply custom font */
}

.lang-btn:hover {
  color: var(--ztc-text-text-4); /* Accent color */
  transform: scale(1.1); /* Slightly enlarge on hover for effect */
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--ztc-bg-bg-2); /* Secondary background color */
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  list-style: none;
  padding: 8px 0;
  z-index: 9999;
  transition: all 0.3s;
  min-width: 150px;
}

.lang-dropdown li {
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
  font-size: var(--ztc-font-size-font-s16);
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-secondary); /* Secondary text color */
}

.lang-dropdown li:hover {
  background-color: var(--ztc-bg-bg-3); /* Tertiary background on hover */
  color: var(--ztc-accent-teal); /* Accent teal for hover text */
}

.flag-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid var(--ztc-border-border-1);
}

